Understanding Square Roots
A square root is one of the inverse operations in algebra. If y² = x, then y is a square root of x. The notation √x denotes the principal (non-negative) square root.
Every positive real number actually possesses two square roots: one positive and one negative. For example, both 5 and −5, when squared, equal 25. However, by convention, √25 refers only to the positive root, 5.
Perfect squares are whole numbers whose square roots are also whole numbers:
- √1 = 1
- √4 = 2
- √9 = 3
- √16 = 4
- √25 = 5
Most numbers are not perfect squares. Their roots are irrational—they cannot be expressed as simple fractions and their decimal expansions never terminate. For instance, √2 ≈ 1.41421 (a value known to Babylonian mathematicians around 1800 BCE).
The Square Root Formula
The square root relationship is defined as:
If y = √x, then y² = x
Equivalently: y = ±√x ⟺ y² = x
x— The number under the square root (the radicand)y— The square root value; when y is squared, it equals x
Finding and Simplifying Square Roots
When you lack a calculator, estimation works well for many purposes. Find the two nearest perfect squares that bracket your target number. The square root will lie between their roots.
For example, since 26 sits between 25 and 36, we know √26 falls between 5 and 6. Since 26 is much closer to 25, √26 ≈ 5.1.
To refine an estimate using the Babylonian method:
- Start with an initial guess.
- Divide your target number by the guess.
- Average the guess and the quotient.
- Repeat until precision plateaus.
Simplifying radicals means rewriting √x as a√b where b is as small as possible. For instance, √8 = √(4 × 2) = 2√2. This form is 'simpler' because the radicand is smaller.
Operations with Square Roots
Square roots follow specific algebraic rules that differ from simple arithmetic:
Multiplication: √a × √b = √(a × b). For example, √2 × √8 = √16 = 4.
Division: √a ÷ √b = √(a ÷ b). So √20 ÷ √5 = √4 = 2.
Addition and subtraction: These operations require like radicals—identical radicands. You cannot simplify √2 + √3 further. However, 3√5 + 2√5 = 5√5 because the radicands match.
Fractional exponents: √x can be written as x1/2. This notation proves useful in calculus and higher algebra, where the power rule applies: √(xn) = xn/2.
Key Pitfalls and Practical Notes
Avoid common mistakes when working with square roots:
- Square root of negative numbers — In real numbers, the square root of a negative number is undefined. Mathematicians introduced complex numbers to extend beyond this limit, where √(−1) = i. Unless your problem explicitly involves complex numbers, assume all radicands are non-negative.
- Confusing √4 with ±2 — The symbol √ always means the principal (positive) root. √4 = 2, not ±2. If an equation asks for all square roots of 4, the answer is ±2. But √4 alone is always 2.
- Rationality of roots — Not all square roots simplify to whole numbers or fractions. √2, √3, √5, and √7 are irrational. If your answer must be rational, verify whether the radicand contains only even prime powers (e.g., 4 = 2², 36 = 6²).
- Square roots of decimals — To find √0.36, convert to a fraction first: 0.36 = 36/100. Then √(36/100) = 6/10 = 0.6. This method avoids confusion with decimal approximations.