Refresher - Vectors in 3D Space
Vectors in 3-D Space
Example:
The vector OP has initial point at the origin O (0, 0, 0) and terminal point at P (2, 3, 5). We can draw the vectorOP as follows:
Magnitude of a 3-Dimensional Vector
Recall that the distance between 2 points in 3-dimensional space is
distance AB=√(xs-x1)2+(y2-y1)2+(z2-z1)2
Notation
The magnitude of a two dimensional vector a=(a1,a2) , denoted by ||a|| (or sometimes by |a|), is given by
||a||=||(a1,a2)||=√(a1)2+(a2)2.
For the vector OP above, the magnitude of the vector is given by:
|OP|=√(22+32+52=√38)=6.16units
Angle Between 3-Dimensional Vectors
Earlier, we saw how to find the angle between 2-dimensional vectors. We use the same formula for 3-dimensional vectors:
θ=arccos(p•Q)|P||Q|
In the diagram on the right,
α is the angle between u and the x-axis (in dark red),
β is the angle between u and the y-axis (in green) and
γ is the angle between u and the z-axis (in pink),
Notation
i,j Form For Vectors
a=(a1,a2)=a1i+a2j