Question 1: Arithmetic and Geometric Sequences
Arithmetic Sequence
- Sequence: 2, 5, 8, 11, 14, 17
- Explanation: An arithmetic sequence is defined by having a constant difference between consecutive terms. In this case, the common difference is 3 (5 - 2 = 3; 8 - 5 = 3; etc.).
- Fifth Term: \( a_5 = 14 \)
- Explicit Formula: The explicit formula for the \( n \)-th term of an arithmetic sequence can be written as: \[ a_n = a_1 + (n - 1) \cdot d \] where \( a_1 = 2 \) (the first term) and \( d = 3 \) (the common difference). Thus: \[ a_n = 2 + (n - 1) \cdot 3 = 3n - 1 \]
- 100th Term: To find the 100th term, substitute \( n = 100 \): \[ a_{100} = 3(100) - 1 = 299 \]
Geometric Sequence
- Sequence: 3, 6, 12, 24, 48, 96
- Explanation: A geometric sequence is defined by having a constant ratio between consecutive terms. In this case, the common ratio is 2 (6 / 3 = 2; 12 / 6 = 2; etc.).
- Recursive Formula: \[ a_n = a_{n-1} \cdot r \quad \text{with } a_1 = 3 \text{ and } r = 2 \]
- Explicit Formula: The explicit formula for the geometric sequence can be written as: \[ a_n = a_1 \cdot r^{n-1} = 3 \cdot 2^{n-1} \]
- 100th Term: To find the 100th term, substitute \( n = 100 \): \[ a_{100} = 3 \cdot 2^{99} \] This is a very large number, specifically \( 3 \cdot 2^{99} \).
Question 2: Graphing Sequences
-
Graphing Arithmetic Sequence: This sequence would produce a straight line on a coordinate grid, showing the increase at a constant rate. The linear function would be: \[ f(x) = 3x - 1 \] Comparing this with the explicit formula, they both have similar structures involving a variable \( x \).
-
Graphing Geometric Sequence: The geometric sequence would create a curve that rises steeply as \( n \) increases. The exponential function would be: \[ g(x) = 3 \cdot 2^{x-1} \] Again, comparing this with the explicit formula, we see they reflect the same growth nature of an exponential function.
Question 3: Carly's Savings
- Weekly Earnings: Assume Carly receives $10 every week.
- Linear Change Explanation: Carly’s total savings after each week increases linearly, as she adds a fixed amount ($10) each week.
- Sequence: 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, ..., 200 (for 20 weeks).
- Formula: \[ S_n = 10n \text{ (where } n \text{ is the number of weeks)} \]
- Graph Features: The graph will be a straight line with a positive slope, indicating consistent, linear growth.
Question 4: Nico's Savings Account
- Initial Deposit: Assume Nico's grandparents put in $1,000.
- Exponential Growth Explanation: The amount of money in the savings account grows exponentially because it increases by a percentage (8%) annually.
- Sequence: $1,000, $1,080, $1,166.4 (and so on) for 20 years.
- Formula for Savings: \[ A_n = 1000 \cdot (1.08)^{n-1} \]
- Graph Features: The graph will show a curve that accelerates upwards, signaling exponential growth.
Question 5: Aria's Car Depreciation
- Initial Cost: Assume Aria bought her car for $20,000.
- Exponential Decay Explanation: The value of the car decreases by a fixed percentage (15%) each year, defining exponential decay.
- Sequence: $20,000, $17,000, $14,450 (and so on) for 10 years.
- Formula for Value: \[ V_n = 20000 \cdot (0.85)^{n-1} \]
- Graph Features: The graph will be a curve that slowly approaches zero, indicating exponential decay.
Question 6: Differences in Growth
- Linear Functions grow by adding a fixed amount, leading to a straight line.
- Exponential Functions grow by a fixed percentage, resulting in curved graphs that get steeper over time.
- The statement about exponential functions always exceeding linear functions is true because, although linear functions have fixed growth, exponential functions compound, causing them to surpass linear growth significantly over time, as seen in Carly's and Nico’s examples where Nico’s growth rapidly exceeds Carly’s after a few years.