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
learn.ctaText
ଏହାକୁ ନିଜେ ଚେଷ୍ଟା କରନ୍ତୁ →