Chapter 6: Problem 11
Find the solution of the differential equation that satisfies the given boundary condition\((s)\) $$f^{\prime \prime}-2 f^{\prime}+5 f=0, f(0)=1, f(\pi / 4)=0$$
Short Answer
Expert verified
The solution is \( f(t) = e^{t} \cos(2t) \).
Step by step solution
01
Write the characteristic equation
The homogeneous differential equation is \( f'' - 2f' + 5f = 0 \). First, we'll find the characteristic equation: assume a solution of the form \( f(x) = e^{rx} \). Substituting \( f(x) = e^{rx} \) into the differential equation gives \( r^2 e^{rx} - 2r e^{rx} + 5e^{rx} = 0 \). Factoring out \( e^{rx} \) (which is never zero) simplifies the characteristic equation to \( r^2 - 2r + 5 = 0 \).
02
Solve the characteristic equation
The characteristic equation is \( r^2 - 2r + 5 = 0 \). To solve it, use the quadratic formula \( r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \) where \( a = 1, b = -2, \) and \( c = 5 \). This yields \( r = \frac{2 \pm \sqrt{(-2)^2 - 4 \cdot 1 \cdot 5}}{2} = \frac{2 \pm \sqrt{-16}}{2} = 1 \pm 2i \). The roots are complex: \( r = 1 \pm 2i \).
03
Find the general solution
For complex roots of the form \( r = \alpha \pm \beta i \), the general solution to the differential equation is \( f(t) = e^{\alpha t} (C_1 \cos(\beta t) + C_2 \sin(\beta t)) \). Substituting \( \alpha = 1 \) and \( \beta = 2 \), we get \( f(t) = e^{t} (C_1 \cos(2t) + C_2 \sin(2t)) \).
04
Apply the first boundary condition
The boundary condition \( f(0) = 1 \) helps us find \( C_1 \) and \( C_2 \). Substitute \( t = 0 \) into the general solution: \( f(0) = e^{0} (C_1 \cos(0) + C_2 \sin(0)) = C_1 = 1 \). Hence, \( C_1 = 1 \).
05
Apply the second boundary condition
Using the condition \( f(\pi/4) = 0 \) means substituting \( t = \pi/4 \) into the general solution: \( 0 = e^{\pi/4} (\cos(\pi/2) + C_2 \sin(\pi/2)) \). This simplifies to \( 0 = C_2 e^{\pi/4} \), implying \( C_2 = 0 \).
06
Write the particular solution
With \( C_1 = 1 \) and \( C_2 = 0 \), the particular solution is \( f(t) = e^{t} \cos(2t) \).
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
When dealing with linear homogeneous differential equations like the given one, a key step is forming the characteristic equation. This is a crucial concept as it helps determine the nature of the solutions.
To derive the characteristic equation, assume a solution of the form \( f(x) = e^{rx} \). When substituted into the differential equation, the exponential function naturally cancels out, leading to a polynomial equation. In this exercise, the characteristic equation derived is:
To derive the characteristic equation, assume a solution of the form \( f(x) = e^{rx} \). When substituted into the differential equation, the exponential function naturally cancels out, leading to a polynomial equation. In this exercise, the characteristic equation derived is:
- \( r^2 - 2r + 5 = 0 \)
Complex Roots
Complex roots occur in the quadratic equation when the discriminant \( b^2 - 4ac \) is negative. In our example, the characteristic equation \( r^2 - 2r + 5 = 0 \) has a discriminant of \(-16\). This negative result indicates complex roots.
Calculating using the quadratic formula, the roots are:
Calculating using the quadratic formula, the roots are:
- \( r = 1 + 2i \)
- \( r = 1 - 2i \)
Boundary Conditions
Boundary conditions are additional constraints given to find a unique solution to a differential equation. They specify the values of the solution, or its derivatives, at certain points. For the equation at hand, the boundary conditions provided are:
- \( f(0) = 1 \)
- \( f(\pi/4) = 0 \)
General Solution
The general solution of a differential equation constitutes a fundamental part of solving such mathematical problems. For second-order linear differential equations with complex roots like this one, the general solution is expressed as:
\[ f(t) = e^{\alpha t} (C_1 \cos(\beta t) + C_2 \sin(\beta t)) \] In our example, substituting \( \alpha = 1 \) and \( \beta = 2 \) results in:
\[ f(t) = e^{\alpha t} (C_1 \cos(\beta t) + C_2 \sin(\beta t)) \] In our example, substituting \( \alpha = 1 \) and \( \beta = 2 \) results in:
- \( f(t) = e^{t} (C_1 \cos(2t) + C_2 \sin(2t)) \)