Core Concept
An exponential function is a function of the form:
f(x)=ax(a>0,a=1)
where:
- a is the base (must be positive and not equal to 1)
- x is the exponent (variable)
Key distinction from power function: In exponential functions, the variable is in the exponent; in power functions xn, the variable is in the base.
Domain and Range
- Domain: R (all real numbers)
- Range: (0,+∞) (all positive real numbers)
Note: ax>0 for all real x when a>0.
Key Properties
1. Passes Through (0, 1)
f(0)=a0=1for all a>0
Every exponential function passes through the point (0,1).
2. Always Positive
ax>0for all x∈R
3. Monotonicity
- If a>1: f(x)=ax is strictly increasing
- If 0<a<1: f(x)=ax is strictly decreasing
4. Laws of Exponents
ax+y=ax⋅ay
ax−y=ayax
(ax)y=axy
(ab)x=ax⋅bx
Graph Characteristics
When a>1 (e.g., y=2x)
- Increases from left to right
- Approaches 0 as x→−∞
- Grows without bound as x→+∞
- Horizontal asymptote: y=0
When 0<a<1 (e.g., y=(1/2)x)
- Decreases from left to right
- Grows without bound as x→−∞
- Approaches 0 as x→+∞
- Horizontal asymptote: y=0
Comparison of Values
For a>1:
- ax1>ax2⇔x1>x2
For 0<a<1:
- ax1>ax2⇔x1<x2
Memory aid: "Base > 1: bigger exponent, bigger value; Base < 1: bigger exponent, smaller value"
CSCA Practice Problems
💡 Note: The following practice problems are designed based on the CSCA exam syllabus.
Example 1: Basic (Difficulty ★★☆☆☆)
Compare the values: 20.5, 20.3, 2−0.1.
Solution:
Since base 2>1, y=2x is increasing.
Since 0.5>0.3>−0.1:
20.5>20.3>2−0.1
Answer: 20.5>20.3>2−0.1
Example 2: Intermediate (Difficulty ★★★☆☆)
Compare: 0.5−0.1, 0.50.1, 1.50.1.
Solution:
For 0.5−0.1 and 0.50.1:
Since 0<0.5<1, y=0.5x is decreasing.
Thus 0.5−0.1>0.50.1.
For 0.50.1: This equals (1/2)0.1=20.11<1.
For 1.50.1: Since 1.5>1 and 0.1>0, we have 1.50.1>10.1=1.
For 0.5−0.1: This equals 20.1>1.
Comparing 20.1 and 1.50.1: Since 2>1.5 and the exponent is positive:
20.1>1.50.1
Answer: 0.5−0.1>1.50.1>0.50.1
Example 3: Advanced (Difficulty ★★★★☆)
Find the range of f(x)=4x−2x+1+2, x∈[−1,2].
Solution:
Let t=2x. Since x∈[−1,2]:
t∈[2−1,22]=[21,4]
Now 4x=(22)x=(2x)2=t2 and 2x+1=2⋅2x=2t.
So: f=t2−2t+2=(t−1)2+1
For t∈[21,4]:
- Minimum at t=1: f=0+1=1
- Check endpoints:
- At t=21: f=41−1+2=45
- At t=4: f=16−8+2=10
Range: [1,10]
Example 4: Advanced (Difficulty ★★★★☆)
Solve the equation: 4x−3⋅2x+2=0.
Solution:
Let t=2x where t>0.
Then 4x=(2x)2=t2.
Equation becomes: t2−3t+2=0
Factor: (t−1)(t−2)=0
So t=1 or t=2.
Back-substitute:
- 2x=1⇒x=0
- 2x=2⇒x=1
Answer: x=0 or x=1
Special Exponential Functions
Natural Exponential Function
f(x)=exwhere e≈2.71828
This is the most important exponential function in calculus because (ex)′=ex.
Common Mistakes
❌ Mistake 1: Confusing with Power Functions
Wrong: x2 is an exponential function ✗
Correct: 2x is exponential (variable in exponent), x2 is a power function ✓
❌ Mistake 2: Wrong Inequality Direction
Wrong: Since 0.5<1, we have 0.52>0.53 ✗
Correct: For 0<a<1, larger exponent gives smaller value: 0.52<0.53 ✗
Wait, let me recalculate: 0.52=0.25 and 0.53=0.125, so 0.52>0.53 ✓
❌ Mistake 3: Forgetting ax>0
Wrong: Equation 2x=−1 has solution x=? ✗
Correct: 2x>0 for all x, so no solution exists. ✓
Study Tips
- ✅ Know the two cases: a>1 (increasing) vs 0<a<1 (decreasing)
- ✅ Use substitution: Let t=ax to convert to polynomial
- ✅ Remember the asymptote: y=0 is always the horizontal asymptote
- ✅ Check: variable in exponent: This distinguishes from power functions
💡 Exam Tip: When solving exponential equations, use substitution t=ax to convert to algebraic equations. Remember t>0!