Conversion of System of Eq's to 2nd Order Diff Eq

Click For Summary

Discussion Overview

The discussion revolves around the conversion of systems of first-order differential equations into higher-order differential equations, particularly focusing on the feasibility and implications of such conversions. Participants explore the methods of solving these equations, including Euler's method and eigenvalue approaches, while considering the advantages and limitations of each technique.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions whether a system of two first-order differential equations can always be converted into a single second-order differential equation and seeks attributes that might prevent such conversion.
  • Another participant asserts that it is possible to convert a system of n first-order differential equations into an nth-order differential equation, even without assuming constant coefficients.
  • There is a discussion on the efficiency of Euler's method compared to eigenvalue methods, with some participants suggesting that Euler's method can be faster in certain contexts.
  • One participant describes a method of converting a 2x2 system into a second-order differential equation and then using Euler's method to find eigenvalues, noting that this approach may stem from their own difficulties with linear algebra.
  • Concerns are raised about the need to eliminate extraneous solutions when using polynomial approaches to solve differential equations.
  • Participants highlight that while finding eigenvalues and eigenvectors may be more complex, it provides deeper insights into the behavior of solutions, especially in nonlinear contexts.

Areas of Agreement / Disagreement

Participants express differing opinions on the efficiency and effectiveness of various methods for solving differential equations, particularly regarding the use of Euler's method versus eigenvalue approaches. There is no consensus on the best method, and the discussion remains unresolved regarding the optimal approach for different scenarios.

Contextual Notes

Participants acknowledge that the conversion of differential equations may depend on specific attributes of the systems involved, and there are unresolved mathematical steps and assumptions in the discussion.

bizoid
Messages
8
Reaction score
0
My question is in regards to converting a system of differential equations into a higher order differential equation. I am an undergrad taking diff eq and have just learned the wonders of Euler's method of solving 2nd order differential equations with constant coefficients. It is significantly faster then using eigenvalues and eigenvectors.

My question is:

Can I always convert a system of (2) 1st order differential equations into (1) 2nd order differential equation?

If not, what attributes of the system allow me to identify that it cannot be converted?

Can I always convert a system of n-order differential equations into a single n-order differential equation? (I do not know why I would want to do this since Euler's method would not help in this instance, but you may as well generalize your answer if possible.)

Thank you in advance for any feedback.
Bizoid
 
Physics news on Phys.org
the following

1) system of n first order differential equation
2) nth order differential equation
3) system of n differential equations of any order

This is even true without assuming constant coefficents

Furthermore euler's equation and its generalizations and variants (enhanced euler/Runge Kutta/adams) can be used on any of those even though for various reasons the system of n first order is the most common approach.

As far as faster than eigenvector methods that depends of what you mean by faster/ exact method used/ particular equation. Also eigen vector approach gives one a better idea of the solutions behavior.

To specifics
we will only consider constant coefficients
let p be a polynomial D differentiations
lowercase scalar uppercase tensor (vector or matrix)
p(D)y=f(x) nth order equation
DY=F(X)
P(D)Y=F(X)
DY=F(x)

say we have
(D^2+1)y=0
ie
y''+y=0
let u=y v=y'
(D^2+1)y=0
becomes
v'=-u
u'=v
the argument is reversable in particular
v'=-u
u'=v
implys a matrix form
AY=DY
from matrix theory we know
p(A)=0 for some polynomial p
thus
p(D)u=0
p(D)v=0
or
p(D)Y=0
can be solved but the soultions must be checked in
AY=DY
because that approach produces extraneous solutions
that is if
p(D)Y=0
then
p(D)BY=0
but
ABY is only zero for some B's

similar facts hold for more complicated systems like
(D^2-3D+2)u+(D^2-8D^2)v=e^11t
(D^3-6D+7)u+(D^4+7D^3)v=cos(4t)
 
Thank you for the reply.

In regards to your comment, "Also eigen vector approach gives one a better idea of the solutions behavior."

Please correct me if I am missing something, but I found the following (on 2x2 systems) to be easier then using eigen value / vector approach. Especially for repeated, complex, and zero eigen valules. Yet I still have the same qualitative analysis capabilities.

1) Convert to 2nd order DE
2) Use Euler's to find eigen values
3) differentiate to identify the eigen vector (for qualitative analysis) or solve the IVP.

After writing the aforementioned, I see that I am in fact finding the eigen values / vectors. However, I am not using the Linear Algebra approach. My preferred method may be due to my weakness in Linear Algebra.

Any thoughts?

Thank you again for your comments.
 
Please describe the Euler method of which you speak, I am not sure we are speaking of the same one.
say as before we have
u'=v
v'=-u
eigenvalues are -i,i
instead of solving this we see
A^2+I=0
u,v each satisfy
(D^2+1)y
y=C1*cos(t)+C2*sin(t)
while u and v are of this form we have 4 constants instead of 2 and must eliminate 2
u=C1*cos(t)+C2*sin(t)
v=C3*cos(t)+C4*sin(t)

It seems to me work equivalent to finding eigenvectors needs to be done to eliminate extra constants
 
Yes, solving the "characteristic equation" so you can just plug the numbers into the general solutions is faster than solving for eigenvalues (which is the SAME as solving the characteristic equation) and then solving for the eigenvectors. The crucial point is that finding the eigenvectors gives you MORE information than just finding the solution to the higher order equation. You would still need to differentiate to find the OTHER functions in the system of equations.

Also, as lurflurf said, determining the eigenvalues and eigenvectors gives you a better understanding of the general behavior of solutions. That becomes VERY important in dealing with nonlinear equations which cannot, in general, be solved. I rather suspect that the next subject in your d.e. course will be applying those ideas to non-linear systems of equations.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
8
Views
6K
  • · Replies 5 ·
Replies
5
Views
6K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K