Chapter 5: Problem 18
In Exercises \(15-19\) find the general solution. $$ y^{\prime \prime}+2 y^{\prime}-3 y=-16 x e^{x} $$
Short Answer
Expert verified
Answer: The general solution of the given non-homogeneous differential equation is \(y(x) = c_1 e^{x} + c_2 e^{-3x} + (x-1)e^x\).
Step by step solution
01
Find the complementary function (homogeneous equation)
First, we need to find the complementary function by solving the homogeneous equation:
$$
y^{\prime \prime}+2 y^{\prime}-3 y=0
$$
Write down the characteristic equation:
$$
r^2 + 2r - 3 = 0
$$
Now, we need to find the roots of the characteristic equation:
$$
r_{1,2} = \frac{-b\pm\sqrt{b^2-4ac}}{2a}
$$
Substitute with values:
$$
r_{1,2} = \frac{-2\pm\sqrt{2^2-4(1)(-3)}}{2(1)}
$$
After simplification, we get:
$$
r_{1,2} = -1 \pm 2
$$
So, the roots are:
$$
r_1 = 1, \quad r_2 = -3
$$
Hence, the complementary function is given by:
$$
y_c = c_1 e^{x} + c_2 e^{-3x}
$$
02
Find a particular solution (non-homogeneous equation)
Now, we will find a particular solution for the given non-homogeneous equation:
$$
y^{\prime \prime}+2 y^{\prime}-3 y=-16 x e^{x}
$$
We will guess a particular solution of the form:
$$
y_p = (Ax^2+Bx+C)e^x
$$
Let's find the first derivative, \(y_p'\):
$$
y_p' = (2Ax+B)xe^x + (Ax^2+Bx+C)e^x
$$
And now the second derivative, \(y_p''\):
$$
y_p'' = (2A)xe^x + (2Ax+B)e^x + (2Ax+B)xe^x + (Ax^2+Bx+C)e^x
$$
Substitute \(y_p\), \(y_p'\), and \(y_p''\) into the non-homogeneous equation:
$$
(2A)xe^x + (2Ax+B)e^x + (2Ax+B)xe^x + (Ax^2+Bx+C)e^x + 2(2Ax+B)xe^x + 2(Ax^2+Bx+C)e^x - 3(Ax^2+Bx+C)e^x = -16xe^x
$$
Simplify and collect the coefficients for \(e^x\):
$$
(2A + 4A - 3A)x^2+(2B + 2B - 3B)x + (2A+2B+2C)x + (Ax^2 + Bx + C)e^x = -16xe^x
$$
$$
x^2e^x - 14xe^x + (2A+2B+2C)e^x = -16xe^x
$$
Comparing the coefficients, we get the following system of equations:
$$
A = 0 \\
-14 = -16 + 2B \\
2A+2B+2C = 0
$$
Solving the above system gives:
$$
A=0, \quad B=1, \quad C=-1
$$
So, our particular solution is:
$$
y_p = (x-1)e^x
$$
03
Write the general solution
We have found the complementary function, \(y_c\), and a particular solution, \(y_p\), for the given non-homogeneous equation. The general solution is given by the sum of these two:
$$
y(x) = y_c + y_p = (c_1 e^{x} + c_2 e^{-3x}) + (x-1)e^x
$$
Therefore, the general solution is:
$$
y(x) = c_1 e^{x} + c_2 e^{-3x} + (x-1)e^x
$$
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Characteristic Equation
When solving homogeneous differential equations, the characteristic equation is a crucial concept. It helps us find solutions that fit the equation. For example, given the differential equation:
- \( y'' + 2y' - 3y = 0 \),
- \( r^2 + 2r - 3 = 0 \).
- \( r_{1,2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \).
Complementary Function
The complementary function, often denoted as \( y_c \), represents solutions derived from the homogeneous aspect of a differential equation. In our example, it comes from the differential equation:
- \( y'' + 2y' - 3y = 0 \).
- \( y_c = c_1 e^{x} + c_2 e^{-3x} \).
Particular Solution
The particular solution addresses the "non-homogeneous" component of the differential equation. Non-homogeneous differential equations have additional terms that change the behavior of the solution, as seen in:
- \( y'' + 2y' - 3y = -16xe^x \).
- \( y_p = (Ax^2 + Bx + C)e^x \).
- \( A = 0 \), \( B = 1 \), and \( C = -1 \).
- \( y_p = (x-1)e^x \).
Non-Homogeneous Equation
Differential equations can either be homogeneous or non-homogeneous. A non-homogeneous equation has terms independent of the function or its derivatives. In our example,
- \( y'' + 2y' - 3y = -16xe^x \),
- Finding the complementary function from the associated homogeneous equation.
- Identifying a particular solution that fits the non-homogeneous part.
- \( y(x) = y_c + y_p \).