Loading subject…
Both forms are printed in the formula booklet under AHL 3.13, so the exam work is choosing the right one and reading the angle correctly.
Given $\mathbf{v} = \begin{pmatrix} 3 \\ -1 \\ 2 \end{pmatrix}$ and $\mathbf{w} = \begin{pmatrix} 4 \\ 5 \\ -2 \end{pmatrix}$, find $\mathbf{v} \cdot \mathbf{w}$.
Solution
Find the angle between $\mathbf{a} = \begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix}$ and $\mathbf{b} = \begin{pmatrix} 2 \\ -1 \\ 2 \end{pmatrix}$, giving your answer to the nearest degree.
Solution
Find the value of $t$ for which $\begin{pmatrix} 1 \\ t \\ 2 \end{pmatrix}$ and $\begin{pmatrix} 3 \\ -1 \\ t \end{pmatrix}$ are perpendicular.
Solution
Two zip-lines run along the lines $\mathbf{r}_1 = \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix} + s\begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix}$ and $\mathbf{r}_2 = \begin{pmatrix} 0 \\ 3 \\ 1 \end{pmatrix} + u\begin{pmatrix} 2 \\ 2 \\ 1 \end{pmatrix}$. Find the acute angle between them, to the nearest degree.
Solution
A force $\mathbf{F} = \begin{pmatrix} 6 \\ 8 \end{pmatrix}\,\mathrm{N}$ acts on a crate. Find the component of $\mathbf{F}$ along the direction $\mathbf{d} = \begin{pmatrix} 4 \\ 3 \end{pmatrix}$.
Solution
Given $\mathbf{v} = \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix}$ and $\mathbf{w} = \begin{pmatrix} 4 \\ 5 \\ 6 \end{pmatrix}$, find $\mathbf{v} \times \mathbf{w}$ and verify it is perpendicular to $\mathbf{v}$.
Solution
Find the area of the triangle with vertices $A(1, 0, 0)$, $B(0, 2, 0)$ and $C(0, 0, 3)$.
Solution
| Feature | Dot product | Cross product |
|---|---|---|
| Output | Scalar (a number) | Vector (3D) |
| Component form | v1w1 + v2w2 + v3w3 | (v2w3-v3w2, v3w1-v1w3, v1w2-v2w1) |
| Size formula | |v||w|cos(theta) | |v||w|sin(theta) |
| Geometric meaning | Alignment and projection | Area of parallelogram |
| Zero when | Vectors perpendicular | Vectors parallel |
| Order | Commutative | Anticommutative |