Rewrite equation as two first order ODE's Help Needed

  • Thread starter Thread starter andrey21
  • Start date Start date
  • Tags Tags
    First order
andrey21
Messages
475
Reaction score
0
1. rewrite the following equation as two first order ODE's

x'' + 2(x^(2) - 2).x' + x = 0

Homework Equations





This is what I have so far:

x'' + 2(x^(2) - 2) . x' + x = 0
x'' = - 2(x^(2) - 2) . x' - x

x' = y
y' = -2(x(^2)-2). y - x

Are these correct?
 
Physics news on Phys.org
Jamiey1988 said:
1. rewrite the following equation as two first order ODE's

x'' + 2(x^(2) - 2).x' + x = 0

Homework Equations





This is what I have so far:

x'' + 2(x^(2) - 2) . x' + x = 0
x'' = - 2(x^(2) - 2) . x' - x

x' = y
y' = -2(x(^2)-2). y - x

Are these correct?
Yes, they're fine.
 
Thanks :)

Just a follow on, how would I go about finding the Jacobian matrix for the two first order ODE's?

Im a little confused with the second one:

y' = -2(x^(2)-2) . y - x
 
You have
x' = y
y' = -x -2y(x^2 - 2)

Jacobian matrix will have four entries in it. Do you know what they are, in general?
 
Yes I know how they are derived, I am just unsure of the bottom 2 entries of the matrix.
So far I have half the matrix:

(0 1)/(X Y) Where X and Y are yet to be found.

How would I derive the x and y parts of y'?
 
I didn't ask how they are derived, just what they are, in general (not specific to this problem). If you explain how you got the 0 and 1 in the top row, it will go a long way to you understanding what goes in the bottom row.
 
Last edited:
ok so I have now found the Jacobian matrix, all I need now is to discover the fixed points of the two frsit order ODE's at the top of page. How would I go about doing that?
 
Here's a link to a wikipedia article that might be helpful, not sure - http://en.wikipedia.org/wiki/Jacobian_matrix_and_determinant

See the section titled "In dynamical systems."

However, I'm not sure what the Jacobian will do for you. As you posted the problem in the other thread, it says to analyze the behavior using the eigenvalues.

You really should get in the habit of posting the complete problem in one thread, rather than in dribs and drabs in multiple threads.
 
Yes I do wish to analyze the behaviour using eigenvalues, with me having the jacobian matrix I know simply need the fixed points. I used Derive and it gave me the fixed points of (0,0) however I am nt sure if that is correct.
 
  • #10
The fixed point(s) are the values of x and y for which x' and y' = 0. Solve the equations x' = y and y' = -2y(x2 - 2) - x simultaneously.
 
  • #11
Ok I know I am being slow here but could you start me off on the simulataneous equation, each time I attempt it I only get x and y to equal 0. Thanks
 
  • #12
That's what I get, too, so the only fixed point seems to be at (0, 0).
 
  • #13
Oh ok that has lifted a huge weight from my shoulders, thanks for all your help:)
 
Back
Top