Finite Element Solution Q2 Simplified
Finite Element Solution Q2 Simplified
Problem Description
Refer to Exercise 4.1 in the textbook. Solve (a)-(e) for the case where Node 2 is fixed in both x and y
directions, and Node 4 is fixed in the x direction. All parameters remain the same as given.
Using the given data, the element stiffness matrices are computed based on Eq. 4.13. For example,
[ 1 0 -1 0 ]
[ 0 0 0 0]
[ -1 0 1 0 ]
[ 0 0 0 0]
The structural stiffness matrix K is assembled by adding the contributions from the element stiffness
matrices, considering element connectivity. For example, for the given truss:
To account for boundary conditions, rows and columns corresponding to fixed nodes are removed.
Here, dof for Node 2 and Node 4 are modified:
[ 15.0 0 -15.0 ]
[ 0 22.68 5.76 ]
Solving the equations with the reduced K matrix and applied forces, we get the nodal displacements
as:
Using the nodal displacements, the stresses in each element are determined using Eq. 4.16. For
Reaction forces are calculated using R = KQ - F for the fixed nodes. This gives: