A vector in a geometric shape (three dimensions) is a vector that has 3 axes, namely X, Y and Z, which are perpendicular to each other and the intersection of the three axes as the base

After previously studying vectors in the plane (R2), next we will develop our discussion regarding vectors in geometric shapes (R3). Vectors in geometric shapes (three dimensions) are vectors that have 3 axes, namely X, Y and Z, which are perpendicular to each other and the intersection of the three axes as the base.

1. Vector Writing in R3

Vectors in space are vectors that are located in 3-dimensional space. This space is formed by 3 axes, namely the X axis, Y axis, and Z axis. These three axes intersect perpendicularly. The result of this intersection is O. Next, point O is called the central axis. Look at the picture of the right hand finger rule on the side. right hand finger rule This rule explains several things, namely:

  1. The index finger shows the Y axis. The numbers after O and in the direction of the index finger are positive numbers. The opposite direction and location means a negative number.
  2. The thumb points to the X axis. Numbers that are in the direction of the thumb and located after O are positive numbers. The opposite direction and location are negative numbers.
  3. The middle finger shows the Z axis. Numbers that are in the direction of the middle finger and located after O are positive numbers. The opposite direction and location are negative numbers.

Look at the example of a space vector image on the side. vector ruang The vector $\overrightarrow{OA}$ on the side is a space vector with base O (0, 0, 0) and end A (1, 1, 1). This osition vector $\overrightarrow{OA}$ can be written with a column vector, becoming: $$\overrightarrow{OA}=\begin{pmatrix} 1 \\1 \\1 \end{pmatrix}$$

Space vectors can also be written in units $\widehat{i},\widehat{j}$ and $\widehat{k}$. Units $\widehat{i}$ correspond to the X axis, units $\widehat{j}$ correspond to the Y axis, and units $\widehat{k}$ correspond to the Z axis. $\overrightarrow{OB}=\begin{pmatrix} 1 \\1 \\1 \end{pmatrix}$ can be written as $1\widehat{i}+1\widehat{j}+1\widehat{k}=\widehat{i}+\widehat{j}+\widehat{k}$.

Notes
Two or more vectors are called coplaner if they lie in the same plane.
Two or more vectors are called collinear if they lie on the same line.

2. Modulus or magnitude of vector

Vector modulus is the magnitude or length of a vector. The vector length $\overrightarrow{OP}=\begin{pmatrix} x \\y \\z\end{pmatrix}$ is formulated as follows. $\lvert \overrightarrow{OP} \rvert=\sqrt{x^2+y^2+z^2}$ If we know the points $A(x_1,y_1,z_1)$ and $B(x_2,y_2,z_2)$, analytically, we obtain the vector components $\overrightarrow{AB}=\begin{pmatrix} x_2-x_1 \\ y_2-y_1 \\z_2-y_1 \end{pmatrix}$. So the length of the vector $\overrightarrow{AB}$ can be formulated:

$$\lvert \overrightarrow{AB} \rvert=\sqrt{\left( x_2-x_1 \right)^2+\left(y_2-y_1\right)^2+\left( z_2-z_1 \right)^2}$$

If the vector $\vec{a}$ is presented in linear form $\vec{a}=a_1\widehat{i}+a_2\widehat{j}+a_3\widehat{k}$, then the modulus of the vector $\vec{a }$ is $\lvert \vec{a} \rvert=\sqrt{a_1^{2}+a_2^{2}+a_3^{2}}$

Example:
Determine the modulus/size of the following vector!

  1. $\overrightarrow{AB}$ with points A (1, 4, 6) and B (3, 7, 9)
  2. $\vec{a}=2\widehat{i}+\widehat{j}+3\widehat{k}$

