Coupled Oscillator: Spring Pendulums

From Class Wiki
Revision as of 17:56, 13 December 2009 by Kendrick.mensink (talk | contribs) (Solution)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Problem Statement


Use State Space methods to write up the solution to a coupled pendulum problem. Describe the eigen-modes of the system.

Solution


By definition, the the state equation is stated as

x˙_=A^x_+B^u_


Now, consider the motion equations described in the Solution section,


m1x¨1+k1x1k2(x2x1)=m1x¨1+k1x1k2x2+k2x1=0

m2x¨2+k2(x2x1)k3x2=m2x¨2+k2x2k2x1k3x2=0


Solving for x¨1 and x¨2 yields,


x¨1=k1m1x1+k2m1x2k2m1x1
x¨2=k2m2x2+k2m2x1+k3m2x2


Finally, we let x1, x˙1, x2, and x2˙ be the state variables. Thus,


[x˙1x¨1x˙2x¨2]=[01001m1(k1+k2)0k2m100001k2m201m2(k3k2)0][x1x˙1x2x˙2]



Created by Kendrick Mensink