From 2 1st order ODEs to 1 2nd order ODE?

In summary: The motivation is that I have a numerical method based on spline collocation that works very well with derivatives of any order, but can hardly cope with systems. Therefore, an approach seems to go for a single higher order ODE.Yes, it is very problem dependent. For example, if we have the non-linear equations x'= x- y2y'= x+ y2, then, differentiating the first equation, x"= x'- 2yy' and y'= x+ y so we have x"= x'- 2y(x+ y)= x'- 2xy+ y2. Clearly y2= x- x', but for the xy term we
  • #1
pauperrimo
2
0
Hi,
it is well known that a second order ODe can be transformed into a system of two ODEs through the transformation u=y', v= y.
Is the other way round possible? I mean, I have a system of 2 ODEs and want to transform it into a sucession on higher order problems that can be solved one after the other. Is this possible?
thanx a lot to anyone who can provide some insight!
 
Physics news on Phys.org
  • #2
Why would you want to do that? How would you solve the higher-order ODE then?
 
  • #3
Actually, Defennder, that was how I first learned to solve systems of equations!

For example, if we have the system x'= x- y, y'= x+ 2y, we can differentiate the first equation again to get x"= x'- y'= x'+ x+ 2y. That still has a "y" in it but from the first equation y= x- x' so we have x"= x'+ x+ 2(x- x')= 3x- x' or x"+ x'- 3x= 0.That's a second order, linear equation with constant coefficients so it can be easily solved. We can then determine y from y= x- x'. You will note that the "characteristic" equation, r2+ r- 3= 0 is exactly the same as the equation for the eigenvalues for the system of equations.
 
  • #4
That's odd. I thought the reason why 2nd order homogeneous linear ODEs could be solved was because they could be reduced to a system of first order ODEs. At least that's how my lecturer explained why that technique works for 2nd order ODEs.
 
  • #5
Certainly the theory, existence and uniqueness of solutions for initial value problems, can be simplest done in terms of systems of first order equations. But the standard way of deriving the solution for a higher order linear, homogeneous ODE with constant coefficients, at least when I was learning it (in years "BC"- "before calculators") was to try y= erx as a solution and derive the characteristic equation from that. Of course it can be done either way. I would think that changing to a system of equations and using the matrix form would be just a little more "sophisticated".
 
  • #6
HallsofIvy said:
Actually, Defennder, that was how I first learned to solve systems of equations!

For example, if we have the system x'= x- y, y'= x+ 2y, we can differentiate the first equation again to get x"= x'- y'= x'+ x+ 2y. That still has a "y" in it but from the first equation y= x- x' so we have x"= x'+ x+ 2(x- x')= 3x- x' or x"+ x'- 3x= 0.That's a second order, linear equation with constant coefficients so it can be easily solved. We can then determine y from y= x- x'. You will note that the "characteristic" equation, r2+ r- 3= 0 is exactly the same as the equation for the eigenvalues for the system of equations.

Thanks for the input! However, what if y and y' cannot be isolated? Is there any general way to get rid of one of them by implicitly deriving or something? I'm afraid that this substitution technique is very problem-dependent.

The motivation is that I have a numerical method based on spline collocation that works very well with derivatives of any order, but can hardly cope with systems. Therefore, an approach seems to go for a single higher order ODE.
 
  • #7
Yes, it is very problem dependent. For example, if we have the non-linear equations
x'= x- y2
y'= x+ y2,

then, differentiating the first equation, x"= x'- 2yy' and y'= x+ y so we have
x"= x'- 2y(x+ y)= x'- 2xy+ y2

Clearly y2= x- x', but for the xy term we will have to solve for y: y2= x- x' so [itex]y= \pm\sqrt{x- x'}[/itex] and you will have to do the problem in two parts, using the plus and minus signs. There is no way to avoid that with non-linear equations.
 

1. What is a 2 1st order ODE?

A 2 1st order ODE (ordinary differential equation) is a mathematical equation that relates an unknown function to its derivatives. It is called a 2 1st order ODE because it involves two independent variables (usually time) and two first-order derivatives of the unknown function.

2. How is a 2 1st order ODE different from other types of ODEs?

A 2 1st order ODE is different from other types of ODEs in that it involves two independent variables and two first-order derivatives. Other types of ODEs may involve different numbers of independent variables and derivatives, and may also have different forms and solutions.

3. Why would we want to convert 2 1st order ODEs into 1 2nd order ODE?

Converting 2 1st order ODEs into 1 2nd order ODE can often simplify the problem and make it easier to solve. It can also help to identify relationships between the two equations and provide a more unified solution.

4. How do we convert 2 1st order ODEs into 1 2nd order ODE?

To convert 2 1st order ODEs into 1 2nd order ODE, we can use substitution or elimination methods. We can also use the chain rule to rewrite the equations in terms of a single variable and its derivatives.

5. What are some real-world applications of solving 2 1st order ODEs?

There are many real-world applications of solving 2 1st order ODEs, including modeling physical systems such as pendulums, chemical reactions, and electrical circuits. They are also used in fields such as physics, engineering, and economics to analyze and predict the behavior of various systems.

Similar threads

  • Differential Equations
Replies
7
Views
2K
Replies
3
Views
782
  • Differential Equations
Replies
9
Views
2K
  • Differential Equations
Replies
6
Views
2K
Replies
3
Views
2K
Replies
2
Views
2K
  • Differential Equations
Replies
2
Views
1K
  • Differential Equations
Replies
1
Views
1K
Replies
2
Views
2K
Replies
1
Views
2K
Back
Top