๐Ÿ“Honors Pre-Calculus

Logarithmic Function Properties

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Logarithms are the key to unlocking exponential equations that would otherwise be unsolvable. Every time you need to isolate a variable trapped in an exponent, logarithms are the tool you reach for. In Honors Pre-Calc, you're expected to manipulate logarithmic expressions fluently, convert between exponential and logarithmic forms, and recognize how logarithmic graphs behave. These skills feed directly into calculus, where logarithmic differentiation and integration become essential.

The properties you'll learn here, the product, quotient, and power rules, aren't random formulas. They're direct consequences of how exponents work, just viewed from a different angle. Understanding this connection means you can re-derive any property you forget during an exam. Don't just memorize that logโกb(xy)=logโกb(x)+logโกb(y)\log_b(xy) = \log_b(x) + \log_b(y). Know why multiplication becomes addition when you're working with exponents. That conceptual understanding is what separates students who struggle from those who thrive.


Foundational Definitions

Before getting into properties, you need a rock-solid understanding of what a logarithm actually is. Think of it as the inverse question: instead of "what do I get when I raise this base to this power?" you're asking "what power gives me this result?"

Definition of Logarithms

A logarithm answers: "What exponent produces this result?" If bx=yb^x = y, then x=logโกb(y)x = \log_b(y).

  • Domain restriction: logarithms are only defined for positive arguments (y>0y > 0) and positive bases (b>0b > 0) where bโ‰ 1b \neq 1
  • The base-exponent-result relationship is the foundation for converting between exponential and logarithmic forms

For example, logโก2(8)=3\log_2(8) = 3 because 23=82^3 = 8. You're always asking: "What power of 2 gives me 8?"

Inverse Relationship with Exponentials

Logarithmic and exponential functions are inverses, meaning their graphs reflect across the line y=xy = x.

  • Composition property: logโกb(bx)=x\log_b(b^x) = x and blogโกb(x)=xb^{\log_b(x)} = x. These two operations cancel each other out.
  • Equation-solving power: this inverse relationship lets you isolate variables trapped in exponents or inside logarithms

Compare: Definition vs. Inverse Relationship. The definition tells you what a logarithm means, while the inverse property tells you how logarithms and exponentials undo each other. If a problem asks you to solve 3x=153^x = 15, you're using the inverse relationship to write x=logโก3(15)x = \log_3(15).


Identity Properties

These two properties seem simple, but they're your anchors when simplifying complex expressions. They come directly from basic exponent facts: anything to the zero power is 1, and anything to the first power is itself.

Logarithm of 1

logโกb(1)=0\log_b(1) = 0 for any valid base, because b0=1b^0 = 1 is always true.

  • Any term containing logโก(1)\log(1) immediately drops to zero, which is a great simplification shortcut
  • Works for common log (logโก\log), natural log (lnโก\ln), and any logโกb\log_b

Logarithm of the Base

logโกb(b)=1\log_b(b) = 1 always, because b1=bb^1 = b by definition.

  • Quick mental checks: logโก10(10)=1\log_{10}(10) = 1, lnโก(e)=1\ln(e) = 1, logโก2(2)=1\log_2(2) = 1
  • Recognizing when an argument equals the base lets you substitute 1 instantly

Compare: logโกb(1)=0\log_b(1) = 0 vs. logโกb(b)=1\log_b(b) = 1. Both come from basic exponent facts, but students often mix them up. Remember: an argument of 1 gives you 0; an argument matching the base gives you 1.


Expansion and Condensing Rules

These three rules are the workhorses of logarithm manipulation. They let you expand a single logarithm into multiple terms (useful for solving) or condense multiple logarithms into one (useful for simplifying). They work because logarithms convert multiplication/division into addition/subtraction.

Product Rule

logโกb(xy)=logโกb(x)+logโกb(y)\log_b(xy) = \log_b(x) + \log_b(y)

Multiplication inside becomes addition outside. Here's why: if bm=xb^m = x and bn=yb^n = y, then bm+n=xyb^{m+n} = xy, so the exponents (the logarithms) add.

Exam application: expand logโก3(5x)\log_3(5x) as logโก3(5)+logโก3(x)\log_3(5) + \log_3(x) to isolate the variable.

Quotient Rule

logโกb(xy)=logโกb(x)โˆ’logโกb(y)\log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y)

Division inside becomes subtraction outside. This parallels how dividing powers with the same base means subtracting exponents.

Common mistake: students write logโกb(x)logโกb(y)\frac{\log_b(x)}{\log_b(y)} instead. That's the change of base formula, not the quotient rule. A fraction of logs is completely different from a log of a fraction.

Power Rule

logโกb(xk)=kโ‹…logโกb(x)\log_b(x^k) = k \cdot \log_b(x)

Exponents inside become coefficients outside. This is the most powerful rule for solving equations because it lets you "bring down" an exponent to isolate a variable. It works for any real exponent kk, including fractions (like 12\frac{1}{2} for square roots) and negatives.

