You are answering a coordinate-geometry question. "Find the distance between the points (0, 0) and (3, 4)." Your hand, half on autopilot, writes the distance formula:
The answer is 5. That is a 3-4-5 right triangle — the one you have drawn a thousand times since class 8 — and 5 is its hypotenuse. Textbook.
Now look at the wrong version of the same calculation, the one the student one desk across from you has written:
Seven. Forty per cent off. The pen split the square root over the plus sign, exactly the way the sibling article on why \sqrt{a + b} \neq \sqrt{a} + \sqrt{b} warned against. In coordinate geometry this is the highest-frequency error in the topic, because the formula has a square root around a sum baked into its structure. Every distance you compute is an invitation to make this mistake. This article is about recognising it instantly and killing it with a numerical check.
The distance formula — what it actually says
Between two points P_1 = (x_1, y_1) and P_2 = (x_2, y_2) in the plane, the distance is
Read the notation carefully. The radical covers the entire sum — both (x_2 - x_1)^2 and (y_2 - y_1)^2 sit under one bar. The formula is not \sqrt{(x_2 - x_1)^2} + \sqrt{(y_2 - y_1)^2}, because that would equal |x_2 - x_1| + |y_2 - y_1| — a different and usually larger number. One radical, one sum inside, no splitting allowed.
Why the sum is inside one radical — the geometry
The distance formula is Pythagoras in disguise.
Drop a horizontal line from P_1 and a vertical line from P_2. You get a right triangle with legs |x_2 - x_1| and |y_2 - y_1|, and hypotenuse d. Pythagoras says d^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2. Taking the square root of both sides,
On the left, d^2 became d. On the right, the whole quantity (x_2 - x_1)^2 + (y_2 - y_1)^2 — a single number — got one square root wrapped around it. You squared d, not (x_2 - x_1) and (y_2 - y_1) individually, so the root cannot sit on each term separately. This is the structural reason you cannot split.
Numerical test — always catch it with a 3-4-5
Distance from (0, 0) to (3, 4), via Pythagoras: d = 5. The most famous right triangle in elementary geometry — you know the answer before you open the formula.
The "distributed" version: \sqrt{9} + \sqrt{16} = 3 + 4 = 7. Off by 2. If your pen ever produces 7 for a 3-4-5 triangle, stop. Keep this test case ready: (0, 0) and (3, 4) means d = 5. Any "shortcut" giving 7 is broken.
Why the error is tempting
Students who split the radical are pattern-matching to a rule that exists. The rule \sqrt{a \cdot b} = \sqrt{a} \cdot \sqrt{b} really does hold — multiplication distributes under square roots. When the eye sees two squared numbers like 9 and 16 with a plus sign between them, it wants to pull one root out for each term.
The trap is that the formula contains a plus, not a times. The sum 9 + 16 is a single number (25), and the root acts on that single number. To split the root you would need \sqrt{9 \cdot 16} = \sqrt{9} \cdot \sqrt{16} = 12 — a different calculation answering a different question. With a +, the multiplication rule is simply not available. The sum stays locked under the radical until you compute it.
Worked examples of correct distance computation
Run through three calculations at normal speed so the pattern sits in your hand.
Example 1. Distance from (1, 1) to (4, 5).
Another 3-4-5 triangle, just shifted. You compute 9 + 16 first, get 25, take the root, get 5. If instead you had written \sqrt{9} + \sqrt{16} = 7, you would be off by 2.
Example 2. Distance from (0, 0) to (1, 1).
Here the "wrong" answer would be \sqrt{1} + \sqrt{1} = 1 + 1 = 2. The true distance is \sqrt{2}, which is about 1.414 — smaller than 2 by about 0.586. The diagonal of a unit square is \sqrt{2}, not 2. If you doubt this, get a ruler.
Example 3. Distance from (2, 3) to (7, 15).
A 5-12-13 right triangle — the second-most-famous triple after 3-4-5. The "distributed" version would give 5 + 12 = 17, which is 4 too large. Burn 5-12-13 into memory alongside 3-4-5; the more recognisable triples you know, the faster you catch the error on sight.
Why this mistake keeps getting marked wrong
The distance formula gets applied dozens of times in one coordinate-geometry problem set — for medians, diagonals, verifying that four points form a rhombus, perimeters, the distance from a point to a line. If you distribute the square root even once per problem, you lose marks every single time, because the numerical answer is wrong and the examiner cannot award partial credit for a wrong number. Across a CBSE board paper or a JEE Main section, that single bug can cost five to ten marks. Other misconceptions you might meet twice in a year; this one can ambush you twice on one page.
Recognition rule — what to do every time
Whenever you write a square root around a sum, stop, compute the sum, and only then take the root. The algorithm: compute each squared difference as a single number, add them, then take the square root of that one total.
If the total is a perfect square — 25, 100, 144, 169, 225, 625 — the root is a clean integer. Otherwise the root stays as is: \sqrt{5}, \sqrt{13}, \sqrt{29} are all perfectly legitimate final answers. Leave them alone.
What to do when the sum is not a perfect square
If the sum inside the root has no prime-square factor, you cannot simplify further. \sqrt{5} is \sqrt{5}; \sqrt{13} is \sqrt{13}. These are your final answers.
If the sum has a prime-square factor, pull it out using the multiplication rule. Say the sum is 32:
The 16 escapes the radical as a 4; the 2 stays inside. This is the prime-factor jailbreak, and it is the only legitimate "splitting" you have access to — it relies on the multiplication rule, not on distributing over a sum.
Worked miniature: distance from (0, 0) to (4, 4) is \sqrt{16 + 16} = \sqrt{32} = 4\sqrt{2}. First you add under the root to get 32, then you factor 32 = 16 \cdot 2, then the 16 comes out. Three moves, all legitimate.
The related trap — "squaring the sum"
A second version of the same error sneaks in when you compute d^2 first. You write d^2 = 9 + 16 = 25 — fine. Then the question asks for d. The correct move is d = \sqrt{25} = 5. The wrong move, committed surprisingly often, is "d^2 = 9 + 16, so d = 3 + 4 = 7." Same bug, different costume. Once you have d^2 as a number, take the square root of that number, not of each term that added up to it.
Quick recognition drill
State the correct distance for each pair. Do the arithmetic in your head before reading the next line.
- (0, 0) and (5, 12): \sqrt{25 + 144} = \sqrt{169} = 13. The 5-12-13 triangle.
- (0, 0) and (1, 2): \sqrt{1 + 4} = \sqrt{5}. The sum is 5, not a perfect square, so the root stays.
- (0, 0) and (\sqrt{2}, \sqrt{3}): \sqrt{(\sqrt{2})^2 + (\sqrt{3})^2} = \sqrt{2 + 3} = \sqrt{5}. The coordinates are irrational, but their squares are the clean integers 2 and 3, and the sum 5 goes under the final root.
- (0, 0) and (a, b): \sqrt{a^2 + b^2}. With no concrete values, this is the simplest form. It is stuck.
- (0, 0) and (6, 8): \sqrt{36 + 64} = \sqrt{100} = 10. A scaled 3-4-5 triangle.
If at any step you felt the urge to write \sqrt{a} + \sqrt{b}, go back and run the 3-4-5 test. \sqrt{25} = 5, not 7. That single sanity check resets the habit.
The same rule in 3D
In 3D the distance formula becomes
Three squares inside one radical. The temptation to split is even stronger now — three terms under the bar that "look splittable." They are not. The formula is still Pythagoras (applied twice: first in the xy-plane, then lifted into z), and the root still covers the entire sum as one quantity.
Distance from (0, 0, 0) to (1, 2, 2): \sqrt{1 + 4 + 4} = \sqrt{9} = 3. Not \sqrt{1} + \sqrt{4} + \sqrt{4} = 5. Same rule, same trap.
One-line takeaway
Coordinate geometry runs on square roots of sums. The move that is never allowed is splitting the root over the plus sign inside. \sqrt{9 + 16} is 5, not 7; \sqrt{1 + 1} is \sqrt{2}, not 2; \sqrt{25 + 144} is 13, not 17. Compute the sum first, take the root once, and if the result refuses to simplify — like \sqrt{5} or \sqrt{13} — leave it as is. The 3-4-5 triangle, carried in your head, will catch this mistake every time it tries to resurface.