Chapter 17: Problem 56
In Exercises verify that the given function is a particular solution to the specified nonhomogeneous equation. Find the general solution, and evaluate its arbitrary constants to find the unique solution satisfying the equation and the given initial conditions. $$y^{\prime \prime}-y^{\prime}-2 y=1-2 x, \quad y_{\mathrm{p}}=x-1, y(0)=0, y^{\prime}(0)=1$$
Short Answer
Step by step solution
Verify the Particular Solution
Find the Complementary Solution
Form the General Solution
Apply Initial Conditions
Solve for Constants
Write the Unique Solution
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.
Particular Solution Verification
The process involves the following steps:
- First, find the derivatives of \( y_p \). In this case, \( y_p' = 1 \) and \( y_p'' = 0 \).
- Next, substitute \( y_p \), \( y_p' \), and \( y_p'' \) back into the differential equation: \[ y'' - y' - 2y = 1 - 2x. \]
- Upon substitution, the equation simplifies and must equal the right-hand side of the equation \( 1 - 2x \).
Complementary Solution
For the equation \( y'' - y' - 2y = 0 \), we need to determine a solution where the right-hand side is zero. This is achieved by solving the characteristic equation, which is derived from the homogeneous equation without its nonhomogeneous terms.
The characteristic equation here is \( r^2 - r - 2 = 0 \). A quadratic equation, it can be factored into \((r - 2)(r + 1) = 0\), giving roots \( r = 2 \) and \( r = -1 \). These roots are used to form the complementary solution:
- \( y_c = C_1 e^{2x} + C_2 e^{-x} \)
Characteristic Equation
To find it, we replace the derivatives in the equation with powers of \( r \), resulting in a polynomial equation: \( r^2 - r - 2 = 0 \). By factoring, \((r - 2)(r + 1) = 0\), we find the roots \( r = 2 \) and \( r = -1 \). These roots reveal the exponential terms that form the complementary solution:
- The corresponding solution is \( y = C_1 e^{2x} + C_2 e^{-x} \).
Initial Conditions
The general solution of the equation is a combination of the complementary solution and the particular solution: \( y = (x - 1) + C_1 e^{2x} + C_2 e^{-x} \). We use the initial conditions to find specific values for the constants \( C_1 \) and \( C_2 \):
- Substitute \( x = 0 \) into \( y = 0 \) to get the first equation: \( -1 + C_1 + C_2 = 0 \), which simplifies to \( C_1 + C_2 = 1 \).
- Substitute \( x = 0 \) into \( y' = 1 \) for the derivative to get the second equation: \( 1 = 1 + 2C_1 - C_2 \), simplifying to \( 2C_1 - C_2 = 0 \).