Square Root Calculator
Roots, powers, radical simplification, and prime factorization. Results update instantly.
Roots
Powers
Simplified Radical Form
Prime Factorization
How to Use the Square Root Calculator
Enter any positive number in the Number field and an optional value for n (the root degree and power exponent). All results — roots, powers, radical simplification, and prime factorization — update instantly as you type.
Understanding Square Roots
The square root of a number x is the value y such that y multiplied by y equals x. Written as sqrt(x) or x^(1/2), the square root is one of the most fundamental operations in mathematics. Every positive number has exactly one positive real square root, called the principal square root.
Square roots appear constantly in geometry (the Pythagorean theorem: c = sqrt(a^2 + b^2)), in physics (root-mean-square velocity, standard deviation), in statistics (standard deviation = sqrt(variance)), and in everyday calculations like finding the side length of a square from its area.
Cube Roots and Nth Roots
The cube root of x is the value y such that y^3 = x. For example, the cube root of 27 is 3, because 3 x 3 x 3 = 27. Cube roots are essential in volume calculations — if a cube has volume V, each side has length equal to the cube root of V.
More generally, the Nth root of x is the value y such that y^N = x. This calculator lets you specify any positive integer N. Enter N = 4 to find fourth roots, N = 5 for fifth roots, and so on. Fractional exponents are equivalent: the Nth root of x equals x raised to the power (1/N).
Perfect Squares
A perfect square is an integer whose square root is also a whole integer. The first ten perfect squares are 1, 4, 9, 16, 25, 36, 49, 64, 81, and 100. Perfect squares arise naturally in geometry (square grid areas), combinatorics, and number theory. This calculator checks whether your input is a perfect square by computing the square root, rounding to the nearest integer, and checking whether squaring that integer gives back the original number.
Simplifying Radicals
A radical expression like sqrt(72) can often be simplified by pulling out perfect square factors. The process: find the prime factorization, group prime factors into pairs, and bring each pair outside the radical as its square root. For sqrt(72): the prime factorization is 2^3 x 3^2. Group pairs: (2^2) x (3^2) x 2. Pull out 2 and 3: 2 x 3 = 6, leaving 2 inside. Result: 6 sqrt(2).
A simplified radical is in its simplest form when no perfect square factor remains inside the radical. For example, sqrt(50) = 5 sqrt(2) because 50 = 25 x 2 = 5^2 x 2. Simplified radical form is exact — no decimal approximation — making it useful for algebra, trigonometry, and calculus.
Prime Factorization
Prime factorization expresses a positive integer as a product of prime numbers. Every integer greater than 1 has a unique prime factorization (the Fundamental Theorem of Arithmetic). For example, 360 = 2^3 x 3^2 x 5. Prime factorizations are the foundation for simplifying radicals, finding least common multiples, reducing fractions, and many cryptographic algorithms.
This calculator uses trial division to find all prime factors of the input number (up to 10 million). The result is displayed both as a product with multiplication signs and in exponential notation where factors repeat.
Powers: Squares, Cubes, and Nth Powers
While roots ask "what number multiplied by itself N times gives x?", powers ask the reverse: "what do we get when we multiply x by itself N times?" The square of x (x^2) and the cube of x (x^3) are the most commonly used powers. This calculator shows x^2, x^3, and x^n for any n you specify, letting you quickly explore the relationship between a number and its roots and powers.