Problem 35
Question
(a) Verify that \(y_{p_{1}}=3 e^{2 x}\) and \(y_{p_{2}}=x^{2}+3 x\) are, respectively, particular solutions of \(y^{\prime \prime}-6 y^{\prime}+5 y=-9 e^{2 x}\) and \(y^{\prime \prime}-6 y^{\prime}+5 y=5 x^{2}+3 x-16\). (b) Use part (a) to find particular solutions of \(y^{\prime \prime}-6 y^{\prime}+5 y=5 x^{2}+3 x-16-9 e^{2 x}\) and \(\quad y^{\prime \prime}-6 y^{\prime}+5 y=-10 x^{2}-6 x+32+e^{2 x}\).
Step-by-Step Solution
Verified Answer
Sum particular solutions: \(3e^{2x} + x^{2} + 3x\) and \(e^{2x} - 2x^{2} - 6x\).
1Step 1: Verify Particular Solution for First Equation
We first substitute \(y_{p_{1}}=3 e^{2x}\) into the equation \(y'' - 6y' + 5y = -9e^{2x}\). Begin by computing the derivatives:- First derivative: \(y_{p_{1}}' = 6e^{2x}\)- Second derivative: \(y_{p_{1}}'' = 12e^{2x}\)Substitute into the differential equation:\[ 12e^{2x} - 6(6e^{2x}) + 5(3e^{2x}) = 12e^{2x} - 36e^{2x} + 15e^{2x} = -9e^{2x} \]Thus, \(y_{p_{1}}=3 e^{2x}\) is indeed a particular solution of the first equation.
2Step 2: Verify Particular Solution for Second Equation
Substitute \(y_{p_{2}}=x^{2}+3x\) into the equation \(y'' - 6y' + 5y = 5x^2 + 3x - 16\). Calculate the derivatives:- First derivative: \(y_{p_{2}}' = 2x + 3\)- Second derivative: \(y_{p_{2}}'' = 2\)Substitute into the differential equation:\[ 2 - 6(2x + 3) + 5(x^2 + 3x) = 2 - 12x - 18 + 5x^2 + 15x = 5x^2 + 3x - 16 \]Thus, \(y_{p_{2}}=x^{2}+3x\) is a particular solution of the second equation.
3Step 3: Find Particular Solution for Combined Equation
Now consider \(y'' - 6y' + 5y = 5x^2 + 3x - 16 - 9e^{2x}\). A particular solution would be the sum of the solutions from parts (a), i.e., \(y_{p} = y_{p_{1}} + y_{p_{2}} = 3e^{2x} + x^{2} + 3x\). This is because the right side of the equation is a combination of the two parts we verified as particular solutions.
4Step 4: Find Particular Solution for Altered Equation
For \(y'' - 6y' + 5y = -10x^2 - 6x + 32 + e^{2x}\), the idea is to adjust the previously found particular solutions. Notice:- Change the polynomial component so that it becomes: \(-2(x^{2} + 3x) = -2x^{2} - 6x\)- For the exponential part, simply take \(y_{p_{1}} = e^{2x}\)Thus, the particular solution can be computed as:\[y_{p_{3}} = e^{2x} - 2(x^{2} + 3x) = e^{2x} - 2x^{2} - 6x\]
Key Concepts
Particular SolutionsSecond Order Linear EquationsMethod of Undetermined CoefficientsVerification of Solutions
Particular Solutions
In the context of differential equations, a particular solution is a specific solution that satisfies a given non-homogeneous differential equation. It incorporates the particular non-homogeneous parts of the equation's right-hand side. In simpler terms, when you have a differential equation that looks something like this:
- \( y'' - 6y' + 5y = f(x) \)
Second Order Linear Equations
A second order linear differential equation is an equation that involves the second derivative of a function. These equations often appear in both physics and engineering, modeling systems that involve acceleration or curvature. The general form of such an equation is:
- \( a(x)y'' + b(x)y' + c(x)y = f(x) \)
Method of Undetermined Coefficients
The method of undetermined coefficients is a technique used to find particular solutions to linear differential equations with constant coefficients. This method is particularly effective for equations where the non-homogeneous term \( f(x) \) is of a particular type, such as exponential, polynomial, or sinusoidal functions. The key idea is simple:
- Guess a form for the particular solution \( y_p \), with coefficients that are initially undetermined.
- Substitute this guess into the differential equation.
- Solve for the coefficients so that the equation holds true.
Verification of Solutions
Verifying a solution to a differential equation involves demonstrating that it actually satisfies the given equation. This is a crucial step to ensure that the particular solution you've worked out is accurate. Verification typically involves:
\( y'' - 6y' + 5y = -9e^{2x} \), you would
substitute back, compute the required derivatives, and simplify to confirm that the equality holds.
This ensures that all terms balance as expected, confirming the validity of the proposed particular solution. Verification helps in not only proving your solution works but also deepening your understanding of how differential equations function.
- Computing the derivatives of the proposed particular solution.
- Substituting these derivatives, along with the solution itself, back into the original differential equation.
- Checking if the left-hand side equals the right-hand side of the equation.
\( y'' - 6y' + 5y = -9e^{2x} \), you would
substitute back, compute the required derivatives, and simplify to confirm that the equality holds.
This ensures that all terms balance as expected, confirming the validity of the proposed particular solution. Verification helps in not only proving your solution works but also deepening your understanding of how differential equations function.
Other exercises in this chapter
Problem 35
Solve the given differential equation by undetermined coefficients. $$y^{\prime \prime}-9 y=54$$
View solution Problem 35
Solve the given initial-value problem. $$y^{\prime \prime \prime}+12 y^{\prime \prime}+36 y^{\prime}=0, \quad y(0)=0, y^{\prime}(0)=1, y^{\prime \prime}(0)=-7$$
View solution Problem 36
Solve the given initial-value problem. $$\begin{aligned}&y^{\prime \prime \prime}+8 y=2 x-5+8 e^{-2 x}, \quad y(0)=-5, y^{\prime}(0)=3\\\&y^{\prime \prime}(0)=-
View solution Problem 36
Find the general solution of \(x^{4} y^{\prime \prime}+x^{3} y^{\prime}-4 x^{2} y=1\) given that \(y_{1}=x^{2}\) is a solution of the associated homogeneous equ
View solution