Chapter 2: Problem 21
Obtain the solution of the differential equation \\[\dot{x}+a x=A \sin \omega t, \quad x(0)=b\\]
Short Answer
Expert verified
The solution is \( x(t) = \left( b + \frac{A \omega}{ a^2 + \omega^2 } \right)e^{-at} + \frac{aA}{ a^2 + \omega^2 } \sin(\omega t) - \frac{A \omega}{ a^2 + \omega^2 } \cos(\omega t) \).
Step by step solution
01
Identify the type of differential equation
The given equation is a first-order linear non-homogeneous differential equation:\[ \frac{dx}{dt} + a x = A \sin \omega t. \]
02
Solve the corresponding homogeneous equation
First, solve the homogeneous equation:\[ \frac{dx}{dt} + a x = 0 \] To solve this, separate the variables and integrate: \[ \frac{dx}{x} = -a dt \] Integrate both sides: \[ \ln{|x|} = -at + C \] Therefore, the solution to the homogeneous equation is: \[ x_h(t) = C e^{-at} \]
03
Find the particular solution
Next, find a particular solution to the non-homogeneous equation. Try a solution of the form: \[ x_p(t) = B \sin(\omega t) + C \cos(\omega t). \] Substituting \( x_p(t) \) into the non-homogeneous equation, determine the coefficients \( B \) and \( C \): \[ \dot{x}_p + ax_p = A \sin(\omega t). \]
04
Substitute the particular solution and solve for coefficients
First, compute the derivative \( \dot{x}_p \): \[ \dot{x}_p(t) = B \omega \cos(\omega t) - C \omega \sin(\omega t). \] Substitute \( x_p(t) \) and \( \dot{x}_p(t) \) into the differential equation: \[ B \omega \cos(\omega t) - C \omega \sin(\omega t) + a (B \sin(\omega t) + C \cos(\omega t)) = A \sin(\omega t). \] Equate coefficients of \( \cos(\omega t) \) and \( \sin(\omega t) \) to get: \[ B \omega + aC = 0 \] and \[ -C \omega + aB = A. \]
05
Solve for coefficients B and C
From the equations: \[ B \omega + aC = 0 \implies B = -\frac{aC}{\omega} \]\[ -C \omega + a(-\frac{aC}{\omega}) = A \implies -C \omega - a^2\frac{C}{\omega} = A \]\[ C ( - \omega - \frac{a^2}{\omega} ) = A \] Therefore, \[ C = - \frac{A \omega}{ a^2 + \omega^2 } \] and \[ B = -\frac{aC}{\omega} = \frac{aA}{ a^2 + \omega^2 } \]
06
Write the general solution
The general solution is the sum of the homogeneous and particular solutions: \[ x(t) = x_h(t) + x_p(t) = C_1 e^{-at} + \frac{aA}{ a^2 + \omega^2 } \sin(\omega t) - \frac{A \omega}{ a^2 + \omega^2 } \cos(\omega t). \]
07
Apply the initial condition to find the constant
Use the initial condition \( x(0) = b \) to find \( C_1 \): \[ b = C_1 + \frac{aA}{ a^2 + \omega^2 } \sin(0) - \frac{A \omega}{ a^2 + \omega^2 } \cos(0) \implies C_1 = b + \frac{A \omega}{ a^2 + \omega^2 }. \]
08
Write the final solution
Substitute \( C_1 \) back into the general solution: \[ x(t) = \left( b + \frac{A \omega}{ a^2 + \omega^2 } \right)e^{-at} + \frac{aA}{ a^2 + \omega^2 } \sin(\omega t) - \frac{A \omega}{ a^2 + \omega^2 } \cos(\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.
First-Order Linear Differential Equation
A differential equation describes a relationship involving a function and its derivatives. If an equation involves the first derivative only, it is termed a first-order differential equation. The standard form of a first-order linear differential equation is:
\[ \frac{dy}{dx} + P(x) y = Q(x) \tag{1} \]
where \( P(x) \) and \( Q(x) \) are given functions.
Key Characteristics:
The given equation: \( \frac{dx}{dt} + a x = A \text{sin}(\text{ω} t) \) fits the form of a first-order linear differential equation with \( P(t) = a \) and \( Q(t) = A \text{sin}(\text{ω} t) \). This identification helps in choosing the right methods for solving it.
\[ \frac{dy}{dx} + P(x) y = Q(x) \tag{1} \]
where \( P(x) \) and \( Q(x) \) are given functions.
Key Characteristics:
- The equation is 'linear' if the function and its derivative are to the first power and not multiplied with each other.
- It is 'first-order' because it involves the first derivative \( \frac{dy}{dx} \)
- The equation can be homogeneous or non-homogeneous based on the form of \( Q(x) \).
The given equation: \( \frac{dx}{dt} + a x = A \text{sin}(\text{ω} t) \) fits the form of a first-order linear differential equation with \( P(t) = a \) and \( Q(t) = A \text{sin}(\text{ω} t) \). This identification helps in choosing the right methods for solving it.
Non-Homogeneous Differential Equation
A first-order differential equation can be classified as homogeneous or non-homogeneous depending on the function \( Q(x) \).
Understanding Homogeneous vs. Non-Homogeneous:
Understanding Homogeneous vs. Non-Homogeneous:
- If \( Q(x) = 0 \), the equation is termed homogeneous.
- If \( Q(x) \) is not equal to zero, the equation is considered non-homogeneous.
- First, solve the homogeneous portion of the equation (i.e., \( \dot{x} + a x = 0 \)).
- Next, find a 'particular solution' for the non-homogeneous part (i.e., \( A \sin(\omega t) \)).
Particular Solution
To solve a non-homogeneous differential equation, we need to find a specific solution that satisfies the equation.
Finding the Particular Solution:
This involves determining a form of \( x_p(t) \) that turns the equation \( \dot{x} + a x = A \text{sin}(\text{\text{ω}} t) \) into a true statement. We assume a form: \( x_p(t) = B \text{sin}(\text{ω} t) + C \text{cos}(\text{ω} t) \).
Next, differentiate to find \( \text{\text{dot{x}}}_p \):
\[ \text{\text{dot{x}}}_p(t) = B \text{\text{ω}} \text{cos}(\text{\text{ω}} t) - C \text{\text{ω}} \text{sin}(\text{\text{ω}} t). \] Substituting both \( x_p(t) \) and \( \text{\text{dot{x}}}_p(t) \) back into the non-homogeneous equation, we solve for coefficients \( B \) and \( C \):
These values inserted back into\( x_p(t) \) form the particular solution needed.
Finding the Particular Solution:
This involves determining a form of \( x_p(t) \) that turns the equation \( \dot{x} + a x = A \text{sin}(\text{\text{ω}} t) \) into a true statement. We assume a form: \( x_p(t) = B \text{sin}(\text{ω} t) + C \text{cos}(\text{ω} t) \).
Next, differentiate to find \( \text{\text{dot{x}}}_p \):
\[ \text{\text{dot{x}}}_p(t) = B \text{\text{ω}} \text{cos}(\text{\text{ω}} t) - C \text{\text{ω}} \text{sin}(\text{\text{ω}} t). \] Substituting both \( x_p(t) \) and \( \text{\text{dot{x}}}_p(t) \) back into the non-homogeneous equation, we solve for coefficients \( B \) and \( C \):
- Combining algebraic terms helps isolate these coefficients.
- The end result will show: \[ C = - \frac{A \text{ω}}{a^2 + \text{ω}^2 } \] and \[ B = \frac{aA}{a^2 + \text{ω}^2 } \]
These values inserted back into\( x_p(t) \) form the particular solution needed.