Chapter 9: Problem 9
Solve. \(y^{\prime \prime}-9 y=0\)
Short Answer
Expert verified
The general solution is \(y(t) = C_1e^{3t} + C_2e^{-3t}\).
Step by step solution
01
Recognize the type of differential equation
This is a second-order linear homogeneous differential equation of the form \(y'' - 9y = 0\).
02
Write characteristic equation
To solve this, we first write down its characteristic equation. For a differential equation of the form \(ay'' + by' + cy = 0\), the characteristic equation is given by \(ar^2 + br + c = 0\).Given \(y'' - 9y = 0\), the characteristic equation is: \(r^2 - 9 = 0\).
03
Solve the characteristic equation
Solve \(r^2 - 9 = 0\) using factoring or the quadratic formula.Factoring it, we get: \((r - 3)(r + 3) = 0\).So, the roots are \(r = 3\) and \(r = -3\).
04
Write the general solution
Given the roots \(r = 3\) and \(r = -3\), the general solution to the differential equation is:\(y(t) = C_1e^{3t} + C_2e^{-3t}\), where \(C_1\) and \(C_2\) are constants that can be determined by initial conditions.
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 solving second-order linear homogeneous differential equations, an essential step is formulating the characteristic equation. The standard form of such a differential equation is expressed as: To determine the characteristic equation from this, substitute each derivative with polynomials involving the variable r. This leads us to:
- ar^2 + br + c = 0
- y'' - 9y = 0
- r^2 - 9 = 0
Homogeneous Differential Equation
A homogeneous differential equation has terms that all involve the function y or its derivatives. There's no standalone function of the independent variable (such as t in this case). The given differential equation:
- y'' - 9y = 0
- r^2 - 9 = 0
Roots of Polynomial Equations
Finding the roots of polynomial equations is a central part of solving differential equations. For our characteristic equation
- r^2 - 9 = 0
- (r - 3)(r + 3) = 0
- y(t) = C_1e^{3t} + C_2e^{-3t}