Expanding Logarithms Calculator
Expand log(xᵃ · yᵇ) into separate logarithm terms.
Expanding logarithms breaks one log of a product/power into a sum of simpler logs.
The math behind it
log(xᵃ·yᵇ) = a·log x + b·log y, using the product and power rules in reverse of condensing.
Worked example
log(3²·5) = 2·log 3 + log 5.
FAQ
Can I expand a quotient?
Yes — log(x/y) = log x − log y.