-m30b Convert the differential equation

In summary: So you have the system of differential equations:\left ( \begin{matrix} A' \\ B' \end{matrix} \right ) = \left ( \begin{matrix} B \\ -6A - 5B \end{matrix} \right )+ \left ( \begin{matrix} 0 \\ e^x \end{matrix} \right )or, using the usual notation:\left ( \begin{matrix} A \\ B \end{matrix} \right ) ^{\prime} = \left ( \begin{matrix} 0 & 1 \\ -6 & -5 \end{matrix} \right )
  • #1
karush
Gold Member
MHB
3,269
5
ov!347 nmh{1000}

Convert the differential equation

$$y''+5y'+6y=e^x$$
into a system of first order (nonhomogeneous) differential equations and solve the system.

the characteristic equation is
$$\lambda^2+5\lambda+6=e^x$$
factor
$$(\lambda+2)(\lambda+3)=e^x$$

ok not real sure what to do with this $=e^x$ thing
 
Last edited:
Physics news on Phys.org
  • #2
karush said:
Convert the differential equation

$$y''+5y'+6y=e^x$$
into a system of fi rst order (nonhomogeneous) differential equations and solve the system.

the characteristic equation is
$$\lambda^2+5\lambda+6=e^x$$
factor
$$(\lambda+2)(\lambda+3)=e^x$$

ok not real sure what to do with this $=e^x$ thing
The characteristic equation is \(\displaystyle \lambda ^2 + 5 \lambda + 6 = 0\). You don't need the \(\displaystyle e^x\) until later.

-Dan
 
  • #3
$(\lambda+2)(\lambda+3)=0$
the root are then
$\lambda-2, \quad \lambda-3$
so then we have
$e^{-2x},\quad e^{-3x} $

then hopefully

$y=c_1e^{-2x}+c_2e^{-3x}$

so how do we finish this ? with =e^x
 
  • #4
karush said:
$(\lambda+2)(\lambda+3)=0$
the root are then
$\lambda-2, \quad \lambda-3$
so then we have
$e^{-2x},\quad e^{-3x} $

then hopefully

$y=c_1e^{-2x}+c_2e^{-3x}$

so how do we finish this ? with =e^x
I was commenting on what the characteristic equation is, not what you are supposed to do for this problem.

Let's define A(x) = y(x) and B(x) = y'(x). Then
A'(x) = y'(x)
B'(x) = y''(x)

Putting this into your original equation gives
\(\displaystyle y'' = -5y' - 6y + e^x\)

or
\(\displaystyle B' = -5B - 6A + e^x\)

And don't forget: \(\displaystyle A' = B\), from the original definition of B.

So you have the system of differential equations:
\(\displaystyle \left ( \begin{matrix} A' \\ B' \end{matrix} \right ) = \left ( \begin{matrix} B \\ -6A - 5B \end{matrix} \right )+ \left ( \begin{matrix} 0 \\ e^x \end{matrix} \right )\)

or, using the usual notation:
\(\displaystyle \left ( \begin{matrix} A \\ B \end{matrix} \right ) ^{\prime} = \left ( \begin{matrix} 0 & 1 \\ -6 & -5 \end{matrix} \right ) \left ( \begin{matrix} A \\ B \end{matrix} \right ) + \left ( \begin{matrix} 0 \\ e^x \end{matrix} \right )\)

Now you have a pair of simultaneous first order linear differential equations, which you've been studying.

-Dan
 
  • #5
karush said:
Convert the differential equation

$$y''+5y'+6y=e^x$$
into a system of first order (nonhomogeneous) differential equations
This first part has not been addressed. Let z= y'. Then y''= z'.
Then $z'+ 5z+ 6y= e^z$ or $z'= e^x- 5z- 6y$. Together with z= y' we have the two equations y'= z and $z'= e^x- 5z- 6y$.

That could also be written as the matrix equation
$\begin{pmatrix}y \\ z \end{pmatrix}'= \begin{pmatrix}0 & 1 \\ -6 & -5 \end{pmatrix}\begin{pmatrix}y \\ z \end{pmatrix}+ \begin{pmatrix} 0 \\ e^x\end{pmatrix}$.

The characteristic equation for the differential equation is the characteristic equation for that matrix, $\left|\begin{array}{cc}-\lambda & 1 \\ -6 & -5- \lambda\end{array}\right|= 0$.
 
Last edited by a moderator:

1. What is the purpose of converting a differential equation using "-m30b"?

The "-m30b" command is used to transform a differential equation into a more manageable form, making it easier to solve and analyze.

2. How does "-m30b" affect the original differential equation?

"-m30b" changes the equation by applying a mathematical operation that simplifies it, such as taking the derivative or integrating.

3. Can "-m30b" be used for all types of differential equations?

No, "-m30b" is specifically designed for linear differential equations with constant coefficients. It may not work for other types of equations.

4. Is "-m30b" a reversible process?

Yes, "-m30b" can be reversed by applying the inverse operation to the transformed equation. This will result in the original differential equation.

5. Are there any limitations to using "-m30b"?

Yes, "-m30b" may not work for all types of differential equations and may not always result in a simpler form. It is important to check the validity of the transformed equation before using it for analysis.

Similar threads

  • Differential Equations
Replies
12
Views
2K
  • Differential Equations
Replies
1
Views
1K
  • Differential Equations
Replies
7
Views
395
Replies
8
Views
4K
  • Differential Equations
Replies
3
Views
859
  • Differential Equations
Replies
10
Views
1K
  • Differential Equations
Replies
1
Views
757
  • Differential Equations
Replies
4
Views
1K
  • Differential Equations
Replies
3
Views
1K
  • Differential Equations
Replies
2
Views
995
Back
Top