2D Vector Subtraction Calculator
Calculator
Step-by-Step Vector Subtraction Solution
Enter vector values and click subtract to see detailed steps.
ci = ai – bi.
Vector subtraction is the simply negative of addition. Let's consider two vector a=[5,8] and b=[7,2].
So now we can say a - b = a + (-b).
Means that change the sign of b’s components like:
b=[7,2] will become as:
-b=[-7,-2]
Therefore a + (-b) = {5 + (-7)} , {8 + (-2)}
= (5 – 7) , (8 -2)
=(-2 , 6)