Ordinary differential equations

tasha10
Messages
7
Reaction score
0
Find equilibrium solutions for the following ODE initial-value
problem and linearize the problem about those solutions
z" = z − z^3,
z(0) = z0
z'(0) = v0

i found the equilibrium solutions to be 0,1,-1. what are the steps to linearize the problem around these?
 
Physics news on Phys.org
I believe you represent it as a coupled system of first-order ODEs, then translate the equilibrium point to the origin via the transformations u=x-x_0 and v=y-y_0. Then compute the Jacobian at the equilibrium point and thus convert the system to a linear system with an equilibrium point at the origin. Try and find "Differential Equations" by Blanchard, Devaney, and Hall. It's an easy read and does a lot of work with systems.
 
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