2. Exponential and Logarithmic Functions

Logarithmic Function Manipulation

Logarithmic Function Manipulation

Introduction: Why logs matter ๐Ÿ“ˆ

students, logarithms may look mysterious at first, but they are really just another way to write exponents. In AP Precalculus, logarithmic function manipulation means learning how to rewrite, simplify, evaluate, and solve expressions involving logarithms so they become easier to understand and use. This skill shows up in science, finance, technology, and data analysis, where quantities can grow very fast or change over many scales. ๐ŸŒ

In this lesson, you will learn how to:

  • explain the meaning of logarithms and the language used with them,
  • use the main logarithm properties correctly,
  • simplify and expand logarithmic expressions,
  • solve logarithmic equations by rewriting them in exponential form,
  • connect logarithms to exponentials and inverse functions.

By the end, you should be able to recognize when a logarithm can be rewritten, combined, or solved using AP Precalculus reasoning.

What a logarithm means

A logarithm answers the question: โ€œWhat exponent do I need?โ€ If $b^x=a$, then $\log_b(a)=x$. This is the core definition of a logarithm.

For example, since $2^3=8$, we know that $\log_2(8)=3$.

Here, $2$ is the base, $8$ is the argument, and $3$ is the logarithm or exponent that makes the equation true. The base must satisfy $b>0$ and $b\neq 1$, and the argument must be positive, so $a>0$.

This is important because logarithms are only defined for positive inputs. That means $\log_b(x)$ exists only when $x>0$. If you see $\log_b(-5)$, it is not a real-number logarithm.

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

The main logarithm rules

Logarithmic function manipulation depends on a few powerful rules. These rules come from exponent rules, so they are not random formulas. They are connected to how multiplication, division, and powers work with exponents.

Product rule

If $M>0$ and $N>0$, then

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

This rule says that multiplication inside a logarithm becomes addition outside.

Example: $\log_3(9\cdot 27)=\log_3(9)+\log_3(27)=2+3=5$.

Quotient rule

If $M>0$ and $N>0$, then

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

This rule says that division inside a logarithm becomes subtraction outside.

Example: $\log_2\!\left(\frac{16}{4}\right)=\log_2(16)-\log_2(4)=4-2=2$.

Power rule

If $M>0$, then

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

This rule lets you move an exponent in front of the logarithm.

Example: $\log_5(25^2)=2\log_5(25)=2\cdot 2=4$.

Inverse property

Logarithms and exponentials undo each other:

$$\log_b\!\left(b^x\right)=x$$

and

$$b^{\log_b(x)}=x$$

as long as the expressions are defined.

These inverse relationships are the reason logarithms are so useful for solving exponential equations.

Expanding logarithms

Expanding a logarithm means rewriting it as a sum, difference, or coefficient form. This is useful when an expression is too complicated in one piece.

Suppose you have

$$\ln\!\left(\frac{3x^2y}{\sqrt{z}}\right)$$

First, use the quotient rule:

$$\ln(3x^2y)-\ln(\sqrt{z})$$

Next, use the product rule on the numerator:

$$\ln(3)+\ln(x^2)+\ln(y)-\ln(\sqrt{z})$$

Now apply the power rule:

$$\ln(3)+2\ln(x)+\ln(y)-\frac{1}{2}\ln(z)$$

This expanded form is often easier to simplify or analyze.

A key detail: logs can only be expanded if everything inside is positive. For example, if $x\le 0$, then $\ln(x)$ is not defined in the real numbers.

Condensing logarithms

Condensing is the reverse of expanding. It combines several logarithms into one expression. This is especially useful when solving equations or matching multiple-choice answer choices.

Example: combine

$$2\log_4(x)-\log_4(3)+\log_4(y)$$

First, move the coefficient using the power rule:

$$\log_4(x^2)-\log_4(3)+\log_4(y)$$

Then combine addition and subtraction using the quotient and product rules:

$$\log_4\!\left(\frac{x^2y}{3}\right)$$

So the condensed form is

$$\log_4\!\left(\frac{x^2y}{3}\right)$$

When condensing, remember that the final argument must still be positive. That means if you write a combined logarithm, its inside expression must be greater than $0$.

Solving logarithmic equations

A logarithmic equation is an equation that contains a variable inside a logarithm. To solve one, first try to isolate the logarithm, then rewrite it in exponential form.

Example: solve

$$\log_2(x)=5$$

Rewrite as an exponential equation:

$$2^5=x$$

So

$$x=32$$