Solution ✍️

  1. Given $\vec{a}=\begin{pmatrix}1 \\4 \\6\end{pmatrix}$ and $\vec{b}=\begin{pmatrix}3 \\7 \\9 \\ \end{pmatrix}$ maka $\overrightarrow{AB}=\vec{b}-\vec{ a}$ $$\begin{align*} \overrightarrow{AB}&=\vec{b}-\vec{a} \\\overrightarrow{AB}&=\begin{pmatrix} 3 \\7 \\9\end{pmatrix}-\begin{pmatrix}1 \\4 \\6\end{pmatrix} \\ \overrightarrow{AB}&=\begin{pmatrix} 3-1 \\7-4 \\9-6\end{pmatrix}\\ \overrightarrow{AB}&=\begin{pmatrix}2 \\3 \\3\end{pmatrix} \end{align*}$$ Up to the length of the vector $\lvert \overrightarrow{AB} \rvert=\sqrt{2^2+3^2+3^2}=\sqrt{4+9+9}=\sqrt{22}$
    So, the modulus of the vector $\overrightarrow{AB}$ is $\sqrt{22}.$
  2. $\lvert \vec{a} \rvert=\sqrt{2^2+1^2+3^2}=\sqrt{14}$
    So, the modulus of the vector $\vec{a}$ is $\sqrt{14}.$

3. Unit Vector

A unit vector is a vector that has a length of 1 unit and is denoted as $e$. The unit vector of vector $\vec{a}$ is defined as vector $\vec{a}$ divided by the magnitude of vector $\vec{a}$ itself, which is defined as $${{e}_{\vec{a}} }=\frac{\vec{a}}{\lvert \vec{a} \rvert}=\frac{1}{\lvert \vec{a} \rvert}\vec{a}$$

Example:

Determine the unit vector of Vector $\vec{a}=\begin{pmatrix}2 \\4 \\\sqrt{5}\end{pmatrix}$

Alternative solution:
First the length of the Vector $\vec{a}$ is determined
$\lvert \vec{a} \rvert=\sqrt{2^2+4^2+(\sqrt{5})^2}=\sqrt{25}=5$
$e_{\vec{a}}=\frac{1}{5}\begin{pmatrix} 2 \\4 \\\sqrt{5} \end{pmatrix}$
So, the unit vector of $\vec{a}$ is $e_{\vec{a}}=\begin{pmatrix} {2}/{5} \\{4}/{5} \\ {\sqrt{5}}/{5} \end{pmatrix}$

Apart from the unit vector, there are unit vectors that are parallel to the coordinate axes, including the following.

  1. The unit vector parallel to the X axis is denoted $\widehat{i}=\begin{pmatrix}1 \\0 \\0\end{pmatrix},$
  2. The unit vector parallel to the Y axis is denoted $\widehat{j}=\begin{pmatrix}0 \\1 \\0\end{pmatrix}$
  3. The unit vector parallel to the Z axis is denoted $\widehat{k}=\begin{pmatrix}0 \\0 \\1 \end{pmatrix}$

4. Position Vector

The position vector of point P is a vector that starts at point O (0, 0, 0) and ends at point P (x, y, z). Algebraically the position vector $\overrightarrow{OP}$ or $\vec{p}$ can be written as follows. $$\overrightarrow{OP}=\vec{p}=\begin{pmatrix}x \\y \\z\end{pmatrix}=x\widehat{i}++y\widehat{j}+z\widehat{k}$$ The vector $\overrightarrow{AB}$ with starting point $A(x_1,y_1,z_1)$ and ending point $B(x_2,y_2,z_2)$, has the following position vector.

$$\overrightarrow{AB}=\overrightarrow{OB}-\overrightarrow{OA}=\begin{pmatrix} x_2 \\y_2 \\z_2 \end{pmatrix}-\begin{pmatrix} x_1 \\y_1 \\z_1 \end{pmatrix}=\begin{pmatrix} x_2-x_1 \\y_2-y_1 \\z_2-z_1 \end{pmatrix}$$

Example:

Given point $A(-5, 3, 4)$ and point $B(-2, 9, 1)$. Line AB intersects the plane XY at point C. Determine the coordinates of point C!

