2. Exponential and Logarithmic Functions

Logarithmic Functions

Logarithmic Functions

Welcome, students! 🌟 In this lesson, you will learn how logarithmic functions work, why they matter, and how they connect to exponential functions. Logs are one of the most important tools in AP Precalculus because they help us work backward from an output to the input that created it. That idea shows up in science, technology, finance, and even sound levels πŸ”Š.

Lesson objectives:

  • Explain the main ideas and terminology behind logarithmic functions.
  • Apply AP Precalculus reasoning and procedures related to logarithmic functions.
  • Connect logarithmic functions to exponential functions.
  • Summarize how logarithmic functions fit into the broader topic of exponential and logarithmic functions.
  • Use examples and evidence related to logarithmic functions in AP Precalculus.

By the end of this lesson, you should be able to recognize a logarithmic expression, rewrite it as an exponential equation, and solve simple logarithmic equations with confidence.

What a Logarithm Means

A logarithm is another way to write an exponent. If exponential form tells us how many times a base is multiplied, logarithmic form tells us what exponent is needed.

The basic relationship is:

$$a^b=c \quad \text{if and only if} \quad \log_a(c)=b$$

This means the logarithm answers the question: β€œTo what power must the base $a$ be raised to get $c$?”

For example,

$$2^3=8$$

so

$$\log_2(8)=3$$

This is a direct match between exponential and logarithmic form. The base is $2$, the result is $8$, and the exponent is $3$.

Another example:

$$10^2=100$$

so

$$\log_{10}(100)=2$$

This is why logarithms are often described as the inverse of exponential functions. If one function builds up by repeated multiplication, the other helps us uncover the exponent behind that growth.

Vocabulary and Key Parts of a Logarithm

To understand logarithmic functions, students, it helps to know the main parts of the notation.

In the expression

$$\log_a(x)=y$$

  • $a$ is the base.
  • $x$ is the argument.
  • $y$ is the exponent or logarithm value.

The base must satisfy two important conditions:

$$a>0$$

and

$$a\ne 1$$

Why? If the base were $1$, then $1^y$ would always equal $1$, which would not create a useful function. If the base were not positive, exponential behavior would not work properly in the real number system.

The argument must also be positive:

$$x>0$$

That is because logarithms ask what exponent creates a positive number from a positive base. A logarithm is not defined for zero or negative arguments in the real numbers.

For example, $\log_3(9)$ is defined because $9>0$, but $\log_3(-9)$ is not defined as a real logarithm.

The Connection Between Exponential and Logarithmic Functions

Logarithmic functions and exponential functions are inverses. This means they undo each other.

If

$$f(x)=a^x$$

then its inverse is

$$f^{-1}(x)=\log_a(x)$$

This inverse relationship means their graphs reflect across the line

$$y=x$$

This is a powerful idea in AP Precalculus because it explains why logarithms can β€œreverse” exponential growth.

Example: Suppose a population is modeled by

$$P(t)=3^t$$

If you want to know when the population reaches $81$, you solve

$$3^t=81$$

Since $81=3^4$, the answer is

$$t=4$$

Using logarithms, you could write

$$t=\log_3(81)$$

so

$$t=4$$

This same process works in science when measuring how long something takes to reach a certain amount, or in finance when finding when an investment grows to a target value πŸ’°.

Evaluating Logarithms and Using Log Rules

Evaluating a logarithm means finding the exponent. Some values are easy to recognize.

$$\log_2(16)=4$$

because

$$2^4=16$$

$$\log_5(1)=0$$

because

$$5^0=1$$

$$\log_7(7)=1$$

because

$$7^1=7$$

These are important anchor values.

There are also two common logarithms you will see often:

  • The common logarithm is base $10$, written as $\log(x)$.
  • The natural logarithm is base $e$, written as $\ln(x)$.

Here, $e$ is a special irrational number approximately equal to

$$e\approx 2.71828$$

So

$$\ln(x)=\log_e(x)$$

Common logs and natural logs appear often in AP Precalculus because many models in real life use base $10$ or base $e$.

A useful property of logs is the inverse relationship with exponents:

$$\log_a(a^x)=x$$

and

$$a^{\log_a(x)}=x$$

These work only when $a>0$, $a\ne 1$, and $x>0$.

