Vectors in 2D/3D (HL deeper) - Mathematics: Analysis & Approaches IB Study Notes

Overview
Imagine you're playing a video game or planning a trip. How do you describe exactly where something is, or how to get from one place to another? That's where **vectors** come in! They're like super-powered arrows that tell you both a direction (which way to go) and a magnitude (how far to go). In this topic, we're going to dive deeper into how these amazing arrows work, not just on a flat map (2D), but also in the real world where things have height (3D). We'll learn how to add them, subtract them, and even multiply them in special ways to figure out angles and distances, just like a movie director uses them to plan camera movements or an engineer uses them to design a bridge. Understanding vectors is super important because they're the secret language behind so many things around us, from how GPS works to how airplanes fly. So, let's explore this exciting world of directions and distances!
What Is This? (The Simple Version)
Think of a vector like a treasure map instruction that says: 'Go 5 steps North-East.' It tells you both which way to go (North-East) and how far to go (5 steps). It's different from just a number (like '5 steps') because that doesn't tell you the direction.
- 2D (Two Dimensions): This is like drawing on a flat piece of paper or a computer screen. You can go left/right (x-axis) and up/down (y-axis). A vector here might look like an arrow on a map.
- 3D (Three Dimensions): This is like the real world! You can go left/right (x-axis), up/down (y-axis), AND forward/backward (z-axis, for height or depth). Imagine a bird flying – it moves in 3D. A vector in 3D tells you how to move in all three directions.
We represent vectors using special notation, usually a letter with an arrow above it (like $\vec{a}$) or in bold ($\mathbf{a}$). We also write them as a column of numbers, like $\begin{pmatrix} 3 \ 4 \end{pmatrix}$ for 2D, meaning 'go 3 units right and 4 units up', or $\begin{pmatrix} 1 \ 2 \ 5 \end{pmatrix}$ for 3D, meaning 'go 1 unit right, 2 units up, and 5 units forward'.
Deeper Dive for HL: We're not just looking at simple movements. We'll explore how to find the angle between two vectors (imagine two roads meeting, what's the angle?), how to check if they are parallel (running in the same direction, like train tracks) or perpendicular (meeting at a perfect right angle, like the corner of a room), and even how to project one vector onto another (like finding the shadow of a stick on the ground).
Real-World Example
Let's imagine you're a drone pilot, and you need to program your drone to fly a specific path.
- Starting Point: Your drone is at a specific location, let's say the origin of our coordinate system (0,0,0) – like the center of a giant invisible grid.
- First Flight Segment: You want the drone to fly 10 meters East, 5 meters North, and 2 meters Up. We can represent this as a vector: $\vec{a} = \begin{pmatrix} 10 \ 5 \ 2 \end{pmatrix}$. This vector tells the drone exactly how to move from its starting point.
- Second Flight Segment: From its new position, you want the drone to fly another 3 meters West (so -3 East), 8 meters North, and then land 7 meters Down (so -7 Up). This is another vector: $\vec{b} = \begin{pmatrix} -3 \ 8 \ -7 \end{pmatrix}$.
- Total Displacement: To find out where the drone ends up from its original starting point, you simply add these vectors together! $\vec{a} + \vec{b} = \begin{pmatrix} 10 \ 5 \ 2 \end{pmatrix} + \begin{pmatrix} -3 \ 8 \ -7 \end{pmatrix} = \begin{pmatrix} 10 + (-3) \ 5 + 8 \ 2 + (-7) \end{pmatrix} = \begin{pmatrix} 7 \ 13 \ -5 \end{pmatrix}$.
This final vector, $\begin{pmatrix} 7 \ 13 \ -5 \end{pmatrix}$, tells you the drone's final position relative to its starting point: 7 meters East, 13 meters North, and 5 meters Down. This is its resultant vector (the single vector that represents the combined effect of multiple vectors). Drone pilots, game developers, and even astronauts use vectors like this all the time!
How It Works (Step by Step)
Let's break down some deeper vector operations: 1. **Finding the Magnitude (Length) of a Vector:** Think of this as finding the straight-line distance from the start to the end of your arrow. For a 3D vector $\vec{v} = \begin{pmatrix} x \\ y \\ z \end{pmatrix}$, its magnitude (length) is found usi...
Unlock 3 More Sections
Sign up free to access the complete notes, key concepts, and exam tips for this topic.
No credit card required · Free forever
Key Concepts
- Vector: A quantity that has both magnitude (size or length) and direction, often represented as an arrow.
- Magnitude: The length or size of a vector, calculated using the Pythagorean theorem in 2D or 3D.
- Position Vector: A vector that starts at the origin (0,0,0) and points to a specific point in space.
- Scalar Product (Dot Product): A way to 'multiply' two vectors that results in a single number (scalar) and is used to find the angle between vectors or check for perpendicularity.
- +6 more (sign up to view)
Exam Tips
- →Always draw a diagram, even for 3D problems, to visualize the vectors and their relationships.
- →Master the scalar product (dot product) and vector product (cross product) formulas – they are fundamental to almost all HL vector questions.
- +3 more tips (sign up)
More Mathematics: Analysis & Approaches Notes