Logarithm Formula:
From: | To: |
A logarithm (base 10) answers the question: "To what power must 10 be raised to get this number?" For example, log₁₀(100) = 2 because 10² = 100. Logarithms transform multiplicative relationships into additive ones, making them useful for many scientific and engineering applications.
The base 10 logarithm is calculated using the formula:
Key Properties:
Applications:
How to Use:
Q1: What's the difference between log and ln?
A: log is base 10, while ln (natural log) is base e (≈2.718). Use ln for exponential growth/decay problems.
Q2: Can I calculate logs of negative numbers?
A: No, logarithms are only defined for positive real numbers in real number space.
Q3: How do I calculate logs with different bases?
A: Use the change of base formula: logₐ(b) = log₁₀(b)/log₁₀(a)
Q4: Why does log(0) give an error?
A: There's no finite power that 10 can be raised to get 0 (10^y approaches 0 as y approaches -∞).
Q5: How accurate is this calculator?
A: It uses PHP's built-in log10 function which provides about 14 decimal digits of precision.