Compare: Product vs. Quotient vs. Power Rules. All three convert one operation into a simpler one. Product converts multiplication to addition, quotient converts division to subtraction, and power converts exponentiation to multiplication. On problems asking you to "expand completely," you'll often use all three in sequence.


Converting Between Bases

When your calculator only has logโก\log (base 10) and lnโก\ln (base ee), how do you evaluate logโก5(17)\log_5(17)? The change of base formula bridges this gap and shows up constantly in both computational and proof-based problems.

Change of Base Formula

logโกb(a)=logโกk(a)logโกk(b)\log_b(a) = \frac{\log_k(a)}{\log_k(b)}

This works for any positive base kk, but you'll typically use k=10k = 10 or k=ek = e.

Calculator strategy: logโก5(17)=lnโก(17)lnโก(5)=logโก(17)logโก(5)โ‰ˆ1.76\log_5(17) = \frac{\ln(17)}{\ln(5)} = \frac{\log(17)}{\log(5)} \approx 1.76

This formula is also essential for proofs when you need to show two logarithmic expressions are equal.

Compare: Change of Base vs. Quotient Rule. These look similar but do completely different things. Change of base has logarithms in both numerator and denominator with the same argument structure: logโก(a)logโก(b)=logโกb(a)\frac{\log(a)}{\log(b)} = \log_b(a). The quotient rule has a single logarithm of a fraction: logโก(ab)=logโก(a)โˆ’logโก(b)\log\left(\frac{a}{b}\right) = \log(a) - \log(b). Don't confuse them.


Graphical Behavior

Understanding the graph of y=logโกb(x)y = \log_b(x) helps you visualize domain restrictions, predict function behavior, and connect algebraic properties to geometric features.

Domain and Range

  • Domain: x>0x > 0 only. You cannot take the logarithm of zero or a negative number.
  • Range: all real numbers (โˆ’โˆž,โˆž)(-\infty, \infty). Logarithmic outputs can be any value.
  • Implication for solving: when you get a solution, always check back that the argument stays positive. Extraneous solutions are common with logarithmic equations.

Graph Characteristics

  • Passes through (1,0)(1, 0) and (b,1)(b, 1). These anchor points come directly from the identity properties.
  • Vertical asymptote at x=0x = 0. The graph approaches but never touches the y-axis.
  • Base determines behavior: the function is increasing for b>1b > 1 and decreasing for 0<b<10 < b < 1.
  • Growth rate: logarithmic functions grow slowly compared to polynomial or exponential functions. As xx gets large, the curve flattens out.

Compare: Domain/Range of logโกb(x)\log_b(x) vs. bxb^x. They're swapped because the functions are inverses. Exponentials have domain all reals and range (0,โˆž)(0, \infty); logarithms have domain (0,โˆž)(0, \infty) and range all reals. This swap is a classic exam question.


Quick Reference Table

ConceptKey Properties/Formulas
Definitionbx=yโ‡”x=logโกb(y)b^x = y \Leftrightarrow x = \log_b(y)
Identity Propertieslogโกb(1)=0\log_b(1) = 0, logโกb(b)=1\log_b(b) = 1
Product Rulelogโกb(xy)=logโกb(x)+logโกb(y)\log_b(xy) = \log_b(x) + \log_b(y)
Quotient Rulelogโกb(xy)=logโกb(x)โˆ’logโกb(y)\log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y)
Power Rulelogโกb(xk)=kโ‹…logโกb(x)\log_b(x^k) = k \cdot \log_b(x)
Change of Baselogโกb(a)=logโกk(a)logโกk(b)\log_b(a) = \frac{\log_k(a)}{\log_k(b)}
Inverse Relationshiplogโกb(bx)=x\log_b(b^x) = x, blogโกb(x)=xb^{\log_b(x)} = x
Domain/RangeDomain: (0,โˆž)(0, \infty), Range: (โˆ’โˆž,โˆž)(-\infty, \infty)

Self-Check Questions

  1. Which two properties allow you to immediately simplify logโก7(1)+logโก7(7)\log_7(1) + \log_7(7) without a calculator, and what is the result?

  2. A student claims that logโก4(16)โˆ’logโก4(2)=logโก4(8)\log_4(16) - \log_4(2) = \log_4(8). Use the quotient rule to verify whether this is correct, and explain your reasoning.

  3. Compare the change of base formula with the quotient rule. Why does logโก(12)logโก(3)\frac{\log(12)}{\log(3)} equal logโก3(12)\log_3(12), but logโก(123)\log\left(\frac{12}{3}\right) does not?

  4. If you're asked to solve 52x+1=805^{2x+1} = 80, which logarithm property would you use first to isolate xx, and why?

  5. The graph of y=logโกb(x)y = \log_b(x) passes through (9,2)(9, 2). What is the base bb, and how does this point relate to the definition of logarithms?