Condense Logarithms Calculator
Combine a·log(x) + b·log(y) into a single logarithm value.
Condensing logarithms uses the power and product rules to merge several log terms into one.
The math behind it
Move coefficients into exponents (a·log x = log xᵃ), then combine sums into products: log xᵃ + log yᵇ = log(xᵃ·yᵇ).
Worked example
2·log 3 + log 5 = log(9 × 5) = log 45.
FAQ
What about subtraction?
A difference of logs condenses into a quotient: log x − log y = log(x/y).