Racine Carrée Calculator
Find the square root of any non-negative number—racine carrée in French, √x in math notation. Get a decimal value plus a simplified radical when the input is a whole number.
Enter a number (integer or decimal), then tap Calculate. Negative inputs are not defined in real numbers.
Square root
√x = ?
The value under the square root symbol.
Enter a number and tap Calculate.
Results use standard real square roots. For negative inputs, use complex numbers elsewhere—this tool shows an error.
The square root symbol (√)
The radical sign √ (from the Latin radix, “root”) groups the number or expression underneath—the radicand. Writing √25 asks for the non-negative number whose square is 25.
In typesetting and on calculators you may also see sqrt(x) or x^(1/2). All mean the same principal square root when x ≥ 0 in real arithmetic.
Why is it called a square root?
Squaring a number means multiplying it by itself (3² = 3 × 3 = 9). The square root reverses that process: it finds the side length of a square with a given area.
In French the same idea is racine carrée—“square root”—because geometry and algebra both tie √x to squares. A square of area x has side length √x.
Definition of the square root
For a non-negative real number x, the principal square root √x is the unique real number y ≥ 0 such that y² = x.
Examples: √0 = 0, √1 = 1, √9 = 3, and √2 is irrational (about 1.414…). Every positive real has exactly one principal square root.
The notation √(a²) = |a| for all real a reminds us that square roots undo squaring but always return a non-negative value in the principal branch.
How to find a square root
Methods depend on whether x is a perfect square or not:
- Perfect squares (1, 4, 9, 16, 25, …): recall the integer whose square matches—√144 = 12.
- Factorization: split x into a perfect square times another factor—√72 = √(36×2) = 6√2.
- Estimation: bracket between nearby squares; √50 is between √49 = 7 and √64 = 8.
- Calculator or computer: use a square-root key, this page’s tool, or a spreadsheet function such as SQRT(x).
Square root calculator on this page
Enter any non-negative x in the workspace above. The tool returns a decimal approximation and, for whole-number inputs, a simplified radical when possible (e.g. √50 → 5√2).
Leave negative inputs out—real square roots are not defined for x < 0. Use complex numbers separately if your course requires imaginary results.
How to simplify a square root
To simplify √n, factor n and pull out the largest perfect-square divisor.
Example: √200 = √(100×2) = 10√2. The radicand under the sign (2) should have no perfect-square factors other than 1—that is called simplest radical form.
- List prime factors or factor pairs of n.
- Pair equal factors; each pair becomes one factor outside the radical.
- Multiply outside factors and leave the rest inside—√(18) = √(9×2) = 3√2.
Adding, subtracting, multiplying, and dividing square roots
Radicals combine only when the radicand matches (like terms):
- Addition / subtraction: 3√5 + 2√5 = 5√5, but 3√5 + 2√3 cannot merge further.
- Multiplication: √a · √b = √(ab)—e.g. √2 · √8 = √16 = 4.
- Division: √a / √b = √(a/b) when b > 0; rationalize denominators when teaching requires it.
- Distribute carefully: 2(√3 + √2) = 2√3 + 2√2.
Always simplify each radical first so like terms are easy to spot.
Square roots of powers and fractions
Exponent rules link roots to powers: √x = x^(1/2) for x ≥ 0. Therefore √(x²) = |x|, not always x.
For fractions: √(a/b) = √a / √b when a ≥ 0 and b > 0. Example: √(9/16) = 3/4.
Nested roots follow the same idea: √(√16) = √4 = 2. Powers inside combine: √(a²b) = |a|√b for real a, b ≥ 0.
The square root function and its graph
The function f(x) = √x is defined for x ≥ 0. Its graph starts at the origin, rises slowly, and is always increasing—each step in x adds less vertical change as x grows.
The curve is half of a sideways parabola. It is concave down: doubling x does not double √x (√4 = 2 but √8 ≈ 2.83, not 4).
Derivative of the square root
For f(x) = √x = x^(1/2) with x > 0, calculus gives f′(x) = 1 / (2√x).
The slope is steepest near zero and flattens as x increases—matching the graph’s shape. At x = 4, f′(4) = 1/4.
Square roots of negative numbers
Real numbers cannot square to a negative value, so √−4 has no real answer. This calculator stops with an error for negative input.
In complex analysis, √−1 is defined as i (the imaginary unit), and √−9 = 3i in the principal branch—but that is a separate number system from real square roots on homework checks.
What does racine carrée mean?
Racine carrée is French for square root—the inverse of squaring a number, written √x in international math notation.
Is √ the same as raising to the power 1/2?
Yes for non-negative x: √x = x^(1/2). The principal root is the non-negative choice when both are defined in the reals.
Can I add √2 and √3?
Only if you leave them as separate terms: √2 + √3 is already simplified. You cannot combine unlike radicands into one radical without approximating decimals.
Why does this tool reject −9?
−9 has no real square root. In reals, squaring any number gives ≥ 0. Complex roots like 3i are outside this calculator’s scope.
How accurate is the decimal result?
Decimals use standard floating-point square roots—fine for class checks. For exact symbolic work, prefer the simplified radical line for integers.
Educational summary only—not a substitute for your textbook, exam rubric, or computer algebra system.