Statics Flashcards
What is the layout of a 2D rotation matrix?
[cosϕ, sinϕ]
[-sinϕ, cosϕ]
How do you convert a vector between the original and rotated coordinate systems?
[v’] = [R][v]
[v] = [R]T[v’]
How do you convert a matrix between the original and rotated coordinate systems?
[A’] = [R][A][R]T
[A] = [R]T[A’][R]
What does the ‘prime’ indicator show of a vector or matrix?
Aligned with the bar axis
What is the Euler-Bernoulli displacement matrix equation?
[x’] = [x+u(x)] + y[-sin𝛙(x)]
[y’] [ w(x) ] [ cos𝛙(x)]
What is assumed by the Euler-Bernoulli model?
Zero shear
Planes are consistent
Planes remain orthogonal to the neutral axis
What is the Neutral Axis displacement angle according to the small angle assumption?
𝛙 = dw/dx
What is εyy for Euler-Bernoulli bars?
εyy = 0
What is εxx for Euler-Bernoulli bars?
εxx = -y(d2w/dx2)
What does the curvature χ symbolise?
χ = d2w/dx2
What is the simplified equation for the z moment?
Mz = EIχ
What is the function, f, for the Euler-Bernoulli strong form?
f = EI(d4w/dx4)
How is shear force Q derived from the moment?
Q = dM/dx
Which essential boundary conditions cannot coexist at the same point?
ΓQ & Γw or ΓM & Γθ
What must be true for the Euler-Bernoulli weak form to work?
Test function δw must be C1 continuous
What does C1 continuity mean?
The function and its first derivative are both continuous
How is a physical domain (x1 - x2) translated to a parent domain (-1 < ξ < 1)
ξ = (2(x-x1)/le) - 1