Problem 30
Question
Solve the given initial-value problem. \(y^{\prime \prime}+4 y^{\prime}+4 y=(3+x) e^{-2 x}, y(0)=2, y^{\prime}(0)=5\)
Step-by-Step Solution
Verified Answer
The solution is \( y(x) = 2e^{-2x} + 8x e^{-2x} \).
1Step 1: Solve the Homogeneous Equation
First, solve the homogeneous equation associated with the given differential equation: \[ y'' + 4y' + 4y = 0. \]To find the characteristic equation, replace \(y''\), \(y'\), and \(y\) with \(r^2\), \(r\), and 1 respectively which gives:\[ r^2 + 4r + 4 = 0. \]This factors as \[ (r+2)^2 = 0. \]Thus, the repeated root is \(r = -2\). The general solution to the homogeneous equation is:\[ y_h(x) = C_1 e^{-2x} + C_2 x e^{-2x}. \]
2Step 2: Find Particular Solution
Next, find a particular solution, \( y_p \), to the non-homogeneous differential equation.Since the right-hand side is \((3+x) e^{-2x}\), we choose a trial solution for \(y_p\) of the form:\[ y_p = (Ax^2 + Bx) e^{-2x}. \]Differentiate \(y_p\) to find \(y_p'\) and \(y_p''\), then substitute \(y_p\), \(y_p'\), and \(y_p''\) into the original differential equation and solve for \(A\) and \(B\). Upon solving, you find:\[ A = 0, \quad B = -\frac{3}{2}. \]Hence, the particular solution is \[ y_p(x) = -\frac{3}{2}x e^{-2x}. \]
3Step 3: Write the General Solution
Combine the homogeneous solution and the particular solution to form the general solution:\[ y(x) = C_1 e^{-2x} + C_2 x e^{-2x} - \frac{3}{2} x e^{-2x}. \]
4Step 4: Apply Initial Conditions
Use the initial conditions \(y(0) = 2\) and \(y'(0) = 5\) to solve for constants \(C_1\) and \(C_2\).Start with \(y(0) = 2\):\[ y(0) = C_1 + 0 - 0 = C_1 = 2. \]Then, find \(y'(0) = 5\).Differentiate the general solution for \(y'(x)\) and substitute \(x = 0\):\[ y'(x) = -2C_1 e^{-2x} - 2C_2 e^{-2x} + C_2 xe^{-2x} - \frac{3}{2} e^{-2x} - 3xe^{-2x}. \]Evaluating at \(x=0\):\[ y'(0) = -2 \cdot 2 - \frac{3}{2} + C_2 = 5. \]This simplifies to:\[ -4 - \frac{3}{2} + C_2 = 5. \]Thus,\[ C_2 = 5 + 4 + \frac{3}{2} = \frac{19}{2}. \]
5Step 5: Write the Final Solution
Substitute \(C_1 = 2\) and \(C_2 = \frac{19}{2}\) into the general solution:\[ y(x) = 2e^{-2x} + \frac{19}{2}x e^{-2x} - \frac{3}{2} x e^{-2x}. \]Simplify to get the final solution:\[ y(x) = 2e^{-2x} + 8x e^{-2x}. \]
Key Concepts
Initial-Value ProblemHomogeneous EquationParticular SolutionCharacteristic Equation
Initial-Value Problem
An initial-value problem is a type of differential equation that comes with initial conditions. These conditions specify the value of the function and its derivatives at a certain point. This enables us to find a unique solution to the differential equation. In our example, the differential equation is:
- \( y'' + 4y' + 4y = (3+x) e^{-2x} \)
- \( y(0) = 2 \)
- \( y'(0) = 5 \)
Homogeneous Equation
Homogeneous equations are an important concept in differential equations. They're called homogeneous because the expression is set to zero. For the exercise, the homogeneous equation derived is:
- \( y'' + 4y' + 4y = 0 \)
- \( r^2 + 4r + 4 = 0 \)
- \( (r+2)^2 = 0 \)
- \( y_h(x) = C_1 e^{-2x} + C_2 x e^{-2x} \)
Particular Solution
In solving non-homogeneous differential equations, finding a particular solution is key. It specifically deals with the non-zero right-hand side of the equation. The aim is to find a function that satisfies:
- \( y'' + 4y' + 4y = (3+x) e^{-2x} \)
- \( y_p = (Ax^2 + Bx) e^{-2x} \)
- \( y_p(x) = -\frac{3}{2}x e^{-2x} \)
Characteristic Equation
The characteristic equation is fundamental for analyzing and solving linear homogeneous differential equations. It is derived from replacing the differential parts with algebraic expressions. In the example, consider the original homogeneous equation:
- \( y'' + 4y' + 4y = 0 \)
- \( r^2 + 4r + 4 = 0 \)
- The equation factors to \( (r+2)^2 = 0 \), yielding a double root \( r = -2 \).
- \( y_h(x) = C_1 e^{-2x} + C_2 x e^{-2x} \)
Other exercises in this chapter
Problem 29
$$ \text { In Problems 27-36, solve the given initial-value problem. } $$ $$ 5 y^{\prime \prime}+y^{\prime}=-6 x, y(0)=0, y^{\prime}(0)=-10 $$
View solution Problem 29
In Problems \(23-30\), verify that the given functions form a fundamental set of solutions of the differential equation on the indicated interval. Form the gene
View solution Problem 30
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 Problem 30
Solve the given initial-value problem. Use a graphing utility to graph the solution curve. $$ x^{2} y^{\prime \prime}-5 x y^{\prime}+8 y=8 x^{6}, y\left(\frac{1
View solution