Problem 30
Question
(a) Solve the differential equation $$\frac{d P}{d t}=0.2 P-10$$ Write the solution \(P\) as an explicit function of \(t\) (b) Find the particular solution for each initial condition below and graph the three solutions on the same coordinate plane. $$P(0)=40, \quad P(0)=50, \quad P(0)=60$$
Step-by-Step Solution
Verified Answer
The general solution is \(P = 5Ce^{0.2t} + 50\); particular solutions are \(P(t) = -10e^{0.2t} + 50\), \(P(t) = 50\), and \(P(t) = 10e^{0.2t} + 50\).
1Step 1: Separate Variables
The given differential equation is \( \frac{dP}{dt} = 0.2P - 10 \). To solve it, we first separate the variables. Rewriting, we get:\[\frac{dP}{0.2P - 10} = dt\]
2Step 2: Integrate Both Sides
Integrate both sides of the equation. On the left side, integrate with respect to \(P\), and on the right side, integrate with respect to \(t\):\[\int \frac{dP}{0.2P - 10} = \int dt\]The left side is a natural logarithm integral, and the right side is a simple integration:\[\frac{1}{0.2} \ln|0.2P - 10| = t + C\]
3Step 3: Solve for ln Expression
Multiply through by 0.2 to eliminate the fraction:\[\ln|0.2P - 10| = 0.2t + C\]
4Step 4: Exponentiate to Solve for P
Exponentiate both sides to solve for \(P\):\[|0.2P - 10| = e^{0.2t + C}\]This simplifies to:\[0.2P - 10 = Ce^{0.2t}\]where \(C\) is a new constant obtained from \(e^C\).
5Step 5: Solve for P
Rearrange to solve for \(P\):\[0.2P = Ce^{0.2t} + 10\]\[P = 5Ce^{0.2t} + 50\]
6Step 6: Determine Particular Solutions
Substitute the initial conditions to find specific solutions. For \(P(0) = 40\):\[ 40 = 5C + 50 \Rightarrow C = -2 \]So, \( P(t) = -10e^{0.2t} + 50 \).For \(P(0) = 50\):\[ 50 = 5C + 50 \Rightarrow C = 0 \]So, \( P(t) = 50 \).For \(P(0) = 60\):\[ 60 = 5C + 50 \Rightarrow C = 2 \]So, \( P(t) = 10e^{0.2t} + 50 \).
7Step 7: Graph the Solutions
Graph the three solutions:- \(P(t) = -10e^{0.2t} + 50\)- \(P(t) = 50\)- \(P(t) = 10e^{0.2t} + 50\)Each solution represents different initial values presented as separate curves on the coordinate plane.
Key Concepts
Separation of VariablesInitial ConditionsExponential FunctionParticular Solution
Separation of Variables
Separation of Variables is a common technique used to solve first-order differential equations. The goal of this method is to rearrange the equation so that each side contains only one variable. This allows us to integrate both sides separately.
Let's take the differential equation from our exercise: \( \frac{dP}{dt} = 0.2P - 10 \). To separate the variables, we move all terms involving \(P\) to one side and \(dt\) to the other. This results in:
The integral of the left side depends exclusively on \(P\), while the right side depends exclusively on \(t\). Ultimately, separation of variables makes it easier to find the general solution of the differential equation.
Let's take the differential equation from our exercise: \( \frac{dP}{dt} = 0.2P - 10 \). To separate the variables, we move all terms involving \(P\) to one side and \(dt\) to the other. This results in:
- \( \frac{dP}{0.2P - 10} = dt \)
The integral of the left side depends exclusively on \(P\), while the right side depends exclusively on \(t\). Ultimately, separation of variables makes it easier to find the general solution of the differential equation.
Initial Conditions
Initial conditions are specific values given at a certain point, often at \(t=0\), to uniquely determine the particular solution of a differential equation. They ensure that out of all possible solutions, the one that satisfies the initial condition is chosen.
In our exercise, we have three initial conditions:
This helps in modeling specific scenarios or initial states of the system described by the differential equation.
In our exercise, we have three initial conditions:
- \( P(0) = 40 \)
- \( P(0) = 50 \)
- \( P(0) = 60 \)
This helps in modeling specific scenarios or initial states of the system described by the differential equation.
Exponential Function
The exponential function often appears when solving differential equations, especially in cases involving growth or decay. This function is characterized by the base \(e\), where the equation resembles \(e^{kt}\) with \(k\) as a constant.
In our solution:
Exponential functions are fundamental in differential equations due to their unique properties of differentiation and integration, which tend to yield the function itself or a simple scaled version of it. This self-replicating nature eases the progression from differential equations to solutions capturing an underlying process.
In our solution:
- \[ P = 5Ce^{0.2t} + 50 \]
Exponential functions are fundamental in differential equations due to their unique properties of differentiation and integration, which tend to yield the function itself or a simple scaled version of it. This self-replicating nature eases the progression from differential equations to solutions capturing an underlying process.
Particular Solution
A particular solution is a specific solution to a differential equation that satisfies given initial conditions. It differs from the general solution, which includes unspecified constants.
In the context of our problem, starting from the general solution:
Each different initial condition may lead to a distinct particular solution. The process involves substituting these conditions into the general solution to isolate the constant, ultimately pinning down the unique solution that fits specific criteria.
In the context of our problem, starting from the general solution:
- \[ P(t) = 5Ce^{0.2t} + 50 \]
Each different initial condition may lead to a distinct particular solution. The process involves substituting these conditions into the general solution to isolate the constant, ultimately pinning down the unique solution that fits specific criteria.
Other exercises in this chapter
Problem 30
Give an example of: A slope field for a differential equation where the formula for \(d y / d x\) depends on \(y\) but not \(x\)
View solution Problem 30
An object of mass \(m\) is thrown vertically upward from the surface of the earth with initial velocity \(v_{0} .\) We will calculate the value of \(v_{0},\) ca
View solution Problem 31
(a) Let \(B\) be the balance at time \(t\) of a bank account that earns interest at a rate of \(r \%,\) compounded continuously. What is the differential equati
View solution Problem 31
Consider a conflict between two armies of \(x\) and \(y\) soldiers, respectively. During World War I, F. W. Lanchester assumed that if both armies are fighting
View solution