Racine Carree Calculator
Calculates the square root of any number — whole, decimal, fraction, or negative — and returns the simplified radical form.
Instantly compute the principal square root of any positive numeric value and determine if it classifies as a perfect integer.
“Racine carrée” is French for square root — and if you searched that term, this racine carree calculator gives you the same result as any square root tool, built for users who think in French mathematical terminology. Enter any number — positive, negative, decimal, or fraction — and get the square root instantly, with the simplified radical form where applicable.
What a Square Root Actually Is
The square root of a number x is the value y that satisfies y² = x. In other words, it’s the number that, when multiplied by itself, produces the original value. √25 = 5 because 5 × 5 = 25. The symbol √ is called the radical, and the number inside it is the radicand.
Square roots are the inverse of squaring. Squaring 7 gives 49; the square root of 49 gives back 7. This inverse relationship is what makes square roots useful across geometry, algebra, physics, and statistics — any formula that involves squaring a value can be reversed with a square root.
Perfect Squares: When the Answer Is a Whole Number
A perfect square is any integer that produces a whole-number square root. These are the only cases where the result is exact rather than an infinite decimal.
| Number | Square Root | Number | Square Root |
|---|---|---|---|
| 1 | 1 | 144 | 12 |
| 4 | 2 | 169 | 13 |
| 9 | 3 | 196 | 14 |
| 16 | 4 | 225 | 15 |
| 25 | 5 | 256 | 16 |
| 36 | 6 | 289 | 17 |
| 49 | 7 | 324 | 18 |
| 64 | 8 | 361 | 19 |
| 81 | 9 | 400 | 20 |
| 100 | 10 | 625 | 25 |
| 121 | 11 | 1,024 | 32 |
Any number not on this list produces an irrational square root — a non-terminating, non-repeating decimal. √2 = 1.41421356…, √3 = 1.73205080…, and so on. These can be expressed as simplified radicals (√12 = 2√3) or as decimal approximations depending on the context.
Simplified Radical Form
When a square root isn’t a whole number, it can often be simplified by pulling out perfect square factors. The process: find the largest perfect square that divides evenly into the radicand, take its square root outside the radical, and leave the remainder inside.
√72: the largest perfect square factor of 72 is 36. √72 = √(36 × 2) = 6√2 ≈ 8.485. This is the simplified radical form — mathematically exact, unlike a rounded decimal. In algebra and geometry, simplified radical form is usually the expected answer format.
| Original | Simplified | Decimal |
|---|---|---|
| √8 | 2√2 | 2.828… |
| √12 | 2√3 | 3.464… |
| √18 | 3√2 | 4.243… |
| √20 | 2√5 | 4.472… |
| √27 | 3√3 | 5.196… |
| √45 | 3√5 | 6.708… |
| √50 | 5√2 | 7.071… |
| √75 | 5√3 | 8.660… |
| √98 | 7√2 | 9.899… |
Square Roots of Negative Numbers
No real number squared produces a negative result — squaring any real number always gives a positive. So √(−25) has no real solution. It does have a complex solution: √(−25) = 5i, where i is the imaginary unit defined as √(−1).
The general rule: √(−x) = √x × i. This comes up in quadratic equations, electrical engineering (where AC circuit analysis uses complex impedance), and signal processing. For most everyday calculations the radicand is positive, but the calculator handles negative inputs and returns the complex result automatically.
Where Square Roots Appear Outside the Classroom
The Pythagorean theorem is the most familiar application: given a right triangle with legs a and b, the hypotenuse c = √(a² + b²). A room that’s 9 ft × 12 ft has a diagonal of √(81 + 144) = √225 = 15 ft exactly. Most real-world cases don’t land on a perfect square — √(10² + 7²) = √149 ≈ 12.21 ft — which is where the calculator earns its use.
Beyond geometry, square roots appear in standard deviation (which is the square root of variance), the quadratic formula (−b ± √(b² − 4ac) / 2a), RMS voltage calculations in electronics (V_rms = V_peak / √2), and distance formulas in both 2D and 3D coordinate systems. In finance, annualized volatility is calculated by multiplying daily volatility by √252 — the square root of the number of trading days in a year.
-
It's the French term for square root — "racine" means root, "carrée" means square. French-speaking students and anyone trained in French mathematics use this term where English speakers say square root. The math is identical.
-
Find the two perfect squares the number falls between. For √50: 7² = 49 and 8² = 64, so √50 is just above 7. Interpolating: 50 is 1/15 of the way from 49 to 64, so √50 ≈ 7.07. The actual value is 7.0711 — this method gets within 1–2%.
-
√(a/b) = √a ÷ √b. The square root of 1/4 is 1/2. The square root of 9/16 is 3/4. If neither part is a perfect square, convert to decimal first and use the calculator.
-
Yes — every positive number has a positive and a negative square root. √25 = 5 and also −5, since (−5)² = 25. The √ symbol refers to the positive (principal) root by convention. When both matter, the ± symbol is written explicitly: x = ±5.