Study Guide

Exponential and logarithmic functions

IB Mathematics Applications and Interpretation HLΒ· 35 min read

1. Core Definitions & Inverse Relationshipβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Exponential Function

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

A function where the independent variable appears as the exponent of a constant base . All real numbers are in the domain, and output values are always positive.

Example:

,

πŸ“˜ Definition

Logarithmic Function

f(x)=log⁑ax,a>0,aβ‰ 1f(x) = \log_a x, \quad a>0, a \neq 1

The inverse of an exponential function with base . By definition, if and only if . Only positive input values are defined.

Example:

because

Since exponential and logarithmic functions are inverses, their graphs are reflections of each other over the line . This inverse relationship is the foundation for all algebraic manipulation involving these functions.

πŸ“ Worked Example

Convert to logarithmic form, and convert to exponential form.

  1. 1

    Recall the core inverse definition:

  2. 2

    For , we identify , , . Substituting into the definition gives:

  3. 3
    log⁑5125=3\log_5 125 = 3
  4. 4

    For , identify , , . Substituting gives:

  5. 5
    4βˆ’2=1164^{-2} = \frac{1}{16}

Exam tip:

Always check your conversion by substituting back into the original form to avoid mixing up the base and exponent.

2. Laws of Logarithmsβ˜…β˜…β˜†β˜†β˜†β± 20 min

All logarithm laws derive directly from exponent laws, because logarithms are inverses of exponents. The core rules for any valid base are:

  • Product rule:

  • Quotient rule:

  • Power rule:

  • Change of base rule: for any positive

πŸ“ Worked Example

Simplify into a single logarithm.

  1. 1

    Apply the power rule to the first term, bringing the 2 out front into the exponent:

  2. 2
    2ln⁑3=ln⁑32=ln⁑92 \ln 3 = \ln 3^2 = \ln 9
  3. 3

    Apply the product rule to the first two terms, combining the sum of logs into the log of a product:

  4. 4
    ln⁑9+ln⁑4=ln⁑(9Γ—4)=ln⁑36\ln 9 + \ln 4 = \ln (9 \times 4) = \ln 36
  5. 5

    Apply the quotient rule, combining the difference of logs into the log of a quotient:

  6. 6
    ln⁑36βˆ’ln⁑12=ln⁑(3612)=ln⁑3\ln 36 - \ln 12 = \ln \left(\frac{36}{12}\right) = \ln 3
  7. 7

    The final simplified form is .

3. Graphs and Key Propertiesβ˜…β˜…β˜…β˜†β˜†β± 20 min

Exponential and logarithmic functions have consistent shapes and key features for bases (the most common case in IB exams). The table below summarizes core properties:

Feature

Exponential

Logarithmic

Domain

Range

Asymptote

Horizontal:

Vertical:

Intercept

-intercept at

-intercept at

Monotonicity

Strictly increasing

Strictly increasing

πŸ“ Worked Example

Sketch the graph of , label the asymptote and -intercept.

  1. 1

    This is a transformation of the base graph: shifted 1 unit right, 3 units up.

  2. 2

    The base graph has a horizontal asymptote at . Shifting up 3 units moves the asymptote to:

  3. 3
    y=3y = 3
  4. 4

    Calculate the -intercept by substituting :

  5. 5
    f(0)=2βˆ’1+3=12+3=3.5f(0) = 2^{-1} + 3 = \frac{1}{2} + 3 = 3.5
  6. 6

    The graph is strictly increasing, approaches as , and increases to infinity as , with -intercept at .

Exam tip:

Exponential functions always have horizontal asymptotes; logarithmic functions always have vertical asymptotes. Mixing these up is a very common exam error.

4. Solving Exponential and Logarithmic Equationsβ˜…β˜…β˜…β˜†β˜†β± 25 min

βœ“ Calculator OK

To solve equations involving exponential functions with the variable in the exponent, we take logarithms of both sides to bring down the exponent, then isolate the variable. For logarithmic equations, we use logarithm laws to combine terms, then convert to exponential form to solve.

πŸ“ Worked Example

Solve for , give your answer to 3 significant figures.

  1. 1

    Take the natural logarithm of both sides to bring down exponents:

  2. 2
    ln⁑(32x)=ln⁑(5x+1)\ln \left(3^{2x}\right) = \ln \left(5^{x+1}\right)
  3. 3

    Apply the power rule to both sides:

  4. 4
    2xln⁑3=(x+1)ln⁑52x \ln 3 = (x+1) \ln 5
  5. 5

    Expand the right-hand side and collect terms with on the left:

  6. 6
    2xln⁑3βˆ’xln⁑5=ln⁑5β€…β€ŠβŸΉβ€…β€Šx(2ln⁑3βˆ’ln⁑5)=ln⁑52x \ln 3 - x \ln 5 = \ln 5 \implies x (2 \ln 3 - \ln 5) = \ln 5
  7. 7

    Isolate and calculate the numerical value:

  8. 8
    x=ln⁑52ln⁑3βˆ’ln⁑5β‰ˆ1.6092.197βˆ’1.609β‰ˆ2.74x = \frac{\ln 5}{2 \ln 3 - \ln 5} \approx \frac{1.609}{2.197 - 1.609} \approx 2.74
  9. 9

    Final answer to 3 significant figures is .

βœ“ Quick check

Test your understanding with this quick question:

  1. What is the solution to ?

    • A) 2

    • B) 5

    • C) 7

    • D) 8

    Reveal answer
    C) 7 β€”

    Use the definition of logarithm: . Don't forget to subtract 1 after calculating !

5. Common Pitfalls

Wrong move:

Claiming

Why:

The product rule only applies to products of terms, not sums. There is no general rule for the logarithm of a sum.

Correct move:

, cannot be simplified further.

Wrong move:

Accepting solutions that result in negative arguments for logarithms

Why:

Logarithms of non-positive numbers are undefined, so extraneous solutions are very common with logarithmic equations.

Correct move:

Always substitute all solutions back into the original equation to check all arguments are positive, and reject any invalid solutions.

Wrong move:

Stating has a vertical asymptote at

Why:

Confusing the type and position of asymptotes for transformed exponential functions.

Correct move:

Exponential functions have horizontal asymptotes. has a horizontal asymptote at .

Wrong move:

Claiming

Why:

Misapplying the quotient rule for logarithms. The quotient rule applies to the logarithm of a quotient, not a quotient of logarithms.

Correct move:

, and by the change of base rule.

Wrong move:

When solving , writing

Why:

Common algebraic error when isolating the variable .

Correct move:

If , then , there is no division by the base .

6. Quick Reference Cheatsheet

Rule/Relationship

Formula

Key Graph Feature

Core Inverse Relationship

Exponential: Horizontal asymptote

Product Rule

Logarithm: Vertical asymptote

Quotient Rule

Inverses reflect over

Power Rule

Domain of log:

Change of Base Rule

Range of exp:

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· 1

    Solve exponential growth equation

  • 2022 Β· 2

    Simplify logarithmic expression

  • 2021 Β· 1

    Sketch transformed log graph

Going deeper

What's Next

Exponential and logarithmic functions are the foundation for nearly all continuous modeling topics in IB AI HL. You will use these functions to model real-world scenarios like population growth, radioactive decay, compound interest, and cooling processes. Mastery of algebraic manipulation and graph properties is critical for success on both paper 1 and paper 2 exams, and these concepts will also be extended when you study derivatives and integrals of transcendental functions later in the course. Building a strong understanding now will make more complex application and calculus topics much easier to master.