That solution works because the logarithmโ€™s argument is positive.

Now try a slightly more complex example:

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

Use the product rule:

$$\log_3\!\left((x-1)(x-4)\right)=2$$

Rewrite in exponential form:

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

So

$$(x-1)(x-4)=9$$

Expand:

$$x^2-5x+4=9$$

Move all terms to one side:

$$x^2-5x-5=0$$

Use the quadratic formula:

$$x=\frac{5\pm\sqrt{25+20}}{2}=\frac{5\pm\sqrt{45}}{2}=\frac{5\pm 3\sqrt{5}}{2}$$

Now check the domain. Since $x-1>0$ and $x-4>0$, we need $x>4$. Only

$$x=\frac{5+3\sqrt{5}}{2}$$

is valid.

This step is essential because logarithmic equations can produce extraneous solutions. Always verify that each candidate makes every logarithm defined.

Solving with common and natural logarithms

When the base is not convenient, you may use the change-of-base formula:

$$\log_b(x)=\frac{\log_a(x)}{\log_a(b)}$$

A common form is

$$\log_b(x)=\frac{\ln(x)}{\ln(b)}$$

This is helpful when using a calculator or solving equations where the base is unusual.

Example: solve

$$5^x=12$$

Take natural logarithms of both sides:

$$\ln(5^x)=\ln(12)$$

Use the power rule:

$$x\ln(5)=\ln(12)$$

So

$$x=\frac{\ln(12)}{\ln(5)}$$

This exact form is usually better than a decimal until the final answer is needed.

Connecting logs to exponential functions

Logarithmic functions are the inverses of exponential functions. That means the graph of $y=\log_b(x)$ is the reflection of the graph of $y=b^x$ across the line $y=x$.

This connection explains several facts:

  • The domain of $y=b^x$ is all real numbers, while the range is $y>0$.
  • The domain of $y=\log_b(x)$ is $x>0$, while the range is all real numbers.
  • Exponential graphs pass through $(0,1)$.
  • Logarithmic graphs pass through $(1,0)$.

For example, since $2^0=1$, we have $\log_2(1)=0$.

This inverse relationship helps you move between exponential and logarithmic forms during manipulation and solving.

Real-world meaning of logarithmic manipulation ๐ŸŒŽ

Logs are useful because many real systems involve growth across huge scales. The Richter scale for earthquakes, the pH scale in chemistry, and decibel levels in sound all use logarithmic ideas. A small change in the logarithm can represent a large change in the original quantity.

For instance, sound intensity measured in decibels compares one intensity to a reference intensity using logarithms. The fact that logs turn multiplication into addition makes them very helpful for comparing ratios.

In AP Precalculus, this means you should be comfortable simplifying and solving log expressions quickly, because they often represent meaningful real-world quantities.

Conclusion

students, logarithmic function manipulation is about more than memorizing rules. It is about understanding that logarithms are exponents written in a different form. The product, quotient, and power rules let you expand and condense expressions. The inverse relationship between logarithms and exponentials lets you solve equations efficiently. Most importantly, every logarithm must have a positive argument, so checking domain restrictions is part of the process. When you use these skills carefully, logarithms become a powerful tool in AP Precalculus and in many real-world contexts.

Study Notes

  • A logarithm answers: what exponent produces a given number? For $b^x=a$, we write $\log_b(a)=x$.
  • A logarithm is defined only when the base satisfies $b>0$ and $b\neq 1$, and the argument satisfies $a>0$.
  • Product rule: $\log_b(MN)=\log_b(M)+\log_b(N)$.
  • Quotient rule: $\log_b\!\left(\frac{M}{N}\right)=\log_b(M)-\log_b(N)$.
  • Power rule: $\log_b(M^k)=k\log_b(M)$.
  • Inverse properties: $\log_b\!\left(b^x\right)=x$ and $b^{\log_b(x)}=x$.
  • Expanding a log breaks a complicated expression into simpler pieces.
  • Condensing a log combines several logs into one expression.
  • Solve log equations by isolating the logarithm, rewriting in exponential form, and checking for extraneous solutions.
  • Change of base: $\log_b(x)=\frac{\ln(x)}{\ln(b)}$.
  • Logarithmic and exponential functions are inverses, so their graphs reflect across $y=x$.
  • The domain of $y=\log_b(x)$ is $x>0$, and its range is all real numbers.
  • In AP Precalculus, domain checking is always important when manipulating logarithmic expressions.

Practice Quiz

5 questions to test your understanding