Skip to main content

วิธีการคำนวณ Log

learn.whatIsHeading

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)

ตัวอย่างที่มีคำตอบ

อินพุต
log₁₀(10,000)
ผลลัพธ์
4
10⁴ = 10,000
อินพุต
log₂(256)
ผลลัพธ์
8
2⁸ = 256
อินพุต
ln(20.09)
ผลลัพธ์
≈ 3
e³ ≈ 20.09

พร้อมที่จะคำนวณแล้วหรือยัง? ลองใช้เครื่องคิดเลข Log ฟรี

ลองด้วยตัวคุณเอง→

การตั้งค่า