Expanding Logarithms Calculator: Rules, Steps, and Worked Examples
An expanding logarithms calculator breaks a single, complicated logarithm into a sum or difference of simpler logarithms using the product, quotient, and power rules. Expanding is the reverse of condensing, and both skills show up constantly in algebra II, precalculus, and any course that touches exponential or logarithmic functions. This guide walks through each rule individually, then combines all three in full worked examples with radicals and exponents, so you can expand any logarithm by hand and check a calculator's output line by line.
Contents
- 01What Does It Mean to Expand a Logarithm?
- 02What Are the Three Rules an Expanding Logarithms Calculator Uses?
- 03How Do You Expand log(3x²y) Step by Step?
- 04How Do You Expand ln((5a³) ÷ (2b)) Step by Step?
- 05How Do You Expand log₂(√x ÷ y⁴) With a Radical Inside?
- 06How Do You Check an Expansion by Recombining It?
- 07What Mistakes Do Students Make When Expanding Logarithms?
- 08Practice Problems: Can You Expand These Logarithms?
- 09How Can Solvify Help You Check a Logarithm Expansion?
What Does It Mean to Expand a Logarithm?
Expanding a logarithm means rewriting a single log expression that contains a product, quotient, or power inside it as a sum, difference, or multiple of simpler logarithms. For example, log(3x²y) can be rewritten as log 3 + 2 log x + log y — three separate, simpler logs instead of one log wrapped around a whole expression. Expanding is useful because it turns a compact but opaque expression into pieces that are each easy to evaluate, differentiate, or simplify further. Expanding is the exact opposite of condensing (also called combining), where several logs are merged back into one. Both directions rely on the same three rules, so once you can expand confidently, condensing is really just running the same steps backward. Textbooks and standardized tests ask for both directions, which is why it pays to practice reading the rules in either order rather than memorizing only one.
Expanding a logarithm turns one log of a product, quotient, or power into a sum, difference, or multiple of simpler logs — the reverse of condensing.
What Are the Three Rules an Expanding Logarithms Calculator Uses?
Every expansion relies on exactly three log rules, each tied to one arithmetic operation happening inside the logarithm. All three hold for any valid logarithm base, whether it is log base 10, natural log (ln), or log base 2, as long as every argument involved stays positive.
1. Product rule
log_b(MN) = log_b(M) + log_b(N). A logarithm of a product splits into a sum of logarithms, one for each factor.
2. Quotient rule
log_b(M ÷ N) = log_b(M) - log_b(N). A logarithm of a quotient splits into the logarithm of the numerator minus the logarithm of the denominator.
3. Power rule
log_b(M^p) = p × log_b(M). An exponent inside a logarithm can be pulled out and multiplied in front of the log.
Product → addition. Quotient → subtraction. Power → multiplication out front. Every expansion is some combination of these three moves.
How Do You Expand log(3x²y) Step by Step?
This example combines all three operations — multiplication and an exponent — inside a single common logarithm, so it is a good first full expansion to walk through carefully.
1. Step 1 - Identify the structure inside the log
3x²y is a product of three factors: 3, x², and y. Since the whole thing is one product, the product rule applies first.
2. Step 2 - Apply the product rule
log(3x²y) = log 3 + log x² + log y. Each factor now has its own logarithm, connected by addition.
3. Step 3 - Apply the power rule to the term with an exponent
log x² still has an exponent inside it, so apply the power rule: log x² = 2 log x. Substituting back gives log(3x²y) = log 3 + 2 log x + log y.
4. Step 4 - State the domain restriction
The original expression log(3x²y) requires 3x²y > 0. Since 3 > 0 and x² ≥ 0 always, this expansion is valid as long as x ≠ 0 and y > 0. Note that log x alone (as opposed to log x²) technically also requires x > 0, so most textbooks restrict this expansion to x > 0 and y > 0 to keep every individual term defined.
log(3x²y) = log 3 + 2 log x + log y — one product rule step, then one power rule step on the squared term.
How Do You Expand ln((5a³) ÷ (2b)) Step by Step?
This example adds the quotient rule into the mix, since the expression is a fraction (a quotient) where the numerator is itself a product with an exponent.
1. Step 1 - Apply the quotient rule first
The outermost operation is division, so split it first: ln((5a³) ÷ (2b)) = ln(5a³) - ln(2b).
2. Step 2 - Apply the product rule to each piece
ln(5a³) = ln 5 + ln a³, and ln(2b) = ln 2 + ln b. Substituting back gives ln 5 + ln a³ - (ln 2 + ln b).
3. Step 3 - Distribute the negative sign and apply the power rule
Distribute the subtraction across both terms in the second parenthesis: ln 5 + ln a³ - ln 2 - ln b. Then apply the power rule to ln a³ = 3 ln a, giving the final expansion: ln 5 + 3 ln a - ln 2 - ln b.
4. Step 4 - State the domain restriction
The original expression requires (5a³) ÷ (2b) > 0. Since 5 and 2 are positive constants, this expansion (and each individual ln a and ln b term) is valid for a > 0 and b > 0.
ln((5a³) ÷ (2b)) = ln 5 + 3 ln a - ln 2 - ln b. Quotient rule splits the fraction; product and power rules handle the rest.
How Do You Expand log₂(√x ÷ y⁴) With a Radical Inside?
Radicals are the part of expanding logarithms that trips up the most students, because a square root has to be rewritten as a fractional exponent before the power rule can touch it. This example shows that conversion explicitly.
1. Step 1 - Rewrite the radical as a fractional exponent
√x is the same as x^(1/2). Rewriting first gives log₂(x^(1/2) ÷ y⁴), which is now entirely in exponent form and ready for the standard rules.
2. Step 2 - Apply the quotient rule
log₂(x^(1/2) ÷ y⁴) = log₂(x^(1/2)) - log₂(y⁴).
3. Step 3 - Apply the power rule to both terms
log₂(x^(1/2)) = (1/2) log₂ x, and log₂(y⁴) = 4 log₂ y. The full expansion is (1/2) log₂ x - 4 log₂ y.
4. Step 4 - State the domain restriction
The original expression requires √x ÷ y⁴ > 0. Since √x ≥ 0 and y⁴ > 0 whenever y ≠ 0, this expansion is valid for x > 0 and y ≠ 0 (excluding y = 0, since that would make the original fraction undefined).
log₂(√x ÷ y⁴) = (1/2) log₂ x - 4 log₂ y. Convert the radical to a fractional exponent before applying any log rule.
How Do You Check an Expansion by Recombining It?
The fastest way to verify any expansion is to run the three rules in reverse and confirm the original expression comes back exactly. This check catches sign errors on the quotient rule and misplaced exponents from the power rule, which are the two most common sources of mistakes.
1. Check log 3 + 2 log x + log y
Power rule in reverse: 2 log x = log x². Product rule in reverse: log 3 + log x² + log y = log(3 · x² · y) = log(3x²y), matching the original.
2. Check ln 5 + 3 ln a - ln 2 - ln b
Power rule in reverse: 3 ln a = ln a³. Group the additions and subtractions: (ln 5 + ln a³) - (ln 2 + ln b) = ln(5a³) - ln(2b) = ln((5a³) ÷ (2b)), matching the original.
3. Check (1/2) log₂ x - 4 log₂ y
Power rule in reverse: (1/2) log₂ x = log₂(x^(1/2)) = log₂ √x, and 4 log₂ y = log₂ y⁴. Quotient rule in reverse: log₂ √x - log₂ y⁴ = log₂(√x ÷ y⁴), matching the original.
If recombining an expansion does not return the exact original expression, a sign, exponent, or grouping mistake happened somewhere in between.
What Mistakes Do Students Make When Expanding Logarithms?
A small set of errors accounts for most incorrect expansions, and all of them are easy to catch once you know to look for them.
1. Mistake 1 - Treating log(x + y) like log(xy)
There is no rule for a logarithm of a sum. log(x + y) cannot be split into log x + log y; the product rule only applies to multiplication, never to addition inside the argument.
2. Mistake 2 - Forgetting to distribute the negative sign
When the quotient rule produces a subtraction and the numerator was itself a product, the negative sign must apply to every term that came from the denominator, not just the first one, as shown in the ln((5a³) ÷ (2b)) example above.
3. Mistake 3 - Applying the power rule to the wrong part
In log(3x²y), only x is squared, not the whole product 3x²y. Pulling the 2 out in front of the entire expression instead of just log x is one of the most common errors on this exact type of problem.
4. Mistake 4 - Ignoring domain restrictions
Every logarithm in the original expression and in the expanded form must have a positive argument. Skipping this check can produce an expansion that looks algebraically correct but is undefined for some values of the variables, such as forgetting that y ≠ 0 is required in the log₂(√x ÷ y⁴) example.
The product rule needs multiplication, the quotient rule needs division, and the power rule needs an exponent — never a sum inside the log.
Practice Problems: Can You Expand These Logarithms?
Try each problem before checking the answer, and confirm your work by recombining it, just like the check section above.
1. Problem 1 - Product only
Expand log(5xy). Answer: log 5 + log x + log y.
2. Problem 2 - Quotient with an exponent
Expand ln(x³ ÷ 4). Answer: 3 ln x - ln 4.
3. Problem 3 - Product and power combined
Expand log₂(8x⁵). Answer: log₂ 8 + 5 log₂ x, which simplifies further to 3 + 5 log₂ x since log₂ 8 = 3.
4. Problem 4 - Radical and quotient combined
Expand log(√(a ÷ b)). Answer: rewrite as log((a ÷ b)^(1/2)), apply the power rule to get (1/2) log(a ÷ b), then the quotient rule to get (1/2)(log a - log b), or equivalently (1/2) log a - (1/2) log b.
Working through a handful of expansions and checking each one by recombining builds the pattern recognition needed to expand any logarithm on sight.
How Can Solvify Help You Check a Logarithm Expansion?
Once the product, quotient, and power rules feel familiar, Solvify's AI-powered solver can take a photo of a logarithm expansion or condensing problem and show each rule applied in order, including the domain restrictions, so you can compare its steps against your own by-hand work and catch a misplaced sign or exponent before it ends up on a graded assignment. The same step-by-step breakdown extends to related algebra topics like exponential equations and change-of-base problems that often appear alongside logarithm expansions in the same unit.
The fastest way to get comfortable expanding logarithms is to work through several by hand and use a calculator only to verify the result.
Related Articles
Calculus Help: Core Rules, Examples, and Study Tips
Connect logarithm expansion to the calculus skills that use log rules in derivatives, integrals, and simplification.
Derivative Calculator Step by Step: Rules and Examples
See how algebraic rewriting, including log rules, supports clearer derivative work with checked steps.
How to Solve Algebraic Fractions Step by Step
Review numerator, denominator, and exponent structure before applying quotient rules to logarithms.
Related Math Solvers
Smart Scan Solver
Snap a photo of a logarithm expansion or condensing problem and get an instant step-by-step breakdown.
Step-by-Step Solutions
See the product, quotient, and power rules applied in order, not just the final expanded expression.
AI Math Tutor
Ask follow-up questions about domain restrictions or a specific rule and get personalized explanations 24/7.
