EXPLOIT THE EXPONENT. OWN THE LOG.
The Log Shell Exploit is a dual-mode math tool for cracking exponents and logarithms. Any base, any power, any scale — real-time output with full calculation trace. No sign-up. No overhead.
Calculation Log (Last 5)
- No calculations yet
How It Works
Switch between Exponent and Logarithm modes, enter your values, and hit Execute. The tool computes your result, formats it in scientific notation, and logs every calculation for reference.
Attack Vectors
Compound interest, pH chemistry, Richter earthquake scale, decibel acoustics, radioactive decay, algorithm complexity, population growth — all of these rely on exponent and log operations.
Always Online
Runs entirely in your browser — no server calls, no data collection. Precision double-float arithmetic delivers up to 15 significant digits. History persists in your session for quick reference.
Exponent & Logarithm Formulas
Basic Exponent Rule
Negative Exponent Rule
Fractional Exponent Rule
Logarithm Definition
Change of Base Formula
Power Rule for Logs
Example Exploit Chains
Compound Interest
Doubling Time (Rule of 72)
Earthquake Energy Ratio
pH Calculation
Sound Intensity (dB)
Fractional Exponent
The Operator Handbook
Exponents and logarithms are inverse operations — the two sides of the same mathematical relationship. Together they govern how quantities grow, shrink, and compare across vastly different scales. Mastering them unlocks calculations in finance, physics, chemistry, acoustics, and computing.
Exponents: Scaling Up Fast
An exponent aⁿ tells you to multiply a by itself n times. Positive integer exponents are straightforward — 2³ = 8. But the real power comes from extending this to negative exponents (reciprocals), fractional exponents (roots), and zero exponents (always 1, except 0⁰ which is indeterminate).
Logarithms: Compressing Scale
If exponents expand, logarithms compress. logₐ(b) = x answers: "raise a to what power to get b?" Logarithms transform multiplicative relationships into additive ones — which is why they're essential wherever data spans many orders of magnitude.
Real-World Exploit Chains
- Finance: Compound interest uses aⁿ; solving for time uses logarithms
- Chemistry: pH = −log₁₀[H⁺] compresses hydrogen ion concentrations into a 0–14 scale
- Geology: Richter scale uses base-10 logs — each unit = 10× amplitude, ~31.6× energy
- Acoustics: Decibel scale = 10 × log₁₀(I/I₀) — logarithmic to match human hearing
- Computer Science: Binary search and merge sort run in O(log n) — log base 2
- Physics: Radioactive decay uses negative exponents: N(t) = N₀ × e^(−λt)
Compound Interest — Full Attack Chain
Attack Vector — Investment Growth
Formula: A = P(1 + r)ᵗ where P = principal, r = annual rate, t = years.
$1,000 at 5% for 10 years: A = 1000 × (1.05)^10 = 1000 × 1.6289 = $1,628.89
To find time needed to double: t = log(2) / log(1.05) = 0.3010 / 0.02119 ≈ 14.2 years
How to Read the Results
Numerical Result is the exact computed value rounded for readability. Scientific Notation shows the same value in ×10ⁿ format — useful when results are very large or very small. Calculation Type confirms which mode was used.