Find the vector given two points and , and determine whether the given vectors are parallel.
Given two points and in space, the vector is found by subtracting the position vector of the initial point from the position vector of the terminal point:
In component form:
For 2D points and :
Two vectors and are parallel if and only if one is a scalar multiple of the other:
In component form, this means their components are proportional:
In 2D, the equivalent algebraic condition is:
Step 1: Identify the coordinates of the given points and .
Step 2: Apply the formula:
Step 3: To check if two vectors are parallel, verify that their components are proportional:
If this condition holds, the vectors are parallel. If the ratios are not all equal, the vectors are not parallel.