Assignment 02
Assignment 02
Problem Assignment #2
Due: Tuesday, March 3, 2015
K (e)
=
l EA 1
1
=
0 l 2 1 1 dx
0 EA B
B dx
[ Eqt.1]
x
is a dimensionless coordinate. Show
l
that this yields the same answer as that of a stiffness of a constant-area bar with cross section
1
( Ai + Aj ) .
2
Note: The following Mathematica script may be used to solve this exercise
ClearAll[Le,x,Em,A,Ai,Aj];
Be={{-1,1}}/Le; =x/Le; A=Ai*(1-)+Aj*;
Ke=Integrate[Em*A*Transpose[Be].Be,{x,0,Le}];
Ke=Simplify[Ke];
Print["Ke for varying cross section bar: ",Ke//MatrixForm];
[Eqt.2]
Note: The following Mathematica script may be used to solve this exercise
ClearAll[q,A,Ai,Aj,,g,Le,x];
=x/Le; Ne={{1-,}}; A=Ai*(1-)+Aj*; q=*g*A;
fe=Integrate[q*Ne,{x,0,Le}];
fe=Simplify[fe];
Print["fe for uniform load q: ",Transpose[fe]//MatrixForm];
ClearAll[A];
Print["fe check: ",
Simplify[Transpose[fe]/.{Ai->A,Aj->A}]//MatrixForm];
CE 463
Page 2
Assignement # 5
uj
ui
b) Once the values a0 and a1 are known (as a function of ui and uj), find two functions N1 ( x)
and N 2 ( x) such that
=
u ( x) N1 ( x) u1 + N 2 ( x) u2 .
2x
x
x
1
1
1.
I ( x) = Ii 1 + I j = Ii (1 ) + I j (1 + ) where =
l
l
l
2
2
=
K (e)
EI BT B dx
=
0
1 EI B
1
ld
2
[ Eqt.3]
m=
( x) ( x) m=
( x) v( x) (u )
(e) T
dNT
dx
m( x)
(e)
1 NT
NT
=
m( x) dx =
m( ) d
0 x
1
l
Can you see a shortcut that avoids the integral for constant m?