Question

X=0 x = 1/2 x= L u U2 Uz (a) Trial solution for a 1-D quadratic elastic bar element can be written as follows: ū(x) = [N]{u}
0 0
Add a comment Improve this question Transcribed image text
Answer #1

. AN dn dN2 dN INI dre 4e3L -4 (2-2) + (an-L) L2 [ Kalimi 3 J ETE AB de BTB dac CEA 0 da 43L 40-3 L 는 는 (-) - EA D (n-1) 눈(mBoundary conditions: e=0 16 So REA o 1046 3 L uz 3 3 3 un - 0 - 8/3 16½-½ ²-8/7/ 546 10416 54/12+ P us o Solving, Uz 0.0308 0

x = linspace(0,1,11)';
L = 1;
N1 = [(2*x.^2-3*L*x+L^2)/L^2 -4*(x.^2-L*x)/L^2 (2*x.^2-L*x)/L^2];
u1 = 1.0e-03 *[ 0 ; 0.0573; 0.1042];
u = N1*u1;
plot(x,u)
hold on

x = linspace(0,1/2,6)';
L = 1/2;
N1 = [(2*x.^2-3*L*x+L^2)/L^2 -4*(x.^2-L*x)/L^2 (2*x.^2-L*x)/L^2];
u1 = 1.0e-03 *[0; 0.0308; 0.0590];
u1 = N1*u1;
x = linspace(0,1/2,6)';
L = 1/2;
N1 = [(2*x.^2-3*L*x+L^2)/L^2 -4*(x.^2-L*x)/L^2 (2*x.^2-L*x)/L^2];
u2 = 1.0e-03 *[ 0.0590; 0.0846; 0.1076];
u2 = N1*u2;
u = [u1(1:end-1);u2];
plot( linspace(0,1,11),u)
legend('1 element','2 elements')

*10-4 1.2 1 element 2 elements 1 0.8 0.6 0.4 0.2 0 0 0.2 0.4 0.6 0.8 1

Add a comment
Know the answer?
Add Answer to:
X=0 x = 1/2 x= L u U2 Uz (a) Trial solution for a 1-D quadratic...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT