ALGEBRALogarithmsMathematics Calculator
📊

Expanding Logarithms — Break Down Log Expressions

Expand log(xy), log(x/y), log(xⁿ) into simpler terms. Product, quotient, and power rules. Step-by-step solutions.

Start CalculatingExplore mathematical calculations
📐
ALGEBRALogarithms

Expand Logarithms — Break Down Expressions

Break log(xy), log(x/y), log(xⁿ) into simpler terms using product, quotient, and power rules. Inverse of condensing.

📐 Quick Examples — Click to Load

Enter Expression

Use * for multiplication, / for division, ^ for powers. E.g. xyx*y, x/yx/y, x3x^3.

⚠️For educational and informational purposes only. Verify with a qualified professional.

📋 Key Takeaways

  • Product: log(xy) = log(x) + log(y)
  • Quotient: log(x/y) = log(x) - log(y)
  • Power: log(xⁿ) = n·log(x)
  • • Expanding is the inverse of condensing
  • • Apply quotient first, then product, then power

💡 Did You Know?

📐Expanding is the reverse of condensing. Same three rules, opposite direction.Source: Algebra
📝log(a+b) cannot be expanded. A very common exam trap!Source: Common Mistake
🔬In calculus, expanding ln(x²y) before differentiating simplifies the derivative.Source: Calculus
📊Log-likelihood in stats: ln(∏pᵢ) = Σln(pᵢ) — expansion in action.Source: Statistics
🎯Order matters: expand quotient first (split fraction), then product, then power.Source: Strategy
⚠️√x = x^(1/2), so log(√x) = ½log(x). Same power rule.Source: Roots
💻Algorithm analysis uses expansion: log(n²) = 2log(n) for Big-O simplification.Source: CS

📖 How It Works

Expanding breaks one log into multiple terms. Apply quotient rule first (split numerator/denominator), then product rule (split factors), then power rule (bring exponent out).

Common Mistake

log(a+b) ≠ log(a)+log(b). There is no sum rule. Only products, quotients, and powers inside the log can be expanded.

🎯 Expert Tips

💡 Calculus Application

Before integrating ∫log(x²)dx, expand to 2∫log(x)dx. Often easier.

💡 Order of Rules

Quotient → Product → Power. Work from outside in.

💡 Roots & Fractions

√x = x^0.5, 1/x = x^(-1). Use power rule: log(√x)=½log(x).

💡 Verification

Condense your result. You should get back the original expression.

⚖️ Expand vs Condense

OperationExample
Expandlog(xy) → log(x)+log(y)
Condenselog(x)+log(y) → log(xy)

❓ Frequently Asked Questions

Can I expand log(a+b)?

No. log(a+b) has no expansion. Only log(ab), log(a/b), and log(a^n) can be expanded. This is a very common mistake.

What order should I apply the rules?

Quotient first (split fraction), then product (split factors), then power (bring exponent out).

How do I expand log(√x)?

√x = x^(1/2). So log(√x) = log(x^0.5) = 0.5·log(x) = ½log(x) by the power rule.

Why expand logarithms?

Simplifying derivatives/integrals, solving equations, and converting between forms. Calculus uses it frequently.

Does the base matter?

The rules work for any base. log₁₀, ln, log₂ all follow the same product, quotient, power rules.

How do I expand log(x²y/z)?

Quotient: log(x²y)-log(z). Product: log(x²)+log(y)-log(z). Power: 2log(x)+log(y)-log(z).

📊 Rule Summary

Product
log(MN)=log(M)+log(N)
Quotient
log(M/N)=log(M)-log(N)
Power
log(Mⁿ)=n·log(M)
No Sum
log(a+b) ≠ log(a)+log(b)

⚠️ Note: Use * for multiplication, / for division, ^ for powers. Example: x*y/z^2 for log(xy/z²). Variables and numbers supported.

👈 START HERE
⬅️Jump in and explore the concept!
AI