Differential equations and equilibrium points

kidsmoker
Messages
85
Reaction score
0

Homework Statement




http://img195.imageshack.us/img195/4873/46343978.jpg


The Attempt at a Solution



Part (a) is simple enough, i get

\dot{x}=y
\dot{y}=x^{3}-x.

Equilibrium points occur when the time-derivatives of both x and y are zero, which gives the 3 equilibrium points (0,0), (1,0) and (-1,0).

Now I thought i'd better write it as a matrix equation as this is how i remember doing these type of problems, so if we write

X=\begin{pmatrix}x \\ y \end{pmatrix} then

\dot{X}=\begin{pmatrix} 0 & 1 \\ x^{2}-1 & 0 \end{pmatrix}X

(sorry, you have to look closely to see where the dots are!).

I would have thought i'd then have to find the eigenvales of this matrix for each of my equilibrium points to find the stability of each one? But when I look at the solution, it uses the Jacobian matrix and finds the eigenvalues of that instead?! I'm confused!

Thanks for any help!
 
Last edited by a moderator:
Physics news on Phys.org
I don't think you can really do what you did, because x is now both in the vector X and in the coefficient matrix.

IIRC the idea is usually that you linearize the equation around the equilibrium points. So you make a first-order Taylor series around the equilibrium point. The constant term will simply be the equilibrium point itself, and the first order term (which gives the information about the stability) will be the Jacobian multiplied by a vector. Try working it out for yourself.
 
Ah okay thanks. I'll have a go.
 
You can't write the two equations as a matrix equaiton because it is not linear. What you can do is approximate it at each point of interest (in particular, the equilibrium points) as a linear problem. You should remember that when you approximate a function, at a point, by a linear function you are using the tangent line approximation so that the slope is the derivative.

That is what is happening here. To get a linear equation \dot{X}= Ax, A is the "derivative", that is, the Jacobian you mention, evaluated at each equilibrium point.

By the way, the derivative of x^3- x is [math]3x^2- 1[/math], not [math]x^2- 1[/math]!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top