Skip to main content
Ch. 9 - Differential Equations
Briggs - Calculus: Early Transcendentals 3rd Edition
Briggs3rd EditionCalculus: Early TranscendentalsISBN: 9780136847243Not the one you use?Change textbook
Chapter 9, Problem 9.4.34a

{Use of Tech} Endowment model An endowment is an investment account in which the balance ideally remains constant and withdrawals are made on the interest earned by the account. Such an account may be modeled by the initial value problem B′(t)=rB−m, for t≥0, with B(0)=B0. The constant r>0 reflects the annual interest rate, m>0 is the annual rate of withdrawal, B0 is the initial balance in the account, and t is measured in years.


a. Solve the initial value problem with r=0.05, m=\(1000/year, and B0=\)15,000 Does the balance in the account increase or decrease?

Verified step by step guidance
1
Identify the given initial value problem (IVP): \(B'(t) = rB - m\) with \(B(0) = B_0\), where \(r = 0.05\), \(m = 1000\), and \(B_0 = 15000\).
Recognize that this is a first-order linear differential equation. Rewrite it as \(B'(t) - rB = -m\) to match the standard form \(y' + p(t)y = q(t)\).
Find the integrating factor (IF), which is \(\mu(t) = e^{\int -r \, dt} = e^{-rt}\).
Multiply both sides of the differential equation by the integrating factor to get \(e^{-rt} B'(t) - r e^{-rt} B = -m e^{-rt}\), which simplifies to \(\frac{d}{dt} \left( e^{-rt} B \right) = -m e^{-rt}\).
Integrate both sides with respect to \(t\) to find \(e^{-rt} B = \int -m e^{-rt} dt + C\), then solve for \(B(t)\) and apply the initial condition \(B(0) = B_0\) to find the constant \(C\). Finally, analyze the behavior of \(B(t)\) over time to determine if the balance increases or decreases.

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
2m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

First-Order Linear Differential Equations

This type of differential equation has the form B'(t) + p(t)B = q(t). Solving it involves finding an integrating factor to simplify the equation and then integrating both sides. In this problem, the equation models the rate of change of the account balance over time.
Recommended video:
07:39
Classifying Differential Equations

Initial Value Problem (IVP)

An IVP specifies a differential equation along with an initial condition, here B(0) = B0. The initial condition allows us to find the particular solution that fits the starting balance of the account, ensuring the solution is unique and applicable to the scenario.
Recommended video:
05:03
Initial Value Problems

Interpretation of the Solution in Context

After solving the differential equation, interpreting the solution involves analyzing whether the balance increases or decreases over time. This depends on the relationship between the interest earned (rB) and the withdrawal rate (m), which determines the long-term behavior of the account.
Recommended video:
04:00
Solutions to Basic Differential Equations
Related Practice
Textbook Question

43–44. Motion in a gravitational field: An object is fired vertically upward with initial velocity v(0)=v₀ from initial position s(0)=s₀.

a. For the following values of v₀ and s₀, find the position and velocity functions for all times at which the object is above the ground (s = 0).

v₀ = 49 m/s, s₀ = 60 m

Textbook Question

17–20. Increasing and decreasing solutions Consider the following differential equations. A detailed direction field is not needed.


a. Find the solutions that are constant, for all t ≥ 0 (the equilibrium solutions).


y'(t) = (y−2)(y+1)

1
views
Textbook Question

29–32. {Use of Tech} Errors in Euler’s method Consider the following initial value problems.


a. Find the approximations to y(0.2) and y(0.4) using Euler’s method with time steps of Δt = 0.2, 0.1, 0.05, and 0.025.


y′(t) = y/2, y(0) = 2; y(t) = 2eᵗᐟ²

Textbook Question

33–36. {Use of Tech} Computing Euler approximations Use a calculator or computer program to carry out the following steps.

a. Approximate the value of y(T) using Euler’s method with the given time step on the interval [0,T].


y′(t) = t/y, y(0) = 4; Δt = 0.1, T = 2; y(t) = √(t² + 16)

Textbook Question

23–26. Stirred tank reactions For each of the following stirred tank reactions, carry out the following analysis.

a. Write an initial value problem for the mass of the substance.


A one-million-liter pond is contaminated by a chemical pollutant with a concentration of 20 g/L. The source of the pollutant is removed, and pure water is allowed to flow into the pond at a rate of 1200 L/hr. Assuming the pond is thoroughly mixed and drained at a rate of 1200 L/hr, how long does it take to reduce the concentration of the solution in the pond to 10% of the initial value?

Textbook Question

27–30. Predator-prey models Consider the following pairs of differential equations that model a predator-prey system with populations x and y. In each case, carry out the following steps.

a. Identify which equation corresponds to the predator and which corresponds to the prey.


x′(t) = −3x + xy, y′(t) = 2y − xy