Systems of linear differential equations by elimination?

In summary, the original form of the equation has three unknowns - x(t), y(t), and z(t). Differentiating the equation, x(t)=-1, y(t)=-1, and z(t)=0. The matrix equation has an eigenvalue of -1 and an eigenvector of (1,0,0).
Physics news on Phys.org
  • #2
hi zack7! :smile:

(try using the X2 icon just above the Reply box :wink:)

what is D ? is it d/dt ? :confused:

can't you separate the variables, and solve for (D + 1)x = 0 and (D2 +D +1)z = 0 separately?
 
  • #3
tiny-tim said:
hi zack7! :smile:

(try using the X2 icon just above the Reply box :wink:)

what is D ? is it d/dt ? :confused:

can't you separate the variables, and solve for (D + 1)x = 0 and (D2 +D +1)z = 0 separately?

I can't seem to find a way to eliminate z ?
 
  • #4
The equations are
[tex]\frac{dx}{dt}= -x+ z[/tex]
[tex]\frac{dy}{dt}= -y+ z[/tex]
[tex]\frac{dz}{dt}= -x+ y[/tex]
or, letting "D" represent differentiation with respect to t,
[tex]Dx= -x+ z[/tex]
[tex]Dy= -y+ z[/tex]
[tex]Dz= -x+ y[/tex]

Since those are three first order equations in three dependent variables, they will reduce to a single third order equation in one dependent variable. Differentiating the first equation again, [itex]D^2x= -Dx+ Dz[/itex].

From the first and third equation, that is the same as [itex]D^2x= -x+ z- x+ y= -2x+z+ y[/itex]. But, also from the first equation, z= Dx+ x so we can write that as [itex]D^2x= -2x+ Dx+ x+ y[/itex] or [itex]D^2x- Dx= -x+ y[/itex]. Differentiating again, [itex]D^3x- D^2x= -Dx+ Dy[/itex].

From the second equation, [itex]Dy= -y+ z[/itex] so we can write that as [itex]D^3x- D^2x+ Dx= -y+ z[/itex]. Again, [itex]z= Dx+ x[/itex] so that gives [itex]D^3x- D^2x+ Dx= -y+ Dx+ x[/itex] or [itex]D^3x- D^2x- x= y[/itex].

Finally, from the third equation, [itex]y= Dz- x[/itex] and, since [itex]z= Dx+ x[/itex], [itex]Dz= D^2x+ Dx[/itex], [itex]y= D^2x+ Dx- x[/itex] so that [itex]D^3x- D^2x- x= D^2x+ Dx- x[/itex] or [itex]D^3x- 2D^2x- Dx= (D^3+ 2D^2- D)x= 0[/itex].

Note that solving that equation will give you x(t) already involving 3 undetermined constants. In order not to introduce any other constants, get y(t) and z(t) from
[itex]z= Dx+ x[/itex] and then [itex]y= Dz+ x[/itex].

Frankly, that is not the way I would have done this problem. I would have written it as the matrix equation
[tex]\frac{\begin{pmatrix}x(t) \\ y(t)\\ z(t)\end{pmatrix}}{dt}= \begin{pmatrix}-1 & 0 & 1 \\ 0 & -1 & 1 \\ -1 & 1 & 0 \end{pmatrix}\begin{pmatrix}x(t) \\ y(t) \\ z(t)\end{pmatrix}[/tex]
and found the eigenvalues and eigenvectors of the coefficient matrix.
 
Last edited by a moderator:

FAQ: Systems of linear differential equations by elimination?

What is a system of linear differential equations by elimination?

A system of linear differential equations by elimination is a set of two or more equations that involve derivatives of a variable. These equations can be solved simultaneously by eliminating one variable at a time until only one equation remains.

How is elimination used to solve a system of linear differential equations?

Elimination is used to solve a system of linear differential equations by simplifying the equations and eliminating one variable at a time. This is done by adding or subtracting equations to eliminate one variable, and then repeating the process until only one equation remains.

What is the benefit of using elimination to solve a system of linear differential equations?

The benefit of using elimination is that it can be more efficient and accurate than other methods, such as substitution or graphing. It also allows for the solution of systems with more than two equations.

What are the key steps in solving a system of linear differential equations by elimination?

The key steps in solving a system of linear differential equations by elimination are:
- Rewrite the equations in standard form
- Identify the variable to be eliminated
- Multiply one or both equations by a constant to create opposite coefficients for the variable
- Add or subtract the equations to eliminate the variable
- Repeat the process until only one equation remains
- Solve for the remaining variable
- Check the solution by plugging it back into the original equations.

Can elimination be used to solve all systems of linear differential equations?

No, elimination is a useful method for solving systems of linear differential equations, but it may not always be the most appropriate method. In some cases, substitution or graphing may be more efficient or accurate. It is important to consider the specific characteristics and complexity of the system before choosing a method for solving it.

Similar threads

Back
Top