Condense Logarithms Calculator: How to Combine Logs Into One Expression
About the Author

A Condense Logarithms Calculator takes a string of separate log terms — sums, differences, and coefficients out front — and folds them into one clean logarithm. Feed it 2 log x + 3 log y − log z and it hands back log(x²y³ / z), with every step shown. That single-log form is exactly what you need before you can solve a logarithmic equation or simplify a messy calculus expression. Below, we'll unpack the three rules that do all the work, the one ordering trick that trips people up, and why a fractional coefficient quietly turns into a root.
Condensing Is Expanding Played Backwards
Here's the fastest way to understand condensing: it's the exact reverse of expanding. When you expand, you break a single logarithm into pieces — log(x²y³ / z) becomes 2 log x + 3 log y − log z. Condensing runs that same machinery right to left, gluing the pieces back into one log. Same three rules, opposite direction.
That symmetry is useful. If you can expand and simplify an expression, you already know how to condense one — you just read the rules backwards. And because a coefficient in front of a log corresponds to a power inside it, brushing up on exponents and powers makes the whole process click faster.
The Three Rules That Do All the Work
Every condensing problem is some mix of just three identities. There is nothing else to memorize. The catch that beginners miss: all three demand the same base. You can combine two base-10 logs or two natural logs, but never a log₂ with a log₁₀.
| Rule | Expanded form | Condensed form |
|---|---|---|
| Product | log M + log N | log(M · N) |
| Quotient | log M − log N | log(M / N) |
| Power | k · log M | log(M^k) |
Read them left to right and you're expanding. Read them right to left and you're condensing: plus signs become multiplication, minus signs become division, and any number multiplying a log climbs inside as an exponent.
Why the Power Rule Has to Go First
This is the single most important habit in condensing, and it's worth burning into memory: deal with the coefficients before you touch the plus and minus signs. A number in front of a log is not multiplying the argument — it is an exponent waiting to move inside.
Take 2 log x. That equals log(x²), not log(2x). The 2 becomes a power, never a factor. Skip the power rule and try to combine 2 log x + log y straight away, and you might wrongly write log(2xy). The correct answer is log(x²y). Handle the coefficient first — x becomes x² — and only then multiply the arguments. The calculator above always applies this order, which is why Step 1 in its solution is the power rule every single time.
A Four-Term Expression, Condensed Step by Step
Short examples hide the pattern, so let's condense something with real moving parts: 3 log₂ a + ½ log₂ b − 2 log₂ c − log₂ d, all in base 2.
Step 1 — power rule on every term. The coefficients climb inside as exponents: 3 log₂ a becomes log₂(a³), ½ log₂ b becomes log₂(b^½), 2 log₂ c becomes log₂(c²), and log₂ d stays put. Now the expression reads log₂(a³) + log₂(b^½) − log₂(c²) − log₂(d).
Step 2 — group by sign. The two added logs form the numerator, a³ · b^½. The two subtracted logs form the denominator, c² · d. Step 3 — write the single log: log₂(a³b^½ / c²d). Because b^½ is the square root of b, you'll often see this final answer written as log₂( (a³√b) / (c²d) ). That's the whole job — four terms folded into one. Want to double-check work like this quickly? An algebra calculator is handy for verifying the arithmetic on the exponents.
Fractional Coefficients Become Roots
A coefficient does not have to be a whole number, and this is where students hesitate. When the number out front is a fraction, the power rule still applies — you just land on a fractional exponent, which is a root in disguise. The exponent ½ means a square root, ⅓ means a cube root, and so on.
| Term | As an exponent | Written as a root |
|---|---|---|
| ½ log x | log(x^½) | log(√x) |
| ⅓ log x | log(x^⅓) | log(∛x) |
| ¾ log x | log(x^¾) | log(⁴√x³) |
So ½ log x + log y condenses to log(√x · y). The tool accepts fractions like 1/2 directly and shows the fractional exponent for you, so you can see the connection instead of guessing at it.
Why Bother? Condensing Is How You Solve Log Equations
Condensing isn't busywork — it's the move that unlocks logarithmic equations. You can't undo a log until the whole side is a single log, because only then can you rewrite it in exponential form. Consider log x + log(x − 3) = 1. Condense the left side with the product rule to log(x(x − 3)) = 1, switch to exponential form as x(x − 3) = 10¹, and you're left with the plain quadratic x² − 3x − 10 = 0, which factors to x = 5 (rejecting x = −2, since logs of negatives don't exist).
The same skill shows up in calculus, where logarithmic differentiation leans on combining and splitting logs to tame nasty products and powers before you differentiate. And once every argument is a number, you can punch the condensed form straight into an list of logarithmic identities or an online scientific calculator for a decimal — one log call instead of three.
Three Traps a Condense Logarithms Calculator Catches for You
Each of these produces a believable-looking result, which is exactly what makes them dangerous. Watch for all three.
- Turning a coefficient into a factor. 3 log x is log(x³), not log(3x). The number in front is always an exponent, never something you multiply the argument by.
- Forgetting the minus sends the whole term downstairs. In 2 log a − 3 log b, the entire b³ — coefficient and all — belongs in the denominator, giving log(a² / b³). It's easy to move b but forget its exponent.
- Mixing bases. log₂ x + log₁₀ y cannot be condensed as written. The rules only fire when the bases match, so convert with the change-of-base formula first, or leave the terms separate.
Get those three right and condensing becomes mechanical. Enter any expression in the calculator above, and the sanity check will plug in test values to confirm your condensed form matches the original — a fast way to catch a stray sign or a misplaced exponent before it costs you on an exam.



