Chapter 17: Problem 35
Solve the given differential equations (a) by variation of parameters and (b) by the method of undetermined coefficients. $$\frac{d^{2} y}{d x^{2}}-4 \frac{d y}{d x}-5 y=e^{x}+4$$
Short Answer
Expert verified
The general solution combining complementary and particular solutions is \( y(x) = C_1 e^{5x} + C_2 e^{-x} + A e^x + B \).
Step by step solution
01
Establish the Homogeneous Equation
First, consider the homogeneous version of the differential equation: \( \frac{d^{2} y}{d x^{2}} - 4 \frac{d y}{d x} - 5 y = 0 \). To solve this, we will find the complementary solution \( y_c \).
02
Find the Characteristic Equation
From the homogeneous equation, substitute \( y = e^{rx} \). This gives the characteristic equation: \( r^2 - 4r - 5 = 0 \).
03
Solve the Characteristic Equation
Solve \( r^2 - 4r - 5 = 0 \) using the quadratic formula: \( r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \). Here, \( a = 1, b = -4, c = -5 \). The roots are \( r = 5 \) and \( r = -1 \).
04
Write the Complementary Solution
The complementary solution is \( y_c = C_1 e^{5x} + C_2 e^{-x} \) using the roots from the characteristic equation.
05
Use Variation of Parameters (Part a)
For variation of parameters, use the complementary solution to find particular solution \( y_p \). Assume \( y_p = u_1(x) e^{5x} + u_2(x) e^{-x} \).
06
Find Functions for Variation of Parameters
Using \( y_p = u_1(x) e^{5x} + u_2(x) e^{-x} \) and its derivatives, set up equations: \(1. u_1' e^{5x} + u_2' e^{-x} = 02. u_1'e^{5x} + 5u_1 e^{5x} + u_2'e^{-x} - u_2e^{-x} = e^x + 4\)
07
Solve System for Variation Parameters
Solve the system, restricting the first equation to eliminate a function. Then integrate to find \( u_1(x) \) and \( u_2(x) \).
08
Formulate Particular Solution Using Variation of Parameters
Insert solved \( u_1(x) \) and \( u_2(x) \) back into \( y_p \) to form particular solution: \( y_p = \text{found functions} \).
09
Use Undetermined Coefficients (Part b)
Assume a solution form similar to \( y = Ae^x + B \) and substitute into the non-homogeneous equation to find coefficients A and B.
10
Find Constants for Undetermined Coefficients
Equate coefficients with \( e^x ext{ and } 1 \) from the equation to solve for \( A \) and \( B \).
11
Combine Solutions for General Solution
The general solution has the form \( y(x) = y_c + y_p \), where \( y_c \) is from Step 4 and \( y_p \) is the particular solution from either method.
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.
Variation of Parameters
The method of variation of parameters is a powerful technique used to find a particular solution to a non-homogeneous differential equation. This method involves using the solutions of the corresponding homogeneous equation to help construct a particular solution. In this exercise, once the complementary solution is determined, we assume a form for the particular solution:
By taking derivatives and substituting them back into the original differential equation, a system of equations is derived. These equations are structured so that one of the terms cancels out to simplify the process of finding \( u_1(x) \) and \( u_2(x) \). By integrating these functions, we establish the particular solution for the differential equation.
- Assume: \( y_p = u_1(x)e^{5x} + u_2(x)e^{-x} \)
By taking derivatives and substituting them back into the original differential equation, a system of equations is derived. These equations are structured so that one of the terms cancels out to simplify the process of finding \( u_1(x) \) and \( u_2(x) \). By integrating these functions, we establish the particular solution for the differential equation.
Undetermined Coefficients
The method of undetermined coefficients is another approach used to find a particular solution to linear differential equations with constant coefficients. This technique is more straightforward than the variation of parameters but can only be applied in specific cases. Here, we form a trial solution based on the type of the non-homogeneous term.
By matching coefficients from the resulting equation, we can solve for the unknowns \( A \) and \( B \). This makes it possible to obtain the particular solution for the problem at hand. This method is particularly useful when the non-homogeneous term is a polynomial, exponential, sine, or cosine function.
- Try: \( y = Ae^x + B \)
By matching coefficients from the resulting equation, we can solve for the unknowns \( A \) and \( B \). This makes it possible to obtain the particular solution for the problem at hand. This method is particularly useful when the non-homogeneous term is a polynomial, exponential, sine, or cosine function.
Complementary Solution
In both methods mentioned, finding the complementary solution is an essential first step. This involves solving the related homogeneous differential equation:
\[ r^2 - 4r - 5 = 0 \]Solving this quadratic equation using the quadratic formula yields the roots \( r = 5 \) and \( r = -1 \). These roots provide the basis for the complementary solution:
- Homogeneous Equation: \( \frac{d^2 y}{d x^2} - 4 \frac{d y}{d x} - 5 y = 0 \)
\[ r^2 - 4r - 5 = 0 \]Solving this quadratic equation using the quadratic formula yields the roots \( r = 5 \) and \( r = -1 \). These roots provide the basis for the complementary solution:
- \( y_c = C_1 e^{5x} + C_2 e^{-x} \)
Particular Solution
The particular solution of a differential equation is the part that covers the specific influences or forcing functions in the equation. This solution, together with the complementary solution, forms the general solution of a differential equation.
In variation of parameters, \( y_p \) is constructed using functions derived from the integral of equations formed with respect to the non-homogeneous term. With undetermined coefficients, \( y_p \) is similarly constructed by assuming a functional form that mirrors the non-homogeneous function and solving for constants.
In variation of parameters, \( y_p \) is constructed using functions derived from the integral of equations formed with respect to the non-homogeneous term. With undetermined coefficients, \( y_p \) is similarly constructed by assuming a functional form that mirrors the non-homogeneous function and solving for constants.
- Example: Assume \( y = Ae^x + B \) and use coefficients to solve.