Given y'''+ay''+by'+cy=0 Transform the equation into a system of first order equations setting x1=y, x2=y', x3=y''. Then write the system in vector matrix form x'=Ax
@wio
Basically do something like...
\[ x_1 = y\\ x_2 = y' \\ x_3 = y'' \\ x_4 = y''' \\ \]
i thought though that since it is a third order equation that there will only be 3 vectors
\[ x_1' = x_2\\ x_2' = x_3\\ x_3' = x_4\\ x_4 + ax_3 + bx_2 +cx_1 = 0\\ \]
so how do I get a 3x3 matrix from that?
Umm, substitute the last two equations.
\[ x_1' = x_2\\ x_2' = x_3\\ x_3' = x_4\\ x_4 = - ax_3 - bx_2 -cx_1\\ \] So do this. \[ x_1' = x_2\\ x_2' = x_3\\ x_3' = - ax_3 - bx_2 -cx_1\\ \]
\[\left[\begin{matrix}0 & 1 & 0 \\ 1 & 0 &0 \\-a & -b & -c\end{matrix}\right]\]
I guess anytime you have a third order homogeneous equation you can just plug that into the matrix and get the solutions without doing much of any work... is that what this is trying to tell me
Basically.
You can do it for any homogeneous linear equation
Even if it isn't a homogeneous equation, you need to solve the homogeneous one anyway. so it's helpful even when it's not homogeneous.
thats nice... definitely makes things easier on some of these problems. thank you again for your help.
Join our real-time social learning platform and learn together with your friends!