1. Displacement and translation vectors
If a point \(P(x,y,z)\) is translated by
\[
\begin{pmatrix}
a\\
b\\
c
\end{pmatrix},
\]
then its image is
\[
P'(x+a,\;y+b,\;z+c).
\]
If \(A(x_1,y_1,z_1)\) and \(B(x_2,y_2,z_2)\), then
\[
\overrightarrow{AB}=
\begin{pmatrix}
x_2-x_1\\
y_2-y_1\\
z_2-z_1
\end{pmatrix}.
\]
2. Position vectors
If \(P(x,y,z)\), then the position vector of \(P\) is
\[
\overrightarrow{OP}=
\begin{pmatrix}
x\\
y\\
z
\end{pmatrix}.
\]
If points \(A\) and \(B\) have position vectors \(\mathbf{a}\) and \(\mathbf{b}\), then
\[
\overrightarrow{AB}=\mathbf{b}-\mathbf{a}.
\]
The midpoint \(M\) of \(AB\) has position vector
\[
\overrightarrow{OM}=\frac{\mathbf{a}+\mathbf{b}}{2}.
\]
3. Scalar product
If
\[
\mathbf{a}=
\begin{pmatrix}
a_1\\
a_2\\
a_3
\end{pmatrix},
\qquad
\mathbf{b}=
\begin{pmatrix}
b_1\\
b_2\\
b_3
\end{pmatrix},
\]
then
\[
\mathbf{a}\cdot\mathbf{b}=a_1b_1+a_2b_2+a_3b_3.
\]
In \( \mathbf{i}, \mathbf{j}, \mathbf{k} \) form:
\[
\mathbf{a}=a_1\mathbf{i}+a_2\mathbf{j}+a_3\mathbf{k},
\qquad
\mathbf{b}=b_1\mathbf{i}+b_2\mathbf{j}+b_3\mathbf{k}.
\]
Also,
\[
\mathbf{a}\cdot\mathbf{b}=|\mathbf{a}||\mathbf{b}|\cos\theta.
\]
Two non-zero vectors are perpendicular if
\[
\mathbf{a}\cdot\mathbf{b}=0.
\]
4. Magnitude of a vector
\[
\left|
\begin{pmatrix}
a\\
b\\
c
\end{pmatrix}
\right|
=\sqrt{a^2+b^2+c^2}.
\]
5. Vector equation of a line
A line through the point \(A(x_1,y_1,z_1)\) with direction vector
\[
\begin{pmatrix}
a\\
b\\
c
\end{pmatrix}
\]
can be written in column vector form as
\[
\mathbf{r}=
\begin{pmatrix}
x_1\\
y_1\\
z_1
\end{pmatrix}
+
\lambda
\begin{pmatrix}
a\\
b\\
c
\end{pmatrix}.
\]
Parametric form:
\[
x=x_1+a\lambda,\qquad y=y_1+b\lambda,\qquad z=z_1+c\lambda.
\]
\( \mathbf{i}, \mathbf{j}, \mathbf{k} \) form:
\[
\mathbf{r}=(x_1\mathbf{i}+y_1\mathbf{j}+z_1\mathbf{k})
+
\lambda(a\mathbf{i}+b\mathbf{j}+c\mathbf{k}).
\]
6. Intersection of two lines
If
\[
\mathbf{r}=\mathbf{a}+\lambda\mathbf{b}
\qquad \text{and} \qquad
\mathbf{r}=\mathbf{c}+\mu\mathbf{d},
\]
then to test for intersection, set them equal:
\[
\mathbf{a}+\lambda\mathbf{b}=\mathbf{c}+\mu\mathbf{d}.
\]
Compare the three coordinates and solve for \( \lambda \) and \( \mu \). The lines intersect only if all three coordinates are consistent.