Square Root Calculator
Find the square root of any positive number, or calculate the nth root by specifying a custom root index. Useful for algebra, geometry, and general math problems.
The square root of a number x, written √x, is the value that when multiplied by itself gives x. So √16 = 4 because 4 × 4 = 16. Square roots are the inverse of squaring — they "undo" exponentiation by 2. They appear throughout mathematics, physics, statistics, and engineering, anywhere quadratic relationships need to be reversed.
Notation: - **√x** (or √(x)): square root (root index 2 implicit). - **∛x**: cube root (root index 3). - **⁴√x**: fourth root, etc. - **x^(1/n)**: equivalent to nth root.
Square roots can be exact or irrational: - **Perfect squares**: √4 = 2, √9 = 3, √16 = 4, √25 = 5, √100 = 10. Exact integer values. - **Irrational**: √2 ≈ 1.41421356..., √3 ≈ 1.732050807..., √7 ≈ 2.6457513.... Decimal expansions never repeat or terminate.
Properties of square roots: - **Non-negative**: √x ≥ 0 always (by convention). - **Of zero**: √0 = 0. - **Of one**: √1 = 1. - **Product**: √(a×b) = √a × √b. - **Quotient**: √(a/b) = √a / √b. - **Of square**: √(x²) = |x| (absolute value).
For negative numbers, there's no real square root. √(-1) = i (imaginary unit), basis of complex numbers.
Common applications: Pythagorean theorem (hypotenuse calculation), distance formula, quadratic formula, standard deviation (statistics), physics (energy formulas, periods), engineering, computer graphics, and any problem with quadratic relationships.
Inputs
Results
Square Root
12
Perfect Root?
Yes
Result Squared
144
Formula
How to use this calculator
- Enter a non-negative number to find square root.
- Specify root index (2 for square, 3 for cube, etc.).
- Calculator returns the root.
- For irrational roots: decimal approximation given.
- Verify: result raised to root index should give original number.
- For negative numbers: only odd roots are real.
Worked examples
Standard square root
**Scenario:** Find √144. **Calculation:** Look for n where n² = 144. n = 12 (since 12 × 12 = 144). **Result:** √144 = 12. Perfect square — exact integer result. Verify: 12 × 12 = 144 ✓.
Irrational square root
**Scenario:** Find √50. **Calculation:** 50 is not a perfect square. Simplify: √50 = √(25 × 2) = 5√2. Decimal: 5 × 1.41421... ≈ 7.0711. **Result:** √50 = 5√2 ≈ 7.0711. Exact form 5√2; decimal approximate. Verify: 7.0711² ≈ 50.001 ✓ (small rounding).
Cube root
**Scenario:** Find ∛216. **Calculation:** Look for n where n³ = 216. n = 6 (6 × 6 × 6 = 216). **Result:** ∛216 = 6. Perfect cube. Verify: 6³ = 216 ✓. For non-perfect cubes: use approximation methods.
When to use this calculator
**Use square root for:**
- **Pythagorean theorem**: c = √(a² + b²). - **Distance formula**: distance from two points. - **Quadratic formula**: ± √(b² - 4ac). - **Standard deviation**: square root of variance. - **Vector magnitude**: length of vector. - **Geometry**: side lengths from areas. - **Physics**: deriving velocity from kinetic energy. - **Engineering**: many formulas involve roots.
**Recognizing perfect squares:**
Numbers expressible as n × n: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225...
Mental recognition speeds up square root calculations.
**Simplifying surds:**
For non-perfect squares, extract any perfect square factors: - √12 = 2√3. - √48 = 4√3. - √200 = 10√2.
Always simplify to keep exact form.
**Common operations:**
- **Multiplication**: √a × √b = √(ab). - **Division**: √a / √b = √(a/b). - **Squaring**: (√x)² = x (for x ≥ 0). - **Addition**: √a + √b ≠ √(a+b) — distinct values.
**Common applications:**
- **Math homework**: Pythagorean theorem, simplifying. - **Statistics**: standard deviation, RMS. - **Physics**: deriving variables from quadratic equations. - **Engineering**: stress, strain, frequency calculations. - **Construction**: roof rafters (Pythagorean). - **Computer graphics**: distance calculations. - **Finance**: not commonly, but appears in option pricing.
**Approximation tips:**
For estimating √n: - Find nearest perfect squares. - Estimate between them.
For √70: between √64 = 8 and √81 = 9. Closer to 8: ~8.4. Actual: 8.367.
For more precision: use Newton's method or calculator.
**Imaginary numbers:**
When dealing with √ of negative: √(-9) = 3i. Used in: AC circuits, quantum mechanics, signal processing.
For purely real-valued problems, ensure inputs are non-negative.
**Software:**
- **Calculators**: SQRT button. - **Python**: math.sqrt or x**0.5. - **Excel**: =SQRT(A1). - **Programming**: any language has square root function. - **Wolfram Alpha**: also gives exact form (e.g., √50 = 5√2).
**Pitfalls:**
- **Square root of sum ≠ sum of roots**: √(9+16) = 5, not 3+4 = 7. - **Negative numbers**: no real square root. - **Sign convention**: √4 = 2 (positive only); x² = 4 → x = ±2 (both). - **Confusing roots and exponents**: √x = x^(1/2). - **For cube root of negative**: real (∛(-8) = -2). - **For even roots of negative**: complex (√(-4) = 2i). - **Mixing exact and decimal**: 5√2 (exact) vs 7.071 (approximate).
**Practical examples:**
- **TV size**: 32" TV at 16:9 ratio: diagonal 32, side = 32 × 16/√(16²+9²) ≈ 27.9". - **Standard deviation**: variance σ²; standard deviation σ = √σ². Most statistics tables show σ. - **Pythagorean shortcuts**: 3-4-5 triangle: legs 3, 4; hypotenuse = √25 = 5. - **Period of pendulum**: T = 2π√(L/g).
**Educational notes:**
Square roots foundational for: - Pythagorean theorem (high school geometry). - Quadratic formula (algebra). - Distance calculations (coordinate geometry). - Standard deviation (statistics). - Many calculus and physics formulas.
Master square root operations early; foundation for higher math.
**Pitfalls (continued):**
- **For very small numbers**: square root reduces precision. - **For very large numbers**: result may be huge. - **Calculator notation**: shows decimal, but real value may be irrational. - **For algebraic manipulation**: keep exact form when possible.
Common mistakes to avoid
- Computing √ of negative number expecting real result.
- Treating √(a+b) as √a + √b (they're NOT equal).
- Forgetting that x² = 4 has two solutions: x = ±2.
- Mixing simplification: √8 → 2√2, not 4√2.
- Computing exponent and root in wrong order: x^(2/3) = (x^2)^(1/3) = (x^(1/3))^2.
- For cube root: applying square root rules.
- For very large numbers: losing precision in approximations.
- Confusing nth root with division by n.