Chapter 19: Problem 9
Find the general solution of $$ \frac{\mathrm{d}^{2} i}{\mathrm{~d} t^{2}}+8 \frac{\mathrm{d} i}{\mathrm{~d} t}+25 i=48 \cos 3 t-16 \sin 3 t $$
Short Answer
Expert verified
The general solution is: \( i(t) = e^{-4t}(C_1 \cos 3t + C_2 \sin 3t) + 4 \cos 3t + 2 \sin 3t. \)
Step by step solution
01
Identify the Type of Differential Equation
This is a second-order linear non-homogeneous differential equation. The general solution consists of the sum of the homogeneous solution and a particular solution.
02
Solve the Homogeneous Equation
First, solve the homogeneous equation \( \frac{\mathrm{d}^{2} i}{\mathrm{~d} t^{2}} + 8 \frac{\mathrm{d} i}{\mathrm{~d} t} + 25 i = 0 \). The characteristic equation is \( r^2 + 8r + 25 = 0 \). Using the quadratic formula, \( r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{-8 \pm \sqrt{8^2 - 4 \cdot 1 \cdot 25}}{2} \). This simplifies to \( r = -4 \pm 3i \).
03
Write the Homogeneous Solution
Since the roots are complex conjugates (\( -4 \pm 3i \)), the homogeneous solution is \( i_h(t) = e^{-4t}(C_1 \cos 3t + C_2 \sin 3t) \).
04
Find the Particular Solution Form
The non-homogeneous term given is \( 48 \cos 3t - 16 \sin 3t \). Considering this, choose a particular solution of the form \( i_p(t) = A \cos 3t + B \sin 3t \).
05
Determine the Coefficients of the Particular Solution
Differentiate \( i_p(t) \) twice to find \( \frac{\mathrm{d}^{2} i_p}{\mathrm{~d} t^{2}} \) and substitute back into the original equation: \( \frac{\mathrm{d} i_p}{\mathrm{~d} t} = -3A \sin 3t + 3B \cos 3t \), \( \frac{\mathrm{d}^{2} i_p}{\mathrm{~d} t^{2}} = -9A \cos 3t - 9B \sin 3t \). Substitute these into the differential equation to solve for \( A \) and \( B \).
06
Simplify and Solve for A and B
Substitute these derivatives into the original equation and simplify. We have \[ (-9A \cos 3t - 9B \sin 3t) + 8(-3A \sin 3t + 3B \cos 3t) + 25(A \cos 3t + B \sin 3t) = 48 \cos 3t - 16 \sin 3t. \] Collect like terms, solve simultaneously: \[ (16A + 24B) = 48, \] \[ (16B - 24A) = -16. \] Solve these equations to find \( A = 4 \) and \( B = 2 \).
07
Write the General Solution of the Differential Equation
Combine the homogeneous and particular solutions. The general solution is:\[ i(t) = e^{-4t}(C_1 \cos 3t + C_2 \sin 3t) + 4 \cos 3t + 2 \sin 3t. \]
08
State the Final Answer
Thus, the general solution to the differential equation is:\[ i(t) = e^{-4t}(C_1 \cos 3t + C_2 \sin 3t) + 4 \cos 3t + 2 \sin 3t. \]
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 a key concept when dealing with differential equations of any order. These equations are termed "non-homogeneous" because they contain a non-zero function on the right-hand side of the equation.
In the given problem, the equation is: \( \frac{\mathrm{d}^{2} i}{\mathrm{~d} t^{2}} + 8 \frac{\mathrm{d} i}{\mathrm{~d} t} + 25 i = 48 \cos 3 t - 16 \sin 3 t \).
Here's how to identify if an equation is non-homogeneous:
Solving such equations involves finding a combination of the homogeneous solution (which solves the associated homogeneous equation) and a particular solution (which solves the non-homogeneous part).
This combination gives you the general solution for the non-homogeneous equation.
In the given problem, the equation is: \( \frac{\mathrm{d}^{2} i}{\mathrm{~d} t^{2}} + 8 \frac{\mathrm{d} i}{\mathrm{~d} t} + 25 i = 48 \cos 3 t - 16 \sin 3 t \).
Here's how to identify if an equation is non-homogeneous:
- The equation has terms purely dependent on the independent variable (such as \(\cos 3t\) and \(\sin 3t\)).
- If it wasn’t for these terms, the equation would read zero on the right side, making it homogeneous instead.
Solving such equations involves finding a combination of the homogeneous solution (which solves the associated homogeneous equation) and a particular solution (which solves the non-homogeneous part).
This combination gives you the general solution for the non-homogeneous equation.
Characteristic Equation
The characteristic equation is a critical tool for solving homogeneous parts of second-order linear differential equations. It emerges when you solve the homogeneous version of the differential equation: \( \frac{\mathrm{d}^{2} i}{\mathrm{~d} t^{2}} + 8 \frac{\mathrm{d} i}{\mathrm{~d} t} + 25 i = 0 \).
To find the characteristic equation, start by assuming a solution of the form \(i(t) = e^{rt}\).
Substitute this assumed solution into the homogeneous differential equation, leading to the characteristic polynomial \( r^2 + 8r + 25 = 0 \).
This polynomial is solved using the quadratic formula:
The coefficients \(C_1\) and \(C_2\) adjust according to initial conditions or additional system constraints, forming part of the complete solution for the original differential equation.
To find the characteristic equation, start by assuming a solution of the form \(i(t) = e^{rt}\).
Substitute this assumed solution into the homogeneous differential equation, leading to the characteristic polynomial \( r^2 + 8r + 25 = 0 \).
This polynomial is solved using the quadratic formula:
- \( r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \), where \(a=1\), \(b=8\), and \(c=25\).
- The roots of the characteristic equation, \( r = -4 \pm 3i \), indicate the type of solution form needed for the homogeneous equation.
The coefficients \(C_1\) and \(C_2\) adjust according to initial conditions or additional system constraints, forming part of the complete solution for the original differential equation.
Particular Solution
Finding a particular solution is essential in dealing with non-homogeneous differential equations. The particular solution addresses the non-zero function on the right-hand side of the equation.
In this scenario, we have a non-homogeneous term: \( 48 \cos 3t - 16 \sin 3t \).
Given this, assume a particular solution of the form \( i_p(t) = A \cos 3t + B \sin 3t \).
To find specific coefficients \(A\) and \(B\):
In this scenario, we have a non-homogeneous term: \( 48 \cos 3t - 16 \sin 3t \).
Given this, assume a particular solution of the form \( i_p(t) = A \cos 3t + B \sin 3t \).
To find specific coefficients \(A\) and \(B\):
- Differentiate \( i_p(t) \) to obtain the first derivative: \( \frac{\mathrm{d} i_p}{\mathrm{~d} t} = -3A \sin 3t + 3B \cos 3t \).
- Put that into the second derivative: \( \frac{\mathrm{d}^2 i_p}{\mathrm{~d} t^2} = -9A \cos 3t - 9B \sin 3t \).
- Combine like terms which leads to: \( (16A + 24B) \cos 3t + (16B - 24A) \sin 3t = 48 \cos 3t - 16 \sin 3t \).
- From here, solve simultaneously: \( 16A + 24B = 48 \) and \( 16B - 24A = -16 \).
- This gives coefficients \( A = 4 \) and \( B = 2 \).