Chapter 8: Problem 51
\(x^{\prime \prime}+4 x^{\prime}+13 x=20 \delta(t-\pi / 2), x(0)=0\), \(x^{\prime}(0)=10\)
Short Answer
Expert verified
Solve the homogeneous, add the jump, satisfy conditions.
Step by step solution
01
- Identify the type of differential equation
This is a second-order non-homogeneous differential equation with a delta function on the right-hand side: \( x'' + 4x' + 13x = 20 \, \text{δ}(t - \frac{\require{enclose} π}{2}) \).
02
- Solve the homogeneous equation
First, solve the homogeneous part \( x'' + 4x' + 13x = 0 \). The characteristic equation is \( r^2 + 4r + 13 = 0 \). Solve for the roots \( r\): \( r = -2 \, \pm \, 3i \). Thus, the general solution is \( x_h(t) = e^{-2t}(C_1 \, \cos(3t) + C_2 \, \sin(3t)) \).
03
- Find the particular solution due to the delta function
Use the impulse response method. The delta function inputs a discontinuity in the derivative. Assume \( x(t) \) has a jump at \( t = \frac{Ï€}{2} \). The magnitude of the jump can be found by integrating around \( t = \frac{Ï€}{2} \): \( \frac{d}{dt} x(t) |^{t=\frac{Ï€}{2}^+}_{t=\frac{Ï€}{2}^-} = 20 \).
04
- Apply initial conditions
Use the initial conditions \( x(0) = 0 \) and \( x'(0) = 10 \) to solve for \( C_1 \) and \( C_2 \). Substituting in the general solution, we get two equations: \( C_1 = 0 \) and \( -2C_1 + 3C_2 = 10 \). Solving these, \( C_1 = 0 \) and \( C_2 = \frac{10}{3} \).
05
- Construct the complete solution
Combine the homogeneous solution and the particular solution (discontinuity effect): \( x(t) = e^{-2t}(0 \, \cos(3t) + \frac{10}{3} \, \sin(3t)) \) and the jump condition at \( t = \frac{Ï€}{2} \). Hence, the solution is \( x(t) = \begin{cases} e^{-2t} \frac{10}{3} \, \sin(3t), & t < \frac{Ï€}{2} \ x(t)_{\text{jumped}} & t \rightarrow \frac{Ï€}{2} \rightarrow \text{solve with new conditions} \theta_\text{after\thejump}. \text{jump effect appended}. \end{cases} \).
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.
Non-Homogeneous Differential Equations
Non-homogeneous differential equations are equations that have a non-zero term independent of the function and its derivatives. In simple words, these equations include an external force or input impacting the system. This can be represented as:
The presence of this delta function makes it necessary to handle the differential equation differently compared to homogeneous equations, where \( g(t) = 0 \).
- General form: \( a_n x^{(n)} + a_{n-1} x^{(n-1)} + ... + a_1 x' + a_0 x = g(t) \), where \( g(t) e 0 \)
The presence of this delta function makes it necessary to handle the differential equation differently compared to homogeneous equations, where \( g(t) = 0 \).
Delta Function
The delta function, denoted as \( \text{δ}(t - t_0) \), is a mathematical function that is zero everywhere except at \( t = t_0 \). It's also known as the Dirac delta function.
- Properties:
- \( \text{δ}(t - t_0) = 0 \) for \( t e t_0 \)
- \( \text{∫_{-∞}^{∞} \text{δ}(t - t_0) \, dt = 1} \)
Characteristic Equation
To solve a homogeneous differential equation, we first need to find the characteristic equation. This is obtained by assuming a solution of the form \( x(t) = e^{rt} \) and substituting it into the homogeneous equation \( x'' + 4x' + 13x = 0 \). This leads to a polynomial equation in terms of \( r \):
This gives us the general solution for the homogeneous part as:\( x_h(t) = e^{-2t}(C_1 \, \text{cos}(3t) + C_2 \, \text{sin}(3t)) \), where \( C_1 \) and \( C_2 \) are constants determined by initial conditions.
- Characteristic polynomial: \( r^2 + 4r + 13 = 0 \)
This gives us the general solution for the homogeneous part as:\( x_h(t) = e^{-2t}(C_1 \, \text{cos}(3t) + C_2 \, \text{sin}(3t)) \), where \( C_1 \) and \( C_2 \) are constants determined by initial conditions.
Initial Conditions
Initial conditions are values given at a specific point (usually \( t = 0 \)) to find the specific solution of the differential equation. They help in determining the constants in the general solution of homogeneous equations.
Substituting \( x(0) = 0 \) into the general solution yields:\( C_1 = 0 \).
Substituting \( x'(0) = 10 \) leads to:\( -2C_1 + 3C_2 = 10 \). Solving this, we find \( C_2 = \frac{10}{3} \).
- Our exercise provides the initial conditions:
- \( x(0) = 0 \)
- \( x'(0) = 10 \)
Substituting \( x(0) = 0 \) into the general solution yields:\( C_1 = 0 \).
Substituting \( x'(0) = 10 \) leads to:\( -2C_1 + 3C_2 = 10 \). Solving this, we find \( C_2 = \frac{10}{3} \).
Impulse Response Method
The impulse response method is used to solve differential equations with a delta function. These types of problems often involve a sudden change or 'impulse' at a specific time. The delta function (\( \text{δ}(t - t_0) \)) creates a discontinuity in the derivative.
This means there's an immediate change in \( x'(t) \) at \( t = \frac{\require{enclose} π}{2} \) worth 20 units.
Combining the homogeneous solution with the impulse response, we adjust the solution to accommodate the jump at \( t = \frac{\require{enclose} π}{2} \). This gives us the complete solution for the original non-homogeneous differential equation.
- Magnitude of impulse: \( \frac{d}{dt}x(t) \big|^{t=t_0^+}_{t=t_0^-} = \text{Magnitude of impulse} \)
This means there's an immediate change in \( x'(t) \) at \( t = \frac{\require{enclose} π}{2} \) worth 20 units.
Combining the homogeneous solution with the impulse response, we adjust the solution to accommodate the jump at \( t = \frac{\require{enclose} π}{2} \). This gives us the complete solution for the original non-homogeneous differential equation.