Growth Engines Slides Growth Engines
Time Value of Money & Geometric Growth
Quantitative Finance Geometric Series Applications
The Eighth Wonder
"Compound interest is the eighth wonder of the world. He who understands it, earns it... he who doesn't, pays it."
— Attributed to Albert Einstein
Fundamental Question:
How do discrete growth steps evolve into the powerful exponential curves that drive global markets?
The Geometric Sequence
A financial investment grows at a constant periodic rate r.
The Formula
\[ FV_n = PV(1 + r)^n \]
PV: Present Value (Term \( a_0 \))
(1+r): Common Ratio (\( q \))
n: Time periods
// Discrete Growth Simulation
t0: $1,000.00
t1: $1,050.00 (+5%)
t2: $1,102.50 (+5%)
t3: $1,157.63 (+5%)
...
t(n): PV * (1.05)^n
Compounding Frequency
What happens when we compound more often? Let \( m \) be the number of periods per year.
Annual (\( m=1 \))
\[ (1 + r)^n \]
Monthly (\( m=12 \))
\[ (1 + \frac{r}{12})^{12n} \]
Daily (\( m=365 \))
\[ (1 + \frac{r}{365})^{365n} \]
The limit as \( m \to \infty \) defines Continuous Compounding.
Deriving Exponential Reality
As the frequency of compounding becomes infinite, we encounter the fundamental limit:
\[ \lim_{m \to \infty} (1 + \frac{r}{m})^m = e^r \]
Result: \( FV = PV \cdot e^{rn} \)
Continuous Limit Natural Base Limit Definition
Growth Engines Teacher Guide Compounding Logic
Teacher Facilitation Guide
Course: Quantum Growth
Lesson: Growth Engines
Instructional Objective
Students will establish the mathematical foundation of the Time Value of Money (TVM) by deriving compound interest formulas as geometric sequences. The lesson concludes with the transition from discrete compounding to the limit of continuous growth.
Key Skills
• Sequence Modeling
• Limit Derivation (\(e\))
• Rate Normalization
• TVM Logic
Lesson Delivery Sequence
01
The Discrete Foundation (15 mins)
Hook: "Why did Einstein call compound interest the eighth wonder of the world?"
Ask students to calculate the value of $1,000 at 5% for 3 years manually. Record the values: $1000, $1050, $1102.50... Guide them to identify the common ratio \( q = 1.05 \). Define the general term for a geometric sequence \( a_n = a_0 \cdot q^n \).
02
Compounding Frequency (20 mins)
Introduce the frequency variable \( m \). Challenge students to explain why more frequent compounding yields higher returns even if the nominal rate \( r \) remains the same. Discussion Prompt: "If a bank offers 10% annual vs 9.8% monthly, which is better?" (Requires calculation of Effective Annual Rate).
03
The Limit of Continuous Growth (25 mins)
Show the limit calculation. Let \( m \to \infty \). Students should see the standard limit definition for \( e \): \[ \lim_{x \to \infty} (1 + 1/x)^x = e \] Show how this transforms \( PV(1+r/m)^{mt} \) into \( PV \cdot e^{rt} \).
Common Misconceptions
Linear vs Exponential: Students often treat interest as a fixed amount rather than a multiplier.
Nominal vs Effective: Confusing the stated rate with the actual yield after compounding.
Pro-Tip
Remind students that in modern algorithmic trading and fixed income, continuous compounding is the standard for theoretical models (like Black-Scholes), while discrete compounding is for legal contracts.
Worksheet Answer Key (Highlights)
Scenario Formula Target Outcome (Ex) Quarterly Growth PV(1+r/4)^{4n} $1,050.95 (5% @ 1yr) Continuous Growth PV * e^{rn} $1,051.27 (5% @ 1yr)
Interest Architect Worksheet Interest Architect
TVM & Geometric Sequences
Name:
Date:
In quantitative finance, assets grow as discrete or continuous geometric progressions. This worksheet bridges the gap between the algebraic definition of a sequence and the financial reality of compounding.
1 Discrete Compounding as a Sequence
Consider a principal investment \( P = \$10,000 \) with an annual interest rate \( r = 6\% \).
1.1 Write the first four terms of the geometric sequence \( (a_n) \) representing the value of the investment at the end of each year (starting with \( a_0 = P \)).
1.2 Define the common ratio \( q \) and express the general term \( a_n \) using \( P \), \( r \), and \( n \).
2 Compounding Frequency Analysis
Wealth accumulation is sensitive to the number of compounding periods \( m \) per year. The periodic rate is \( r/m \).
Scenario A: Semi-Annual
Compounded 2 times per year.
Scenario B: Daily
Compounded 365 times per year.
2.1 Calculate the difference in value after 5 years between Scenario A and Scenario B for a $10,000 investment at 6%. Show your work.
3 The Continuous Transition
In the limit as \( m \to \infty \), we reach continuous compounding.
3.1 Derive the continuous compounding formula \( FV = PV e^{rn} \) starting from the discrete formula \( FV = PV(1 + r/m)^{mn} \). Hint: Let \( x = m/r \).
3.2 Evaluate: If a stock grows continuously at 8% per year, how many years does it take to double? (The Rule of 72 Approximation vs. Exact Ln Calculation).
Annuity Mastery Slides Annuity Mastery
The Power of Finite Series
Lesson 02 Amortization & Geometric Sums
The Mortgage Mystery
You borrow $500,000 for a house. At 6% interest for 30 years, you pay back over $1,000,000.
How does the bank calculate that exact fixed monthly payment that brings the balance to exactly zero after 360 months?
Calculating Balance...
What is an Annuity?
An annuity is a sequence of equal payments \( C \) made at regular intervals.
Future Value of an Ordinary Annuity
\[ FV = C \sum_{k=0}^{n-1} (1 + r)^k \]
Geometric Progression View:
Each payment is a term in a geometric series.
The "ratio" is the growth of the dollar over time.
We sum the series to find total wealth.
The Summation Formula
Recall the finite geometric sum:
\[ S_n = a \frac{1 - q^n}{1 - q} \]
In finance, let \( a = C \) and \( q = (1+r) \). This yields the standard Annuity Formula used by every bank on Earth.
Solving for Payment (C)
To find the monthly payment for a loan of value \( L \), we equate the Present Value of the payments to the loan amount.
\[ C = L \frac{r(1+r)^n}{(1+r)^n - 1} \]
Amortization Logic
// Step-by-Step Decay
Month 1: Mainly Interest
Month 180: Equal Split
Month 360: Mainly Principal
Payment Paths Teacher Guide Payment Paths
Teacher Facilitation Guide
Course: Quantum Growth
Lesson: Annuity Mastery
Core Objective
Students will apply the sum of finite geometric series to solve real-world annuity and loan problems. They will derive the amortization formula, connecting the algebra of partial sums to the financial concept of time-shifting cash flows.
Prerequisites
• Geometric Sequence Definition
• Algebraic Substitution
• Basic Series Summation
Instructional Flow
01
Geometric Sum Derivation (20 mins)
Provide the sum of a geometric series: \( S_n = a(1-q^n)/(1-q) \). Ask students to substitute \( q = (1+r) \) and \( a = C \). Explain that this gives the Future Value (FV) of an annuity—how much you'll have if you save $C$ every month.
02
The Amortization Shift (25 mins)
The loan problem is the inverse . We have the Principal (PV) today and need to find the payment \( C \). Shift the FV formula back to time zero by dividing by \( (1+r)^n \). This derivation is critical for graduate finance.
03
Simulation: The Life of a Loan (15 mins)
Walk through the first two months of a $100k loan at 12% annually (1% monthly). Month 1: $1,000 in interest. Month 2: Interest is calculated on the *new* lower balance. Help students see how the geometric growth works "in reverse" as the principal decays.
Key Discussion Points
"Wait, why divide by (1+r)^n?"
Explain that money in the future is worth less today. Every term in the series must be discounted back to the 'Present Value' (PV) to equal the loan amount.
"Does the payment ever change?"
In a fixed-rate annuity, the payment is constant, but the composition (Principal vs Interest) shifts geometrically.
Worksheet Solution Guide
Problem 1: Future Value of Savings
Formula: FV = C * [(1+r)^n - 1] / r
Example: $500/mo @ 6% for 10yrs ≈ $81,939
Problem 2: Monthly Mortgage Payment
Formula: C = L * [r(1+r)^n] / [(1+r)^n - 1]
Example: $300k @ 4% for 30yrs ≈ $1,432.25
Mortgage Math Worksheet Mortgage Math
Amortization & Finite Series
Name:
Date:
Scenario: The Wealth Builder
You plan to invest $1,000 at the end of every month into an index fund returning 12% annually (compounded monthly). You want to know the total value of your portfolio after 40 years of consistent saving.
Part 1: The Accumulation Series
1.1 Identify the parameters for the geometric series: monthly payment \( C \), monthly interest rate \( r \), and total periods \( n \).
1.2 Write the sum of the first \( n \) payments as a geometric series. (Note: The first payment grows for \( n-1 \) periods, the last payment for 0 periods).
1.3 Calculate the final portfolio value. Show the result of the summation formula.
Part 2: Loan Amortization Logic
Now, consider the inverse: A $400,000 mortgage at 6% annual interest for 30 years. The bank uses the same geometric series, but they equate the sum of the *discounted* payments to the loan amount.
2.1 Derive the Monthly Payment formula \( C \) by setting the Present Value (PV) of an annuity equal to the Loan amount \( L \).
2.2 Calculate the monthly payment for this $400k loan.
2.3 Calculate the total interest paid over 30 years.
Executive Insight
How does the interest component of each payment change over time? Why is the interest significantly higher in the first month compared to the last month, even though the total payment \( C \) is constant?
Infinite Returns Slides [\infty]
Infinite Returns
Perpetuities & Limits
[0]
Lesson 03 Asset Pricing Convergence Logic
The Eternal Promise
A company promises to pay you $1,000 every year... forever.
"What is an infinite stream of money actually worth in today's dollars?"
Intuition A
Infinite Value
Mathematical Reality
Finite Value
Intuition B
Zero Value
Summing to Infinity
Recall the sum of an infinite geometric series converges if |q| < 1.
\[ S_\infty = \frac{a}{1 - q} \]
In finance, if we discount payments at rate \( r \), our common ratio is \( q = 1/(1+r) \).
The Perpetuity Formula
Let \( a = C/(1+r) \) and \( q = 1/(1+r) \):
\[ PV = \frac{C}{r} \]
"The simplest valuation model in finance."
Adding Growth
What if the payment also grows at a constant rate \( g \)? This is the Dividend Discount Model (DDM).
Gordon Growth Model
\[ P_0 = \frac{D_1}{r - g} \]
Convergence Condition: \( r > g \).
If \( g \geq r \), the series diverges (Infinite value).
Financial Implication
Asset prices are hypersensitive to changes in long-term growth rates and discount rates.
Sensitivity
As \( r \to g \), the asset value \( \to \infty \).
Market Volatility
Small changes in \( g \) create massive price swings.
Perpetuity Pricing Teacher Guide Perpetuity Pricing
Teacher Facilitation Guide
Course: Quantum Growth
Lesson: Infinite Returns
Instructional Objective
Students will apply the sum of infinite geometric series to asset valuation. By the end of this lesson, students will be able to derive the Perpetuity Formula and the Gordon Growth Model (DDM), understanding the necessary convergence conditions.
Pedagogical Approach
The "Infinite Cash" Hook (10 mins)
Inquiry: "If you have a machine that prints $100 every year forever, why isn't it worth infinite dollars?"
Lead a discussion on the Time Value of Money. As time \( t \to \infty \), the Present Value of the \( t \)-th payment \( PV_t = C/(1+r)^t \) approaches 0. This is the intuitive basis for series convergence.
Deriving the Perpetuity (20 mins)
Show the infinite geometric sum: \( S = a / (1-q) \). Let \( a = C/(1+r) \) and \( q = 1/(1+r) \). Walk through the algebra: \( S = [C/(1+r)] / [1 - 1/(1+r)] \). This simplifies beautifully to \( C/r \).
The Gordon Growth Model (25 mins)
Introduce growth \( g \). The payments are now \( C, C(1+g), C(1+g)^2... \) The common ratio becomes \( q = (1+g)/(1+r) \). Crucial Point: Convergence only happens if \( |q| < 1 \), which implies \( g < r \). Discuss what it means for a company if \( g > r \) (It's worth infinite money; market models break).
Quantitative Note
In equity research, the "Terminal Value" of a company is often calculated using a perpetuity. If students are going into investment banking, they will use this model daily to value mature firms. Remind them that \( g \) should typically not exceed the long-term GDP growth rate of the economy.
Answer Key (Worksheet Highlights)
Standard Perpetuity
$5,000 yearly @ 10% rate.
Value = $50,000
Growing Perpetuity
$100 dividend, 5% growth, 12% discount.
Value = $1,428.57
Endless Cashflow Worksheet Endless Cashflow
Infinite Series Valuation
ID:
Date:
The Geometry of Infinity
1.1 A Preferred Stock pays a fixed dividend of $15 per year forever. If the required market return is 5%, what is the Present Value (PV) of this stock? Show the infinite series and the result of the summation.
1.2 Mathematically, why does the value of an infinite series of payments result in a finite number? Explain in terms of the limit of the individual terms as \( n \to \infty \).
The Gordon Growth Challenge
In Lesson 3, we defined the Gordon Growth Model as \( P_0 = D_1 / (r - g) \).
2.1 Derive this formula by summing the infinite geometric series where the common ratio is \( q = (1+g)/(1+r) \). Start with the standard \( S_\infty = a/(1-q) \).
2.2 Solve: \( D_1 = \$5 \), \( r = 10\% \), \( g = 4\% \).
2.3 Solve: \( D_1 = \$5 \), \( r = 10\% \), \( g = 9\% \).
Risk Assessment
A small change in the growth rate \( g \) can lead to massive valuation changes. This is why markets are volatile when economic data (like inflation or growth forecasts) is released.
What happens to the stock price as the growth rate \( g \) approaches the discount rate \( r \)? Explain the mathematical limit and the financial implication.
Bond Dynamics Slides Bond Dynamics
Fixed Income & Interest Rate Risk
Rates Up Price Down
The 1% Move
If interest rates rise by 1%, does your bond portfolio lose 1%?
// Portfolio Analysis
The Answer: Duration
"Duration is the weighted average time until you get your money back."
Bonds = Annuity + Principal
A bond is just a finite geometric series (coupons) plus a final lump sum (face value).
Bond Pricing Formula
\[ P = \sum_{t=1}^n \frac{C}{(1+y)^t} + \frac{F}{(1+y)^n} \]
Variable Breakdown:
\( C \): Coupon Payment
\( y \): Yield to Maturity
\( F \): Face Value ($1,000)
Sensitivity: The Derivative
To find how price \( P \) changes with yield \( y \), we differentiate the series with respect to \( (1+y) \).
Macaulay Duration (\( D \))
\[ D = \frac{\sum_{t=1}^n t \cdot \frac{C}{(1+y)^t} + n \cdot \frac{F}{(1+y)^n}}{P} \]
Modified Duration: \( \frac{\Delta P}{P} \approx -D_{mod} \cdot \Delta y \)
Managing the Series
Immunization
Matching the duration of assets and liabilities to neutralize interest rate risk.
Convexity
The second derivative of the series; explains the "curvature" of bond prices.
Key takeaway for Risk Officers:
Bonds with Longer Maturity or Lower Coupons have higher duration (More risk).
Duration Deep Dive Teacher Guide Duration Deep Dive
Teacher Facilitation Guide
Course: Quantum Growth
Lesson: Bond Dynamics
Focus
Students transition from valuing cash flows to measuring their sensitivity. This lesson applies calculus (differentiation) to finite geometric series to derive Macaulay and Modified Duration—the primary tools for interest rate risk management.
Key Skills
• Bond Series Modeling
• Discrete Differentiation
• Weighted Average Calculation
• Risk Sensitivity Analysis
Instructional Sequence
01
The Bond Pricing Series (15 mins)
Reiterate that a bond is a sum of cash flows. Ask students to write the summation for a 5-year, 5% coupon bond with a 5% yield. Show that if Yield = Coupon, the Price = Face Value ($1,000).
02
Deriving Sensitivity (30 mins)
Introduce the concept of sensitivity: \( dP/dy \). Walk through the power rule application to the terms \( C(1+y)^{-t} \). Explain that the result is negative because prices and yields move inversely. Derive the Macaulay Duration as the elasticity of price with respect to the discount factor.
03
Practical Application (15 mins)
Discussion: "Why do long-term bonds crash harder when inflation rises?" Link the mathematical answer (higher powers of \( (1+y) \) in the denominator) to the financial reality (future money is worth significantly less).
Technical Clarifications
Modified vs Macaulay?
Macaulay Duration is measured in *years*. Modified Duration is the actual percentage price change for a 100bp (1%) move in yield. \( D_{mod} = D_{mac} / (1+y) \).
The Convexity Correction?
Duration is a linear approximation (first derivative). For large yield moves, students must use Convexity (second derivative) to maintain accuracy.
Risk Radar Solution Guide
Metric Impact Analysis Higher Coupon Lower Duration (Less Risk) Higher Yield Lower Duration (Less Risk) Longer Maturity Higher Duration (More Risk)
Risk Radar Worksheet Risk Radar
Bond Duration & Sensitivity
Analyst:
Date:
The Finite Bond Sum
Consider a 10-year Treasury Bond with a face value of $1,000 and a coupon rate of 4% (paid annually). The current market yield is 4%.
1.1 Write the mathematical expression for the price of this bond as a finite geometric sum plus the discounted face value.
1.2 If the yield rises to 5%, calculate the new price of the bond. Show your work.
The Duration Calculation
Duration measures the sensitivity of a bond's price to interest rate changes. It is the weighted average time until the cash flows are received.
2.1 Using the Macaulay Duration formula, calculate the duration of the 10-year bond from Part 1. (Hint: Use a table to track \( t \cdot PV(CF_t) \)).
2.2 Calculate the Modified Duration. If interest rates rise by 0.5% (50 basis points), by what percentage would the bond price drop?
Strategic Insight
Compare a 30-year bond and a 2-year bond. Why does the 30-year bond have a significantly higher duration, even if they have the same coupon rate?
As an investment manager, if you expect interest rates to fall, should you increase or decrease the duration of your bond portfolio? Explain your logic.
Random Paths Slides Random Paths
The Stochastic Sequence
Monte Carlo Simulation Stock Price Modeling
Flipping for Fortune
Can we model the stock market by simply flipping a coin?
Heads: Up 1%
Tails: Down 1%
"This is the birth of the Random Walk Hypothesis."
The Stochastic Difference Equation
A Random Walk is a sequence where the next value depends on the current value plus a random variable.
\[ S_{t+1} = S_t \cdot (1 + \mu \Delta t + \sigma \epsilon \sqrt{\Delta t}) \]
// Parameters
\(\mu\) Drift (Expected Growth)
\(\sigma\) Volatility (Standard Deviation)
\(\epsilon\) Random Shock (\( \sim N(0,1) \))
Simulating the Future
Because we cannot predict a single path, we simulate thousands of paths to find the distribution of final prices.
Path 1
$104.20
Path 2
$98.15
Path 3
$112.50
Geometric Brownian Motion (GBM)
The Bridge
Quantitative finance is the transition from Deterministic Series to Stochastic Processes.
You've mastered the building blocks. Now, go model the world.
Stochastic Steps Teacher Guide Stochastic Steps
Teacher Facilitation Guide
Course: Quantum Growth
Lesson: Random Paths
Objective
Students will extend their knowledge of deterministic sequences to stochastic ones. They will understand the concept of a "random walk," simulate simple price paths, and be introduced to the foundational logic of Monte Carlo methods in finance.
Key Concepts
• Stochastic Sequences
• Drift vs. Volatility
• Monte Carlo Methods
• Normal Distribution (\(\epsilon\))
Lesson Delivery Sequence
01
The Coin Flip Simulation (15 mins)
Ask students to perform a 10-step manual "Random Walk." Use a coin or a random number generator. Step 0: $100. Heads: +1%. Tails: -1%. Record the ending prices of all students. Plot them roughly on the board to show a primitive distribution.
02
Mathematical Formulation (20 mins)
Introduce the Discrete Stochastic Equation: \( S_{t+1} = S_t (1 + \mu \Delta t + \sigma \epsilon \sqrt{\Delta t}) \). Explain that \( \mu \Delta t \) is the "Engine" (predictable growth) and \( \sigma \epsilon \sqrt{\Delta t} \) is the "Noise" (unpredictable volatility). Why the square root of time? Explain that variance scales with time, so standard deviation scales with the square root.
03
Introduction to Monte Carlo (25 mins)
Explain that one path means nothing. We need 10,000 paths to price a complex option. Discuss how the average of the final prices of these simulations (discounted back to today) is the theoretical fair price of a financial derivative.
Instructor Insight
This is the bridge to advanced Quantitative Finance (Ito Calculus, Black-Scholes). Ensure students realize that while the "return" is a random walk, the "distribution" of returns follows a predictable pattern (Normal or Log-Normal). Students who can bridge the gap between deterministic geometric series (Lesson 1-4) and stochastic ones (Lesson 5) are ready for graduate-level derivative pricing.
Worksheet Solution Highlights
Discrete Step Calculation
Initial $100, Drift 10%, Vol 20%, Shock +1.5.
S1 ≈ $103.54
Concept Check
If volatility \(\sigma\) is 0, the equation reduces to Lesson 1's geometric growth.
Market Walk Worksheet Market Walk
Stochastic Sequences & Simulation
Student:
Date:
The Coin-Flip Portfolio
Starting Balance: $100.00. Flip a coin 5 times.
Heads = Price increases by 5% (\( \times 1.05 \)).
Tails = Price decreases by 5% (\( \times 0.95 \)).
Step Result (H/T) New Balance 0 - $100.00 1 2 3 4 5
The Modeling Equation
Recall: \( S_{t+1} = S_t (1 + \mu \Delta t + \sigma \epsilon \sqrt{\Delta t}) \).
2.1 A stock price is $150. Drift (\( \mu \)) is 12% annually, Volatility (\( \sigma \)) is 25%, and \(\Delta t = 1/252\) (one trading day). If the random shock (\( \epsilon \)) is +2.1, calculate the price for the next day.
2.2 If volatility \( \sigma = 0 \), show how the stochastic equation simplifies to the discrete geometric growth formula from Lesson 1.
The Monte Carlo Method
Why is it impossible to determine a "correct" price for an option by looking at a single random path? Why do we need to simulate thousands of "geometric sequences" with random shocks?
Sequence Review: Reflect on the journey from Compound Interest (Lesson 1) to Random Walks (Lesson 5). How does the concept of a geometric progression serve as the underlying skeleton for even the most complex market models?