Linearise the euqations near each equilibrium point?

  • Thread starter Thread starter pokerfan91
  • Start date Start date
  • Tags Tags
    Equilibrium Point
pokerfan91
Messages
15
Reaction score
0
linearise the euqations near each equilibrium point?

Write each of the following differential equations as two first order equations, find all the equlibrium points, and linearise the equations near each equlibrium point

(a) X.. +x -1/4X3=0

first part done getting X.=y and Y.=-x+1/4X3

second part done getting (0,0) (2,0) and (-2,0)

however i don't even know what the third part means let alone how to do it, assistance required please
 
Physics news on Phys.org


I don't understand your notation. What is X.. ? Which is the term representing the derivative? Maybe it's something I have not learned before.
 


pokerfan91 said:
Write each of the following differential equations as two first order equations, find all the equlibrium points, and linearise the equations near each equlibrium point

(a) X.. +x -1/4X3=0

first part done getting X.=y and Y.=-x+1/4X3

second part done getting (0,0) (2,0) and (-2,0)

however i don't even know what the third part means let alone how to do it, assistance required please
I assume the two dots are supposed to be superscripts denoting derivatives. In ASCII it is better to use ' and " for derivatives: x"+ x- (1/4)x3. Letting y= x', y'= x" so that equation becomes y'+ x- (1/4)x3 or x'= y, y'= -x+ (1/4)x3 as you say.

The equilibrium points are points where both derivatives are equal to 0: were x'= y= 0 and y'= -x+ (1/4)x3= 0. We can factor that as x((1/4)x2-1)= 0 and, yes, the equilibrium points are (0, 0), (2, 0), and (-2, 0).

Now, "linearize" means simply to replace any nonlinear function with a linear approximation. The best linear approximation to x3 for x close to 0 is just 0 itself (because the slope of x3 at 0 is 0). At (0,0) the linear approximation is just
x'= y, y'= -x.

The derivative of x3 at x= 2 is 3(22)= 12 and 23= 8 so the tangent line to y= x3 at x= 2 is y= 12(x-2)+ 8. At (2, 0) the linearization is x'= y, y'= -x+ 12(x- 2)+ 8= 11x- 16.

You could also do this by writing the "Jacobian" for the system and evaluating it at (0,0), (2,0) and (-2,0). Does your textbook say anything about the "Jacobian"?
 


.. no not X'' like X with 2 dots above it but i can't write that on here
X
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top