Problem 39
Question
Solve the given differential equation by undetermined coefficients. $$y^{\prime \prime}+4 y^{\prime}+4 y=2 x+6$$
Step-by-Step Solution
Verified Answer
The solution is \( y = C_1 e^{-2x} + C_2 x e^{-2x} + \frac{1}{2}x + \frac{5}{4} \).
1Step 1: Identify the Form of the Differential Equation
The given differential equation is of the form \( y'' + 4y' + 4y = 2x + 6 \). This is a linear non-homogeneous differential equation with constant coefficients.
2Step 2: Solve the Complementary Equation
To find the complementary solution \(y_c\), solve the associated homogeneous equation: \( y'' + 4y' + 4y = 0 \). The characteristic equation is \( r^2 + 4r + 4 = 0 \). This can be factored to \( (r+2)^2 = 0 \), giving a repeated root \( r = -2 \). Thus, the complementary solution is \( y_c = C_1 e^{-2x} + C_2 x e^{-2x} \).
3Step 3: Choose a Form for the Particular Solution
Since the non-homogeneous term on the right side is \( 2x + 6 \), propose a particular solution of the form \( y_p = Ax + B \) where \(A\) and \(B\) are constants to be determined.
4Step 4: Differentiate the Particular Solution
Find the first and second derivatives of the proposed particular solution: \( y_p = Ax + B \) gives \( y_p' = A \) and \( y_p'' = 0 \).
5Step 5: Substitute into the Differential Equation
Substitute \( y_p \), \( y_p' \), and \( y_p'' \) into the original differential equation: \( 0 + 4A + 4(Ax + B) = 2x + 6 \). Simplifying gives \( 4Ax + 4A + 4B = 2x + 6 \).
6Step 6: Solve for Constants A and B
Match the coefficients on both sides of the equation: from \(4A = 2 \), solve for \(A\) to get \( A = \frac{1}{2} \). From \(4A + 4B = 6\), substitute \(A = \frac{1}{2}\) to find \( B = \frac{5}{4} \).
7Step 7: Write the General Solution
Combine the complementary solution and the particular solution to get the general solution: \( y = y_c + y_p = C_1 e^{-2x} + C_2 x e^{-2x} + \frac{1}{2}x + \frac{5}{4} \).
Key Concepts
Undetermined CoefficientsNon-homogeneous EquationComplementary SolutionParticular Solution
Undetermined Coefficients
The method of Undetermined Coefficients is a technique used to find particular solutions of linear non-homogeneous differential equations. It is especially useful when the non-homogeneous term in the equation is a simple polynomial, exponential, sine, or cosine function. The essence of this method lies in assuming a possible form of the particular solution. We then determine the unknown coefficients by substituting back into the original equation. This process involves:
- Identifying the nature of the non-homogeneous term.
- Proposing an appropriate form for the particular solution with undetermined coefficients.
- Calculating the derivatives of this assumed solution.
- Substituting these into the given differential equation to find the values of the coefficients.
Non-homogeneous Equation
A non-homogeneous differential equation is one that involves a non-zero term that is not a function of the dependent variable and its derivatives. In the equation presented, this term is "2x + 6", which makes the equation "non-homogeneous". Compared to a homogeneous equation, where the right-hand side is zero, non-homogeneous equations require solving an additional part called the "particular solution".
A non-homogeneous equation generally has the form:
\[ ay^{(n)} + by^{(n-1)} + \, \ldots \, + ny = g(x) \]
A non-homogeneous equation generally has the form:
\[ ay^{(n)} + by^{(n-1)} + \, \ldots \, + ny = g(x) \]
- The term \( g(x) \) is the non-homogeneous part.
- The goal in solving such equations is to find a solution to the full equation, combining solutions to the homogeneous part and this non-homogeneous term.
Complementary Solution
The Complementary Solution, often symbolized as \( y_c \), addresses the homogeneous aspect of the differential equation. It represents the component of the general solution that accounts for the left-hand part \( y'' + 4y' + 4y = 0 \). To find this, typically a characteristic equation is used, arising from setting the differential equation equal to zero.
For our exercise:
For our exercise:
- The characteristic equation is obtained by treating the derivatives as polynomial terms: \( r^2 + 4r + 4 \).
- Solving this gives repeated roots, in this case, \( r = -2 \).
- The complementary solution for a repeated root \( r \) is \( y_c = C_1e^{-2x} + C_2xe^{-2x} \).
Particular Solution
The Particular Solution \( y_p \) is crafted to address the specific nature of the non-homogeneous term \( 2x + 6 \) in our equation. Its role is to find one specific solution to the differential equation that includes the non-homogeneous part.
Here's how we determine it:
Here's how we determine it:
- We assume a technical form that aligns with the form of the non-homogeneous term. Here, \( y_p = Ax + B \) was chosen, as it mirrors the nature of \( 2x + 6 \).
- Calculate the derivatives: \( y_p' = A \) and \( y_p'' = 0 \).
- Substitute these into the differential equation to establish parameters for \( A \) and \( B \).
- Solve the resulting system of equations, deriving specific values: \( A = \frac{1}{2} \) and \( B = \frac{5}{4} \).
Other exercises in this chapter
Problem 39
Solve the given boundary-value problem. $$y^{\prime \prime}+3 y=6 x, \quad y(0)=0, y(1)+y^{\prime}(1)=0$$
View solution Problem 39
Use \(y=(x-x_{0})^{m}\) to solve the given differential equation. $$(x+3)^{2} y^{\prime \prime}-8(x+3) y^{\prime}+14 y=0$$
View solution Problem 39
(a) Verify that \(y_{1}=x^{3}\) and \(y_{2}=|x|^{3}\) are linearly independent solutions of the differential equation \(x^{2} y^{\prime \prime}-4 x y^{\prime}+6
View solution Problem 40
Solve the given boundary-value problem. $$y^{\prime \prime}+3 y=6 x, \quad y(0)+y^{\prime}(0)=0, y(1)=0$$
View solution