Skip to main content

Log ની ગણતરી કેવી રીતે કરવી

Log શું છે?

A logarithm is the inverse of exponentiation. log_b(x) answers "to what power must b be raised to get x?" Common logarithm (base 10) is used in science; natural logarithm (base e) in calculus; binary logarithm (base 2) in computer science.

પગલું દ્વારા પગલું માર્ગદર્શિકા

  1. 1log_b(x) = n means b^n = x
  2. 2Common log: log₁₀(1000) = 3 because 10³ = 1000
  3. 3Natural log: ln(e) = 1 because e^1 = e
  4. 4Change of base: log_b(x) = log(x) / log(b)

Worked Examples

ઇનપુટ
log₁₀(10,000)
પરિણામ
4
10⁴ = 10,000
ઇનપુટ
log₂(256)
પરિણામ
8
2⁸ = 256
ઇનપુટ
ln(20.09)
પરિણામ
≈ 3
e³ ≈ 20.09

ગણતરી માટે તૈયાર છો? મફત Log કેલ્ક્યુલેટર અજમાવી જુઓ

તેને જાતે અજમાવી જુઓ →

સेटिंग्स