MHB -16.1 Find the general solution to the system of DE

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Find the general solution to the system of differential equations
$\begin{cases}
y'_1&=2y_1+y_2-y_3 \\
y'_2&=3y_2+y_3\\
y'_3&=3y_3
\end{cases}$
let
$y(t)=\begin{bmatrix}{y_1(t)\\y_2(t)\\y_3(t)}\end{bmatrix}
,\quad A=\begin{bmatrix}
2 & 1 & -1 \\
0 & 3 & 1 \\
0 & 0 & 3
\end{bmatrix}$
so
\begin{align*}\displaystyle
y_1&=c_1e^{2t}+c_2e^{t}+c_3e^{-t}\\
y_2&=c_2e^{3t}+c_3e^{t}\\
y_3&=c_3e^{3t}
\end{align*}

ok if correct so far assume next step is to diagonalize $A:\quad A=PDP^{-1}$

well according to EMH this is not diagonalizable but is look like a triangle

so would this be

$\begin{pmatrix} y'_1 \\ y'_2 \\ y'_3 \end{pmatrix}
= \begin{pmatrix} 2y_1&+y_2&-y_3 \\
0&3y_2&y_3\\
0&0&3y_3 \end{pmatrix}
\cdot
\begin{pmatrix} x \\ y \\ z \end{pmatrix}
+ \begin{pmatrix} b_1(t) \\ b_2(t) \\ b_3(t) \end{pmatrix}$
 
Last edited:
Physics news on Phys.org
What "next step"? The problem asked you to find y1, y2, and y3 and you have already done that!

(Unfortunately you also have the wrong solution!)
 
Last edited:
Personally, I would not use "matrices" at all.

karush said:
Find the general solution to the system of differential equations
$\begin{cases}
y'_1&=2y_1+y_2-y_3 \\
y'_2&=3y_2+y_3\\
y'_3&=3y_3
\end{cases}$
\
The last equation, $y'_3= 3y_3$ is a first order, linear, homogeneous equation with constant coefficients. It's "characteristic equation" is $r= 3$ so the general solution is $y= Ae^{3x}$. (You could also have written this as $\frac{dy}{y}= 3dx$ and integrate to get the same solution.)

Once you know that the second equation can be written as $y'_2= 3y_2+ Ae^{3x}$, another first order linear equation with constant coefficients but now it is not homogeneous. Its characteristic equation is again $r= 3$ and the general solution to the "associated homogeneous equation" is again $y= Be^{3x}$. With right side "$Ae^{3t}$" we would normally try a solution to the entire equation of the form "$e^{3x}$ but because that satisfies the homogenous equation we try, instead, $y= Pxe^{3x}$. Then $y'= Pe^{3x}+ 3Pxe^{3x}$ and $e^{3x}+ 3Pe^{3x}=
3Pxe^{3x}+ Ae^{3x}$ so $P= A$ and $y_2= Be^{3x}+ Axe^{3x}$.

Now we can write the first equation as
$y'_1= 2y_1+ A^{3x}- Be^{3x}- Axe^{3x}= 2y_1+ (A- B)e^{3x}- Axe^{3x}$ and can be solved in much the same way.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Replies
4
Views
2K
Replies
4
Views
2K
Replies
5
Views
2K
Replies
5
Views
1K
Replies
5
Views
2K
Back
Top