Ordinary differential equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
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.