Introduction to Vectors: Moving Beyond Numbers
In your mathematical journey so far, you’ve mostly worked with scalars—quantities like temperature or mass that only have a size (magnitude). However, in the real world, many things involve direction, like the wind blowing at 20 km/h toward the North or a plane flying at a specific tilt. This is where vectors come in!
In this chapter, we will explore the foundations of vectors in 3D space, learn how to "multiply" them in two different ways (scalar and vector products), and see how these tools help us solve complex geometric problems. Don't worry if 3D visualization feels tough at first; we will break it down step-by-step!
1. Vector Basics (AHL 3.10)
A vector is a quantity that has both magnitude (length) and direction. We often represent them as directed line segments (arrows).
Notation and Representation
In the IB DP, you will see vectors written in several ways:
- Component Form: \(v = xi + yj + zk\), where \(i\), \(j\), and \(k\) are unit vectors in the \(x\), \(y\), and \(z\) directions.
- Column Form: \(v = \begin{pmatrix} x \\ y \\ z \end{pmatrix}\). This is often the easiest form to use for calculations.
- Position Vectors: A vector that starts at the origin \(O(0,0,0)\) and goes to a point \(A\) is called \(\vec{OA}\).
Magnitude and Unit Vectors
The magnitude (length) of a vector \(v = \begin{pmatrix} v_1 \\ v_2 \\ v_3 \end{pmatrix}\) is calculated using a 3D version of Pythagoras' Theorem:
\(|v| = \sqrt{v_1^2 + v_2^2 + v_3^2}\)
A unit vector is a vector with a magnitude of exactly 1. If you have a vector \(v\) and you want to find a unit vector in the same direction, you normalize it by dividing the vector by its magnitude:
\(\hat{v} = \frac{v}{|v|}\)
Quick Tip: The zero vector, written as \(0\) or \(\begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}\), has no magnitude and no specific direction. The vector \(-v\) is simply the vector \(v\) pointing in the exact opposite direction.
Key Takeaway: Vectors combine size and direction. Use column form for easy arithmetic and the magnitude formula to find the "length" of the arrow.
2. The Scalar Product (AHL 3.13)
The scalar product (also known as the dot product) is a way of multiplying two vectors that results in a scalar (a single number), not a vector. It tells us how much one vector "aligns" with another.
Calculating the Scalar Product
There are two formulas for the scalar product \(a \cdot b\):
- Component Method: \(a \cdot b = a_1b_1 + a_2b_2 + a_3b_3\)
- Geometric Method: \(a \cdot b = |a||b|\cos\theta\), where \(\theta\) is the angle between the two vectors.
Finding the Angle Between Vectors
By combining the two formulas above, we can find the angle between any two vectors:
\(\cos\theta = \frac{a_1b_1 + a_2b_2 + a_3b_3}{|a||b|}\)
Important Property: Perpendicular Vectors
If two non-zero vectors are perpendicular (at \(90^\circ\)), their scalar product is always zero because \(\cos(90^\circ) = 0\).
\(a \cdot b = 0 \iff a \perp b\)
Common Mistake: Students sometimes forget that the scalar product results in a number. If your answer for a dot product is a vector, you've made a mistake!
Key Takeaway: Use the scalar product to find angles or to prove that two lines are perpendicular.
3. The Vector Product (AHL 3.13)
The vector product (also known as the cross product) is unique to Higher Level. Unlike the scalar product, the result of a vector product is a new vector.
The Direction of \(a \times b\)
The resulting vector \(a \times b\) is mathematically special because it is perpendicular to both vector \(a\) and vector \(b\). This makes it incredibly useful for finding the "normal" (vertical) direction to a flat surface (plane).
The Magnitude of \(a \times b\)
The magnitude of the vector product is given by:
\(|a \times b| = |a||b|\sin\theta\)
Geometric Interpretation: Areas
One of the coolest applications of the vector product is finding areas:
- Area of a Parallelogram: The magnitude \(|a \times b|\) is exactly equal to the area of the parallelogram formed by vectors \(a\) and \(b\).
- Area of a Triangle: Since a triangle is half of a parallelogram, its area is \(\frac{1}{2}|a \times b|\).
Did you know? The order matters! While \(a \cdot b = b \cdot a\), in vector products, \(a \times b = -(b \times a)\). This is known as being anti-commutative.
Key Takeaway: The vector product gives you a new vector that is perpendicular to the original two. Its magnitude tells you the area of the shape they form.
4. Summary and Tips for Success
Quick Review Box
Vector Notation: \(v = \begin{pmatrix} x \\ y \\ z \end{pmatrix}\) or \(xi + yj + zk\).Magnitude: \(|v| = \sqrt{x^2 + y^2 + z^2}\).
Scalar Product: \(a \cdot b = |a||b|\cos\theta\). If \(0\), they are perpendicular.
Vector Product: \(a \times b\) is perpendicular to both \(a\) and \(b\).
Area of Triangle: \(\frac{1}{2}|a \times b|\).
Problem Solving Steps
- Identify the Goal: Are you finding an angle (use Scalar Product) or an area/perpendicular vector (use Vector Product)?
- Check your Calculator: Ensure your GDC is in the correct mode (Degrees or Radians) as specified by the question.
- Draw a Sketch: Even a rough 3D sketch can help you see which vectors you need to subtract to find the sides of a triangle or the direction of a line.
Don't worry if the vector product formula looks intimidating in your data booklet. Practice using your GDC to calculate it, as AI HL students are encouraged to use technology efficiently!
Final Thought: Vectors are the language of 3D space. Master the difference between the "Dot" (Scalar) and the "Cross" (Vector) products, and you'll have the keys to solving almost any geometry problem in this course.