๐Ÿ“ˆCollege Algebra

Exponential Function Properties

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Exponential functions model some of the most important real-world phenomena you'll encounter, from compound interest to population growth to radioactive decay. In College Algebra, you need to recognize exponential behavior, manipulate these functions using exponent rules, and solve equations that require logarithms.

The key concepts here are function behavior and graphing, algebraic manipulation using exponent properties, solving exponential equations, and applying these functions to real-world models. Don't just memorize formulas. Understand why exponential functions behave the way they do, how transformations affect their graphs, and when to apply logarithms as the inverse operation. That conceptual understanding is what separates students who struggle on exams from those who solve problems confidently.


Foundation: Definition and Structure

Every exponential function follows a specific form. Understanding the restrictions on that form explains all the behavior you'll see in graphs and applications.

Definition of an Exponential Function

  • The general form is f(x)=axf(x) = a^x, a constant base raised to a variable exponent. This is the opposite of polynomial functions, where the variable is the base.
  • The base aa must satisfy a>0a > 0 and aโ‰ 1a \neq 1. Positive bases prevent undefined results (negative bases cause problems with fractional exponents, like (โˆ’4)1/2(-4)^{1/2}). Excluding 1 ensures the function actually changes, since 1x=11^x = 1 for all xx.
  • This structure creates one-to-one functions, meaning every output corresponds to exactly one input. That's why exponential functions have inverses (logarithms).

Domain and Range

  • Domain is all real numbers (โˆ’โˆž,โˆž)(-\infty, \infty). You can raise a positive base to any exponent: negative, fractional, irrational, anything.
  • Range is strictly positive (0,โˆž)(0, \infty). A positive number raised to any power always yields a positive result, never zero or negative.
  • The x-axis acts as a horizontal asymptote at y=0y = 0. The function approaches but never touches or crosses this line.

Compare: Domain vs. Range restrictions. The domain has no restrictions because exponents can be anything, but the range is restricted because positive bases can only produce positive outputs. If an exam asks why ax=โˆ’5a^x = -5 has no solution, this is your answer.


Graph Behavior and Characteristics

Understanding how exponential graphs look and behave helps you quickly identify functions and predict their properties without heavy calculation.

Graph Characteristics

  • All exponential graphs pass through (0,1)(0, 1) since a0=1a^0 = 1 for any valid base. This y-intercept is guaranteed and serves as your anchor point.
  • Graphs are continuous and smooth with no breaks, holes, or sharp corners.
  • The horizontal asymptote at y=0y = 0 means the graph gets infinitely close to the x-axis on one side but extends toward infinity on the other.

Exponential Growth and Decay

  • Growth occurs when a>1a > 1. The function increases as xx increases, rising steeply to the right (think population growth or compound interest).
  • Decay occurs when 0<a<10 < a < 1. The function decreases as xx increases, falling toward the asymptote (think radioactive decay or depreciation).
  • Both can be written as f(t)=f0ektf(t) = f_0 e^{kt}, where k>0k > 0 produces growth and k<0k < 0 produces decay. This unifies both behaviors in one model.

Compare: f(x)=2xf(x) = 2^x vs. f(x)=(1/2)xf(x) = (1/2)^x. Both have the same shape, but one rises left-to-right while the other falls. Notice that (1/2)x=2โˆ’x(1/2)^x = 2^{-x}, so decay functions are reflections of growth functions across the y-axis.


The Natural Exponential Function

The number ee has special mathematical properties that make it the preferred base for advanced applications and calculus.

The Number e and Natural Exponential Function

  • eโ‰ˆ2.718e \approx 2.718 is an irrational constant defined as the limit of (1+1/n)n(1 + 1/n)^n as nn approaches infinity. It arises naturally in continuous growth scenarios.
  • The natural exponential function f(x)=exf(x) = e^x is the most important exponential function in mathematics. It appears throughout calculus, physics, and finance.
  • Unique calculus property: the derivative of exe^x equals exe^x. This self-replicating behavior is why ee is so central in higher math. You don't need to know derivatives yet, but it's worth knowing why ee gets so much attention.

Algebraic Tools: Exponent Properties

These rules are your toolkit for simplifying expressions and solving equations. You'll use them constantly.

Properties of Exponents

  • Product Rule: amโ‹…an=am+na^m \cdot a^n = a^{m+n}. When multiplying same bases, add the exponents. This works because you're combining repeated multiplication.
  • Quotient Rule: aman=amโˆ’n\frac{a^m}{a^n} = a^{m-n}. When dividing same bases, subtract the exponents.
  • Power Rule: (am)n=amn(a^m)^n = a^{mn}. When raising a power to a power, multiply the exponents.

Two additional rules that come up frequently:

  • Zero Exponent: a0=1a^0 = 1 for any aโ‰ 0a \neq 0. This is why every exponential graph passes through (0,1)(0, 1).
  • Negative Exponent: aโˆ’n=1ana^{-n} = \frac{1}{a^n}. A negative exponent flips the base into the denominator.

Solving Exponential Equations

