Module 4: Practice Problems
Exponential and Logarithmic Functions
This set contains 20 comprehensive problems covering all topics in Module 4. Work through each problem carefully, then check your solution. Each problem includes detailed step-by-step explanations.
a) 25
b) 3-2
c) 43/2
d) (1/2)-3
Solution:
25 = 2 × 2 × 2 × 2 × 2 = 32
Using the negative exponent rule: a-n = 1/an
3-2 = 1/32 = 1/9
Using the fractional exponent rule: am/n = (a1/n)m
43/2 = (41/2)3 = 23 = 8
Or equivalently: 43/2 = (√4)3 = 23 = 8
Using the negative exponent rule:
(1/2)-3 = 1/(1/2)3 = 1/(1/8) = 8
Or: (1/2)-3 = 23 = 8
a) Identify whether this is exponential growth or decay.
b) State the domain and range.
c) Identify the y-intercept.
d) Describe the horizontal asymptote.
e) Find f(0), f(2), and f(-1).
Solution:
Since the base b = 2 > 1, this is exponential growth.
As x increases, f(x) increases.
Domain: All real numbers, (-∞, ∞)
Range: All positive real numbers, (0, ∞)
Note: Exponential functions are never zero or negative.
The y-intercept occurs when x = 0:
f(0) = 20 = 1
Y-intercept: (0, 1)
As x → -∞, f(x) → 0
Horizontal asymptote: y = 0 (the x-axis)
f(0) = 20 = 1
f(2) = 22 = 4
f(-1) = 2-1 = 1/2 = 0.5
a) f(x) = 5(1.08)x
b) g(x) = 100(0.85)x
c) h(x) = 3(2/3)x
d) k(x) = 0.5(3)x
Solution:
- If b > 1, the function shows exponential growth
- If 0 < b < 1, the function shows exponential decay
The value of a (initial value) doesn't affect growth/decay classification.
Base b = 1.08 > 1
This is exponential growth.
Growth factor: 1.08 (which represents 8% growth per period)
Base b = 0.85 < 1
This is exponential decay.
Decay factor: 0.85 (which represents 15% decay per period)
Base b = 2/3 ≈ 0.667 < 1
This is exponential decay.
Decay factor: 2/3 (which represents 33.3% decay per period)
Base b = 3 > 1
This is exponential growth.
Growth factor: 3 (which represents 200% growth per period)
Note: Even though a = 0.5 < 1, the base determines growth/decay.
a) g(x) = 2x+3
b) h(x) = 2x - 4
c) k(x) = -2x
d) m(x) = 2-x + 1
Solution:
Transformation: Horizontal shift left 3 units
(Adding inside the exponent shifts left)
Horizontal asymptote: y = 0 (unchanged from parent function)
Transformation: Vertical shift down 4 units
(Subtracting outside the function shifts down)
Horizontal asymptote: y = -4 (shifted down from y = 0)
Transformation: Reflection across the x-axis
(Negative sign in front reflects vertically)
Horizontal asymptote: y = 0 (unchanged)
Note: The function now approaches 0 from below as x → ∞
Transformations:
1) Reflection across the y-axis (negative in exponent)
2) Vertical shift up 1 unit
Note: 2-x = (1/2)x, which is exponential decay
Horizontal asymptote: y = 1 (shifted up from y = 0)
a) Write the compound interest formula for this situation.
b) How much money will be in the account after 5 years?
c) How long will it take for the investment to double?
Solution:
Where: P = principal, r = annual rate (as decimal), n = compounds per year, t = time in years
Given: P = $5,000, r = 0.06, n = 4 (quarterly)
A(t) = 5000(1 + 0.06/4)4t
A(t) = 5000(1.015)4t
Substitute t = 5:
A(5) = 5000(1.015)4(5)
A(5) = 5000(1.015)20
A(5) = 5000(1.34685...)
A(5) ≈ $6,734.28
We want A = $10,000 (double the initial $5,000)
10,000 = 5000(1.015)4t
Divide both sides by 5000:
2 = (1.015)4t
Take natural log of both sides:
ln(2) = ln[(1.015)4t]
ln(2) = 4t · ln(1.015)
t = ln(2) / [4 · ln(1.015)]
t = 0.6931 / [4 × 0.01489]
t = 0.6931 / 0.05956
t ≈ 11.64 years
a) log₂(16)
b) log₃(1/9)
c) log(1000)
d) ln(e³)
e) log₅(1)
Solution:
Ask yourself: "What power of the base gives me the argument?"
Ask: 2 to what power equals 16?
24 = 16
Therefore, log₂(16) = 4
Ask: 3 to what power equals 1/9?
3-2 = 1/32 = 1/9
Therefore, log₃(1/9) = -2
Note: log with no base means log₁₀ (common logarithm)
Ask: 10 to what power equals 1000?
103 = 1000
Therefore, log(1000) = 3
Note: ln means log_e (natural logarithm)
Ask: e to what power equals e³?
The answer is clearly 3
Therefore, ln(e³) = 3
Ask: 5 to what power equals 1?
50 = 1 (any non-zero number to the 0 power is 1)
Therefore, log₅(1) = 0
Note: log_b(1) = 0 for any base b
a) log₂(8x)
b) ln(x³/y)
c) log(√(x²y))
d) ln[(x²√y)/z³]
Solution:
Product Rule: log_b(MN) = log_b(M) + log_b(N)
Quotient Rule: log_b(M/N) = log_b(M) - log_b(N)
Power Rule: log_b(Mp) = p·log_b(M)
Apply product rule:
log₂(8x) = log₂(8) + log₂(x)
Simplify log₂(8): 2³ = 8, so log₂(8) = 3
Final: log₂(8x) = 3 + log₂(x)
Apply quotient rule:
ln(x³/y) = ln(x³) - ln(y)
Apply power rule to ln(x³):
ln(x³/y) = 3ln(x) - ln(y)
Rewrite square root as exponent 1/2:
log(√(x²y)) = log[(x²y)1/2]
Apply power rule:
= (1/2)log(x²y)
Apply product rule:
= (1/2)[log(x²) + log(y)]
Apply power rule to log(x²):
= (1/2)[2log(x) + log(y)]
Distribute:
= log(x) + (1/2)log(y)
Apply quotient rule:
ln[(x²√y)/z³] = ln(x²√y) - ln(z³)
Apply product rule to numerator:
= ln(x²) + ln(√y) - ln(z³)
Rewrite √y = y1/2 and apply power rule:
= 2ln(x) + (1/2)ln(y) - 3ln(z)
a) log₃(x) + log₃(y)
b) 2ln(x) - ln(y)
c) 4log(x) + 3log(y) - log(z)
d) (1/2)ln(x) - 2ln(y) + ln(z)
Solution:
- Coefficients become exponents (power rule)
- Addition becomes multiplication (product rule)
- Subtraction becomes division (quotient rule)
Apply product rule in reverse:
log₃(x) + log₃(y) = log₃(xy)
Apply power rule to move coefficient:
2ln(x) - ln(y) = ln(x²) - ln(y)
Apply quotient rule:
= ln(x²/y)
Apply power rule to all terms:
4log(x) + 3log(y) - log(z) = log(x⁴) + log(y³) - log(z)
Apply product rule to first two terms:
= log(x⁴y³) - log(z)
Apply quotient rule:
= log(x⁴y³/z)
Apply power rule to all terms with coefficients:
(1/2)ln(x) - 2ln(y) + ln(z) = ln(x1/2) - ln(y²) + ln(z)
Apply product rule to ln(x1/2) and ln(z):
= ln(x1/2·z) - ln(y²)
Apply quotient rule:
= ln(x1/2z/y²)
Can also write as: ln(z√x/y²)
a) log₂(10)
b) log₅(20)
c) log₇(100)
Solution:
This allows us to evaluate logarithms with any base using a calculator.
Apply change of base formula using natural log:
log₂(10) = ln(10)/ln(2)
= 2.3026/0.6931
≈ 3.3219
Apply change of base formula:
log₅(20) = ln(20)/ln(5)
= 2.9957/1.6094
≈ 1.8614
Apply change of base formula:
log₇(100) = ln(100)/ln(7)
= 4.6052/1.9459
≈ 2.3674
a) 3x = 27
b) 2x+1 = 16
c) 52x = 125
d) 4x = 1/16
Solution:
Rewrite both sides with the same base, then equate exponents.
Rewrite 27 as a power of 3: 27 = 3³
3x = 3³
Equate exponents: x = 3
Rewrite 16 as a power of 2: 16 = 2⁴
2x+1 = 2⁴
Equate exponents: x + 1 = 4
Solve for x: x = 3
Rewrite 125 as a power of 5: 125 = 5³
52x = 5³
Equate exponents: 2x = 3
Solve for x: x = 3/2 or 1.5
Rewrite both as powers of 4:
1/16 = 1/4² = 4-2
4x = 4-2
Equate exponents: x = -2
a) 3x = 50
b) 2x-1 = 10
c) 5 · 2x = 100
Solution:
1. Isolate the exponential expression
2. Take the logarithm of both sides
3. Use the power rule to bring down the exponent
4. Solve for the variable
Take natural log of both sides:
ln(3x) = ln(50)
Apply power rule:
x · ln(3) = ln(50)
Divide by ln(3):
x = ln(50)/ln(3)
x = 3.9120/1.0986
x ≈ 3.5609
Take natural log of both sides:
ln(2x-1) = ln(10)
Apply power rule:
(x - 1) · ln(2) = ln(10)
Divide by ln(2):
x - 1 = ln(10)/ln(2)
x - 1 = 2.3026/0.6931
x - 1 ≈ 3.3219
x ≈ 4.3219
First, isolate the exponential:
2x = 100/5
2x = 20
Take natural log of both sides:
ln(2x) = ln(20)
Apply power rule:
x · ln(2) = ln(20)
Divide by ln(2):
x = ln(20)/ln(2)
x = 2.9957/0.6931
x ≈ 4.3219
a) log₂(x) = 5
b) ln(x) + ln(3) = ln(21)
c) log(x + 2) = 2
d) log₃(2x - 1) = 2
Solution:
1. Use log properties to combine terms if possible
2. Convert to exponential form: if log_b(x) = y, then by = x
3. Solve the resulting equation
4. Check that solutions make the original logarithms defined
Convert to exponential form:
25 = x
x = 32
Check: log₂(32) = log₂(2⁵) = 5
Use product rule on left side:
ln(3x) = ln(21)
Since the logarithms are equal and have the same base:
3x = 21
x = 7
Check: ln(7) + ln(3) = ln(21)
Convert to exponential form (base 10):
10² = x + 2
100 = x + 2
x = 98
Check: log(98 + 2) = log(100) = 2
Convert to exponential form:
3² = 2x - 1
9 = 2x - 1
10 = 2x
x = 5
Check: log₃(2(5) - 1) = log₃(9) = log₃(3²) = 2
log₂(x) + log₂(x - 3) = 2
Solution:
log₂(x) + log₂(x - 3) = 2
log₂[x(x - 3)] = 2
log₂(x² - 3x) = 2
2² = x² - 3x
4 = x² - 3x
x² - 3x - 4 = 0
Factor: (x - 4)(x + 1) = 0
x = 4 or x = -1
Check x = 4:
log₂(4) + log₂(4 - 3) = log₂(4) + log₂(1)
= 2 + 0 = 2
Both arguments (4 and 1) are positive, so x = 4 is valid.
Check x = -1:
log₂(-1) + log₂(-1 - 3) = log₂(-1) + log₂(-4)
These are undefined! Logarithms of negative numbers don't exist in real numbers.
x = -1 is an extraneous solution.
For this problem, we need x > 0 AND x - 3 > 0, which means x > 3.
Solution:
e2x - 5ex + 6 = 0
u² - 5u + 6 = 0
u² - 5u + 6 = 0
(u - 2)(u - 3) = 0
u = 2 or u = 3
Case 1: ex = 2
Take natural log of both sides:
ln(ex) = ln(2)
x = ln(2)
x ≈ 0.6931
Case 2: ex = 3
Take natural log of both sides:
ln(ex) = ln(3)
x = ln(3)
x ≈ 1.0986
Both solutions are valid since ex is always positive and both 2 and 3 are positive.
Solution:
log₅(x + 6) - log₅(x) = 2
log₅[(x + 6)/x] = 2
5² = (x + 6)/x
25 = (x + 6)/x
Multiply both sides by x:
25x = x + 6
25x - x = 6
24x = 6
x = 6/24 = 1/4 = 0.25
We need x > 0 AND x + 6 > 0
Since x = 0.25 > 0, both conditions are satisfied.
Verify: log₅(0.25 + 6) - log₅(0.25)
= log₅(6.25) - log₅(0.25)
= log₅(6.25/0.25)
= log₅(25)
= log₅(5²)
= 2
a) What is the initial population?
b) What is the population after 10 hours?
c) How long will it take for the population to reach 5000?
Solution:
The initial population occurs at t = 0:
P(0) = 1000e0.08(0)
P(0) = 1000e0
P(0) = 1000(1)
P(0) = 1000 bacteria
P(10) = 1000e0.08(10)
P(10) = 1000e0.8
P(10) = 1000(2.2255...)
P(10) ≈ 2,226 bacteria
Set P(t) = 5000 and solve for t:
5000 = 1000e0.08t
Divide by 1000:
5 = e0.08t
Take natural log of both sides:
ln(5) = ln(e0.08t)
ln(5) = 0.08t
t = ln(5)/0.08
t = 1.6094/0.08
t ≈ 20.12 hours
a) How much substance remains after 50 years?
b) Find the half-life of the substance (time for half to decay).
Solution:
A(50) = 100e-0.0125(50)
A(50) = 100e-0.625
A(50) = 100(0.5353...)
A(50) ≈ 53.53 grams
At half-life, A(t) = 50 (half of the original 100 grams)
50 = 100e-0.0125t
Divide by 100:
0.5 = e-0.0125t
Take natural log of both sides:
ln(0.5) = ln(e-0.0125t)
ln(0.5) = -0.0125t
t = ln(0.5)/(-0.0125)
t = -0.6931/(-0.0125)
t ≈ 55.45 years
where k is the decay constant (0.0125 in this problem)
t1/2 = 0.6931/0.0125 ≈ 55.45 years
a) Quarterly?
b) Continuously?
Solution:
Periodic compounding: A = P(1 + r/n)nt
Continuous compounding: A = Pert
We know A and need to find P (present value).
Given: A = $20,000, r = 0.055, n = 4, t = 8
20,000 = P(1 + 0.055/4)4(8)
20,000 = P(1.01375)32
20,000 = P(1.5639...)
P = 20,000/1.5639
P ≈ $12,788.21
You should invest $12,788.21 now.
Given: A = $20,000, r = 0.055, t = 8
20,000 = Pe0.055(8)
20,000 = Pe0.44
20,000 = P(1.5527...)
P = 20,000/1.5527
P ≈ $12,882.50
You should invest $12,882.50 now.
a) Find the pH of a solution with [H+] = 1.5 × 10-5
b) Find the hydrogen ion concentration of a solution with pH = 8.3
c) Which solution is more acidic: pH = 3 or pH = 5?
Solution:
- pH < 7: acidic
- pH = 7: neutral
- pH > 7: basic
Lower pH means more acidic (higher [H+])
pH = -log[H+]
pH = -log(1.5 × 10-5)
pH = -[log(1.5) + log(10-5)]
pH = -[0.1761 + (-5)]
pH = -[0.1761 - 5]
pH = -[-4.8239]
pH ≈ 4.82
Given: pH = 8.3
8.3 = -log[H+]
Multiply by -1:
-8.3 = log[H+]
Convert to exponential form (base 10):
[H+] = 10-8.3
[H+] ≈ 5.01 × 10-9 moles per liter
pH = 3 is more acidic than pH = 5
Explanation: Lower pH means higher acidity.
The pH = 3 solution has [H+] = 10-3 = 0.001
The pH = 5 solution has [H+] = 10-5 = 0.00001
The pH = 3 solution is 100 times more acidic!
a) Find the cooling constant k.
b) What will the temperature be after 20 minutes?
c) How long until the coffee reaches 40°C?
Solution:
Troom = 20°C
T0 = 95°C (initial temperature)
T(10) = 70°C
T(t) = 20 + (95 - 20)e-kt
T(t) = 20 + 75e-kt
Use the condition T(10) = 70:
70 = 20 + 75e-10k
50 = 75e-10k
50/75 = e-10k
2/3 = e-10k
Take natural log:
ln(2/3) = -10k
k = -ln(2/3)/10
k = -(-0.4055)/10
k ≈ 0.0405 per minute
T(20) = 20 + 75e-0.0405(20)
T(20) = 20 + 75e-0.81
T(20) = 20 + 75(0.4449)
T(20) = 20 + 33.37
T(20) ≈ 53.4°C
40 = 20 + 75e-0.0405t
20 = 75e-0.0405t
20/75 = e-0.0405t
4/15 = e-0.0405t
Take natural log:
ln(4/15) = -0.0405t
t = ln(4/15)/(-0.0405)
t = -1.3218/(-0.0405)
t ≈ 32.64 minutes