Maths

Common mistakes in vector arithmetic

3 mistakes learners make with vector arithmetic, each one named and explained.

All common mistakes

Add or subtract the components separately, and keep the signs.

One component added, the other subtracted

What it looks like

The two components are treated differently, usually where one of them is negative.

Why it happens

A negative component makes adding look like subtracting, so the operation flips halfway.

A worked example

Question. (3, -2) + (1, 4)

A common answer. (4, -6)

The answer. (4, 2)

Why. Minus 2 plus 4 is 2, because adding to a negative number moves it upwards.

Put the two side by side

3 + 1 = 4, handled correctly.
-2 + 4 = 2, not -6.

Do each component as its own small sum, written out. Negative numbers cause this every time.

The components multiplied

What it looks like

Corresponding components are multiplied together rather than added.

Why it happens

Two lists of numbers side by side invites combining them however seems natural.

A worked example

Question. (3, -2) + (1, 4)

A common answer. (3, -8)

The answer. (4, 2)

Why. Adding vectors means adding each pair of components.

Put the two side by side

Multiplying: (3, -8).
Adding: (4, 2).

The operation in the question applies to each component separately, unchanged.

The multiplier added to each component

What it looks like

2p is worked out by adding 2 to each component.

Why it happens

Both operations use the same two symbols side by side and neither is written out in words.

A worked example

Question. p = (5, -3), find 2p

A common answer. (7, -1)

The answer. (10, -6)

Why. 2p means two of the vector p, which is p added to itself.

Put the two side by side

Adding 2: (7, -1).
Doubling: (10, -6).

Read 2p as two lots of p. Two lots is always a multiplication.

WAJD spots these patterns in your child's answers and names the one behind their wrong answers, instead of just marking them wrong.

More maths topics