Square Root (original) (raw)

Last Updated : 29 Jan, 2026

The square root of a number is essentially the value that, when multiplied by itself, yields the original number. For example square root of 9 is 3 because when we multiply 3 by 3, we get 9.

sq_root

Square ↔ Square Root

Let's take another number, 16. If you multiply 4 by itself, you get 16 (4 × 4 = 16). In this case, we say 4 is the square root of 16. The exponent for squares is 2, and for square roots, it's 1/2. So, the square root of a number n is written as √n or n1/2, where n is a positive number.

The symbol for the square root is commonly written as √, and it's known as a radical symbol.

Square Roots of First 30 Numbers

sq_root

Square Root Values (1–30)

Square Root by Prime Factorization Method

To determine the square root of a number using the prime factorization method, follow these steps:

**Example: Find the square root of 324 by the Prime Factorization Method.

324 = 22 × 34

Since we are finding the square root, pair the prime factors in twos: 2 × 32

Multiply the prime factors: 2 × 32 = 2 × 9 = 18

The square root of 324 is √324 = 18

So, √324 = 18 using the prime factorization method.

Square Root of Negative Number

The square root of a negative number is not a real number, because squaring any real number always gives a positive result (or zero). To handle square roots of negative values, we use complex numbers.

The principal square root of −x is written as:

\sqrt{x} = i\sqrt{x}

where i is the imaginary unit defined as:

i = \sqrt{-1}

Let's consider an example with the perfect square number 9. Now, if we look at the square root of -9, there isn't a real number solution. Expressing it using the complex number approach, √(-9) becomes √9 × √(-1), resulting in 3i {given that √(-1) = i}. In this way, 3i serves as a square root of -9.

**Also check - Square Roots of Decimals

Properties of Square Root

Various Properties of Square Root are,

For Programmers