Re-write as a system of first order ODEs

anonymity
Messages
162
Reaction score
0
hello,

I am going through the first chapter (a review chapter) of a second-course book in ODEs, and can't seem to remember how to re-write higher order DEs into a system of first order linear ODEs, and my old textbook only shows this for second order equations...

The question is: "Write the following differential equations as a system of first order ODEs:

y'' -5y'+6y=0
-y''-2y' = 7cos(y')
y(4) - y'' + 8y' + y2 = ex "
 
Physics news on Phys.org
How about letting y=y_0, y'=y_1 et cetera?
 
You have to make a change of variable, you can call y'=z and by doing the substitution you obtain a first order system of ODE.

Sorry for my English and I'll do it later from my computer if I haven't explained myself properly.
 
anonymity said:
hello,

I am going through the first chapter (a review chapter) of a second-course book in ODEs, and can't seem to remember how to re-write higher order DEs into a system of first order linear ODEs, and my old textbook only shows this for second order equations...

The question is: "Write the following differential equations as a system of first order ODEs:

y'' -5y'+6y=0
-y''-2y' = 7cos(y')
y(4) - y'' + 8y' + y2 = ex "
Add the first two equations to eliminate y'' .

Is the really cos(y') and not cos(y) ?

Getting rid of the 4th derivative may be more difficult. I think you can differentiate the first two, one of them once, the other twice to eliminate y(4) (and the y''' you'll introduce).

Alternatively: If that's a cos(y), then you could combin the first two equations to eliminate y'. Differentiate that twice to get an additional equation with y(4) and y' and y. Combine that with the third equation to eliminate y(4) .
 
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