Chapter 7: Problem 21
Find the general solution except when the exercise stipulates otherwise. $$\frac{d^{2} x}{d t^{2}}+2 b \frac{d x}{d t}+k^{2} x=0, k>b>0 ; \text { when } t=0, x=0, \frac{d x}{d t}=v_{0}$$
Short Answer
Expert verified
The particular solution is \( x(t) = \frac{v_0}{\omega} e^{-bt} \sin(\omega t) \).
Step by step solution
01
Identify the Type of Differential Equation
The given equation is a second-order linear homogeneous differential equation with constant coefficients. It is of the form \( \frac{d^2 x}{dt^2} + 2b \frac{dx}{dt} + k^2 x = 0 \).
02
Formulate the Characteristic Equation
To find the general solution, start by assuming a solution of the form \( x(t) = e^{rt} \), where \( r \) is a constant. Substituting this into the differential equation gives the characteristic equation: \( r^2 + 2br + k^2 = 0 \).
03
Determine the Roots of the Characteristic Equation
Solve the characteristic equation \( r^2 + 2br + k^2 = 0 \) using the quadratic formula: \( r = \frac{-2b \pm \sqrt{(2b)^2 - 4k^2}}{2} \). Simplifying, we get: \( r = -b \pm \sqrt{b^2 - k^2} \).
04
Analyze the Roots Depending on the Discriminant
Since \( k > b \), the discriminant \( b^2 - k^2 \) is negative, which means the roots are complex. Let \( \omega = \sqrt{k^2 - b^2} \), then the roots are \( r_1 = -b + i\omega \) and \( r_2 = -b - i\omega \).
05
Write the General Solution with Complex Roots
Using the roots from Step 4, write the general solution: \( x(t) = e^{-bt}(C_1 \cos(\omega t) + C_2 \sin(\omega t)) \).
06
Apply the Initial Conditions to Determine Constants
At \( t=0 \), the conditions \( x(0) = 0 \) and \( \frac{dx}{dt}(0) = v_0 \) apply. Substituting \( t=0 \) gives \( x(0) = C_1 = 0 \), meaning the solution simplifies to \( x(t) = e^{-bt}C_2 \sin(\omega t) \).
07
Find the First Derivative and Use the Second Initial Condition
Differentiate the simplified solution: \( \frac{dx}{dt} = e^{-bt} C_2 (\omega \cos(\omega t) - b \sin(\omega t)) \). At \( t = 0 \), this results in \( \frac{dx}{dt}(0) = \omega C_2 = v_0 \), hence \( C_2 = \frac{v_0}{\omega} \).
08
Write the Particular Solution
Substitute \( C_2 \) back into the solution to get the particular solution: \( x(t) = \frac{v_0}{\omega} e^{-bt} \sin(\omega t) \).
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
The first step in understanding second-order linear differential equations is to focus on the characteristic equation, which helps us find the nature of the solution. These types of differential equations typically have the form:
- \( \frac{d^2 x}{dt^2} + a \frac{dx}{dt} + bx = 0 \)
- \( r^2 + ar + b = 0 \)
Complex Roots
When the roots of the characteristic equation turn out to be complex, it introduces oscillatory behavior to the solution. A complex root occurs when the discriminant of the characteristic equation is negative. This results in roots of the form \( r = -b \pm i\omega \), where \( \omega = \sqrt{k^2 - b^2} \).In the context of our differential equation, since the condition \( k > b \) is satisfied, the discriminant \( b^2 - k^2 \) is negative, confirming that the roots are complex:
- \( r_1 = -b + i\omega \)
- \( r_2 = -b - i\omega \)
- \( x(t) = e^{-bt}(C_1 \cos(\omega t) + C_2 \sin(\omega t)) \)
Initial Conditions
When solving differential equations, initial conditions are vital for finding a unique particular solution. They are generally provided as values of the function and its derivatives at a specific point, usually \( t = 0 \). These conditions help determine unknown coefficients in the general solution.In our exercise, the initial conditions are:
- \( x(0) = 0 \)
- \( \frac{dx}{dt}(0) = v_0 \)
- \( x(t) = \frac{v_0}{\omega} e^{-bt} \sin(\omega t) \)