General solution for system of differential equations

Click For Summary

Homework Help Overview

The discussion revolves around finding the general solution to a system of coupled differential equations involving three variables, y1, y2, and y3. The equations are presented in a standard form with derivatives on the left-hand side and linear combinations of the variables on the right-hand side. Participants are exploring the implications of eigenvalues and eigenvectors in the context of diagonalization to simplify the system.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the process of diagonalizing the system and express uncertainty about the next steps after identifying eigenvalues and eigenvectors. There are questions about the form of the solution and the significance of the exponential terms in relation to the eigenvalues.

Discussion Status

Some participants have provided insights into the diagonalization process and the relationship between the original system and the uncoupled system represented by a diagonal matrix. However, there remains a lack of consensus on the interpretation of the exponential form of the solution and how to proceed from the identified eigenvalues and eigenvectors.

Contextual Notes

Participants note that the system is coupled, which complicates the solution process compared to uncoupled systems. There is also mention of the characteristic equation associated with the matrix representation of the system, which has three distinct roots corresponding to the eigenvalues.

Locoism
Messages
77
Reaction score
0

Homework Statement


Find the general solution to the following differential equations
y'1 = -12y1 + 13y2 +10y3
y'2 = 4y1 - 3y2 - 4y3
y'3 = -21y1 +21y2 +19y3


The Attempt at a Solution


I'm a little unsure about what to do at the end, or what form to put it in.
The eigenvalues are
λ1 = 5, λ2 = -2, λ3 = 1
and the eigenvectors are
v1 = [1, -1, 3], v2 = [1, 0, 1], v3 = [1, 1, 0] (respectively)
so once I have that, what do I do? I need to put them into an exponential form like
a*eλ2*t*v1 + b*eλ2*t*v2 + c*eλ3*t*v3 ?
I don't understand why, or what this means.
 
Physics news on Phys.org
Locoism said:

Homework Statement


Find the general solution to the following differential equations
y'1 = -12y1 + 13y2 +10y3
y'2 = 4y1 - 3y2 - 4y3
y'3 = -21y1 +21y2 +19y3


The Attempt at a Solution


I'm a little unsure about what to do at the end, or what form to put it in.
The eigenvalues are
λ1 = 5, λ2 = -2, λ3 = 1
and the eigenvectors are
v1 = [1, -1, 3], v2 = [1, 0, 1], v3 = [1, 1, 0] (respectively)
so once I have that, what do I do? I need to put them into an exponential form like
a*eλ2*t*v1 + b*eλ2*t*v2 + c*eλ3*t*v3 ?
I don't understand why, or what this means.

Your system of diff. equations is coupled, meaning that the three derivative components all involve the three y components. It's much easier to solve an uncoupled system such as
z1' = a1z1
z2' = a2z2
z3' = a3z3

and this is the primary motivation for diagonalizing a system of diff. equations.

Your system can be represented as a matrix equation as:
Y' = AY

If we can find a diagonal matrix D that is similar to A, then we can find a related system of equations that is uncoupled, so easier to solve.

Since you have already found that there are three distinct eigenvalues, that means your matrix A is diagonalizable. You have also found three eigenvectors for the three eigenvalues.

Form a matrix P whose columns are the eigenvectors. The order doesn't matter, but the order will determine which values appear on the diagonal of matrix D (the diagonal matrix).

Let Z = P-1Y, or equivalently, Y = PZ.

Then Z' = P-1Y' = P-1AY = P-1APZ = DZ, where D is the diagonal matrix. As already noted, this system is easy to solve, and its solution is given by:

[tex]Z = Z(t) = \begin{bmatrix}e^{\lambda_1 t} & 0 & 0 \\ 0 & e^{\lambda_2 t} & 0 \\ 0&0&e^{\lambda_3 t} \end{bmatrix} \begin{bmatrix}c_1 \\ c_2 \\ c_3 \end{bmatrix}[/tex]

We're not quite done. We're interested in Y = Y(t), not Z(t).

Since Y = PZ, then our solution is
[tex]Y = Y(t) = PZ = P\begin{bmatrix}e^{\lambda_1 t} & 0 & 0 \\ 0 & e^{\lambda_2 t} & 0 \\ 0 & 0 & e^{\lambda_3 t}\end{bmatrix}\begin{bmatrix}c_1 \\ c_2 \\ c_3 \end{bmatrix}[/tex]
 
OK thank you, that makes sense! But how come the diagonal matrix's entries are in the form e? And the matrix Z is given here by [c1, c2, c3]?
 
What's the general solution of z1' = λ1z1? Once you answer that, you might see that the matrix equation summarizes the solution for the vector Z.
 
Of course! Thank you, you are beautiful.
 
Locoism said:

Homework Statement


Find the general solution to the following differential equations
y'1 = -12y1 + 13y2 +10y3
y'2 = 4y1 - 3y2 - 4y3
y'3 = -21y1 +21y2 +19y3


The Attempt at a Solution


I'm a little unsure about what to do at the end, or what form to put it in.
The eigenvalues are
λ1 = 5, λ2 = -2, λ3 = 1
and the eigenvectors are
v1 = [1, -1, 3], v2 = [1, 0, 1], v3 = [1, 1, 0] (respectively)
so once I have that, what do I do? I need to put them into an exponential form like
a*eλ2*t*v1 + b*eλ2*t*v2 + c*eλ3*t*v3 ?
I don't understand why, or what this means.

If you think of a solution of the form y1 = a*exp(r*x), y2 = b*exp(r*x), y3 = c*exp(r*x) [same r in all three] you will get a cubic equation in r --- essentially, the characteristic equation in the matrix representation. This cubic has 3 roots (r1 = -2, r2 = 1, r3 = 5 in this case), and so your solution will have the form y1 = a1*exp(r1*x) + a2*exp(r2*x) + a3*exp(r3*x), etc. You get equations for the ai, bi and ci by substituting these expressions into the DE; the solutions are, essentially, constants times eigenvectors of the matrix. Finally, initial conditions serve to identify the constants.

RGV
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
1K
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
7
Views
2K
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K