Welcome to the World of Vector Multiplication!
In your journey through vectors so far, you’ve learned how to add them and stretch them (scalar multiple). But did you know there are two special ways to "multiply" vectors? Unlike regular numbers where \(2 \times 3\) is always \(6\), vectors have two different operations: the Scalar Product and the Vector Product.
Think of these as tools in a toolkit. One helps you find angles and check if things are perpendicular, while the other helps you find areas and directions that are perfectly upright. Don’t worry if it feels a bit abstract at first—we’ll break it down step-by-step!
1. The Scalar Product (The "Dot" Product)
The Scalar Product is denoted by a dot \(\cdot\). The most important thing to remember is its name: the result of a scalar product is always a scalar (just a regular number), not a vector!
How to Calculate It
There are two ways to find the dot product of two vectors \(\mathbf{a}\) and \(\mathbf{b}\):
Method A: Using Geometry
If you know the magnitudes and the angle \(\theta\) between them:
\(\mathbf{a} \cdot \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \cos \theta\)
Method B: Using Components
If \(\mathbf{a} = \begin{pmatrix} a_1 \\ a_2 \\ a_3 \end{pmatrix}\) and \(\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\)
Why is it useful?
The Scalar Product is our "Perpendicularity Detector."
If \(\mathbf{a} \cdot \mathbf{b} = 0\), then the two vectors are perpendicular (at \(90^{\circ}\) to each other), provided neither vector is the zero vector.
Quick Review: Properties to Remember
- Order doesn't matter: \(\mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a}\)
- Self-product: \(\mathbf{a} \cdot \mathbf{a} = |\mathbf{a}|^2\). (This is a lifesaver in proofs!)
- Distributive: \(\mathbf{a} \cdot (\mathbf{b} + \mathbf{c}) = \mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c}\)
Memory Aid: Think "Dot-Cos". The Dot product uses Cosine.
Key Takeaway: Use the Dot Product when you need to find an angle or prove that two lines are perpendicular.
2. The Vector Product (The "Cross" Product)
The Vector Product is denoted by a cross \(\times\). Unlike the dot product, the result of a cross product is a vector. This new vector is special because it is perpendicular to both original vectors.
How to Calculate It
The Magnitude:
\(|\mathbf{a} \times \mathbf{b}| = |\mathbf{a}| |\mathbf{b}| \sin \theta\)
The Direction:
We use the Right-Hand Rule. If you curl your right fingers from \(\mathbf{a}\) to \(\mathbf{b}\), your thumb points in the direction of \(\mathbf{a} \times \mathbf{b}\).
The Calculation (Determinant Method):
To find \(\mathbf{a} \times \mathbf{b}\) for \(\mathbf{a} = \begin{pmatrix} a_1 \\ a_2 \\ a_3 \end{pmatrix}\) and \(\mathbf{b} = \begin{pmatrix} b_1 \\ b_2 \\ b_3 \end{pmatrix}\):
\(\mathbf{a} \times \mathbf{b} = \begin{pmatrix} a_2b_3 - a_3b_2 \\ a_3b_1 - a_1b_3 \\ a_1b_2 - a_2b_1 \end{pmatrix}\)
Analogy: Think of a screwdriver. When you turn a screw (rotating from vector a to b), the screw moves in or out (the direction of the cross product).
Why is it useful?
The Vector Product is our "Parallel Detector" and "Area Finder."
1. If \(\mathbf{a} \times \mathbf{b} = \mathbf{0}\), then the vectors are parallel.
2. The area of a triangle with sides \(\mathbf{a}\) and \(\mathbf{b}\) is \(\frac{1}{2} |\mathbf{a} \times \mathbf{b}|\).
3. The area of a parallelogram with sides \(\mathbf{a}\) and \(\mathbf{b}\) is \(|\mathbf{a} \times \mathbf{b}|\).
Common Mistake Alert!
Order matters here! \(\mathbf{a} \times \mathbf{b} = - (\mathbf{b} \times \mathbf{a})\). If you swap the order, the vector points in the exact opposite direction!
Key Takeaway: Use the Cross Product to find a vector normal (perpendicular) to a plane or to calculate areas.
3. Angle Between Two Vectors
To find the angle \(\theta\) between two vectors, we almost always use the Scalar Product because it’s easier to calculate than the Vector Product.
Step-by-Step Process:
1. Calculate the dot product: \(\mathbf{a} \cdot \mathbf{b} = a_1b_1 + a_2b_2 + a_3b_3\)
2. Calculate the magnitudes: \(|\mathbf{a}|\) and \(|\mathbf{b}|\)
3. Use the formula: \(\cos \theta = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}| |\mathbf{b}|}\)
4. Find \(\theta = \cos^{-1} (\text{your result})\)
Did you know? The angle \(\theta\) between two vectors is always between \(0^{\circ}\) and \(180^{\circ}\). If your calculator gives you a negative value for \(\cos \theta\), it just means the angle is obtuse (greater than \(90^{\circ}\))!
4. Geometrical Meanings with Unit Vectors
In the H2 syllabus, you need to understand what happens when we use a unit vector (\(\hat{\mathbf{n}}\), a vector with length 1) in these products.
The Length of Projection: \(|\mathbf{a} \cdot \hat{\mathbf{n}}|\)
Imagine you have a vector \(\mathbf{a}\) and you shine a torch directly from above onto a line in the direction of \(\hat{\mathbf{n}}\). The length of the shadow cast by \(\mathbf{a}\) on that line is called the length of projection.
Formula: Length = \(|\mathbf{a} \cdot \hat{\mathbf{n}}|\)
The Perpendicular Distance: \(|\mathbf{a} \times \hat{\mathbf{n}}|\)
While the dot product gives the "shadow" along the line, the magnitude of the cross product gives the "height" or the perpendicular distance from the tip of vector \(\mathbf{a}\) to the line containing \(\hat{\mathbf{n}}\).
Formula: Distance = \(|\mathbf{a} \times \hat{\mathbf{n}}|\)
Think of it like a right-angled triangle: The dot product gives the adjacent side (projection), and the cross product magnitude gives the opposite side (rejection/distance).
Key Takeaway:
Dot Product \(\rightarrow\) Shadow along the direction.
Cross Product Magnitude \(\rightarrow\) Distance away from the direction.
Summary Checklist
- Can I calculate \(\mathbf{a} \cdot \mathbf{b}\) using both components and \(\cos \theta\)?
- Do I remember that \(\mathbf{a} \cdot \mathbf{b} = 0\) means perpendicular?
- Can I calculate \(\mathbf{a} \times \mathbf{b}\) using the determinant method?
- Do I know that \(|\mathbf{a} \times \mathbf{b}|\) gives the area of a parallelogram?
- Can I find the length of projection of \(\mathbf{a}\) onto \(\mathbf{b}\) using the unit vector \(\hat{\mathbf{b}}\)?
Don't worry if this seems tricky at first! Vectors is a chapter that becomes much clearer with practice. Start by mastering the dot product first, as it is used more frequently in finding angles and distances in the next sub-topic: 3D Geometry.