Fiveable

🍬Honors Algebra II Unit 8 Review

QR code for Honors Algebra II practice questions

8.2 Logarithmic Functions and Their Properties

8.2 Logarithmic Functions and Their Properties

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🍬Honors Algebra II
Unit & Topic Study Guides
Pep mascot

Logarithmic functions are the inverses of exponential functions, and they show up constantly when you need to "undo" an exponent. If you can raise a base to a power, a logarithm lets you work backward to find that power. These functions have their own set of properties (product, quotient, power rules) that make simplifying and solving exponential equations much more manageable.

This section covers how logarithms relate to exponential functions, the key properties you'll use to manipulate logarithmic expressions, how to graph them, and how to solve logarithmic equations without falling into the extraneous solution trap.

Logarithmic functions as inverses

Pep mascot
more resources to help you study

Definition and properties

A logarithm answers the question: "What exponent do I need?" If y=bxy = b^x, then x=logb(y)x = \log_b(y). In other words, logb(y)\log_b(y) is the exponent you put on base bb to get yy.

  • The general form is f(x)=logb(x)f(x) = \log_b(x), where b>0b > 0 and b1b \neq 1
  • The domain is all positive real numbers: (0,)(0, \infty). You cannot take the log of zero or a negative number.
  • The range is all real numbers: (,)(-\infty, \infty)

Two bases come up so often they get their own notation:

  • Common logarithm: base 10, written as log(x)\log(x) or log10(x)\log_{10}(x). Your calculator's "log" button uses this.
  • Natural logarithm: base e2.718e \approx 2.718, written as ln(x)\ln(x) or loge(x)\log_e(x). This appears throughout calculus and science.

One-to-one property

Logarithmic functions are one-to-one, meaning every input gives a unique output and every output comes from a unique input. Graphically, this means any horizontal line crosses the curve at most once (the horizontal line test).

This property is what guarantees the inverse relationship works both ways. It also gives you a useful solving tool: if logb(A)=logb(B)\log_b(A) = \log_b(B), then A=BA = B, as long as AA and BB are both positive.

Evaluating logarithmic expressions

Definition and properties, 7.2 Logarithmic Functions – College Algebra for the Managerial Sciences

Properties of logarithms

These three rules let you break apart or combine logarithmic expressions. They come directly from the exponent rules, just translated into log language.

Product Property: logb(MN)=logb(M)+logb(N)\log_b(MN) = \log_b(M) + \log_b(N)

Multiplication inside the log becomes addition outside. For example: log2(4×8)=log2(4)+log2(8)=2+3=5\log_2(4 \times 8) = \log_2(4) + \log_2(8) = 2 + 3 = 5

Quotient Property: logb(MN)=logb(M)logb(N)\log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N)

Division inside the log becomes subtraction outside. For example: log3(27÷9)=log3(27)log3(9)=32=1\log_3(27 \div 9) = \log_3(27) - \log_3(9) = 3 - 2 = 1

Power Property: logb(Mn)=nlogb(M)\log_b(M^n) = n \cdot \log_b(M)

An exponent inside the log becomes a coefficient outside. For example: log5(252)=2log5(25)=22=4\log_5(25^2) = 2 \cdot \log_5(25) = 2 \cdot 2 = 4

In all cases, MM and NN must be positive, and b>0b > 0, b1b \neq 1.

Additional properties and formulas

Change of Base Formula: logb(x)=loga(x)loga(b)\log_b(x) = \frac{\log_a(x)}{\log_a(b)}

This is how you evaluate logs with unusual bases on a calculator. Pick any convenient base (usually 10 or ee): log2(8)=log10(8)log10(2)=0.9030.301=3\log_2(8) = \frac{\log_{10}(8)}{\log_{10}(2)} = \frac{0.903}{0.301} = 3

Identity and Zero Properties:

  • logb(b)=1\log_b(b) = 1 because b1=bb^1 = b
  • logb(1)=0\log_b(1) = 0 because b0=1b^0 = 1

Reciprocal Property: logb(1x)=logb(x)\log_b\left(\frac{1}{x}\right) = -\log_b(x)

This follows directly from the quotient property (or the power property with n=1n = -1): log2(18)=log2(8)=3\log_2\left(\frac{1}{8}\right) = -\log_2(8) = -3

