5.3 Compound Interest, Doubling Time & Half-Life Applications
Key Takeaways
- Master the discrete compound interest formula: A(t) = P(1 + r/n)^{nt}, where P is principal, r is annual nominal interest rate, n is compounding frequency per year, and t is time in years.
- Master continuous compounding: A(t) = P · e^{rt}, where e ≈ 2.71828 is Euler's constant, representing the mathematical limit of compounding as frequency approaches infinity.
- Formulate and solve half-life decay models: N(t) = N_0 · (1/2)^{t / t_{1/2}} = N_0 · (0.5)^{t / h}, where t_{1/2} is the half-life duration required for the quantity to reduce by 50%.
- Formulate and solve doubling-time models: N(t) = N_0 · 2^{t / d}, where d is the elapsed time required for the initial quantity N_0 to multiply by 2.
- Solve for unknown variables using Desmos: plot the model function y = A(t) and horizontal line y = Target, clicking the intersection point to instantly determine time t without manual logarithms.
Compound Interest, Doubling Time & Half-Life Applications
Real-world exponential applications are heavily represented in the Advanced Math section of the Digital SAT. The three most common contextual frameworks are Compound Interest, Doubling Time, and Half-Life Decay.
Mastering these formulas allows you to dissect complex word problems rapidly, set up exact mathematical models, and solve for final values, initial principals, or elapsed time periods.
1. Discrete Compound Interest Mechanics
When money earns compound interest, the interest generated in each period is added to the principal, earning interest on top of interest in all subsequent periods.
+-----------------------------------------------------------------------------+
| COMPOUND INTEREST FORMULA BREAKDOWN |
| |
| r (n · t) |
| A(t) = P ( 1 + --- ) |
| n |
| | | | | |
| +----------------------+ | | +----------------------+ |
| v v v v |
| [ PRINCIPAL (P) ] [ RATE (r) ] [ FREQUENCY (n) ] [ TOTAL PERIODS]|
| Initial deposit (\$) Annual decimal Compounding times Total compound |
| (e.g., 5% = 0.05) per year events = n · t |
+-----------------------------------------------------------------------------+
Compounding Frequencies ($n$ Values):
- Annually: $n = 1$
- Semi-annually: $n = 2$
- Quarterly: $n = 4$
- Monthly: $n = 12$
- Daily: $n = 365$
Example Comparison:
Suppose $10,000 is invested at an annual interest rate of $6%$ ($r = 0.06$) for $5$ years ($t = 5$):
- Annual ($n=1$): $A = 10,000\left(1 + \frac{0.06}{1}\right)^{1 \times 5} = 10,000(1.06)^5 \approx 13,382.26$, yielding $13,382.26.
- Quarterly ($n=4$): $A = 10,000\left(1 + \frac{0.06}{4}\right)^{4 \times 5} = 10,000(1.015)^{20} \approx 13,468.55$, yielding $13,468.55.
- Monthly ($n=12$): $A = 10,000\left(1 + \frac{0.06}{12}\right)^{12 \times 5} = 10,000(1.005)^{60} \approx 13,488.50$, yielding $13,488.50.
2. Continuous Compounding & Euler's Constant $e$
As compounding frequency $n$ approaches infinity (compounding every microsecond continuously), the discrete compounding expression $\left(1 + \frac{r}{n}\right)^{nt}$ converges to the continuous exponential base $e^{rt}$, where $e \approx 2.71828$ is Euler's number.
- $P$: Initial Principal amount deposited.
- $e$: Base of the natural logarithm ($e \approx 2.7182818$).
- $r$: Annual nominal interest rate (in decimal form).
- $t$: Time elapsed in years.
For the same $10,000 at $6%$ over $5$ years compounded continuously:
This yields an ending balance of $13,498.59.
3. Half-Life Radioactive Decay Models
The half-life ($t_{1/2}$ or $h$) of a substance is the time required for half ($50%$) of the existing quantity to decay. Radioactive decay is naturally modeled by a base of $\frac{1}{2}$ (or $0.5$):
+-----------------------------------------------------------------------------+
| HALF-LIFE DECAY PATTERN |
| |
| Time Elapsed (t): 0 1 Half-Life (h) 2h 3h 4h |
| Remaining Mass: N_0 ----> (1/2) N_0 ----> (1/4) N_0 -> (1/8) N_0 -> 1/16|
| Percent Remaining: 100% 50% 25% 12.5% 6.25%|
+-----------------------------------------------------------------------------+
Step-by-Step Half-Life Cycle Counting:
When time $t$ is an integer multiple of $h$, the remaining mass is calculated by halving the initial amount for each cycle:
- Number of cycles: $k = \frac{t}{h}$
- Remaining Amount: $N(t) = N_0 \cdot \left(\frac{1}{2}\right)^k$
4. Doubling Time Models
In biological systems, bacterial colonies, or data storage expansions, quantities often double at fixed time intervals $d$:
- $N_0$: Initial population or count at $t = 0$.
- $d$: Doubling period (time required to multiply by $2$).
- $t$: Total elapsed time in the same time units as $d$.
+-----------------------------------------------------------------------------+
| DOUBLING TIME PATTERN |
| |
| Time Elapsed (t): 0 1 Doubling (d) 2d 3d 4d |
| Population: N_0 ----> 2 N_0 --------> 4 N_0 ----> 8 N_0 ----> 16 N_0|
+-----------------------------------------------------------------------------+
5. Step-by-Step Worked SAT Exam Examples
Worked Example 1: Discrete Compound Interest Calculation
Problem: An entrepreneur deposits $8,000 into a high-yield business savings account with an annual interest rate of $4.8%$ compounded monthly. What is the total balance in the account after $3$ years, rounded to the nearest dollar?
Step-by-Step Solution:
- Identify parameters: $P = 8,000$, $r = 0.048$, $n = 12$, $t = 3$.
- Calculate monthly rate: $\frac{r}{n} = \frac{0.048}{12} = 0.004$.
- Calculate total compounding periods: $nt = 12 \times 3 = 36$.
- Apply the formula:
- Evaluate in Desmos / calculator:
The total balance in the account after $3$ years is $9,236.
Worked Example 2: Solving for Elapsed Time with Desmos
Problem: A researcher starts with $300$ milligrams of a radioactive isotope that has a half-life of $14$ days. After how many days will exactly $37.5$ milligrams of the isotope remain?
Method A: Algebraic Cycle Halving
- Set up the half-life ratio: $\frac{N(t)}{N_0} = \frac{37.5}{300} = 0.125 = \frac{1}{8}$.
- Express $\frac{1}{8}$ as a power of $\frac{1}{2}$: $\frac{1}{8} = \left(\frac{1}{2}\right)^3$.
- Equate exponents: $\left(\frac{1}{2}\right)^{\frac{t}{14}} = \left(\frac{1}{2}\right)^3 \implies \frac{t}{14} = 3$.
- Multiply: $t = 3 \times 14 = 42$ days.
Method B: Desmos Graphical Solver
- In Desmos, type Line 1:
y = 300 * (0.5)^(x / 14) - Type Line 2:
y = 37.5 - Click the intersection point: Desmos displays $(42, 37.5)$, confirming $x = 42$ days immediately.
6. Desmos Solver Playbook & SAT Pitfalls
[!TIP] Desmos Instant Equation Solver: When an SAT problem asks for the time $t$ when an exponential equation reaches a target value (e.g., $5,000(1.04)^t = 12,000$), avoid manual logarithmic solving:
- Type
y = 5000 * (1.04)^xon line 1.- Type
y = 12000on line 2.- Click the wrench icon and set the $y$-axis window bounds to $[0, 15000]$ and $x$-axis to $[0, 30]$.
- Click the gray intersection dot to read the exact $x$-coordinate in seconds.
An investor deposits $5,000 into an investment account that earns an annual interest rate of $6%$ compounded quarterly. Assuming no additional deposits or withdrawals are made, which amount represents the total balance in the account after $4$ years, rounded to the nearest cent?
A culture of bacteria initially contains $250$ cells and doubles in population every $45$ minutes ($0.75$ hours). How many hours will it take for the population to reach $16,000$ cells?
A radioactive isotope has a half-life of $18$ days. An initial sample has a mass of $120$ grams. Which equation models the remaining mass $M(d)$, in grams, after $d$ days, and what is the remaining mass after $54$ days?