Chapter 3: Problem 31
Solve the initial value problem. $$ y^{\prime \prime}+4 y=2 x ; y(0)=1, y^{\prime}(0)=2 $$
Short Answer
Expert verified
The solution is \( y(x) = \cos(2x) + \frac{3}{4} \sin(2x) + \frac{x}{2} \).
Step by step solution
01
Write the Characteristic Equation
Identify the homogeneous part of the differential equation: \[ y'' + 4y = 0 \]This corresponds to the characteristic equation:\[ r^2 + 4 = 0 \]
02
Solve the Characteristic Equation
Solve for \( r \) in the characteristic equation:\[ r^2 = -4 \]\[ r = \pm 2i \]This gives us complex roots. The solution to the homogeneous equation is:\[ y_h(x) = C_1 \cos(2x) + C_2 \sin(2x) \]
03
Solve the Non-Homogeneous Equation
The particular solution for the non-homogeneous equation, using the form \( y_p(x) = ax + b \circ \), is found by substituting into the non-homogeneous equation:Substitute \( y_p = ax + b \) and \(y_p'' = 0\) into\[ 0 + 4(ax + b) = 2x \quad \\Rightarrow 4ax + 4b = 2x \]Comparing coefficients, we solve:\[ 4a = 2 \Rightarrow a = \frac{1}{2} \text{ and } 4b = 0 \Rightarrow b = 0 \]So, \( y_p(x) = \frac{x}{2} \).
04
Form the General Solution
Combine the homogeneous solution \( y_h(x) \) and the particular solution \( y_p(x) \): \[ y(x) = C_1 \cos(2x) + C_2 \sin(2x) + \frac{x}{2} \]
05
Apply Initial Conditions
Use the initial conditions \( y(0) = 1 \) and \( y'(0) = 2 \).From \( y(0) = 1 \):\[ C_1 \cos(0) + C_2 \sin(0) + \frac{0}{2} = 1 \quad \C_1 = 1 \]Differentiate the general solution:\[ y'(x) = -2C_1 \sin(2x) + 2C_2 \cos(2x) + \frac{1}{2} \] Apply \( y'(0) = 2 \):\[ 0 + 2C_2 + \frac{1}{2} = 2 \quad \2C_2 = \frac{3}{2} \quad \C_2 = \frac{3}{4} \]
06
State the Final Solution
Substitute \( C_1 = 1 \) and \( C_2 = \frac{3}{4} \) back into the general solution:\[ y(x) = \cos(2x) + \frac{3}{4} \sin(2x) + \frac{x}{2} \]
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
When dealing with linear differential equations, the characteristic equation plays a crucial role. It helps us understand the behavior of the solution without directly solving the differential equation. For a homogeneous equation like \( y'' + 4y = 0 \), we replace the derivatives with powers of \( r \), following the characteristic polynomial:
- For \( y'' \), use \( r^2 \)
- For \( y \), use a constant, here it is 4
Initial Value Problem
An initial value problem means you have extra information that allows you to find specific constants in your general solution. Here, the additional conditions are given: \( y(0) = 1 \) and \( y'(0) = 2 \). These conditions specify the value of the solution and its derivative at a particular point, helping to find unique values for any constants left from solving the characteristic equation. Applying these initial conditions transforms a broad set of possible solutions into one specific solution tailored to fit these constraints, making the problem more concrete.
Particular Solution
For differential equations such as \( y'' + 4y = 2x \), where you have a non-zero term on the right side, a particular solution addresses this non-homogeneous component. To find it, we propose a guess in the form \( y_p(x) = ax + b \), suited for the linear part of \( 2x \).Substituting \( y_p \) into the equation, we adjust \( a \) and \( b \) to satisfy the equation. Here, it leads to \( a = \frac{1}{2} \) and \( b = 0 \), giving \( y_p(x) = \frac{x}{2} \). The particular solution deals only with the non-homogeneous part, complementing the homogeneous solution.
General Solution
The general solution combines both the homogeneous and particular solutions, offering a complete picture of the original differential equation's behavior. For this exercise, it looks like:\[ y(x) = C_1 \cos(2x) + C_2 \sin(2x) + \frac{x}{2} \].This formula includes:
- The trigonometric terms \( C_1 \cos(2x) + C_2 \sin(2x) \) representing the response to the homogeneous part \( y'' + 4y = 0 \)
- The linear term \( \frac{x}{2} \) specifically addressing the inhomogeneous \( 2x \) term.