Learn

Exponential Functions: Graphs, Properties, and Problem Solving

2026.04.24

by QANDA

Math graphs
Math graphs

Exponential functions are a core topic in algebra, often paired with logarithmic functions. They model real-world phenomena like compound interest, population growth, and radioactive decay.

šŸ’”
Exponential functions frequently appear alongside logarithms on standardized exams. Master graph transformations and base comparisons to tackle the trickiest problems.

What Is an Exponential Function?

Definition

For a>0a > 0 and a≠1a \neq 1, the function y=axy = a^x is an exponential function.

Base RangeGraph ShapeBehavior
a>1a > 1Increasing (rises to the right)yy grows rapidly as xx increases
0<a<10 < a < 1Decreasing (falls to the right)yy approaches 0 as xx increases

Common Properties of All Exponential Functions

  1. Domain: all real numbers (āˆ’āˆž<x<āˆž-\infty < x < \infty)
  2. Range: y>0y > 0 (always positive)
  3. yy-intercept: always passes through (0,1)(0, 1) since a0=1a^0 = 1
  4. Asymptote: the xx-axis (y=0y = 0) is a horizontal asymptote

Exponential Equations and Inequalities

Step 1: Exponent Laws Review

amƗan=am+na^m \times a^n = a^{m+n}

aman=amāˆ’n\frac{a^m}{a^n} = a^{m-n}

(am)n=amn(a^m)^n = a^{mn}

Step 2: Solving Exponential Equations

Core principle: if the bases are equal, the exponents are equal.

af(x)=ag(x)⇒f(x)=g(x)a^{f(x)} = a^{g(x)} \Rightarrow f(x) = g(x)

Example: Solve 2x+1=82^{x+1} = 8

2x+1=23⇒x+1=3⇒x=22^{x+1} = 2^3 \Rightarrow x + 1 = 3 \Rightarrow x = 2

Step 3: Solving Exponential Inequalities

  • When a>1a > 1: af(x)>ag(x)⇒f(x)>g(x)a^{f(x)} > a^{g(x)} \Rightarrow f(x) > g(x) (inequality direction preserved)
  • When 0<a<10 < a < 1: af(x)>ag(x)⇒f(x)<g(x)a^{f(x)} > a^{g(x)} \Rightarrow f(x) < g(x) (inequality direction reversed)
āš ļø
When the base is between 0 and 1, the inequality sign flips. This is the most frequently missed point on exams.

Advanced: Graph Transformations

TransformationEquationEffect
Horizontal shifty=axāˆ’py = a^{x-p}Shifts right by pp
Vertical shifty=ax+qy = a^x + qShifts up by qq
Reflection over yy-axisy=aāˆ’xy = a^{-x}Horizontal flip
Reflection over xx-axisy=āˆ’axy = -a^xVertical flip

Exponential and Logarithmic Functions

y=axy = a^x and y=log⁔axy = \log_a x are inverse functions. Their graphs are symmetric about the line y=xy = x.


Practice Problems

Example 1: Exponential Equation

Problem: Solve 4x=2x+34^x = 2^{x+3}.

Show Solution

Rewrite with base 2:

4x=(22)x=22x4^x = (2^2)^x = 2^{2x}

22x=2x+32^{2x} = 2^{x+3}

Compare exponents:

2x=x+3⇒x=32x = x + 3 \Rightarrow x = 3

Answer: x=3x = 3

Example 2: Exponential Inequality

Problem: Solve (13)x>9\left(\frac{1}{3}\right)^x > 9.

Show Solution

Rewrite 9 with base 13\frac{1}{3}:

9=32=(13)āˆ’29 = 3^2 = \left(\frac{1}{3}\right)^{-2}

(13)x>(13)āˆ’2\left(\frac{1}{3}\right)^x > \left(\frac{1}{3}\right)^{-2}

Since 0<13<10 < \frac{1}{3} < 1, the inequality flips:

x<āˆ’2x < -2

Answer: x<āˆ’2x < -2

šŸ“
The first step in every exponential equation or inequality is to unify the bases. Practice rewriting numbers as powers of the same base.

Top 3 Common Mistakes

  1. Ignoring the base condition — The base must satisfy a>0a > 0 and a≠1a \neq 1. When a problem asks for the range of aa, state this condition first.
  2. Forgetting to flip the inequality — When 0<a<10 < a < 1, the inequality reverses. Missing this gives the exact opposite answer.
  3. Ignoring the range — The range of y=axy = a^x is y>0y > 0. Equations like ax=āˆ’1a^x = -1 have no solution.

Related Concepts

  • Logarithms — inverse pair
  • Inequalities — exponential inequalities
  • Integration — exponential calculus