Skip to main content
返回术语表
functions难度:基础functionsexponentialgrowth
Share

指数函数zhǐshù hánshù

exponential function
4 分钟阅读
更新于 2025-01-24
已完成

Core Concept

An exponential function is a function of the form:

f(x)=ax(a>0,a1)f(x) = a^x \quad (a > 0, a \neq 1)

where:

  • aa is the base (must be positive and not equal to 1)
  • xx is the exponent (variable)

Key distinction from power function: In exponential functions, the variable is in the exponent; in power functions xnx^n, the variable is in the base.

Domain and Range

  • Domain: R\mathbb{R} (all real numbers)
  • Range: (0,+)(0, +\infty) (all positive real numbers)

Note: ax>0a^x > 0 for all real xx when a>0a > 0.

Key Properties

1. Passes Through (0, 1)

f(0)=a0=1for all a>0f(0) = a^0 = 1 \quad \text{for all } a > 0

Every exponential function passes through the point (0,1)(0, 1).

2. Always Positive

ax>0for all xRa^x > 0 \quad \text{for all } x \in \mathbb{R}

3. Monotonicity

  • If a>1a > 1: f(x)=axf(x) = a^x is strictly increasing
  • If 0<a<10 < a < 1: f(x)=axf(x) = a^x is strictly decreasing

4. Laws of Exponents

ax+y=axaya^{x+y} = a^x \cdot a^y axy=axaya^{x-y} = \dfrac{a^x}{a^y} (ax)y=axy(a^x)^y = a^{xy} (ab)x=axbx(ab)^x = a^x \cdot b^x

Graph Characteristics

When a>1a > 1 (e.g., y=2xy = 2^x)

  • Increases from left to right
  • Approaches 0 as xx \to -\infty
  • Grows without bound as x+x \to +\infty
  • Horizontal asymptote: y=0y = 0

When 0<a<10 < a < 1 (e.g., y=(1/2)xy = (1/2)^x)

  • Decreases from left to right
  • Grows without bound as xx \to -\infty
  • Approaches 0 as x+x \to +\infty
  • Horizontal asymptote: y=0y = 0

Comparison of Values

For a>1a > 1:

  • ax1>ax2x1>x2a^{x_1} > a^{x_2} \Leftrightarrow x_1 > x_2

For 0<a<10 < a < 1:

  • ax1>ax2x1<x2a^{x_1} > a^{x_2} \Leftrightarrow x_1 < x_2

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.52^{0.5}, 20.32^{0.3}, 20.12^{-0.1}.

Solution: Since base 2>12 > 1, y=2xy = 2^x is increasing.

Since 0.5>0.3>0.10.5 > 0.3 > -0.1: 20.5>20.3>20.12^{0.5} > 2^{0.3} > 2^{-0.1}

Answer: 20.5>20.3>20.12^{0.5} > 2^{0.3} > 2^{-0.1}


Example 2: Intermediate (Difficulty ★★★☆☆)

Compare: 0.50.10.5^{-0.1}, 0.50.10.5^{0.1}, 1.50.11.5^{0.1}.

Solution:

For 0.50.10.5^{-0.1} and 0.50.10.5^{0.1}: Since 0<0.5<10 < 0.5 < 1, y=0.5xy = 0.5^x is decreasing. Thus 0.50.1>0.50.10.5^{-0.1} > 0.5^{0.1}.

For 0.50.10.5^{0.1}: This equals (1/2)0.1=120.1<1(1/2)^{0.1} = \dfrac{1}{2^{0.1}} < 1.

For 1.50.11.5^{0.1}: Since 1.5>11.5 > 1 and 0.1>00.1 > 0, we have 1.50.1>10.1=11.5^{0.1} > 1^{0.1} = 1.

For 0.50.10.5^{-0.1}: This equals 20.1>12^{0.1} > 1.

Comparing 20.12^{0.1} and 1.50.11.5^{0.1}: Since 2>1.52 > 1.5 and the exponent is positive: 20.1>1.50.12^{0.1} > 1.5^{0.1}

Answer: 0.50.1>1.50.1>0.50.10.5^{-0.1} > 1.5^{0.1} > 0.5^{0.1}


Example 3: Advanced (Difficulty ★★★★☆)

Find the range of f(x)=4x2x+1+2f(x) = 4^x - 2^{x+1} + 2, x[1,2]x \in [-1, 2].

Solution:

Let t=2xt = 2^x. Since x[1,2]x \in [-1, 2]: t[21,22]=[12,4]t \in [2^{-1}, 2^2] = [\dfrac{1}{2}, 4]

Now 4x=(22)x=(2x)2=t24^x = (2^2)^x = (2^x)^2 = t^2 and 2x+1=22x=2t2^{x+1} = 2 \cdot 2^x = 2t.

So: f=t22t+2=(t1)2+1f = t^2 - 2t + 2 = (t-1)^2 + 1

For t[12,4]t \in [\dfrac{1}{2}, 4]:

  • Minimum at t=1t = 1: f=0+1=1f = 0 + 1 = 1
  • Check endpoints:
    • At t=12t = \dfrac{1}{2}: f=141+2=54f = \dfrac{1}{4} - 1 + 2 = \dfrac{5}{4}
    • At t=4t = 4: f=168+2=10f = 16 - 8 + 2 = 10

Range: [1,10][1, 10]


Example 4: Advanced (Difficulty ★★★★☆)

Solve the equation: 4x32x+2=04^x - 3 \cdot 2^x + 2 = 0.

Solution:

Let t=2xt = 2^x where t>0t > 0.

Then 4x=(2x)2=t24^x = (2^x)^2 = t^2.

Equation becomes: t23t+2=0t^2 - 3t + 2 = 0

Factor: (t1)(t2)=0(t-1)(t-2) = 0

So t=1t = 1 or t=2t = 2.

Back-substitute:

  • 2x=1x=02^x = 1 \Rightarrow x = 0
  • 2x=2x=12^x = 2 \Rightarrow x = 1

Answer: x=0x = 0 or x=1x = 1

Special Exponential Functions

Natural Exponential Function

f(x)=exwhere e2.71828f(x) = e^x \quad \text{where } e \approx 2.71828

This is the most important exponential function in calculus because (ex)=ex(e^x)' = e^x.

Common Mistakes

❌ Mistake 1: Confusing with Power Functions

Wrong: x2x^2 is an exponential function ✗

Correct: 2x2^x is exponential (variable in exponent), x2x^2 is a power function ✓

❌ Mistake 2: Wrong Inequality Direction

Wrong: Since 0.5<10.5 < 1, we have 0.52>0.530.5^2 > 0.5^3

Correct: For 0<a<10 < a < 1, larger exponent gives smaller value: 0.52<0.530.5^2 < 0.5^3

Wait, let me recalculate: 0.52=0.250.5^2 = 0.25 and 0.53=0.1250.5^3 = 0.125, so 0.52>0.530.5^2 > 0.5^3

❌ Mistake 3: Forgetting ax>0a^x > 0

Wrong: Equation 2x=12^x = -1 has solution x=?x = ?

Correct: 2x>02^x > 0 for all xx, so no solution exists. ✓

Study Tips

  1. Know the two cases: a>1a > 1 (increasing) vs 0<a<10 < a < 1 (decreasing)
  2. Use substitution: Let t=axt = a^x to convert to polynomial
  3. Remember the asymptote: y=0y = 0 is always the horizontal asymptote
  4. Check: variable in exponent: This distinguishes from power functions

💡 Exam Tip: When solving exponential equations, use substitution t=axt = a^x to convert to algebraic equations. Remember t>0t > 0!