Problem 7
Question
A deposit of \(\$ 5000\) is made to a bank account paying \(1.5 \%\) annual interest, compounded continuously. (a) Write a differential equation for the balance in the account, \(B\), as a function of time, \(t\), in years. (b) Solve the differential equation. (c) How much money is in the account in 10 years?
Step-by-Step Solution
Verified Answer
(a) \( \frac{dB}{dt} = 0.015B \); (b) \( B(t) = 5000 \cdot e^{0.015t} \); (c) \(\$ 5809\).
1Step 1: Express the Differential Equation
To express the differential equation for the balance \(B\) as a function of time \(t\) for continuous compounding interest, we use the formula \( \frac{dB}{dt} = rB \). Here, \(r\) is the interest rate expressed as a decimal. With an interest rate of \(1.5\%\), we have \(r=0.015\). Therefore, the differential equation is \( \frac{dB}{dt} = 0.015B \).
2Step 2: Solve the Differential Equation
The differential equation \( \frac{dB}{dt} = 0.015B \) is a separable differential equation, which can be solved by integrating both sides. Separating the variables gives \( \frac{dB}{B} = 0.015 \, dt \). Integrating both sides, we get \( \int \frac{1}{B} \, dB = \int 0.015 \, dt \), which results in \( \ln |B| = 0.015t + C \), where \(C\) is the constant of integration.
3Step 3: Solve for B(t)
To find \(B(t)\), we exponentiate both sides of \( \ln |B| = 0.015t + C \). This gives \( B = e^{0.015t + C} = e^C \cdot e^{0.015t} \). Let \(A = e^C\), a new constant representing the initial account balance. Therefore, \(B(t) = A \cdot e^{0.015t} \).
4Step 4: Determine the Initial Condition
We are given an initial deposit of \( \$5000 \), so at \(t=0\), \(B(0) = 5000\). Substituting into \(B(t) = A \cdot e^{0.015t}\) gives \(5000 = A \cdot e^0 = A\). Hence, \(A = 5000\). So, \(B(t) = 5000 \cdot e^{0.015t}\).
5Step 5: Compute the Balance After 10 Years
Substitute \(t = 10\) into \(B(t) = 5000 \cdot e^{0.015t}\) to find the balance after 10 years: \(B(10) = 5000 \cdot e^{0.015 \times 10}\). Calculate \(e^{0.15} \approx 1.1618\), so \(B(10) = 5000 \cdot 1.1618 \approx 5809\). Therefore, the balance in the account after 10 years is approximately \(\$5809\).
Key Concepts
Continuous CompoundingSeparable Differential EquationsExponential Growth
Continuous Compounding
Continuous compounding is a concept in finance where interest is added to an account balance at every possible instant. Unlike compounding annually or monthly, continuous compounding results in the most frequent application of interest. This means:
- Your money grows at a faster rate.
- The formula used to describe this process is an exponential function.
- \( B(t) \) is the balance after time \( t \)
- \( P \) is the principal, or initial amount
- \( r \) is the annual interest rate expressed as a decimal
- \( t \) is the time in years
- \( e \) is Euler's number (approximately 2.71828)
Separable Differential Equations
Separable differential equations are a class of differential equations that can be broken down, or separated, into two individual integrals. The goal here is to isolate the dependent variable from the independent variable to solve the equation. When dealing with an equation such as \[ \frac{dB}{dt} = rB \]we can reformulate it by separating variables. Essentially, we get the form:\[ \frac{dB}{B} = r\,dt \]This separation allows:
- The left side to include terms related to \(B\).
- The right side to feature terms dependent on \(t\).
- Integration of both sides to solve the equation.
- Calculating the integral of \( \frac{1}{B} \, dB \), which results in \( \ln|B| \).
- Integrating \( r \, dt \) to obtain \( rt + C \), with \(C\) as the integration constant.
- Exponentiating to solve for \( B(t) \), leading to the general solution \( B(t) = A \cdot e^{rt} \).
Exponential Growth
Exponential growth is a pattern of data that shows greater increases with passing time, in proportion to the growing total number or size. This growth type plays a crucial role in various fields such as finance, biology, and physics. For instance, in a bank account where interest compounds continuously, the account balance does not grow linearly over time:
- Instead, initial amounts grow slowly at first.
- As time progresses, the balance increases at an accelerating rate.
- \( A \) denotes the initial amount or balance.
- \( r \) is the growth rate.
- \( t \) is time.
Other exercises in this chapter
Problem 7
Find particular solutions. $$\frac{d B}{d t}+2 B=50, \quad B(1)=100$$
View solution Problem 7
A pollutant spilled on the ground decays at a rate of \(8 \%\) a day. In addition, cleanup crews remove the pollutant at a rate of 30 gallons a day. Write a dif
View solution Problem 8
Find particular solutions. $$\frac{d B}{d t}+0.1 B-10=0 \quad B(2)=3$$
View solution Problem 8
Money in a bank account grows continuously at an annual rate of \(r\) (when the interest rate is \(5 \%, r=0.05,\) and so on). Suppose \(\$ 2000\) is put into t
View solution