Expert Answer
1. Deriving Equations of Motion: Using Newton's second law of motion, stiffness influence coefficients, and the Lagrange equation, we can derive the equations of motion for the MDOF system.Newton's Second Law:
The equation of motion for the MDOF system can be written as:
[M]{¨x} + [K]{x} = {F}Mass Matrix [M]:
[M] = [m] = diag(m1, m2, m3)
[m] = [1, 0, 0; 0, 1, 0; 0, 0, 0.4]Stiffness Matrix [K]:
[K] =
[ kl+k2, -kl, 0 ]
[ -kl, kl+k3, -kl ]
[ 0, -kl, kl+k4 ]
[ kl = k4 = 0.4 MN/m, k2 = 0.2 MN/m, k3 = 0.3 MN/m ]Lagrange Equation:
?T/?q - d/dt(?T/?(¨q)) = ?U/?qKinetic Energy (T):
T = (1/2) * {q}^T * [M] * {¨q}