Chapter 39: Problem 12
Solve the equation $$ \frac{\mathrm{d}^{2} x}{\mathrm{~d} t^{2}}+4 \frac{\mathrm{d} x}{\mathrm{~d} t}+3 x=e^{-3 t} $$ given that at \(t=0, x=\frac{1}{2}\) and \(\frac{\mathrm{d} x}{\mathrm{~d} t}=-2\).
Short Answer
Expert verified
The solution is \( x(t) = \frac{1}{2} e^{-t} \).
Step by step solution
01
Identify the Type of Equation
The given equation is a second-order linear non-homogeneous differential equation. The general form is \( \frac{\mathrm{d}^{2} x}{\mathrm{~d} t^{2}} + 4 \frac{\mathrm{d} x}{\mathrm{~d} t} + 3x = f(t) \) where \( f(t) = e^{-3t} \).
02
Solve the Homogeneous Equation
First, solve the homogeneous equation \( \frac{\mathrm{d}^{2} x}{\mathrm{~d} t^{2}} + 4 \frac{\mathrm{d} x}{\mathrm{~d} t} + 3x = 0 \). The characteristic equation is \( r^2 + 4r + 3 = 0 \). Factoring gives \( (r+1)(r+3) = 0 \), so the roots are \(-1\) and \(-3\). Therefore, the general solution to the homogeneous equation is \( x_h(t) = C_1 e^{-t} + C_2 e^{-3t} \).
03
Find a Particular Solution
Using the method of undetermined coefficients, guess a particular solution of the form \( x_p(t) = Ae^{-3t} \). Substitute this into the left-hand side of the original equation to determine \( A \).\After simplification, \( -6Ae^{-3t} = e^{-3t} \), so \( A = -\frac{1}{6} \). Thus, \( x_p(t) = -\frac{1}{6} e^{-3t} \).
04
Construct the General Solution
Combine the homogeneous solution with the particular solution to form the general solution: \( x(t) = C_1 e^{-t} + C_2 e^{-3t} - \frac{1}{6} e^{-3t} \).
05
Apply Initial Conditions
Use the initial conditions to solve for \( C_1 \) and \( C_2 \). At \( t = 0 \), \( x(0) = \frac{1}{2} \).\\( \frac{1}{2} = C_1 + C_2 - \frac{1}{6} \).\Differentiate the general solution to get \( \frac{\mathrm{d} x}{\mathrm{~d} t}(t) = -C_1 e^{-t} - 3C_2 e^{-3t} + \frac{1}{2} e^{-3t} \). At \( t = 0 \), \( \frac{\mathrm{d} x}{\mathrm{~d} t} = -2 \).\\( -2 = -C_1 - 3C_2 + \frac{1}{2} \).
06
Solve for Constants
Solve the system of equations:\1. \( C_1 + C_2 = \frac{2}{3} \),\2. \( -C_1 - 3C_2 = -\frac{5}{2}.\)Solving these equations, \( C_1 = \frac{1}{2} \) and \( C_2 = \frac{1}{6} \).
07
Final Solution Form
Substitute \( C_1 \) and \( C_2 \) into the general solution: \( x(t) = \frac{1}{2} e^{-t} + \frac{1}{6} e^{-3t} - \frac{1}{6} e^{-3t} = \frac{1}{2} e^{-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.
Non-Homogeneous Differential Equations
A non-homogeneous differential equation includes a term that is not solely dependent on the function and its derivatives. In this exercise, the equation is \( \frac{\mathrm{d}^{2} x}{\mathrm{~d} t^{2}}+4 \frac{\mathrm{d} x}{\mathrm{~d} t}+3 x = e^{-3 t} \). The term \( e^{-3 t} \) signifies its non-homogeneous nature because it stands independently from the variables and their derivatives.
In solving non-homogeneous equations, we seamlessly work with two parts:
In solving non-homogeneous equations, we seamlessly work with two parts:
- Homogeneous Equation: Here, we replace the independent term \( e^{-3 t} \) with \( 0 \) to get a homogeneous equation. Solving this helps us find the complementary solution.
- Particular Solution: We find this solution by determining an expression that satisfies the whole non-homogeneous equation. The particular solution addresses the independent term within the equation.
Initial Conditions
To find a specific solution from the general solution of a differential equation, we utilize initial conditions. These conditions provide us crucial information about the function and its derivative at a specific point in time.
In our exercise, the initial conditions are given at \( t=0 \):
In our exercise, the initial conditions are given at \( t=0 \):
- \( x(0) = \frac{1}{2} \)
- \( \frac{\mathrm{d} x}{\mathrm{~d} t}(0) = -2 \)
Method of Undetermined Coefficients
This method is a common technique to find a particular solution to non-homogeneous linear differential equations. It involves making an educated guess about the form of the particular solution.
For example, in the equation given, we postulate a solution form like \( x_p(t) = Ae^{-3t} \). Why go for this form? It's because the non-homogeneous term \( e^{-3t} \) suggests that the particular solution should mimic this appearance.
Once you have a guess, substitute it back into the differential equation. This allows you to determine the unknown coefficient (here \( A \)). After substitution and simplification, we found \( A = -\frac{1}{6} \). This substitution process ensures the particular solution addresses the non-homogeneous aspect of the differential equation.
For example, in the equation given, we postulate a solution form like \( x_p(t) = Ae^{-3t} \). Why go for this form? It's because the non-homogeneous term \( e^{-3t} \) suggests that the particular solution should mimic this appearance.
Once you have a guess, substitute it back into the differential equation. This allows you to determine the unknown coefficient (here \( A \)). After substitution and simplification, we found \( A = -\frac{1}{6} \). This substitution process ensures the particular solution addresses the non-homogeneous aspect of the differential equation.
Characteristic Equation
The concept of a characteristic equation is instrumental in solving homogeneous linear differential equations. It derives from assuming a solution of exponential form for the homogeneous part of a differential equation.
In our case, we have \( \frac{\mathrm{d}^{2} x}{\mathrm{~d} t^{2}} + 4 \frac{\mathrm{d} x}{\mathrm{~d} t} + 3x = 0 \). We assume a solution of the form \( x = e^{rt} \), substituting this leads to the characteristic equation \( r^2 + 4r + 3 = 0 \).
Solving this quadratic equation by factoring gives us roots \( r = -1 \) and \( r = -3 \). These roots define the general solution to the homogeneous equation:
In our case, we have \( \frac{\mathrm{d}^{2} x}{\mathrm{~d} t^{2}} + 4 \frac{\mathrm{d} x}{\mathrm{~d} t} + 3x = 0 \). We assume a solution of the form \( x = e^{rt} \), substituting this leads to the characteristic equation \( r^2 + 4r + 3 = 0 \).
Solving this quadratic equation by factoring gives us roots \( r = -1 \) and \( r = -3 \). These roots define the general solution to the homogeneous equation:
- \( x_h(t) = C_1 e^{-t} + C_2 e^{-3t} \)