๐ŸฌHonors Algebra II

Logarithmic 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

Logarithmic properties are the tools you'll use to break apart complex expressions and solve equations that would otherwise be impossible to untangle. In Intermediate Algebra, you need to manipulate logarithmic expressions, solve logarithmic equations, and convert between exponential and logarithmic forms. These skills carry directly into precalculus and calculus, where logarithms model exponential growth, decay, and continuous change.

The core idea behind logarithms: they turn multiplication into addition, division into subtraction, and exponents into coefficients. As you study these properties, focus on what each property does and when to apply it, not just the formulas themselves.


Properties That Simplify Operations

These three properties form the core toolkit for breaking down complex logarithmic expressions. They all work because logarithms convert between different mathematical operations.

Product Rule

logโกa(xy)=logโกa(x)+logโกa(y)\log_a(xy) = \log_a(x) + \log_a(y)

Multiplication inside the logarithm becomes addition outside. Use this to expand expressions when you need to isolate variables trapped in products. It also works in reverse: you can condense sums of logs into a single logarithm, which is often the final step in solving equations.

Quotient Rule

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

Division inside becomes subtraction outside. Any time you see a fraction as the argument of a logarithm, this rule applies. It pairs naturally with the Product Rule when simplifying expressions that contain both multiplication and division.

Power Rule

logโกa(xn)=nโ‹…logโกa(x)\log_a(x^n) = n \cdot \log_a(x)

Exponents come down as coefficients in front of the logarithm. This is the most frequently tested property because it's essential for solving equations where the variable sits in an exponent. It works in reverse too: a coefficient in front of a log can move up as an exponent inside, which is key for condensing expressions.

Compare: Product Rule vs. Power Rule. Both involve multiplication, but the Product Rule handles logโก(xy)\log(xy) (two different terms multiplied) while the Power Rule handles logโก(xn)\log(x^n) (one term raised to a power). On tests, check whether the multiplication is between two different terms or repeated multiplication of the same term.


Foundational Identity Properties

These properties establish the baseline behavior of logarithms. They seem simple, but they're critical reference points for verifying answers and simplifying expressions quickly.

Logarithm of 1

logโกa(1)=0\log_a(1) = 0 for any valid base.

This is true because a0=1a^0 = 1 for all positive aโ‰ 1a \neq 1. It holds regardless of base, so it's a reliable anchor point. You'll see it appear when terms cancel out or when checking domain restrictions.

Logarithm of the Base

logโกa(a)=1\log_a(a) = 1

The logarithm of any number to its own base equals one. Think about what the definition is asking: "What power of aa gives aa?" The answer is always 1. This simplifies expressions instantly whenever the argument matches the base.

Compare: logโกa(1)=0\log_a(1) = 0 vs. logโกa(a)=1\log_a(a) = 1. One asks "what power gives 1?" (always 0) while the other asks "what power gives the base itself?" (always 1). These are easy points on multiple choice if you recognize them quickly.


Inverse Relationship Properties

Logarithms and exponentials are inverse operations: they undo each other. Mastering this relationship is essential for converting between forms when solving equations.

Inverse Property

alogโกa(x)=xa^{\log_a(x)} = x

Exponentiating "cancels" the logarithm, returning the original argument. This also works the other way: logโกa(ax)=x\log_a(a^x) = x, where the logarithm cancels the exponential. Use this whenever you have nested log-and-exponential expressions that need simplification.

Exponential-Logarithmic Equivalence

y=axโ€…โ€ŠโŸบโ€…โ€Šx=logโกa(y)y = a^x \iff x = \log_a(y)

These are two ways of expressing the exact same relationship. Converting between forms is often the first step in solving equations; you pick whichever form isolates your variable. If you understand this equivalence deeply, every other property makes more sense.

Compare: The Inverse Property shows that logs and exponentials cancel each other, while the Equivalence shows they're two representations of the same relationship. Many problems require you to rewrite an equation in the opposite form before solving.


Special Bases and Conversions

These properties cover the two most common bases and give you a way to convert between any bases.

Natural Logarithm

lnโก(x)=logโกe(x)\ln(x) = \log_e(x), where eโ‰ˆ2.718e \approx 2.718 (Euler's number).

This base dominates in calculus and any context involving continuous growth, compound interest, or decay. Your calculator's LN button computes this directly.

Common Logarithm

logโก(x)=logโก10(x)\log(x) = \log_{10}(x)

When no base is written, base 10 is assumed. This base shows up in scientific applications like pH (pH=โˆ’logโก[H+]\text{pH} = -\log[H^+]) and decibel scales. Your calculator's LOG button computes base-10 logarithms by default.

Change of Base Formula

logโกa(x)=logโกb(x)logโกb(a)\log_a(x) = \frac{\log_b(x)}{\log_b(a)}

This converts any logarithm to a different base. It's essential for calculator work since most calculators only have LOG and LN. In practice, you'll usually write it as:

logโกa(x)=lnโก(x)lnโก(a)orlogโกa(x)=logโก(x)logโก(a)\log_a(x) = \frac{\ln(x)}{\ln(a)} \quad \text{or} \quad \log_a(x) = \frac{\log(x)}{\log(a)}

Either form works; just be consistent with the base you choose for the conversion.

Compare: Natural Log vs. Common Log. Both are specific cases of logโกa(x)\log_a(x), but lnโก\ln uses base ee (for continuous/natural processes) while logโก\log uses base 10 (for scientific scales and powers of ten). The Change of Base Formula lets you convert between them or evaluate logs with unusual bases.


Quick Reference Table

ConceptKey Properties
Simplifying ProductsProduct Rule
Simplifying QuotientsQuotient Rule
Handling ExponentsPower Rule
Identity Valueslogโกa(1)=0\log_a(1) = 0, logโกa(a)=1\log_a(a) = 1
Inverse Operationsalogโกa(x)=xa^{\log_a(x)} = x, Exponential-Log Equivalence
Calculator ComputationChange of Base Formula
Base ee ApplicationsNatural Logarithm (lnโก\ln)
Base 10 ApplicationsCommon Logarithm (logโก\log)

Self-Check Questions

  1. Which two properties would you use together to fully expand logโก3(x4y2)\log_3\left(\frac{x^4}{y^2}\right)?

  2. If you need to evaluate logโก5(17)\log_5(17) on a calculator that only has LOG and LN buttons, which property do you apply, and what would you type?

  3. Both the Product Rule and the Power Rule involve multiplication. How do you decide which one applies to a given expression?

  4. Why does logโก7(1)=0\log_7(1) = 0 while logโก7(7)=1\log_7(7) = 1? Explain using the definition of logarithms as inverse operations.

  5. To solve 32x+1=153^{2x+1} = 15, what's your first step, and which logarithmic property allows you to isolate xx?

Logarithmic Properties to Know for Intermediate Algebra