Chapter 4: Problem 26
\(y^{\prime \prime}+2 y^{\prime}+5 y=0, y(0)=1, y^{\prime}(0)=0\)
Short Answer
Expert verified
The solution is \( y(x) = e^{-x}(\cos(2x) + \frac{1}{2}\sin(2x)) \).
Step by step solution
01
- Identify the characteristic equation
The given differential equation is a second-order linear homogeneous equation of the form \[ y'' + 2y' + 5y = 0 \]To solve it, first find the characteristic equation using the form \[ ar^2 + br + c = 0 \]where \(a = 1\), \(b = 2\), and \(c = 5\). The characteristic equation becomes \[ r^2 + 2r + 5 = 0 \]
02
- Solve the characteristic equation
Solve the quadratic characteristic equation:\[ r^2 + 2r + 5 = 0 \]Use the quadratic formula \( r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \). Substitute \(a = 1\), \(b = 2\), and \(c = 5\):\[ r = \frac{-2 \pm \sqrt{2^2 - 4 \cdot 1 \cdot 5}}{2 \cdot 1} \]Simplify inside the square root:\[ r = \frac{-2 \pm \sqrt{4 - 20}}{2} = \frac{-2 \pm \sqrt{-16}}{2} \]Since \( \sqrt{-16} = 4i \), we get:\[ r = \frac{-2 \pm 4i}{2} = -1 \pm 2i \]
03
- Write the general solution
The roots from the characteristic equation are \(-1 + 2i\) and \(-1 - 2i\). Therefore, the general solution to the differential equation is:\[ y(x) = e^{-x}(C_1\cos(2x) + C_2\sin(2x)) \]
04
- Apply initial conditions
We are given the initial conditions: \( y(0) = 1 \) and \( y'(0) = 0 \). Substitute these into the general solution to find \(C_1\) and \(C_2\). For \( y(0) = 1 \):\[y(0) = e^{0}(C_1\cos(0) + C_2\sin(0)) = C_1\]Thus, \( C_1 = 1 \). Now, differentiate the general solution to find \( y'(x) \):\[ y'(x) = e^{-x}(C_1(-\cos(2x) - 2\sin(2x)) + C_2(-\sin(2x) + 2\cos(2x)) ) \]Substitute \( x = 0 \) into \( y'(x) \) and use \( y'(0) = 0 \):\[ y'(0) = -C_1 + 2C_2 = 0 \]Since \( C_1 = 1 \), we get:\[ -1 + 2C_2 = 0 \Rightarrow C_2 = \frac{1}{2} \]
05
- Write the particular solution
Substitute \( C_1 = 1 \) and \( C_2 = \frac{1}{2} \) into the general solution:\[ y(x) = e^{-x}(\cos(2x) + \frac{1}{2}\sin(2x)) \]
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
To solve a second-order linear homogeneous differential equation, we start by finding the characteristic equation. This equation helps us determine the behavior of the solutions. For our example, y'' + 2y' + 5y = 0,we convert this into the characteristic equation using the general form ar^2 + br + c = 0.Here, a = 1, b = 2, and c = 5. By substituting these values, we get the characteristic equation:r^2 + 2r + 5 = 0.This quadratic equation will help us find the roots which are essential for constructing the general solution.
Quadratic Formula
When dealing with second-order differential equations, the quadratic formula is a powerful tool to solve the characteristic equation. The quadratic formula is given by\[ r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \].In our problem, we have a = 1, b = 2, and c = 5. Plugging in these values, we get:\[ r = \frac{-2 \pm \sqrt{4 - 20}}{2} = \frac{-2 \pm \sqrt{-16}}{2} \].Inside the square root, \( \sqrt{-16} \) becomes \( 4i \), leading to:\[ r = \frac{-2 \pm 4i}{2} = -1 \pm 2i \].These roots, \( r = -1 + 2i \) and \( r = -1 - 2i \) , will guide us in forming the general solution.
Complex Roots
The roots of the characteristic equation can sometimes be complex, as we have seen with r = -1 \pm 2i.Complex roots indicate that the solutions will involve exponential functions multiplied by trigonometric functions. For any complex root of the form \( \alpha \pm \beta i \),the general solution to the differential equation can be written as:\[ y(x) = e^{\alpha x}(C_1\cos(\beta x) + C_2\sin(\beta x)) \].Applying this to our roots, we get:\[ y(x) = e^{-x}(C_1\cos(2x) + C_2\sin(2x)) \].This formula combines exponential decay with oscillatory motion.
Initial Conditions
Initial conditions are given values for the function and/or its derivatives at a specific point, often used to determine the particular solution. In our case: y(0) = 1, y'(0) = 0.First, substitute these initial conditions into the general solution to find constants \(C_1 \) and \( C_2 \). Starting with y(0) = 1, we get: \( e^{0}(C_1\cos(0) + C_2\sin(0)) = C_1 = 1 \).Next, differentiate the general solution:\[ y'(x) = e^{-x}(C_1(-\cos(2x) - 2\sin(2x)) + C_2(-\sin(2x) + 2\cos(2x)) ) \].Substituting the initial condition y'(0) = 0, we find:\[ y'(0) = -C_1 + 2C_2 = 0 \], leading to:\( C_2 = \frac{1}{2} \).These constants, \( C_1 = 1 \) and \( C_2 = \frac{1}{2} \), give the particular solution:\[ y(x) = e^{-x}(\cos(2x) + \frac{1}{2}sin(2x)) \].This solution satisfies both the differential equation and the initial conditions.