Chapter 9: Problem 5
Find particular solutions. $$\frac{d B}{d t}=4 B-100, \quad B=20\( when \)t=0$$
Short Answer
Expert verified
The particular solution is \( B(t) = 25 - 5e^{4t} \).
Step by step solution
01
Identify the type of differential equation
Observe that the given differential equation \( \frac{dB}{dt} = 4B - 100 \) is a first-order linear differential equation. It can be written in the form \( \frac{dB}{dt} - 4B = -100 \).
02
Find the integrating factor
For a first-order linear differential equation given by \( \frac{dy}{dt} + P(t)y = Q(t) \), the integrating factor \( µ(t) \) is \( e^{\int P(t) \, dt} \). In this case, \( P(t) = -4 \), so integrate to get \( \int -4 \, dt = -4t \). The integrating factor is \( µ(t) = e^{-4t} \).
03
Multiply through by the integrating factor
Multiply each term in the equation \( \frac{dB}{dt} - 4B = -100 \) by \( e^{-4t} \) to obtain \( e^{-4t} \frac{dB}{dt} - 4Be^{-4t} = -100e^{-4t} \).
04
Simplify the left side using integrating factor property
The left side simplifies to the derivative with respect to \( t \) of \( e^{-4t}B \). So the equation becomes \( \frac{d}{dt}(e^{-4t}B) = -100e^{-4t} \).
05
Integrate both sides
Integrate both sides with respect to \( t \):\[ \int \frac{d}{dt}(e^{-4t}B) \, dt = \int -100e^{-4t} \, dt \]The left side simplifies to \( e^{-4t}B \), and the right side integrates to \( 25e^{-4t} + C \). Thus, \( e^{-4t}B = 25e^{-4t} + C \).
06
Solve for \( B \)
Multiply both sides by \( e^{4t} \) to solve for \( B(t) \):\[ B(t) = 25 + Ce^{4t} \]
07
Apply the initial condition
Use the initial condition \( B(0) = 20 \) to find \( C \). Substitute \( t = 0 \) and \( B = 20 \) into the equation:\[ 20 = 25 + C \, e^{0} \]\[ 20 = 25 + C \]\[ C = -5 \]
08
Write the particular solution
Substitute \( C = -5 \) back into the equation for \( B(t) \):\[ B(t) = 25 - 5e^{4t} \]
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 first-order linear differential equation is a type of equation that involves an unknown function and its derivative. It has the general form:
For example, in the given problem, the differential equation \( \frac{dB}{dt} = 4B - 100 \) is identified as a first-order linear differential equation. It can also be rewritten as:
- \( \frac{dy}{dt} + P(t)y = Q(t) \)
For example, in the given problem, the differential equation \( \frac{dB}{dt} = 4B - 100 \) is identified as a first-order linear differential equation. It can also be rewritten as:
- \( \frac{dB}{dt} - 4B = -100 \)
Integrating Factor
The integrating factor is a powerful tool used to solve first-order linear differential equations. It helps transform the equation into a form that can be easily integrated. The integrating factor \( \mu(t) \) is given by:
In our case, where the equation is \( \frac{dB}{dt} - 4B = -100 \), we have \( P(t) = -4 \). So, the integrating factor becomes:
- \( \mu(t) = e^{\int P(t) \, dt} \)
In our case, where the equation is \( \frac{dB}{dt} - 4B = -100 \), we have \( P(t) = -4 \). So, the integrating factor becomes:
- \( \mu(t) = e^{-4t} \)
- \( e^{-4t} \frac{dB}{dt} - 4B e^{-4t} = -100 e^{-4t} \)
Initial Condition
The initial condition in a differential equation provides a specific value for the unknown function at a particular point. This condition is crucial for finding a unique solution from a family of solutions.
In the example, the initial condition specifies that when \( t = 0 \), \( B = 20 \). Applying this condition helps us find the arbitrary constant \( C \) in the general solution.
In the example, the initial condition specifies that when \( t = 0 \), \( B = 20 \). Applying this condition helps us find the arbitrary constant \( C \) in the general solution.
- Substitute \( t = 0 \) and \( B = 20 \) into the equation \( B(t) = 25 + Ce^{4t} \)
- \( 20 = 25 + C \cdot 1 \)
- Solve for \( C \) to find \( C = -5 \)
- \( B(t) = 25 - 5e^{4t} \)