Inverse Cancellation Properties (these are worth memorizing):

  • blogb(x)=xb^{\log_b(x)} = x for x>0x > 0
  • logb(bx)=x\log_b(b^x) = x for all real xx

These say that exponentials and logarithms of the same base undo each other.

Graphing logarithmic functions

Definition and properties, Graphs of Logarithmic Functions – Algebra and Trigonometry OpenStax

Relationship to exponential functions

Since f(x)=logb(x)f(x) = \log_b(x) is the inverse of g(x)=bxg(x) = b^x, their graphs are reflections of each other across the line y=xy = x. To sketch a log graph, you can plot points for the exponential and then swap every (x,y)(x, y) to (y,x)(y, x).

Key features of y=logb(x)y = \log_b(x):

  • Vertical asymptote at x=0x = 0 (the y-axis). The curve approaches it but never touches it.
  • x-intercept at (1,0)(1, 0), since logb(1)=0\log_b(1) = 0 for any valid base.
  • Passes through (b,1)(b, 1), since logb(b)=1\log_b(b) = 1.

Behavior and transformations

  • If b>1b > 1, the function is increasing (rises from left to right). Larger bases make it rise more slowly.
  • If 0<b<10 < b < 1, the function is decreasing (falls from left to right).

Transformations follow the same rules you've used for other function families:

TransformationEffect on Graph
f(x)+kf(x) + kShifts up kk units
f(x)kf(x) - kShifts down kk units
f(xh)f(x - h)Shifts right hh units
f(x+h)f(x + h)Shifts left hh units
f(x)-f(x)Reflects across the x-axis
f(x)f(-x)Reflects across the y-axis
af(x)a \cdot f(x)Vertical stretch/compression by factor aa

Watch what happens to the asymptote during horizontal shifts. For y=log2(x3)y = \log_2(x - 3), the vertical asymptote moves from x=0x = 0 to x=3x = 3, and the domain becomes (3,)(3, \infty).

Solving logarithmic equations

Solving techniques

The core strategy is to convert between logarithmic and exponential form.

Single logarithm equations:

  1. Isolate the logarithmic expression on one side.
  2. Rewrite in exponential form: if logb(expression)=c\log_b(\text{expression}) = c, then expression=bc\text{expression} = b^c.
  3. Solve for the variable.

Example: Solve log3(x)=4\log_3(x) = 4. Rewrite as x=34=81x = 3^4 = 81.

Equations with multiple logarithms (same base):

  1. Use the product, quotient, or power properties to combine into a single logarithm.
  2. Then convert to exponential form and solve.

Equations with logarithms of different bases:

Use the change of base formula to rewrite everything in the same base, then proceed as above. For instance, to solve log2(x)=log8(x1)\log_2(x) = \log_8(x - 1), convert log8(x1)\log_8(x-1) to base 2 using log8(x1)=log2(x1)log2(8)=log2(x1)3\log_8(x-1) = \frac{\log_2(x-1)}{\log_2(8)} = \frac{\log_2(x-1)}{3}.

Solution types and extraneous solutions

Logarithmic equations can have one solution, multiple solutions, or no solution, depending on the domain restrictions.

Extraneous solutions are a real hazard here. They pop up because algebraic steps can produce values that fall outside the domain of the original logarithmic expressions. Every argument of every logarithm in the original equation must be positive.

Example: Solve log(x2)+log(x+2)=1\log(x - 2) + \log(x + 2) = 1.

  1. Combine: log[(x2)(x+2)]=1\log[(x-2)(x+2)] = 1

  2. Rewrite: (x2)(x+2)=101=10(x-2)(x+2) = 10^1 = 10

  3. Expand: x24=10x^2 - 4 = 10, so x2=14x^2 = 14, giving x=±14x = \pm\sqrt{14}

  4. Check: x=143.74x = -\sqrt{14} \approx -3.74 makes (x2)(x - 2) negative, so it's extraneous. Only x=14x = \sqrt{14} is valid.

Always substitute your answers back into the original equation to confirm that no logarithm ends up with a zero or negative argument.

For logarithmic inequalities, the same conversion to exponential form works, but pay attention to the base. If b>1b > 1, the inequality direction stays the same. If 0<b<10 < b < 1, the inequality flips when you convert.

Example: Solve log2(x)>3\log_2(x) > 3. Since 2>12 > 1, convert directly: x>23=8x > 2^3 = 8.