Chapter 9: Problem 4
Solve. \(y^{\prime \prime}-7 y^{\prime}+10 y=10 x-27\)
Short Answer
Expert verified
The general solution is: \( y = C_1 e^{2x} + C_2 e^{5x} + \frac{10}{3} x - \frac{19}{3} \).
Step by step solution
01
Find the associated homogeneous equation
Solve the homogeneous part of the differential equation \( y^{\text{''}} - 7y^{\text{'}} + 10y = 0 \).
02
Solve the characteristic equation
The characteristic equation for the homogeneous part is \( r^2 - 7r + 10 = 0 \). Solve this quadratic equation.
03
Solve for r
The characteristic equation \( r^2 - 7r + 10 = 0 \) factors to \((r-2)(r-5)=0\). So, \( r = 2 \) and \( r = 5 \).
04
Write the general solution of the homogeneous equation
The general solution to the homogeneous equation is \( y_h = C_1e^{2x} + C_2e^{5x} \), where \( C_1 \) and \( C_2 \) are constants.
05
Determine a particular solution
For the non-homogeneous equation, assume a particular solution of the form \( y_p = Ax + B \). Substitute \( y_p \) into the original differential equation.
06
Substitute the particular solution into the differential equation
Calculate \( y_p' = A \) and \( y_p'' = 0 \). Substitute into the original equation to find values for A and B.
07
Solve for coefficients A and B
Substituting, \( 0 - 7A + 10(Ax + B) = 10x - 27 \). Simplify to \( 3A x + (10B - 7A) = 10 x - 27 \). This gives \( 3A = 10 \) and \( 10B - 7A = -27 \). Solving these equations, we find \( A = \frac{10}{3} \) and \( B = -\frac{19}{3} \).
08
Write the general solution combining the homogeneous and particular solutions
The general solution to the original differential equation is \( y = y_h + y_p = C_1e^{2x} + C_2e^{5x} + \frac{10}{3}x - \frac{19}{3} \).
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.
characteristic equation
The characteristic equation is a key step in solving many differential equations, especially linear ones. It's derived from the homogeneous part of the equation, which means you consider the differential equation without the non-homogeneous term (often a function of x like 10x-27 in our example). For our differential equation, we start with the homogeneous counterpart: \( y^{\text{''}} - 7y^{\text{'}} + 10y = 0 \) By assuming a solution of the form \( y = e^{rt} \), where \( r \) is a constant, we substitute and get: \( r^2 e^{rt} - 7r e^{rt} + 10 e^{rt} = 0 \) Since \( e^{rt} eq 0 \), it simplifies to the characteristic equation: \[ r^2 - 7r + 10 = 0 \] This is a quadratic equation, and solving it will give us the roots \( r \), which are crucial for constructing the homogeneous solution.
particular solution
The particular solution addresses the part of the differential equation that includes the non-homogeneous term. The goal is to find a specific solution that satisfies the entire non-homogeneous equation. Let's continue with our example. For the differential equation: \( y^{\text{''}} - 7y^{\text{'}} + 10y = 10x - 27 \) We assume a particular solution \( y_p \) that fits the form of the non-homogeneous part. In this case, because the non-homogeneous term is a linear polynomial, we can try a particular solution of the same form: \( y_p = Ax + B \) We then calculate the derivatives needed for substitution: \( y_p' = A \) \( y_p^{\text{''}} = 0 \) Substituting \( y_p \), \( y_p' \), and \( y_p^{\text{''}} \) back into the original differential equation gives: \( 0 - 7A + 10(Ax + B) = 10x - 27 \) Simplifying, we get an equation involving \( A \) and \( B \): \( 3Ax + (10B - 7A) = 10x - 27 \) By matching coefficients, we solve for \( A \) and \( B \): \( 3A = 10 \) so \( A = \frac{10}{3} \) \( 10B - 7A = -27 \), which leads to \( B = -\frac{19}{3} \) Thus, our particular solution is: \( y_p = \frac{10}{3}x - \frac{19}{3} \).
general solution
The general solution to a non-homogeneous differential equation combines both the homogeneous solution and the particular solution. This is because the solution to the non-homogeneous equation is made up of two parts: one that satisfies the homogeneous equation and another that takes into account the non-homogeneous term. From our example, we have already derived: The homogeneous solution \( y_h \): \( y_h = C_1 e^{2x} + C_2 e^{5x} \) And the particular solution \( y_p \): \( y_p = \frac{10}{3}x - \frac{19}{3} \) Hence, the general solution \( y \) is the sum of both: \( y = y_h + y_p \) So, substituting our solutions, the general solution to the original differential equation is: \( y = C_1 e^{2x} + C_2 e^{5x} + \frac{10}{3}x - \frac{19}{3} \) This general solution encompasses all possible solutions to the differential equation, thanks to the constants \( C_1 \) and \( C_2 \) which can be adjusted based on initial conditions or boundary values.