Solution ✍️

Known:
$A(-5,3,4)\Rightarrow \vec{a}=\begin{pmatrix}-5 \\3 \\4 \end{pmatrix}$, $B(-2,9, 1)\Rightarrow \vec{b}=\begin{pmatrix} -2 \\ 9 \\1 \end{pmatrix}$ C on AB, so that vector $\overrightarrow{AC}$ is in line with Vector $ \overrightarrow{AB}$. Therefore, $$\begin{align*} \overrightarrow{AC}&=k.\overrightarrow{AB} \\ \vec{c}-\vec{a}&=k(\vec{b}-\vec{a}) \\ \begin{pmatrix}x \\ y \\ z \end{pmatrix}-\begin{pmatrix}-5 \\ 3 \\ 4 \end{pmatrix}&=k\left( \begin{pmatrix}-2 \\9 \\1 \end{pmatrix}-\begin{pmatrix}-5 \\3 \\4 \end{pmatrix} \right) \\ \begin{pmatrix}x+5 \\ y-3 \\ z-4 \end{pmatrix}&=\begin{pmatrix} 3k \\ 6k \\ -3k \end{pmatrix} \end{align*}$$ Since AB is in the XY plane then $z=0$ so $$\begin{align*} z-4&=-3k \\ 0-4&=-3k \\ k&=\frac{4}{3} \end{align*}$$ $$\begin{align*} x+5&=3k \\ x+5&=3.\frac{4}{3} \\ x&=-1 \end{align*}$$ $$\begin{align*} y-3&=6k \\ y-3&=6.\frac{4}{3} \\ y&=11 \end{align*}$$ So, the position vector $\vec{c}=\begin{pmatrix}-1 \\11 \\0 \end{pmatrix}$ so that the coordinates of point C are $C(-1,11,0)$  

Exercise 4

  1. Determine the modulus of the following vectors:

    1. $\vec{a} = \begin{pmatrix}4 \\-5 \\-3 \end{pmatrix}$
    2. $\vec{AB}$ with point $A (-2 , 3 , -1)$ and point $B (2 , 1 , -4)$
  2. Given the vector $\vec{PQ}$ with points P $(2 , 5 , -4)$ and $Q (1 , 0 , -3)$. Determine:

    1. The coordinates of point R if $\vec{SR}$ are the same as the vector $\vec{PQ}$ if point $S (2 , -2 , 4)$
    2. Coordinate of point N if $\vec{MN}$ is negative vector $\vec{PQ}$ if point $M (-1 , 3 , 2)$
  3. Determine the unit vector of the following vectors:

    1. $\vec{u} = \begin{pmatrix} 0 \\ 0 \\ -1 \end{pmatrix}$
    2. $\vec{v} = \begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix}$
    3. $\vec{KL}$ with $K (3 , -2 , 1)$ and $L (2 , -2 , 1)$
    4. $\vec{MN}$ with $M (2 , 1 , 2)$ and $N (2 , 0 , 3)$
  4. Draw a vector with points $P (2 , -3 , 1)$ and $Q (1 , 3 , -2)$

    1. Calculate the modulus of the vector $\vec{PQ}$
    2. Create a negative vector from $\vec{PQ}$, then calculate its modulus/magnitude!
    3. What can you conclude from the above work?
  5. If point $P (1 , 1 , 1)$ and point $Q (-1 , 4 , -6)$, determine:

    1. position vector of point P and point Q
    2. vector components $\vec{PQ}$
    3. negative vector $\vec{PQ}$
    4. unit vector $\vec{PQ}$
  6. Determine the magnitude of the following vectors and their unit vectors!

    1. $\vec{u} = \begin{pmatrix}2 \\4 \\1 \end{pmatrix}$
    2. $\vec{w} = -\widehat{i} + 5\widehat{j} + \widehat{k}$
    3. $\vec{PQ} = \begin{pmatrix} -3 \\0 \\5 \end{pmatrix}$