Last verified · v1.0
Calculator · math
Square Root Calculator
Compute square roots, cube roots, or any nth root of a number instantly. Supports custom root indexes and adjustable decimal place precision.
Inputs
Root Value
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
What Is a Square Root — and Why Does the Formula Generalize?
The square root of a number x is the value y that satisfies y² = x. The broader concept of an nth root extends this relationship: given a positive integer n, the principal nth root of x is the non-negative value y such that yⁿ = x. The unified calculator formula is:
y = x1/n
This equivalence between radical notation and fractional exponents is a foundational result in real analysis. When n = 2, the formula reduces to the familiar square root; when n = 3, it yields the cube root; and so on for any custom index the user specifies.
Variables and Their Roles
- Radicand (x) — The number placed under the radical sign. For real-valued results, x must be non-negative whenever n is even, because no real number raised to an even power produces a negative result.
- Root Index (n) — The positive integer that specifies which root to extract. The default is n = 2 (square root). Odd indices allow negative radicands: ∛(−27) = −3 is a valid real result.
- Result (y) — The principal root, always taken as the non-negative value for even n and as the real-valued result for odd n.
- Decimal Places — Controls output rounding. Four decimal places suit most engineering tasks; two decimal places match financial rounding conventions.
Derivation of the Exponent-Root Equivalence
Starting from the defining equation yⁿ = x, raise both sides to the power 1/n:
(yⁿ)1/n = x1/n
By the power-of-a-power rule, (yⁿ)1/n = yn/n = y1 = y. Therefore y = x1/n. The ORCCA open courseware on square root properties confirms this equivalence, stating that √x = x½ holds for all x ≥ 0, and that the product rule (√(ab) = √a · √b) and quotient rule (√(a/b) = √a / √b for b ≠ 0) follow directly from exponent arithmetic.
Step-by-Step Worked Examples
Example 1 — Square Root of a Perfect Square
Find √144. Because 12 × 12 = 144, the principal square root is 12. Exponent form: 1440.5 = 12.
Example 2 — Cube Root
Find the cube root of 343. Because 7³ = 343, the answer is 7. Exponent form: 3431/3 = 7.
Example 3 — Fourth Root
Find the fourth root of 1296. Since 6⁴ = 1296, the result is 6.
Example 4 — Custom nth Root
Find the 7th root of 128. Because 2⁷ = 128, the 7th root equals 2. Using the exponent form: 1281/7 ≈ 2.0000.
Example 5 — Non-Perfect Square
Find √50 to 4 decimal places. The nearest perfect square below 50 is 49 (√49 = 7). A linear interpolation technique described in NIU Math 229 lecture notes on computing square roots mentally estimates √50 ≈ 7 + (50 − 49)/(2 × 7) = 7 + 1/14 ≈ 7.0714. The true value rounded to 4 decimal places is 7.0711, confirming the estimate's accuracy.
Important Mathematical Properties
- Product rule: √(a × b) = √a × √b — useful for simplifying radicals like √72 = √36 × √2 = 6√2.
- Quotient rule: √(a / b) = √a / √b (for b ≠ 0) — applied when rationalizing denominators.
- Square of a root: (√a)² = a for all a ≥ 0.
- Root of a square: √(a²) = |a|, not simply a — the absolute value is required because squaring discards sign information.
These identities, covered in the Montgomery College statistics support text on solving equations with roots, underpin algebraic manipulation techniques across pre-calculus, statistics, and applied sciences.
Real-World Applications
- Geometry: The diagonal of a square with side s equals s√2. A tile with a 30 cm side has a diagonal of 30 × 1.4142 ≈ 42.43 cm.
- Physics — Free Fall: Time to fall height h is t = √(2h / g). Dropping an object from 45 m takes √(90 / 9.8) ≈ 3.03 seconds.
- Statistics: Standard deviation is the square root of variance. A variance of 144 yields a standard deviation of 12, making data interpretation straightforward on the original scale.
- Finance: Annualizing daily volatility requires multiplying by √252 (the approximate number of trading days per year). A 1% daily standard deviation becomes roughly 15.87% annually.
- Music Theory: In equal temperament, the frequency ratio between adjacent semitones is the 12th root of 2 (≈ 1.05946), ensuring each octave doubles the frequency over exactly 12 steps.
- Engineering: RMS (root mean square) voltage equals peak voltage divided by √2. For a 170 V peak sine wave, Vrms = 170 / 1.4142 ≈ 120.2 V.
Reference