Homescientific calculator
Scientific Calculator
Roots, powers, factorials, combinations, and logarithms in one place.
Square root (√)
12
Cube root (∛)
5.241482788
4th root
3.464101615
Squared (x²)
20736
Cubed (x³)
2985984
Square root: x^(1/2)
Cube root: x^(1/3)
Nth root: x^(1/n)
When to use each function
Square root (√x) — Used in the Pythagorean theorem (c = √(a² + b²)), standard deviation, and quadratic formula. The square root of 2 (≈1.414) appears constantly in geometry and signal processing.
Exponents (bⁿ) — Compound interest uses exponential growth: A = P(1 + r)ⁿ. Powers of 2 (2, 4, 8, 16...) appear everywhere in computing — a byte = 8 bits, a kilobyte = 2¹⁰ = 1,024 bytes.
Factorial (n!) — Used for counting arrangements (permutations) and selections (combinations). 5! = 120 means there are 120 ways to arrange 5 items. Combinations (nCr) count how many ways to choose r items from n without regard to order.
Logarithm (log) — The inverse of exponentiation. Used in music (decibels), chemistry (pH = −log[H⁺]), earthquakes (Richter scale), and information theory. log₁₀(1,000) = 3 because 10³ = 1,000. The natural log (ln) uses base e ≈ 2.718.
Frequently Asked Questions
The square root of x is a value y such that y × y = x. For example, √9 = 3 because 3 × 3 = 9. Every positive number has two square roots: a positive one (√x) and a negative one (−√x).