Problem 51
Question
For each of the following differential equations: a. Solve the initial value problem. b. [T] Use a graphing utility to graph the particular solution. $$ y^{\prime \prime}+5 y^{\prime}+15 y=0 \quad y(0)=-2, \quad y^{\prime}(0)=7 $$
Step-by-Step Solution
Verified Answer
The solution is \( y(t) = e^{-\frac{5}{2}t}\left(-2 \cos\left(\frac{\sqrt{35}}{2}t\right) + \frac{4}{\sqrt{35}} \sin\left(\frac{\sqrt{35}}{2}t\right)\right) \).
1Step 1: Characteristic Equation
To solve the second order linear homogeneous differential equation \( y'' + 5y' + 15y = 0 \), we start with the characteristic equation given by \( r^2 + 5r + 15 = 0 \).
2Step 2: Solve the Characteristic Equation
Solve for \( r \) using the quadratic formula: \[ r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \], where \( a = 1, b = 5, \text{ and } c = 15 \). Calculate the discriminant: \( b^2 - 4ac = 25 - 60 = -35 \). This indicates complex roots: \( r = \frac{-5 \pm i\sqrt{35}}{2} \).
3Step 3: Find the General Solution
Since the roots are complex, the general solution is \( y(t) = e^{-\frac{5}{2}t} \left(C_1 \cos\left(\frac{\sqrt{35}}{2}t\right) + C_2 \sin\left(\frac{\sqrt{35}}{2}t\right)\right) \).
4Step 4: Apply Initial Conditions
The initial conditions are \( y(0) = -2 \) and \( y'(0) = 7 \). Substitute \( t = 0 \) into the general solution to get \( -2 = C_1 \).Compute the derivative: \[ y'(t) = e^{-\frac{5}{2}t}\left(-\frac{5}{2}(C_1 \cos\left(\frac{\sqrt{35}}{2}t\right) + C_2 \sin\left(\frac{\sqrt{35}}{2}t\right)) + C_2 \frac{\sqrt{35}}{2} \cos\left(\frac{\sqrt{35}}{2}t\right) - C_1 \frac{\sqrt{35}}{2} \sin\left(\frac{\sqrt{35}}{2}t\right)\right) \]. Then use \( t = 0 \) in the derivative and solve \( 7 = -\frac{5}{2}C_1 + \frac{\sqrt{35}}{2}C_2 \) to get \( C_2 = \frac{14 + 5C_1}{\sqrt{35}} \approx \frac{14 + 5(-2)}{\sqrt{35}} \). Calculate \( C_2 \) resulting in \( C_2 = \frac{4}{\sqrt{35}} \approx 0.676 \).
5Step 5: Write the Particular Solution
Substitute \( C_1 = -2 \) and \( C_2 \approx 0.676 \) into the general solution:\[ y(t) = e^{-\frac{5}{2}t}\left(-2 \cos\left(\frac{\sqrt{35}}{2}t\right) + \frac{4}{\sqrt{35}} \sin\left(\frac{\sqrt{35}}{2}t\right)\right) \].
6Step 6: Graph the Solution
Use a graphing utility to plot the particular solution. Input the equation:\( y(t) = e^{-\frac{5}{2}t} \left(-2 \cos\left(\frac{\sqrt{35}}{2}t\right) + \frac{4}{\sqrt{35}} \sin\left(\frac{\sqrt{35}}{2}t\right)\right) \). The graph should reflect the initial conditions and exhibit exponential decay.
Key Concepts
Initial Value ProblemCharacteristic EquationComplex RootsGeneral Solution
Initial Value Problem
An initial value problem in differential equations not only involves finding the solution to the equation but also ensuring that this solution meets specific initial conditions. These initial conditions typically define the value of the function and its derivatives at a particular point, often when time, or \( t \), equals zero. In our exercise, we have a differential equation:
- \( y'' + 5y' + 15y = 0 \)
- \( y(0) = -2 \)
- \( y'(0) = 7 \)
Characteristic Equation
To solve a linear homogeneous differential equation, like the one in our example, we first need to derive the characteristic equation. This is done by assuming a solution of the form \( y = e^{rt} \) for the equation \( y'' + 5y' + 15y = 0 \). Substituting this form into the equation results in the characteristic equation:
- \( r^2 + 5r + 15 = 0 \)
Complex Roots
Upon solving the characteristic equation for \( r \), we discover that the roots are complex. This happens when the discriminant \( b^2 - 4ac \) of the quadratic equation is negative. For our example equation:
- \( b^2 - 4ac = 25 - 60 = -35 \)
- Roots are calculated as \( r = \frac{-5 \pm i\sqrt{35}}{2} \)
- \( y(t) = e^{-rac{5}{2}t} \left(C_1 \cos\left(\frac{\sqrt{35}}{2}t\right) + C_2 \sin\left(\frac{\sqrt{35}}{2}t\right)\right) \)
General Solution
The general solution of a differential equation with complex roots typically comes from combining exponential, cosine, and sine functions. Using the complex roots found earlier:
- \( r = \frac{-5 \pm i\sqrt{35}}{2} \)
- \( y(t) = e^{-rac{5}{2}t} \left(C_1 \cos\left(\frac{\sqrt{35}}{2}t\right) + C_2 \sin\left(\frac{\sqrt{35}}{2}t\right)\right) \)
Other exercises in this chapter
Problem 49
For each of the following differential equations: a. Solve the initial value problem. b. [T] Use a graphing utility to graph the particular solution. $$ y^{\pri
View solution Problem 50
For each of the following differential equations: a. Solve the initial value problem. b. [T] Use a graphing utility to graph the particular solution. $$ y^{\pri
View solution Problem 52
(Principle of superposition) Prove that if \(y_{1}(x)\) and \(y_{2}(x)\) are solutions to a linear homogeneous differential equation, \(y^{\prime \prime}+p(x) y
View solution Problem 53
Prove that if \(a, b,\) and \(c\) are positive constants, then all solutions to the second-order linear differential equation \(a y^{\prime \prime}+b y^{\prime}
View solution