fluidistic
Gold Member
- 3,928
- 272
Homework Statement
Basically I found the following system of DE's:
\frac{dx}{dt}=y
\frac{dy}{dt}=-\frac{g}{l} \sin x - \frac{cy}{ml}. (Damped pendulum)
I'm asked to analize the stability of the critical points x=0, y=0 and x=\pi, y=0.
Using intuition the first point is asymptotically stable while the second point is unstable.
Homework Equations
I tried to put the system under matrix form and then check out the eigenvalues of a matrix but I have some problems.
The Attempt at a Solution
\begin {bmatrix} \frac{dx}{dt} \\ \frac{dy}{dt} \end{bmatrix} =A \begin {bmatrix} x \\ y \end{bmatrix} where A= \begin {bmatrix} a& b \\ c & d \end{bmatrix}.
I tried to determine the elements of the matrix A but was unable to perform this without making the assumption that \sin x \approx x (for small x or x close to pi I guess?). Making that assumption I reached A\approx \begin {bmatrix} 0 &1 \\ -\frac{g}{l} & -\frac{c}{ml} \end{bmatrix}. I found the eigenvalues to be \lambda _1 =- \frac{c}{2ml} + \sqrt {\frac{c^2}{ml^2} - \frac{4g}{l}} and \lambda _2 =- \frac{c}{2ml} - \sqrt {\frac{c^2}{ml^2} - \frac{4g}{l}}.
So that I have a bunch of possible cases which doesn't look good at all to me. Furthermore I never used to information that the critical points are (0,0) and (\pi , 0 ) yet.
Can someone make some comments so far? Thanks in advance.