2. Exponential and Logarithmic Functions

Logarithmic Expressions

Logarithmic Expressions

Introduction: Why logs matter πŸ“ˆ

students, imagine you are trying to figure out how many times a $2$-dollar bill must be doubled to become at least $256$ dollars. You could keep multiplying by $2$, but there is a faster way to think about the problem. That shortcut is what logarithms do. A logarithm is the inverse of an exponential expression, so it helps you answer questions like β€œWhat power gives this number?”

In AP Precalculus, logarithmic expressions are important because they let you rewrite, simplify, and solve problems involving growth, decay, and repeated multiplication. In this lesson, you will learn the key ideas, symbols, and procedures connected to logarithmic expressions, and you will see how they connect to the bigger topic of exponential and logarithmic functions.

By the end of this lesson, you should be able to:

  • Explain the meaning of a logarithmic expression and its vocabulary.
  • Rewrite between exponential and logarithmic form.
  • Use properties of logarithms to expand, condense, and simplify expressions.
  • Evaluate logarithms using reasoning and algebraic rules.
  • Connect logarithmic expressions to equations, models, and real-world situations.

What is a logarithmic expression?

A logarithmic expression has the form $\log_b(x)$, where $b$ is the base and $x$ is the argument. It asks: β€œTo what exponent must $b$ be raised to get $x$?” In other words, $\log_b(x)=y$ means $b^y=x$.

This equivalence is the most important idea in the topic. For example, $\log_2(8)=3$ because $2^3=8$. Similarly, $\log_{10}(1000)=3$ because $10^3=1000$.

The parts of a logarithmic expression have names:

  • $b$ is the base.
  • $x$ is the argument.
  • $\log_b(x)$ is the logarithm.

A logarithmic expression is only defined when the base and argument meet certain rules. The base must satisfy $b>0$ and $b\ne 1$. The argument must satisfy $x>0$. These conditions matter because exponential and logarithmic functions must behave in a mathematically consistent way.

For example, $\log_3(9)$ is valid, but $\log_3(-9)$ is not defined in the real number system because the argument is negative. Also, $\log_1(5)$ is not defined because a base of $1$ does not create useful growth or decay.

A common special case is the common logarithm, written as $\log(x)$, which means $\log_{10}(x)$. Another special case is the natural logarithm, written as $\ln(x)$, which means $\log_e(x)$, where $e\approx 2.71828$.

Converting between exponential and logarithmic form

One of the most useful AP Precalculus skills is converting back and forth between exponential form and logarithmic form. This helps you understand what a logarithmic expression is really saying.

The equivalence is:

$$b^y=x \quad \text{if and only if} \quad \log_b(x)=y$$

This means the exponential statement and the logarithmic statement say the same thing in different ways.

Example 1: Convert exponential to logarithmic form

If $5^2=25$, then the equivalent logarithmic expression is $\log_5(25)=2$.

Example 2: Convert logarithmic to exponential form

If $\log_4(64)=3$, then the equivalent exponential form is $4^3=64$.

This conversion is powerful because some problems are easier to solve when written in a different form. For example, if you know $\log_7(x)=4$, you can rewrite it as $7^4=x$, which gives $x=2401$.

Example 3: Think about meaning

If $\log_2(1)=0$, that means $2^0=1$. This is a good reminder that logarithms often include zero as an answer. The exponent can be $0$ when the result is $1$.

Evaluating logarithmic expressions and using properties

Sometimes a logarithmic expression can be evaluated exactly. Other times, it must be simplified using log properties or estimated with a calculator.

Here are key logarithm properties used in AP Precalculus:

$$\log_b(MN)=\log_b(M)+\log_b(N)$$

$$\log_b\left(\frac{M}{N}\right)=\log_b(M)-\log_b(N)$$

$$\log_b(M^k)=k\log_b(M)$$

These are called the product rule, quotient rule, and power rule. They are especially useful for rewriting expressions in simpler forms.

Example 4: Expand a logarithmic expression

Expand $\log_3(27x)$.

Using the product rule:

$$\log_3(27x)=\log_3(27)+\log_3(x)$$

Because $27=3^3$, we get $\log_3(27)=3$. So the expression becomes:

$$\log_3(27x)=3+\log_3(x)$$

Example 5: Use the power rule

