Linear function: f(x) = mx + b, constant rate of change. Exponential function: g(x) = a^x, percentage rate of change.
- Calculate values for each function at specified points
- Create a table of values
- Compare the growth rates
- Identify when exponential overtakes linear
| x | f(x) = 2x + 10 |
|---|---|
| 0 | 2(0) + 10 = 10 |
| 1 | 2(1) + 10 = 12 |
| 2 | 2(2) + 10 = 14 |
| 3 | 2(3) + 10 = 16 |
| 4 | 2(4) + 10 = 18 |
| 5 | 2(5) + 10 = 20 |
| x | g(x) = 2^x |
|---|---|
| 0 | 2⁰ = 1 |
| 1 | 2¹ = 2 |
| 2 | 2² = 4 |
| 3 | 2³ = 8 |
| 4 | 2⁴ = 16 |
| 5 | 2⁵ = 32 |
| x | f(x) | g(x) | Comparison |
|---|---|---|---|
| 0 | 10 | 1 | f(x) > g(x) |
| 1 | 12 | 2 | f(x) > g(x) |
| 2 | 14 | 4 | f(x) > g(x) |
| 3 | 16 | 8 | f(x) > g(x) |
| 4 | 18 | 16 | f(x) > g(x) |
| 5 | 20 | 32 | g(x) > f(x) |
Initially, the linear function has higher values due to the constant term of 10.
At x = 5, the exponential function surpasses the linear function.
For x > 5, g(x) = 2^x grows much faster than f(x) = 2x + 10.
Exponential growth eventually dominates linear growth
The exponential function g(x) = 2^x grows faster than the linear function f(x) = 2x + 10 for x ≥ 5. Initially, linear growth dominates due to the initial value, but exponential growth eventually surpasses linear growth.
• Linear growth: Constant difference between consecutive terms
• Exponential growth: Constant ratio between consecutive terms
• Growth comparison: Exponential always eventually exceeds linear for large x
Quadratic function: f(x) = ax² + bx + c, characterized by constant second differences. Exponential function: g(x) = ab^x, characterized by constant ratios.
3 - 1 = 2
7 - 3 = 4
13 - 7 = 6
21 - 13 = 8
31 - 21 = 10
First differences: 2, 4, 6, 8, 10 (not constant)
4 - 2 = 2
6 - 4 = 2
8 - 6 = 2
10 - 8 = 2
Second differences: 2, 2, 2, 2 (constant)
3/1 = 3
7/3 ≈ 2.33
13/7 ≈ 1.86
21/13 ≈ 1.62
31/21 ≈ 1.48
Ratios: 3, 2.33, 1.86, 1.62, 1.48 (not constant)
Since second differences are constant (2), the data follows a quadratic pattern.
Since ratios are not constant, it's not exponential.
Using (0,1): c = 1
Using (1,3): a + b + 1 = 3 → a + b = 2
Using (2,7): 4a + 2b + 1 = 7 → 4a + 2b = 6 → 2a + b = 3
Subtract: (2a + b) - (a + b) = 3 - 2 → a = 1
Then: b = 2 - a = 2 - 1 = 1
So f(x) = x² + x + 1
Second differences are constant = 2
The quadratic model f(x) = x² + x + 1 better fits the data, as evidenced by constant second differences of 2.
• Quadratic identification: Constant second differences
• Exponential identification: Constant ratios
• Linear identification: Constant first differences
Exponential growth: P(t) = P₀ · b^t, where P₀ is initial amount and b is growth factor (b > 1 for growth).
Population doubles every hour, so it's exponential growth with base 2
P(t) = P₀ · b^t = 100 · 2^t
At t = 8: P(8) = 100 · 2^8 = 100 · 256 = 25,600
This matches the given value of 25,600, confirming the model.
The function P(t) = 100(2^t) shows rapid exponential growth typical of bacterial populations under ideal conditions.
P(8) = 25,600 ✓
The exponential model P(t) = 100(2^t) accurately models the bacterial growth, confirmed by P(8) = 25,600.
• Exponential growth: Use when quantity changes by a fixed percentage
• Doubling: Growth factor b = 2
• Verification: Check model with known data points
Linear model: Constant rate of change, represented by f(x) = mx + b
Quadratic model: Changing rate of change, represented by f(x) = ax² + bx + c
Exponential model: Percentage rate of change, represented by f(x) = ab^x
Simple interest: Linear growth, A = P + Prt. Compound interest: Exponential growth, A = P(1 + r)^t.
f(t) = 100 + 10t (starting with $100, adding $10 each year)
g(t) = 100(1.08)^t (starting with $100, growing at 8% annually)
Linear: f(10) = 100 + 10(10) = 100 + 100 = $200
Exponential: g(10) = 100(1.08)^10 = 100(2.1589) = $215.89
The exponential investment ($215.89) is better than the linear investment ($200) after 10 years.
Exponential: $215.89
Exponential wins after 10 years
The exponential investment grows to $215.89 after 10 years, while the linear investment grows to $200. The exponential model is better.
• Simple interest: Linear growth model
• Compound interest: Exponential growth model
• Long-term advantage: Exponential growth eventually exceeds linear growth
Polynomial vs exponential: For large x, exponential functions always exceed polynomial functions.
| x | f(x) = x³ | g(x) = 2^x |
|---|---|---|
| 1 | 1 | 2 |
| 2 | 8 | 4 |
| 3 | 27 | 8 |
| 4 | 64 | 16 |
| 5 | 125 | 32 |
| 10 | 1000 | 1024 |
Between x = 9 and x = 10, the exponential function overtakes the cubic function.
More precisely, at x ≈ 9.94, 2^x ≈ x³
For 0 ≤ x < 9.94: x³ > 2^x
For x > 9.94: 2^x > x³
2^x > x³ for x > 9.94
The cubic function x³ exceeds 2^x for values of x in the interval [0, 9.94), and the exponential function exceeds the cubic function for x > 9.94.
• Polynomial vs exponential: Exponential eventually exceeds polynomial
• Transition point: Where the functions are equal
• Large x behavior: Exponential growth dominates
Rate of change: How quickly a function's output changes as the input changes
Asymptotic behavior: How functions behave as x approaches infinity
Model selection: Choosing the function type that best represents the real-world phenomenon
- 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 growth/decay is expected?
- 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 |
Analysis: The chart shows how different growth rates behave over time.
- Linear: Steady, constant growth rate
- Quadratic: Accelerating growth rate
- Exponential: Rapidly accelerating growth rate