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
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!
 
Physics news on Phys.org
Usually start by solving the homogeneous version.
 
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
 
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