A logarithm answers the question: "To what power must I raise the base to get this number?" logₐ(x) = y means aʸ = x.
Most calculators only have log (base 10) and ln (base e). To find any base: logₐ(x) = ln(x) ÷ ln(a)
log₁₀(100): Since 10² = 100, the answer is 2. Using the formula: ln(100) ÷ ln(10) ≈ 4.605 ÷ 2.303 ≈ 2.
Logarithms appear in pH calculations, earthquake magnitude (Richter scale), sound intensity (decibels), compound interest, and algorithm complexity analysis.