This exercise covers fundamental vector operations in 3D space, including finding vectors between two points, checking for parallel vectors, and applying basic vector algebra.
In 3D space, every point is located using three mutually perpendicular axes: the -axis, -axis, and -axis. A point is written as an ordered triple .
The standard unit vectors along the positive -, -, and -axes are:
Any vector in space can be written as: where , , are the components of .
Given points and , the vector from to is:
The magnitude (length) of is:
Two vectors and are parallel if: In component form:
Example 1: Find if and .
Example 2: Are and parallel?
Since all ratios are equal (), the vectors are parallel.
Example 3: Find the magnitude of .