01The mistake
For $\mathbf{v} = \langle 3, 4 \rangle$, students give the magnitude as 7. The correct value is 5. The two components are perpendicular and cannot be added end to end as though they were lengths along the same line.
The tell is that the error is invisible when one component is zero. For $\langle 5, 0 \rangle$ both methods give 5, so any check a student runs on an axis-aligned vector confirms the wrong rule. It only fails when both components are nonzero, which is a narrower set of cases than students encounter early on.
The related error is treating a vector as a point (U4-PR6). A vector has magnitude and direction and no fixed location; a point has a location and nothing else. Students who write $\langle 3,4\rangle$ and $(3,4)$ interchangeably will eventually add two vectors by finding the midpoint, or compute a magnitude as a distance from an origin that the problem never specified.
It also produces speed errors in parametric contexts (U4-PR3). If $x'(t) = 3$ and $y'(t) = 4$, the speed is 5, not 7 and not either component alone. Students who add the components get a speed that is too large by a predictable amount, and the error passes unnoticed because the number looks reasonable.
02Why it makes sense to the student
The components are written side by side and both are numbers. $\langle 3, 4 \rangle$ presents two quantities in a single object, and combining two numbers in a bracket by adding them is the most natural operation available. Nothing in the notation indicates that they lie along perpendicular directions.
It is the linearity overgeneralisation again, in its last precalculus disguise. The same students who write $\sqrt{a+b} = \sqrt a + \sqrt b$ will write $|\langle a,b \rangle| = a + b$, and both come from the belief that operations pass through term by term. Worth pointing out the connection explicitly, because students do not see these as the same topic.
The Pythagorean theorem is filed under geometry. Students know it, can state it, and do not retrieve it here, because this problem does not look like a triangle problem — there is no diagram and no triangle mentioned. The knowledge is present and not indexed to this situation.
And drawing the vector is optional in the way the problem is usually posed. A student who sketches $\langle 3,4\rangle$ sees a right triangle immediately. A student who works from the bracket sees two numbers.
03The correction
Make them draw it, every time, until the triangle is automatic. $\langle 3,4\rangle$ is 3 across and 4 up, and the vector is the hypotenuse of the right triangle those two legs form. Once the picture is on the page, the Pythagorean theorem retrieves itself and the formula stops needing to be remembered.
State the formula with its reason attached: $|\mathbf{v}| = \sqrt{v_1^2 + v_2^2}$ because the components are perpendicular. That clause is what makes it a consequence rather than a rule, and it is also what tells students when the formula generalises — three perpendicular components give $\sqrt{v_1^2+v_2^2+v_3^2}$ for the same reason.
Use the triangle inequality as the sanity check they can run in two seconds: the magnitude is always less than the sum of the component magnitudes, unless one component is zero. A student who gets 7 for $\langle 3,4\rangle$ has produced the longest possible path rather than the direct one, and framing it that way — you walked 3 then 4, but the arrow goes straight — makes the error obvious without any formula.
Separate vectors from points while you are here, because the two errors are one habit. A vector is a displacement: an instruction to move 3 across and 4 up, valid from anywhere. A point is a location. The same bracket of numbers means different things, and students should be able to say which they are holding.
A useful classroom test: “A hiker walks 3 km east, then 4 km north. How far have they walked, and how far are they from the start?” The answers are 7 and 5, and both questions are legitimate. Students who give one number for both have merged distance travelled with displacement, which is exactly the distinction the magnitude formula encodes.
04A sample question
What is the magnitude of the vector $\mathbf{v} = \langle 3, 4 \rangle$?
- A$7$
- B$5$
- C$12$
- D$25$
05What each wrong answer reveals
- A Components added. $3 + 4 = 7$. The student has treated the two components as lengths along the same line. The hiker framing is the fastest correction: walking 3 km east and 4 km north covers 7 km of ground but leaves you 5 km from where you started, and both numbers are real — they answer different questions. This student has computed distance travelled and been asked for displacement.
- B Correct. $|\mathbf{v}| = \sqrt{3^2 + 4^2} = \sqrt{9+16} = \sqrt{25} = 5$. The components are perpendicular, so they combine as the legs of a right triangle.
- C Components multiplied. $3 \times 4 = 12$. Occasionally this is a student reaching for the area of the rectangle the components define, which is a real quantity and not the magnitude. It usually indicates that the student has no model for what magnitude means and is combining the two numbers by some available operation. Draw the arrow and ask them to point at its length.
- D The square root omitted. $3^2 + 4^2 = 25$. This is the best of the wrong answers by a distance: the student has the correct structure entirely and stopped one step early. It is a procedural slip rather than a misconception, and it is worth telling the student so, because the conceptual work is done.
D is one keystroke from correct and should not be grouped with A, which has the wrong model of how components combine. C indicates no model at all. If a class splits mostly onto D, the concept has landed and the fix is a checking habit; if it splits onto A, the perpendicularity has not landed and the triangle needs drawing.
06Try it in Mistake Master
Topic 4.8 (Vectors) is where the components get established as perpendicular, and items there include vectors with one zero component alongside general ones, so an additive rule succeeds on some and fails on others — which is more informative than failing on all. U4-PR6 pairs with U4-PR7, vector arithmetic errors, and with U4-PR3, where the same structure gives speed from parametric derivatives. It is re-checked in Topic 4.9 across the vector operations, and the underlying overgeneralisation is the one coded as U2-SM1 in SAT Math.