learn.howToCalculate
learn.whatIsHeading
A logarithm answers the question: "To what power must the base be raised to get this number?" log_b(x) = n means bⁿ = x. Logarithms compress enormous ranges and are used in sound (decibels), earthquakes (Richter scale), and pH.
단계별 가이드
- 1log_b(x) = n means bⁿ = x
- 2Common log (log₁₀): log(1000) = 3 because 10³ = 1000
- 3Natural log (ln): ln(e) = 1 because e¹ = e ≈ 2.718
- 4log_b(x) = log(x)/log(b) — change of base formula
풀어진 예시
입력
log₁₀(100)
결과
2
10² = 100
입력
log₂(32)
결과
5
2⁵ = 32
입력
ln(e³)
결과
3
Natural log of e³
입력
log₅(125)
결과
3
5³ = 125
계산할 준비가 되셨나요? 무료 Logarithm 계산기를 사용해 보세요
직접 시도해 보세요 →