Antilogarithm Calculator

Calculate antilog (inverse log).

Result:

--

Reversing the Log: The Antilog Calculator

Logarithms are foundational to algebra, appearing in everything from sound engineering (decibels) to chemistry (pH). But sometimes, you need to work backward. You have the log value, and you need the original number. This operation is called finding the Antilogarithm, or simply "taking the antilog." Our calculator handles this instantly for any base you choose.

What is an Antilog?

An antilogarithm is simply the inverse function of a logarithm. Because logarithms are defined by the relationship between bases and exponents, finding an antilog is mathematically identical to exponentiation.

If:
$$ \log_b(x) = y $$
Then the antilog is:
$$ \text{antilog}_b(y) = x = b^y $$
Essentially, "antilog" asks the question: "What number, when logged with base b, gives me y?"

Common Bases

While you can use any base, two are most common:
1. Base 10 (Common Antilog): used in scientific notation, pH, and decibels.
- Example: If $\log_{10}(x) = 3$, then $x = 10^3 = 1000$.
2. Base e (Natural Antilog): Used in calculus and continuous growth (finance, biology).
- Example: If $\ln(x) = 2$, then $x = e^2 \approx 7.389$.

Real-World Examples

Calculating Concentration from pH:
The pH scale is logarithmic: $pH = -\log[H^+]$.
To find the concentration of hydrogen ions $[H^+]$ from a known pH of 4.5:
1. Negate the pH: $-4.5$.
2. Take the Base 10 antilog: $10^{-4.5}$.
3. Result: $3.16 \times 10^{-5}$ M.

Sound Intensity from Decibels:
$L_{dB} = 10 \log_{10}(I / I_0)$.
To solve for Intensity ($I$), you must divide by 10 and then take the antilog base 10.

How to Use This Tool

1. Enter the Log Value: The number you want to convert back.
2. Enter the Base: Default is 10, but you can enter 2.71828 for $e$ or 2 for binary logs.