Chapter 8: Problem 42
Find the particular solution indicated. $$ y^{\prime \prime}+9 y=81 x^{2}+14 \cos 4 x ; \text { when } x=0, y=0, y^{\prime}=3 $$
Short Answer
Expert verified
The particular solution is \( y = 3\sin(3x) + 9x^2 - 18 - \frac{7}{7}\cos(4x) \).
Step by step solution
01
Solve the Homogeneous Equation
The homogeneous equation is given by \( y'' + 9y = 0 \). This is a second-order linear differential equation with constant coefficients. The characteristic equation is \( r^2 + 9 = 0 \). Solving for \( r \), we have \( r = \pm 3i \), indicating the solution is of the form \( y_h = c_1 \cos(3x) + c_2 \sin(3x) \).
02
Solve the Non-Homogeneous Equation using Particular Integrals
The non-homogeneous equation is \( y'' + 9y = 81x^2 + 14\cos(4x) \). We'll find particular solutions for each part separately. For \( 81x^2 \), assume \( y_{p1} = Ax^2 + Bx + C \). Differentiating and substituting into the equation yields \( A=9 \), \( B=0 \), and \( C=-18 \), so \( y_{p1} = 9x^2 - 18 \). For \( 14\cos(4x) \), assume \( y_{p2} = A\cos(4x) + B\sin(4x) \). Substituting into the equation yields \( A=-\frac{7}{7} \), \( B=0 \), so \( y_{p2} = -\frac{7}{7}\cos(4x) \).
03
Combine the Homogeneous and Particular Solutions
The general solution is the sum of the homogeneous solution and particular solutions: \( y = y_h + y_{p1} + y_{p2} = c_1 \cos(3x) + c_2 \sin(3x) + 9x^2 - 18 -\frac{7}{7}\cos(4x) \).
04
Apply Initial Conditions
The initial conditions are \( y(0)=0 \) and \( y'(0)=3 \). For \( y(0)=0 \), substitute \( x=0 \) into the general solution: \( 0 = c_1 - 18 - \frac{7}{7}\). Solving this gives \( c_1 = 0 \). For \( y'(0) = 3 \), differentiate the general solution: \( y' = -3c_1\sin(3x) + 3c_2\cos(3x) + 18x - \frac{28}{7}\sin(4x) \). Substitute \( x=0 \) and solve \( 3 = 3c_2 - \frac{28}{7} \), giving \( c_2 = 3 \).
05
Write the Particular Solution
Substitute \( c_1 \) and \( c_2 \) into the general solution to find the particular solution. The particular solution is \( y = 3\sin(3x) + 9x^2 - 18 -\frac{7}{7}\cos(4x) \).
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
Second-order linear differential equations are a type of differential equation where the highest derivative is the second derivative. These equations typically appear in various fields such as physics and engineering. The general form is:
When dealing with second-order linear differential equations, there are two main parts to consider: homogeneous and non-homogeneous solutions. The homogeneous equation, like \( y'' + 9y = 0 \), does not have any external force acting on it (i.e., \( f(x) = 0 \)), while a non-homogeneous equation like \( y'' + 9y = 81x^2 + 14 \cos(4x) \) includes an outside influence represented by \( f(x) \).
A complete solution combines both homogeneous and particular solutions. Understanding this separation is key when solving these equations.
- \( a y'' + b y' + c y = f(x) \)
When dealing with second-order linear differential equations, there are two main parts to consider: homogeneous and non-homogeneous solutions. The homogeneous equation, like \( y'' + 9y = 0 \), does not have any external force acting on it (i.e., \( f(x) = 0 \)), while a non-homogeneous equation like \( y'' + 9y = 81x^2 + 14 \cos(4x) \) includes an outside influence represented by \( f(x) \).
A complete solution combines both homogeneous and particular solutions. Understanding this separation is key when solving these equations.
Characteristic equation
The characteristic equation is a crucial part of solving homogeneous second-order linear differential equations. It arises when you assume the solution has a form involving exponential functions. Typically, you start by assuming the solution \( y = e^{rx} \), and when substituting into the homogeneous equation, you derive:
In our example, the homogeneous equation is \( y'' + 9y = 0 \), giving the characteristic equation \( r^2 + 9 = 0 \). Solving this yields complex roots \( r = \pm 3i \), indicating the solution contains trigonometric functions. This leads to a homogeneous solution of:
- \( ar^2 + br + c = 0 \)
In our example, the homogeneous equation is \( y'' + 9y = 0 \), giving the characteristic equation \( r^2 + 9 = 0 \). Solving this yields complex roots \( r = \pm 3i \), indicating the solution contains trigonometric functions. This leads to a homogeneous solution of:
- \( y_h = c_1 \cos(3x) + c_2 \sin(3x) \)
Particular solution
The particular solution addresses the non-homogeneous part of the differential equation. It provides a specific solution that fits the external function, \( f(x) \) in a non-homogeneous equation. Various methods exist for finding particular solutions, but a common one involves guessing a form and determining the coefficients by substituting back into the differential equation.
In the given problem, the non-homogeneous part is \( 81x^2 + 14 \cos(4x) \). It's beneficial to break this down into two separate parts and find particular solutions for each. For the polynomial \( 81x^2 \), assuming a form \( Ax^2 + Bx + C \) yields the solution \( 9x^2 - 18 \). Similarly, for the trigonometric part \( 14 \cos(4x) \), assuming \( A\cos(4x) + B\sin(4x) \) yields a solution of \( -\frac{7}{7}\cos(4x) \).
Combining these, the particular solution takes a full form that complements the homogeneous solution.
In the given problem, the non-homogeneous part is \( 81x^2 + 14 \cos(4x) \). It's beneficial to break this down into two separate parts and find particular solutions for each. For the polynomial \( 81x^2 \), assuming a form \( Ax^2 + Bx + C \) yields the solution \( 9x^2 - 18 \). Similarly, for the trigonometric part \( 14 \cos(4x) \), assuming \( A\cos(4x) + B\sin(4x) \) yields a solution of \( -\frac{7}{7}\cos(4x) \).
Combining these, the particular solution takes a full form that complements the homogeneous solution.
Initial conditions
Initial conditions allow us to pinpoint a particular solution among the family of solutions given by general solution of the differential equation. They specify the value of the function and possibly its derivatives at a certain point.
In the problem, the initial conditions are \( y(0) = 0 \) and \( y'(0) = 3 \). These are used to determine the arbitrary constants \( c_1 \) and \( c_2 \) from the homogeneous solution. By substituting \( x=0 \) into the general solution and its derivative, you can solve:
In the problem, the initial conditions are \( y(0) = 0 \) and \( y'(0) = 3 \). These are used to determine the arbitrary constants \( c_1 \) and \( c_2 \) from the homogeneous solution. By substituting \( x=0 \) into the general solution and its derivative, you can solve:
- For \( y(0) = 0 \): Gives \( c_1 = 0 \).
- For \( y'(0) = 3 \): Gives \( c_2 = 3 \).