Honors Algebra 2 - Unit 6: Exponentials, Logarithms, and Geometric Series
Section 6a: Exponential Functions and Models
Ice Decay Modeling:
- The amount of ice remaining in a glass is represented by the exponential decay model: y=12(0.85)x
where:
- y is the amount of ice remaining in ounces.
- x is the time in minutes.
- Interpretation of Constants:
- The number 12 represents the initial amount of ice remaining in the glass (in ounces).
- The number 0.85 represents the decay factor; it indicates that the amount of ice decreases by 15% per minute.
- Calculation Example:
To determine how many ounces of ice remain after 20 minutes (x=20): y=12(0.85)20 y≈0.465ounces
Result: There will be approximately 0.465ounces of ice remaining.
Coordinate Point Mapping:
- When x=0, y=20+1−3=2−3=−1; point: (0,−1)
- When x=1, y=21+1−3=4−3=1; point: (1,1)
- When x=2, y=22+1−3=8−3=5; point: (2,5)
- When x=−1, y=2−1+1−3=1−3=−2; point: (−1,−2)
Determining Exponential Functions from Given Points
Form: y=abx
Given Points: (−2,1/2) and (0,2).
Step-by-Step Procedure:
1. Use the point (0,2) to find a: 2=a×b0 2=a×1⟹a=2
2. Use the point (−2,1/2) and a=2 to find b: 1/2=2×b−2 1/4=b−2 1/4=1/b2⟹b2=4⟹b=±2 (base must be positive, so b=2).
3. Resulting Function: F(x)=2(2)x
Exponential Growth Modeling: Viral Spread
Scenario: You were sneezed on during a math activity, resulting in the deposition of 250 cold viruses. The virus increases by half of its amount (growth of 50%) every half hour (30 minutes).
Equation of Best Fit: F(x)=250(1+0.5)30x
where x represents the time in minutes.
Calculation after 7.5 Hours:
1. Convert hours to minutes: 7.5hours×60min/hr=450minutes.
2. Insert into the formula: F(450)=250(1.5)450/30 F(450)=250(1.5)15 F(450)≈109,473viruses.
- Result: There will be approximately 109,473 viruses in your body after 7 and a half hours.
Logarithmic Properties: Expansion and Condensing
Condensing Expressions:
- Single Logarithm 1: [logw(y)+logw(z)]−3logw(x) →logw(yz)−logw(x3)=logw(x3yz)
- Single Logarithm 2: 7log(x)+log(x+1)−5log(x) →2log(x)+log(x+1)=log(x2)+log(x+1)=log(x2(x+1))
Simplifying Expressions:
- Expression: 3log2(4)−log2(16)
Since log2(4)=2 and log2(16)=4: 3(2)−4=6−4=2
Section 6d: Exponential and Logarithmic Equations
Solving for x (Exact Form):
1. Logarithmic Equation with Base Change:
2log8(x)−log8(4)=4
Note that log8(4)=32 because 82/3=4: 2log8(x)−32=4 2log8(x)=314⟹log8(x)=37 x=87/3=(23)7/3=27=128
2. Linear Logarithmic Comparison:
log(7x+1)=log(x−2)+1 log(7x+1)−log(x−2)=1 log(x−27x+1)=1 x−27x+1=101 7x+1=10(x−2)=10x−20 21=3x⟹x=7
3. Natural Logarithm Equation:
ln(x2−9)−ln(x+3)=5 ln(x+3x2−9)=5 ln(x+3(x−3)(x+3))=5 ln(x−3)=5 x−3=e5⟹x=e5+3
4. Exponential Equation with e:
3e3x+7=52 3e3x=45⟹e3x=15 3x=ln(15)⟹x=3ln(15)
Applications of Growth and Finance
Population Growth (RV School):
- Current buildings capacity: 2,500students.
- Current population: 2,150students increasing by 2%each year.
- Model: 2500=2150(1.02)t
- Solution: 21502500=(1.02)t log(4350)=tlog(1.02) t=log(1.02)log(1.16279)≈7.6years.
- Result: A new school will be needed in about 8 years.
Compound Interest (Joe's Bank Account):
- Account Stats: Current balance A=$4,200. Deposited 5 years ago (t=5) at 4.75%interest compounded monthly (n=12).
- Initial Deposit calculation:
4200=P(1+120.0475)12×54200=P(1.0039583)60P=1.266274200≈$3,313.66
- Doubling Time calculation:
Find how long it takes for the initial deposit to double (2P=P(1+r/n)nt):
2=(1+120.0475)12tlog(2)=12tlog(1+120.0475)t=12log(1.003958)log(2)≈14.621years.
- Result: It will take about 15 years from the initial deposit for the money to double.
Section 6e: Geometric Sequence and Series
Sequence Problem: 11,1.1,0.11,…
- nth Term: an=11(0.1)n−1
- Sum of first 20 terms (S20):
Using Sn=1−ra1(1−rn):
S20=1−0.111(1−0.120)=0.911(1)≈12.222
Determining number of terms (n):
- Given: a=4,r=2,Sn=124
- Solution: 124=1−24(1−2n) 124=−14(1−2n)=−4(1−2n)=4(2n−1)31=2n−1⟹32=2n25=2n⟹n=5
Convergence and Divergence of Infinite Geometric Series
Series 3: ∑n=0∞23−4n4n+2
- Simplification: According to the student work, when n=0, current term is 2; when n=1, current term is 128 (wait, student notes contradict convergence, but indicate a1=128,r=1/4).
- State: Convergent (Student claim).
- Sum: S∞=1−1/4128=3/4128=3512 (Student calculation).