Simplify $\log_2(x^5)$.

By the power rule:

$$\log_2(x^5)=5\log_2(x)$$

This works because the exponent moves in front as a multiplier.

Example 6: Condense a logarithmic expression

Condense $\log_4(a)+2\log_4(b)$.

First, use the power rule:

$$2\log_4(b)=\log_4(b^2)$$

Then use the product rule:

$$\log_4(a)+\log_4(b^2)=\log_4(ab^2)$$

So the condensed form is $\log_4(ab^2)$.

These moves are common on AP-style problems because they test whether you can move flexibly between expanded and condensed forms.

Solving equations with logarithmic expressions

Logarithmic expressions are often used to solve equations when the variable is inside an exponent or inside a logarithm. Since logarithms undo exponentials, they are a natural tool for solving exponential equations.

Example 7: Solve a simple log equation

Solve $\log_5(x)=2$.

Rewrite in exponential form:

$$5^2=x$$

So $x=25$.

Example 8: Solve an exponential equation using logs

Solve $2^x=13$.

Since $13$ is not a power of $2$, you can take logarithms of both sides:

$$\log(2^x)=\log(13)$$

Use the power rule:

$$x\log(2)=\log(13)$$

Now solve for $x$:

$$x=\frac{\log(13)}{\log(2)}$$

This is an example of using logarithmic expressions to find exact or approximate solutions.

Example 9: Check for domain restrictions

Solve $\log_2(x-3)=4$.

First rewrite as exponential form:

$$2^4=x-3$$

So $16=x-3$, and therefore $x=19$.

But you should also check the domain condition $x-3>0$, which gives $x>3$. Since $19>3$, the solution is valid βœ…

Domain checks are important because logarithms cannot take zero or negative arguments.

Real-world meaning and AP connections 🌍

Logarithmic expressions show up whenever you need to reverse exponential growth or decay. For example, scientists use logs to measure the acidity of solutions with pH, to describe sound intensity in decibels, and to model earthquakes with magnitude scales. These scales compress very large ranges of values into manageable numbers.

Suppose a quantity grows by multiplying by the same factor each time. Exponential expressions describe the growth. If you want to know how many steps it takes to reach a target value, logarithms help you solve for the number of steps. That is why logarithmic expressions are often used in reverse-growth questions.

For example, if a population model is $P(t)=500(1.08)^t$, and you want to know when the population reaches $1000$, you would solve:

$$500(1.08)^t=1000$$

Divide both sides by $500$:

$$ (1.08)^t=2$$

Then take logarithms:

$$t=\frac{\log(2)}{\log(1.08)}$$

This process is a direct application of logarithmic expressions in modeling.

AP Precalculus expects you to connect the algebraic rules of logarithms with the meaning of exponential growth and decay. You are not just manipulating symbols; you are using the inverse relationship between two important function families.

Conclusion

Logarithmic expressions are a way to ask about exponents. students, when you see $\log_b(x)$, think: β€œWhat power of $b$ gives $x$?” That idea links logarithms to exponentials through the relationship $b^y=x \iff \log_b(x)=y$.

You have also seen that logarithmic expressions must obey domain rules, can be expanded or condensed with log properties, and are useful for solving equations and modeling real-world situations. These skills are central to AP Precalculus because they connect algebra, functions, and problem solving in a powerful way.

Study Notes

  • $\log_b(x)$ means the exponent you raise $b$ to in order to get $x$.
  • The equivalence $b^y=x \iff \log_b(x)=y$ is the core definition.
  • A logarithmic expression is defined only when $b>0$, $b\ne 1$, and $x>0$.
  • $\log(x)$ usually means $\log_{10}(x)$, and $\ln(x)$ means $\log_e(x)$.
  • Key properties:
  • $\log_b(MN)=\log_b(M)+\log_b(N)$
  • $\log_b\left(\frac{M}{N}\right)=\log_b(M)-\log_b(N)$
  • $\log_b(M^k)=k\log_b(M)$
  • Logarithms help solve exponential equations by isolating the exponent.
  • Always check domain restrictions when a variable is inside a logarithm.
  • Logarithmic expressions are used in science, finance, and population models to reverse exponential change.

Practice Quiz

5 questions to test your understanding

Logarithmic Expressions β€” AP Precalculus | A-Warded