Linear function: f(x) = mx + b, where m is the rate of change and b is the initial value.
- Identify the independent variable (time)
- Identify the dependent variable (height)
- Determine the rate of change (slope)
- Determine the initial value (y-intercept)
- Write the function
Independent variable: t (weeks)
Dependent variable: h (height in cm)
The plant grows at a constant rate of 2.5 cm per week
So m = 2.5 (slope)
When t = 0, h = 5 cm
So b = 5 (y-intercept)
h(t) = 2.5t + 5
h(8) = 2.5(8) + 5 = 20 + 5 = 25 cm
Height after 8 weeks: 25 cm
The linear model is h(t) = 2.5t + 5, and the plant will be 25 cm tall after 8 weeks.
• Linear model: Use when rate of change is constant
• Rate of change: Slope represents the constant rate
• Initial value: Y-intercept represents starting condition
Projectile motion: h(t) = -½gt² + v₀t + h₀, where g = 9.8 m/s², v₀ is initial velocity, h₀ is initial height.
h(t) = -½gt² + v₀t + h₀
h(t) = -½(9.8)t² + 15t + 3
h(t) = -4.9t² + 15t + 3
For a quadratic in form ax² + bx + c, vertex occurs at x = -b/(2a)
t = -15/(2(-4.9)) = -15/(-9.8) = 15/9.8 ≈ 1.53 seconds
h(1.53) = -4.9(1.53)² + 15(1.53) + 3
h(1.53) = -4.9(2.34) + 22.95 + 3
h(1.53) = -11.47 + 22.95 + 3 = 14.48 ≈ 14.5 meters
The quadratic model is appropriate because gravity causes constant acceleration, resulting in parabolic motion.
Max height: 14.5 m at t = 1.53 s
The quadratic model is h(t) = -4.9t² + 15t + 3, and the ball reaches a maximum height of approximately 14.5 meters.
• Quadratic model: Use for constant acceleration scenarios
• Vertex formula: t = -b/(2a) for maximum/minimum
• Physics equation: h(t) = -½gt² + v₀t + h₀
Exponential decay: A(t) = A₀(1/2)^(t/T), where A₀ is initial amount, T is half-life, and t is time.
For half-life problems, use A(t) = A₀(1/2)^(t/T)
Where: A₀ = 200g, T = 10 years
A(t) = 200(1/2)^(t/10)
A(30) = 200(1/2)^(30/10) = 200(1/2)³ = 200(1/8) = 25 grams
After 10 years: 200 → 100 (half)
After 20 years: 100 → 50 (half again)
After 30 years: 50 → 25 (half again) ✓
Amount after 30 years: 25 grams
The exponential model is A(t) = 200(1/2)^(t/10), and 25 grams remain after 30 years.
• Exponential model: Use for percentage-based growth/decay
• Half-life: Amount reduces by 50% every half-life period
• General form: A(t) = A₀ · b^(t/k) for exponential processes
Mathematical model: A mathematical representation of a real-world situation
Rate of change: How one quantity changes with respect to another
Regression: Statistical method to find the best-fitting model
Logarithmic/exponential growth: Models where the rate of growth decreases over time, approaching a limiting value.
As t → ∞, e^(-0.1t) → 0
Therefore, S(t) → 40 - 30(0) = 40 wpm
30 = 40 - 30e^(-0.1t)
30e^(-0.1t) = 40 - 30 = 10
e^(-0.1t) = 10/30 = 1/3
ln(e^(-0.1t)) = ln(1/3)
-0.1t = ln(1/3) = -ln(3)
t = ln(3)/0.1 ≈ 1.099/0.1 ≈ 10.99 weeks
S(10.99) = 40 - 30e^(-0.1×10.99) = 40 - 30e^(-1.099) = 40 - 30(1/3) = 40 - 10 = 30 ✓
Time for 30 wpm: ~11 weeks
The maximum possible typing speed is 40 wpm, and it takes approximately 11 weeks to reach 30 wpm.
• Exponential decay: e^(-kt) approaches 0 as t increases
• Natural logarithm: ln(e^x) = x
• Limiting value: Maximum achievable value as t approaches infinity
Model selection: Analyze first differences (linear), second differences (quadratic), and ratios (exponential) to determine the best model.
12 - 5 = 7
25 - 12 = 13
44 - 25 = 19
69 - 44 = 25
First differences: 7, 13, 19, 25 (not constant)
13 - 7 = 6
19 - 13 = 6
25 - 19 = 6
Second differences: 6, 6, 6 (constant)
12/5 = 2.4
25/12 ≈ 2.08
44/25 = 1.76
69/44 ≈ 1.57
Ratios are not constant
Since second differences are constant, the data follows a quadratic model.
Second differences: 6, 6, 6
A quadratic model best fits the data because the second differences are constant (6, 6, 6).
• Linear model: Constant first differences
• Quadratic model: Constant second differences
• Exponential model: Constant ratios
• Model identification: Use differences and ratios to determine pattern
Linear model: f(x) = mx + b, constant rate of change
Quadratic model: f(x) = ax² + bx + c, changing rate of change
Exponential model: f(x) = abˣ, percentage rate of change
Logarithmic model: f(x) = a + b ln(x), decreasing rate of change
- Plot the data: Visual inspection often reveals the pattern
- Calculate differences: First differences (linear), second differences (quadratic)
- Calculate ratios: For exponential models
- Consider the context: What type of process is occurring?
- Test the model: Verify with additional data points
| Model Type | Pattern in Data | Real-world Examples |
|---|---|---|
| Linear | Constant first differences | Constant speed, hourly wages |
| Quadratic | Constant second differences | Projectile motion, area problems |
| Exponential | Constant ratios | Population growth, compound interest |
| Logarithmic | Decreasing differences | Learning curves, pH scale |
Analysis: The chart shows how different models grow at different rates over time.
- Linear: Steady, constant growth rate
- Quadratic: Accelerating growth rate
- Exponential: Rapidly accelerating growth rate