calcolatore.online

Square Root Calculator

Calculate the square root and cube root of a number. Check if it is a perfect square.

How to Calculate Square Roots

This calculator determines the square root (sqrt) and cube root (cbrt) of a number, also checking whether it is a perfect square or perfect cube.

The Square Root

The square root of a number n is the value x such that x² = n. Geometrically, if n is the area of a square, sqrt(n) is the length of its side. The square root is defined only for non-negative numbers in the real number system.

Perfect squares are numbers whose root is an integer: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100... All other positive numbers have irrational roots -- numbers with infinitely many non-repeating decimal digits.

The Cube Root

The cube root of n is the value x such that x³ = n. Geometrically, if n is the volume of a cube, cbrt(n) is the length of its edge. Unlike the square root, the cube root is also defined for negative numbers: cbrt(-8) = -2.

The Discovery of Irrationals

The Pythagorean school (5th century BC) discovered with dismay that sqrt(2) cannot be expressed as a ratio of integers. This discovery, attributed to Hippasus of Metapontum, was revolutionary: it demonstrated that rational numbers are not sufficient to describe reality. The proof by contradiction that sqrt(2) is irrational is one of the jewels of mathematics.

Historical Calculation Methods

Before calculators, the Babylonian method (or Heron's method) was used: start from an initial estimate x0 and iteratively improve with x_{n+1} = (x_n + n/x_n)/2. This method converges rapidly: for sqrt(2), starting from x0 = 1, after only 4 iterations you get an approximation correct to 8 decimal places.

Useful Properties of Roots

  • sqrt(a x b) = sqrt(a) x sqrt(b) -- the root of a product is the product of roots
  • sqrt(a / b) = sqrt(a) / sqrt(b) -- the root of a quotient is the quotient of roots
  • (sqrt(a))² = a -- the square root is the inverse of squaring
  • sqrt(a²) = |a| -- the result is always non-negative

Frequently Asked Questions

What is a square root?
The square root of a number n (written sqrt(n)) is the number that, multiplied by itself, gives n. For example, sqrt(25) = 5 because 5 x 5 = 25. The square root is defined only for non-negative numbers in the real number system.
What is a perfect square?
A perfect square is an integer that is the square of another integer. The first perfect squares are: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144... The square root of a perfect square is an exact integer.
Is the square root of 2 a rational number?
No, sqrt(2) is an irrational number -- it cannot be expressed as a fraction of integers. This was proven by the Pythagorean school in the 5th century BC and was one of the greatest discoveries of ancient mathematics. sqrt(2) is approximately 1.41421356...