Vector Addition, Subtraction, and Scalar Multiplication Math Example 5

Follow the full solution, then compare it with the other examples linked below.

Example 5

medium
Find the vector from point A(1,3)A(1, 3) to point B(4,โˆ’1)B(4, -1).

Solution

  1. 1
    ABโ†’=Bโˆ’A=โŸจ4โˆ’1,โˆ’1โˆ’3โŸฉ=โŸจ3,โˆ’4โŸฉ\overrightarrow{AB} = B - A = \langle 4-1, -1-3 \rangle = \langle 3, -4 \rangle.
  2. 2
    This vector points from AA toward BB.

Answer

โŸจ3,โˆ’4โŸฉ\langle 3, -4 \rangle
The vector from point AA to point BB is found by subtracting the coordinates: ABโ†’=Bโˆ’A\overrightarrow{AB} = B - A. This is one of the most common applications of vector subtraction.

About Vector Addition, Subtraction, and Scalar Multiplication

Vectors are added and subtracted component by component. Scalar multiplication multiplies each component of a vector by a number. If u=โŸจu1,u2โŸฉ\mathbf{u} = \langle u_1, u_2 \rangle and v=โŸจv1,v2โŸฉ\mathbf{v} = \langle v_1, v_2 \rangle, then u+v=โŸจu1+v1,u2+v2โŸฉ\mathbf{u} + \mathbf{v} = \langle u_1 + v_1, u_2 + v_2 \rangle and ku=โŸจku1,ku2โŸฉk\mathbf{u} = \langle ku_1, ku_2 \rangle.

Learn more about Vector Addition, Subtraction, and Scalar Multiplication โ†’

More Vector Addition, Subtraction, and Scalar Multiplication Examples