Solving Logarithmic Equations

One major skill in this topic is solving equations involving logarithms. The key idea is to rewrite the log equation as an exponential equation.

Example 1:

$$\log_4(x)=3$$

Rewrite in exponential form:

$$4^3=x$$

So

$$x=64$$

Example 2:

$$\log_2(x-1)=5$$

Rewrite:

$$2^5=x-1$$

Then solve:

$$32=x-1$$

so

$$x=33$$

Always check that the argument is positive. Here,

$$x-1>0$$

and $x=33$ works.

Example 3:

$$\log_3(x)+\log_3(x-2)=2$$

Use the product rule:

$$\log_3\big(x(x-2)\big)=2$$

Rewrite as an exponential equation:

$$x(x-2)=3^2$$

so

$$x^2-2x=9$$

or

$$x^2-2x-9=0$$

Factoring does not work nicely here, so use the quadratic formula or another algebraic method. After solving, you must check the domain conditions:

$$x>0$$

and

$$x-2>0$$

This means

$$x>2$$

Any solution less than or equal to $2$ would be rejected.

Graphing and Interpreting Logarithmic Functions

The graph of a logarithmic function has a few important features. For

$$y=\log_a(x)$$

  • The graph passes through $(1,0)$ because

$$\log_a(1)=0$$

  • The graph has a vertical asymptote at

$$x=0$$

  • The domain is

$$x>0$$

  • The range is all real numbers:

$$-\infty<y<\infty$$

If $a>1$, the graph increases slowly as $x$ increases. If $0<a<1$, the graph decreases.

For example, $y=\log_2(x)$ increases, while $y=\log_{1/2}(x)$ decreases.

A logarithmic graph grows slowly compared with an exponential graph. That is why logarithms are useful for measuring huge ranges of values. For instance, the Richter scale and the pH scale both use logarithmic ideas to compress very large or very small numbers into manageable values 🌍.

Why Logarithms Matter in AP Precalculus and Real Life

Logarithmic functions help model situations where values change by multiplication instead of addition. They are especially useful when a process starts fast and then slows down.

Real-world examples include:

  • Sound intensity: decibels use logarithmic measurement.
  • Earthquakes: magnitude scales are logarithmic.
  • Chemistry: pH uses a logarithmic scale.
  • Technology: algorithms and data scales often involve logs.
  • Finance and growth models: logs help find time in exponential processes.

In AP Precalculus, logarithms connect directly to exponential growth and decay. They let you solve for the exponent when the output is known, which is a common and important skill.

For example, if a quantity doubles according to

$$A(t)=A_0\cdot 2^t$$

and you want to know when it reaches a certain value, logarithms help isolate $t$.

This is why logarithmic functions are not a separate topic floating by themselves. They are part of the larger structure of exponential and logarithmic functions, and together they form a matched pair.

Conclusion

Logarithmic functions are the inverse of exponential functions, and that inverse relationship is the heart of this lesson. students, when you can switch between

$$a^b=c$$

and

$$\log_a(c)=b$$

you have a strong foundation for AP Precalculus. You now know the meaning of a logarithm, the importance of its domain, how to evaluate common values, how to solve basic equations, and how graphs and real-world contexts connect to the topic. Logs may seem unfamiliar at first, but they are simply a new language for asking the same question in reverse πŸ”.

Study Notes

  • A logarithm tells the exponent needed to get a number from a base.
  • The statement

$$a^b=c$$

is equivalent to

$$\log_a(c)=b$$

  • A logarithm is only defined for positive arguments:

$$x>0$$

  • A valid base satisfies

$$a>0$$

and

$$a\ne 1$$

  • Common logarithms use base $10$:

$$\log(x)=\log_{10}(x)$$

  • Natural logarithms use base $e$:

$$\ln(x)=\log_e(x)$$

  • Logarithmic functions are inverses of exponential functions.
  • The graph of $y=\log_a(x)$ has a vertical asymptote at $x=0$ and passes through $(1,0)$.
  • To solve a logarithmic equation, rewrite it as an exponential equation and check the domain.
  • Logarithms are useful in real life for sound, earthquakes, chemistry, technology, and growth models.

Practice Quiz

5 questions to test your understanding