Chapter 17: Problem 52
Find the general solution. $$6 y^{\prime \prime}-5 y^{\prime}-6 y=0$$
Short Answer
Expert verified
The general solution is \(y(t) = C_1 e^{\frac{3}{2}t} + C_2 e^{-\frac{2}{3}t}\).
Step by step solution
01
Set up the characteristic equation
For the differential equation \(6 y'' - 5 y' - 6 y = 0\), the corresponding characteristic equation is obtained by assuming a solution of the form \(y = e^{rt}\) and substituting into the equation, leading to \(6r^2 - 5r - 6 = 0\).
02
Solve the characteristic equation
The characteristic equation \(6r^2 - 5r - 6 = 0\) can be solved using the quadratic formula \(r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\) where \(a = 6\), \(b = -5\), \(c = -6\). Calculate the discriminant: \(b^2 - 4ac = (-5)^2 - 4(6)(-6) = 25 + 144 = 169\). Thus the roots are \(r = \frac{5 \pm \sqrt{169}}{12}\).
03
Find the roots
The solutions to the quadratic equation \(r = \frac{5 \pm 13}{12}\) are \(r_1 = \frac{5 + 13}{12} = \frac{18}{12} = \frac{3}{2}\) and \(r_2 = \frac{5 - 13}{12} = \frac{-8}{12} = -\frac{2}{3}\).
04
Write the general solution
Since the characteristic equation has two distinct real roots \(r_1 = \frac{3}{2}\) and \(r_2 = -\frac{2}{3}\), the general solution to the differential equation is \(y(t) = C_1 e^{\frac{3}{2}t} + C_2 e^{-\frac{2}{3}t}\), where \(C_1\) and \(C_2\) are arbitrary constants.
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
Understanding the characteristic equation is essential when solving homogeneous second-order linear differential equations like the one given: 6\( y'' - 5 y' - 6 y = 0 \). Here, the approach involves looking for solutions of the form \( y = e^{rt} \). The reason this form is chosen is due to its simplicity and because derivatives of exponential functions are also exponentials. Substituting \( y = e^{rt} \) into the differential equation, you replace \( y, y' \) and \( y'' \) with \( e^{rt} \), \( re^{rt} \), and \( r^2e^{rt} \) respectively. This substitution leads to the characteristic equation:
- \( 6r^2 - 5r - 6 = 0 \)
Quadratic Formula
To solve the characteristic equation, \( 6r^2 - 5r - 6 = 0 \), the quadratic formula is used. The quadratic formula is a tried-and-true method pronounced as follows:
- \( r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)
- \( (-5)^2 - 4(6)(-6) = 25 + 144 = 169 \)
- \( r = \frac{5 \pm 13}{12} \) yielding roots \( r_1 = \frac{3}{2} \) and \( r_2 = -\frac{2}{3} \).
General Solution
Once you have the roots of the characteristic equation, you can write the general solution to a second-order differential equation. In this scenario, since the characteristic equation yields two distinct real roots, \( r_1 = \frac{3}{2} \) and \( r_2 = -\frac{2}{3} \), the general solution adopts the following form:
- \( y(t) = C_1 e^{\frac{3}{2}t} + C_2 e^{-\frac{2}{3}t} \)