Solving Coupled ODEs: x(t) and y(t)

  • Context: Graduate 
  • Thread starter Thread starter exmachina
  • Start date Start date
  • Tags Tags
    Coupled Odes
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
3 replies · 3K views
exmachina
Messages
42
Reaction score
0
I have the following coupled ODE:

2x+y^2=d^2x/dt^2
2y+x^2=d^2y/dt^2

How would one solve for x(t), y(t)?
 
Physics news on Phys.org
Although I am no expert, I don't think there is an analytical solution to this differential equation. It is a non-linear system, which makes it already really difficult. One could linearize it around (0,0), however I don't know how to deal with the fact it is a second derivative instead of a first... perhaps a more skilled person can help.
 
Are you sure about the signs? this is unstable anywhere. Local analysis can help you. If you set the system
[tex]x_{1}\equiv x, x_{2}\equiv x',x_{3}\equiv y,x_{4}\equiv y'[/tex]
and then look for the critical points, where all four equations go to zero, and you linearize around those points, it turns out there is always an unstable direction, so that your simulations will crash too, unless you start exactly at the critical points ((0,0) and (-2,-2))