Here's the general process:

  1. Isolate the exponential term. Get the expression into the form a(something)=numbera^{(\text{something})} = \text{number} before doing anything else.
  2. Try matching bases. If both sides can be written with the same base, set the exponents equal. For example, 23x=82^{3x} = 8 becomes 23x=232^{3x} = 2^3, so 3x=33x = 3 and x=1x = 1.
  3. If bases can't match, take a logarithm of both sides. For ax=ba^x = b, the solution is x=logโกa(b)x = \log_a(b).
  4. Use the change of base formula if needed: logโกa(b)=logโก(b)logโก(a)\log_a(b) = \frac{\log(b)}{\log(a)} or lnโก(b)lnโก(a)\frac{\ln(b)}{\ln(a)}. This converts any logarithm to a calculator-friendly base.

Compare: Product Rule vs. Power Rule. Students often confuse amโ‹…ana^m \cdot a^n (add exponents) with (am)n(a^m)^n (multiply exponents). The distinction: the product rule involves two separate terms being multiplied, while the power rule involves one term being raised to another power.


Inverse Relationship: Logarithms

Understanding logarithms as inverses of exponentials is essential for solving equations and grasping function relationships.

Logarithms as Inverse Functions

logโกa(b)\log_a(b) answers the question: "What exponent on base aa produces bb?" For example, logโก2(8)=3\log_2(8) = 3 because 23=82^3 = 8.

This inverse relationship gives you two cancellation properties that show up everywhere:

  • alogโกa(b)=ba^{\log_a(b)} = b
  • logโกa(ax)=x\log_a(a^x) = x

The conversion ax=bโ‡”x=logโกa(b)a^x = b \Leftrightarrow x = \log_a(b) lets you switch between exponential and logarithmic forms. This is a critical skill for equation solving: if the variable is stuck in an exponent, converting to logarithmic form pulls it out.

Compare: Exponential form vs. Logarithmic form. 23=82^3 = 8 and logโก2(8)=3\log_2(8) = 3 express the same relationship. On exams, you may need to convert between forms to solve equations or verify solutions.


Transformations

Knowing how algebraic changes affect the graph lets you quickly sketch transformed functions and identify equations from graphs.

Transformations of Exponential Functions

  • Vertical shift f(x)=ax+kf(x) = a^x + k moves the graph up (k>0k > 0) or down (k<0k < 0), and shifts the asymptote from y=0y = 0 to y=ky = k.
  • Horizontal shift f(x)=a(xโˆ’h)f(x) = a^{(x-h)} moves the graph right (h>0h > 0) or left (h<0h < 0), but the asymptote stays at y=0y = 0.
  • Reflection f(x)=aโˆ’xf(x) = a^{-x} flips the graph across the y-axis, turning growth into decay or vice versa. Meanwhile, f(x)=โˆ’axf(x) = -a^x reflects across the x-axis, flipping the range to (โˆ’โˆž,0)(-\infty, 0) and moving the asymptote to y=0y = 0 from below.

Compare: Vertical vs. Horizontal shifts. Vertical shifts (+k+k outside) move the asymptote, while horizontal shifts (โˆ’h-h inside the exponent) do not. This distinction frequently appears in graphing questions asking you to identify the asymptote of a transformed function.


Real-World Application: Compound Interest

This formula appears constantly on exams and demonstrates how exponential functions model financial growth.

Compound Interest Formula

A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt}

where:

  • PP = principal (starting amount)
  • rr = annual interest rate as a decimal (so 5% becomes 0.05)
  • nn = number of times interest compounds per year
  • tt = time in years
  • AA = accumulated amount

More frequent compounding increases the final amount. For example, $1000 at 6% for 10 years yields $1,790.85 compounded annually (n=1n = 1) but $1,819.40 compounded monthly (n=12n = 12).

As nn increases toward infinity, the formula approaches continuous compounding: A=PertA = Pe^{rt}. This is where the number ee connects back to finance.

This formula is an exponential function in disguise: the base is (1+rn)\left(1 + \frac{r}{n}\right) and the exponent is ntnt.


Quick Reference Table

ConceptKey Facts
Function definitionf(x)=axf(x) = a^x with a>0a > 0, aโ‰ 1a \neq 1
Domain and rangeDomain: (โˆ’โˆž,โˆž)(-\infty, \infty); Range: (0,โˆž)(0, \infty)
Growth vs. decaya>1a > 1 = growth; 0<a<10 < a < 1 = decay
Key graph featuresY-intercept at (0,1)(0,1); asymptote at y=0y = 0
Exponent rulesProduct: add; Quotient: subtract; Power: multiply
Natural exponentialeโ‰ˆ2.718e \approx 2.718; f(x)=exf(x) = e^x
Inverse relationshipax=bโ‡”x=logโกa(b)a^x = b \Leftrightarrow x = \log_a(b)
Compound interestA=P(1+r/n)ntA = P(1 + r/n)^{nt}; continuous: A=PertA = Pe^{rt}

Self-Check Questions

  1. Why must the base aa satisfy both a>0a > 0 and aโ‰ 1a \neq 1 for a valid exponential function? What would go wrong if either condition were violated?

  2. Compare the graphs of f(x)=3xf(x) = 3^x and g(x)=3x+4g(x) = 3^x + 4. What changes and what stays the same? Where is the new asymptote?

  3. Which exponent rule would you use to simplify 5x+25xโˆ’1\frac{5^{x+2}}{5^{x-1}}, and what is the result?

  4. If an investment uses the formula A=1000(1.05)tA = 1000(1.05)^t, is this growth or decay? How can you tell from the base alone?

  5. Explain why the equation 2x=โˆ’82^x = -8 has no solution, using what you know about the range of exponential functions.