Converting a second-order ODE into system of first-order ODEs

  • Thread starter Thread starter dreamspace
  • Start date Start date
  • Tags Tags
    Ode Odes System
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
2 replies · 2K views
dreamspace
Messages
10
Reaction score
0
This is not homework, but rather me just trying to work a numerical analysis problem.

I have a second order equation on the form m*y'' = a*y + n*x (no first derivative)

How does one convert this? It's been years since I did this. Last I remember, one would start with substituting the first derivative with something. (u = y'), but now there's no such part in the equation.

Thanks!
 
on Phys.org
I'm afraid haruspex misunderstood the question.

dreamspace, do exactly as you suggest: introduce the new dependent variable by defining z= y'. Then the equation becomes mz'= ay+ nx.

Your two first order equations are
y'= z
z'= (a/m)y+ (n/m)x