如何计算Logarithm
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 计算器
自己尝试一下 →