Skip to main content

Expanding Logarithms Calculator

Solve expanding logarithms problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.

Share this calculator

Formula

log_b(MN) = log_b(M) + log_b(N) | log_b(M/N) = log_b(M) - log_b(N) | log_b(M^n) = n*log_b(M)

The three fundamental logarithm properties allow expansion: the Product Rule splits multiplication into addition, the Quotient Rule splits division into subtraction, and the Power Rule moves exponents to coefficients.

Worked Examples

Example 1: Expanding a Product Logarithm

Problem: Expand log_10(12 * 5) using the product rule of logarithms.

Solution: Using the Product Rule: log_b(MN) = log_b(M) + log_b(N)\nlog_10(12 * 5) = log_10(12) + log_10(5)\n= 1.07918 + 0.69897\n= 1.77815\n\nVerification: log_10(60) = 1.77815

Result: log_10(60) = log_10(12) + log_10(5) = 1.07918 + 0.69897 = 1.77815

Example 2: Expanding a Power Logarithm

Problem: Expand log_10(12^3) using the power rule of logarithms.

Solution: Using the Power Rule: log_b(M^n) = n * log_b(M)\nlog_10(12^3) = 3 * log_10(12)\n= 3 * 1.07918\n= 3.23755\n\nVerification: 12^3 = 1728, log_10(1728) = 3.23755

Result: log_10(1728) = 3 * log_10(12) = 3 * 1.07918 = 3.23755

Frequently Asked Questions

When should you expand versus condense logarithms?

Expand logarithms when you need to simplify a complex expression, when solving for a variable trapped inside a logarithm, or when you need to compute values using known individual logarithms. Condense logarithms (the reverse operation) when you need to combine multiple logarithmic terms into a single expression, when preparing to apply the definition of a logarithm to solve an equation, or when simplifying a final answer. In calculus, expanding is useful before differentiating products (logarithmic differentiation), while condensing is useful when integrating expressions that match logarithmic forms.

Can you expand logarithms of sums or differences?

No, there is no logarithmic rule for expanding log(a + b) or log(a - b) into simpler terms. This is one of the most common mistakes in algebra. The expression log(x + y) does NOT equal log(x) + log(y). Remember that log(x) + log(y) = log(xy), which is completely different from log(x + y). Similarly, log(x - y) does NOT equal log(x) - log(y) because log(x) - log(y) = log(x/y). The logarithm rules only work with multiplication, division, and exponentiation inside the argument. If you have a sum or difference inside a logarithm, it generally cannot be expanded further.

How does expanding logarithms help in calculus?

In calculus, expanding logarithms before differentiating is a powerful technique called logarithmic differentiation. To differentiate y = x^2 * sqrt(x+1) / (x-3)^4, first take ln of both sides: ln(y) = 2*ln(x) + 0.5*ln(x+1) - 4*ln(x-3). Now differentiating each term is straightforward using the chain rule. This technique is especially useful when the function involves products, quotients, and powers of variable expressions. Without expanding the logarithm first, the differentiation would require multiple applications of the product and quotient rules, leading to a much more complex calculation.

What are common mistakes when expanding logarithms?

The most frequent errors include confusing the product rule with sums (thinking log(a+b) = log(a) + log(b)), forgetting to apply the power rule before the product rule, dropping negative signs when expanding quotients, and applying rules with mismatched bases. Another common mistake is expanding log(a^n + b^n) as if it were log(a^n * b^n). Students also sometimes write n*log(a*b) instead of correctly distributing: n*log(a) + n*log(b) or log((ab)^n). Always remember that logarithm expansion rules ONLY apply to multiplication, division, and exponentiation of the argument, never to addition or subtraction inside the logarithm.

Is Expanding Logarithms Calculator free to use?

Yes, completely free with no sign-up required. All calculators on NovaCalculator are free to use without registration, subscription, or payment.

How do I interpret the result?

Results are displayed with a label and unit to help you understand the output. Many calculators include a short explanation or classification below the result (for example, a BMI category or risk level). Refer to the worked examples section on this page for real-world context.

References