Condense Logarithms Calculator - Combine Log Expressions

Combine multiple logarithmic expressions into a single logarithm using the product, quotient, and power rules. Supports common, natural, binary, and custom bases.

Pick the operation, choose a base, type your values, and the calculator returns the condensed logarithm written as a single expression.

Condense Logarithms Calculator - Combine Log Expressions
Combine multiple logarithmic expressions into a single logarithm using the product, quotient, and power rules. Supports common, natural, binary, and custom bases.

About the condense logarithms calculator

Condensing logarithms means rewriting a sum, difference, or scalar multiple of logarithms with the same base as a single logarithm. The technique relies on three classical identities — the product rule log_b(a) + log_b(c) = log_b(a·c), the quotient rule log_b(a) − log_b(c) = log_b(a/c), and the power rule k·log_b(a) = log_b(a^k). Together with the change-of-base formula, these three rules let you manipulate any logarithmic expression that involves a common base. The calculator accepts symbolic inputs such as x, (x + 1), or 5 because condensing is fundamentally a symbolic operation: the result is an expression, not a numeric value. Choose the operation that matches your problem — Addition for log_b(a) + log_b(b), Subtraction for log_b(a) − log_b(b), or Power for k·log_b(a) — and the calculator will assemble the corresponding condensed form. The base selector covers the three most common cases (10, e, and 2) and offers a custom base for any positive number not equal to 1. Why bother condensing? In calculus, a single logarithm is far easier to differentiate or integrate than a long sum of logarithms. When solving logarithmic equations, condensing the left-hand side lets you cancel the log against an exponential to recover a polynomial equation. In data analysis, condensing log-likelihoods into a single log-product simplifies maximum likelihood computations. In information theory, condensing terms involving log_2 reveals entropy and mutual information in their cleanest form. A few important caveats. All logarithms in a single condensing step must share the same base — you cannot combine log_2(x) with log_10(y) without first using the change-of-base formula. The arguments of every logarithm must be positive in the real-number setting; if you allow zero or negative arguments, the equations become identities only on a restricted domain. The power rule applies the exponent k to the argument of the log, not to the log itself: k·log_b(a) becomes log_b(a^k), never (log_b(a))^k. Use the condense logarithms calculator whenever you need to simplify a homework problem in algebra or precalculus, prepare an expression for differentiation in calculus, or check the work of a step in a longer derivation.

Worked examples

Three quick scenarios showing each operation in action.

InputCondensed formRule used
log(2) + log(5), base 10log_10(2 · 5)Product rule. The expression evaluates to log_10(10) = 1, but the condensed symbolic form is log_10(2·5).
ln(x) − ln(y)ln(x / y)Quotient rule with the natural log (base e). Useful when differentiating logarithmic expressions.
3 · log_2(x)log_2(x^3)Power rule. Pulling the coefficient 3 into the argument as an exponent is the canonical first step when solving log equations.
log_5(a) + log_5(b)log_5(a · b)Product rule with a custom base of 5.

How to use the condense logarithms calculator

  1. Select the operation that matches your expression: Addition, Subtraction, or Power.
  2. Choose the logarithm base — 10, e, 2, or a custom positive base.
  3. Enter the first value a. For Addition or Subtraction, also enter the second value b. For Power, enter the coefficient k instead.
  4. Click Condense Logarithms. The calculator displays both the original expression and its condensed single-logarithm form.
  5. Click Reset to start over with a new expression.

Condense logarithms FAQ

What does it mean to condense a logarithm?
Condensing a logarithmic expression means rewriting a sum, difference, or scalar multiple of logarithms with the same base as a single logarithm using the product, quotient, and power rules. This is the inverse of expanding a logarithm and is a core skill in algebra and calculus.
Why must all logarithms have the same base?
The product, quotient, and power rules only hold when every logarithm shares a common base. If your terms use different bases, convert them first with the change-of-base formula log_b(x) = log_c(x) / log_c(b).
Can I expand a logarithm by reversing these rules?
Yes. The same three rules read backward let you expand a single logarithm into a sum or difference of simpler logarithms. Expanding is the opposite operation and is often used before condensing in chain-rule differentiation.
What is the difference between log and ln?
In most modern texts log without a subscript means the common logarithm log_10, while ln means the natural logarithm log_e. Calculators and some programming languages use log for the natural logarithm, so always check conventions in your source material.
Why is log_b(1) always zero?
Because b^0 = 1 for any positive base b ≠ 1, so the exponent that produces 1 is always 0. This identity is useful for simplifying condensed expressions that reduce to log_b(1).
Can the calculator handle symbolic inputs like x or (x+1)?
Yes. The result is a formatted symbolic expression, not a numeric value, so any string you type for the argument is wrapped into the condensed form. The calculator does not simplify algebraic expressions inside the argument.