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.
Hướng dẫn từng bước
- 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
Ví dụ có lời giải
đầu vào
log₁₀(100)
Kết quả
2
10² = 100
đầu vào
log₂(32)
Kết quả
5
2⁵ = 32
đầu vào
ln(e³)
Kết quả
3
Natural log of e³
đầu vào
log₅(125)
Kết quả
3
5³ = 125
Sẵn sàng để tính toán? Dùng thử Máy tính Logarithm miễn phí
Hãy tự mình thử →