Chapter 3: Problem 29
Solve the given initial-value problem. \(5 y^{\prime \prime}+y^{\prime}=-6 x, y(0)=0, y^{\prime}(0)=-10\)
Short Answer
Expert verified
The solution is \(y(x) = -20 + 20e^{-\frac{x}{5}} - 6x\).
Step by step solution
01
Write Down the Differential Equation
The given initial-value problem is a second-order linear differential equation with constant coefficients: \(5y'' + y' = -6x\). We are also provided with the initial conditions \(y(0) = 0\) and \(y'(0) = -10\).
02
Solve the Homogeneous Equation
The homogeneous part of the differential equation is \(5y'' + y' = 0\). Assume a solution of the form \(y = e^{rt}\), giving the characteristic equation \(5r^2 + r = 0\). Factoring gives \(r(5r + 1) = 0\), so the roots are \(r_1 = 0\) and \(r_2 = -\frac{1}{5}\).
03
Form the General Solution of the Homogeneous Equation
From the roots found in step 2, the general solution to the homogeneous equation is \(y_h = C_1 + C_2 e^{-\frac{x}{5}}\), where \(C_1\) and \(C_2\) are arbitrary constants.
04
Find a Particular Solution
To find a particular solution, \(y_p\), assume a specific form based on the non-homogeneous term \(-6x\). A suitable form is \(y_p = Ax + B\). Compute its derivatives: \(y_p' = A\) and \(y_p'' = 0\). Substitute these into the original equation: \(5(0) + A = -6x\), leading to \(A = -6\). Thus, \(y_p = -6x\).
05
Construct the General Solution
The general solution \(y(x)\) is the sum of the homogeneous and particular solutions: \(y(x) = C_1 + C_2 e^{-\frac{x}{5}} - 6x\).
06
Apply Initial Conditions
Use the initial conditions to find \(C_1\) and \(C_2\). First, \(y(0) = 0 = C_1 + C_2 - 6(0)\), so \(C_1 + C_2 = 0\). Next, differentiate the general solution: \(y'(x) = -\frac{C_2}{5} e^{-\frac{x}{5}} - 6\) and apply the condition \(y'(0) = -10 = -\frac{C_2}{5} - 6\), which gives \(-\frac{C_2}{5} = -4\), so \(C_2 = 20\). Therefore, \(C_1 = -20\).
07
Write the Complete Solution With Constants
Substitute \(C_1\) and \(C_2\) back into the general solution: \(y(x) = -20 + 20e^{-\frac{x}{5}} - 6x\). This is the solution to the given initial-value problem.
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.
Second-order Linear Differential Equations
A second-order linear differential equation is one that involves the second derivative of a function. These equations generally take the form \( a y'' + b y' + c y = f(x) \), where \( y'' \) is the second derivative, \( y' \) is the first derivative, and \( y \) is the original function. The coefficients \( a \), \( b \), and \( c \) are constants, and \( f(x) \) is a given function. In our problem, we have the specific equation:
- \( 5y'' + y' = -6x \)
Homogeneous Solutions
Solving the homogeneous part of a second-order differential equation involves setting the equation equal to zero. For \( 5y'' + y' = 0 \), we ignore the external function \( f(x) \), which in this case is \(-6x\). The task is to find a solution that naturally arises from the structure of the equation itself.
- Assume the solution has the form \( y = e^{rt} \).
- Substituting this into the differential equation leads to the characteristic equation.
- The solutions to the characteristic equation determine the homogeneous solution.
- \( y_h = C_1 + C_2 e^{-\frac{x}{5}} \)
Particular Solution
Finding a particular solution for a differential equation involves determining a specific solution that works with the non-homogeneous term \( f(x) \), which is \(-6x\) in this case. A straightforward approach is to assume a form of the particular solution that mirrors the type of function present in \( f(x) \).For the equation \( 5y'' + y' = -6x \), set the particular solution as \( y_p = Ax + B \), where \( A \) and \( B \) are constants. By substituting this assumed solution into our original differential equation, we solve for these constants. In this instance:
- Derivatives are \( y_p' = A \) and \( y_p'' = 0 \).
- Substituting, we find \( A = -6 \), leading to the particular solution \( y_p = -6x \).
Characteristic Equation
The characteristic equation is a crucial tool when solving homogeneous differential equations. It is derived by substituting an assumed exponential solution like \( y = e^{rt} \) into the differential equation. This translates the problem into a polynomial equation in terms of \( r \), known as the characteristic equation.In the exercise, substituting into the homogeneous equation:
- \( 5y'' + y' = 0 \)
- transforming into the characteristic form \( 5r^2 + r = 0 \).
- \( r(5r + 1) = 0 \)
- giving roots \( r_1 = 0 \) and \( r_2 = -\frac{1}{5} \).
- \( y_h = C_1 + C_2 e^{-\frac{x}{5}} \)