Condense Logarithms Calculator
Condense multiple logarithmic expressions into a single logarithm using power, product, and quotient rules with step-by-step solutions.
About
Condensing logarithms means rewriting a sum or difference of multiple logarithmic terms as one single logarithm. The process reverses the expansion rules taught in algebra and precalculus. Three properties govern the transformation: the Power Rule moves a coefficient into the exponent (k โ logb(x) = logb(xk)), the Product Rule merges addition into multiplication, and the Quotient Rule converts subtraction into division. Errors in this process typically cascade through exam solutions and engineering derivations. A misplaced sign flips division to multiplication inside the argument, producing an answer orders of magnitude off. This calculator applies each rule in the canonical order and displays every intermediate step so you can trace exactly where each coefficient and operator was resolved.
The tool assumes all terms share the same base. If bases differ, the expression cannot be condensed into a single logarithm without a change-of-base conversion. Arguments must be positive real numbers, and the base must be positive and not equal to 1. Fractional coefficients and negative coefficients (subtracted terms) are fully supported. The result is given in simplified symbolic form with fractions reduced via GCD.
Formulas
The condensing process follows a strict order of operations. First, apply the Power Rule to every term. Then combine all terms using the Product and Quotient Rules.
Step 1 - Power Rule:
k โ logb(x) โ logb(xk)
Step 2 - Product & Quotient Rules:
logb(A) + logb(B) โ logb(C) = logb(A โ BC)
Where k = coefficient of the logarithmic term, b = common base (must be identical across all terms), x = argument of the logarithm (must be positive), A, B = arguments of added (positive-coefficient) terms after the power rule, C = arguments of subtracted (negative-coefficient) terms after the power rule. Fractional exponents are preserved symbolically. For example, 12 โ log(x) becomes log(x1/2) which equals log(โx).
Reference Data
| Rule | Expanded Form | Condensed Form | Condition |
|---|---|---|---|
| Power Rule | k โ logb(M) | logb(Mk) | M > 0 |
| Product Rule | logb(M) + logb(N) | logb(M โ N) | M, N > 0 |
| Quotient Rule | logb(M) โ logb(N) | logb(MN) | M, N > 0 |
| Change of Base | logb(M) | loga(M)loga(b) | a, b > 0, โ 1 |
| Log of 1 | logb(1) | 0 | Any valid b |
| Log of Base | logb(b) | 1 | b > 0, โ 1 |
| Log of Power of Base | logb(bk) | k | b > 0, โ 1 |
| Natural Log (ln) | ln(M) | loge(M) | e ≈ 2.71828 |
| Common Log | log(M) | log10(M) | Convention |
| Inverse: Exponentiation | blogb(M) | M | M > 0 |
| Reciprocal Argument | logb(1M) | โlogb(M) | M > 0 |
| Reciprocal Base | log1b(M) | โlogb(M) | b > 0, โ 1 |