Welcome to Using Vectors!

In your previous study of vectors, you learned what they are (arrows with direction and size) and how to do basic math with them. Now, we are going to put those tools to work! In this chapter, we will see how vectors help us solve geometric puzzles in pure math and real-world problems involving forces in mechanics. Think of vectors as a GPS system that not only tells you where to go but also how hard to push!

1. Solving Geometric Problems

Vectors are fantastic for proving things about shapes like triangles and parallelograms. Instead of using a ruler, we use "vector paths."

Finding Your Way Around

Imagine you are walking around a park. If you want to get from point A to point B, but there is a pond in the middle, you might walk from A to O and then from O to B. Vector addition works exactly the same way!

The vector path from A to B is written as \( \vec{AB} \). If you know the position vectors \( \mathbf{a} \) and \( \mathbf{b} \), the rule is:
\( \vec{AB} = \mathbf{b} - \mathbf{a} \)

Ratios and Midpoints

Often, you will need to find a point partway along a line.
- Midpoint: If M is the midpoint of AB, then \( \vec{AM} = \frac{1}{2}\vec{AB} \).
- Ratios: If a point P divides the line AB in the ratio \( 2:1 \), it means P is \( \frac{2}{3} \) of the way along the line. So, \( \vec{AP} = \frac{2}{3}\vec{AB} \).

Step-by-Step Strategy for Geometry:
1. Label your known vectors (e.g., let \( \vec{OA} = \mathbf{a} \) and \( \vec{OB} = \mathbf{b} \)).
2. Write down the vector for the full line segment (e.g., \( \vec{AB} = \mathbf{b} - \mathbf{a} \)).
3. Use the given ratio to find the vector for the "shortcut" path.
4. Find the position vector of your target point by starting from the origin: \( \vec{OP} = \vec{OA} + \vec{AP} \).

Key Takeaway: To find a point, "walk" from the origin to a known corner, then "walk" along the vector path you just calculated.

2. Vectors and Forces (Mechanics Context)

In physics and mechanics, forces are vectors because it matters how hard you push (magnitude) and which way you push (direction).

The Resultant Force

If several forces are acting on an object at the same time, the Resultant Force is the single force that does the same job as all of them combined. Finding it is easy: you just add the vectors together.

If \( \mathbf{F_1} = \begin{pmatrix} 3 \\ 4 \end{pmatrix} \) and \( \mathbf{F_2} = \begin{pmatrix} 1 \\ -2 \end{pmatrix} \), the resultant force \( \mathbf{R} \) is:
\( \mathbf{R} = \mathbf{F_1} + \mathbf{F_2} = \begin{pmatrix} 3+1 \\ 4-2 \end{pmatrix} = \begin{pmatrix} 4 \\ 2 \end{pmatrix} \)

Analogy: Imagine two people pulling a heavy crate with ropes. One pulls North, the other pulls East. The crate doesn't go just North or just East; it follows the "resultant" path somewhere in between!

Equilibrium: The Great Balance

When an object is in equilibrium, it means it is either perfectly still or moving at a constant speed in a straight line. In vector terms, this means all the forces cancel each other out.

The Rule for Equilibrium: The sum of all force vectors is zero.
\( \sum \mathbf{F} = \mathbf{0} \), or \( \begin{pmatrix} \sum F_x \\ \sum F_y \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \end{pmatrix} \)

Common Mistake to Avoid: Don't just add the magnitudes (the lengths) of the forces. You must add their components (the \( x \) and \( y \) parts) separately!

Quick Review:
- Resultant: Add all vectors together.
- Equilibrium: The total sum must be \( \begin{pmatrix} 0 \\ 0 \end{pmatrix} \).

3. Newton’s Second Law in Vector Form

You might already know the formula \( F = ma \). When we use 2D vectors, this formula becomes even more powerful because it tracks horizontal and vertical movement at the same time.

The Formula: \( \mathbf{F} = m\mathbf{a} \)
Where:
- \( \mathbf{F} \) is the resultant force vector (in Newtons, N)
- \( m \) is the mass (a scalar, in kg)
- \( \mathbf{a} \) is the acceleration vector (in \( ms^{-2} \))

Example: A mass of 2kg is acted on by a resultant force \( \begin{pmatrix} 6 \\ 10 \end{pmatrix} \). What is its acceleration?
Using \( \mathbf{a} = \frac{\mathbf{F}}{m} \):
\( \mathbf{a} = \frac{1}{2} \begin{pmatrix} 6 \\ 10 \end{pmatrix} = \begin{pmatrix} 3 \\ 5 \end{pmatrix} ms^{-2} \).

Don't worry if this seems tricky at first! Just remember that the acceleration vector will always point in the same direction as the resultant force vector. If you push something to the right, it accelerates to the right!

Did you know? This vector version of \( F=ma \) is how computer programmers calculate how characters move in video games. Every time you move a joystick, you are essentially changing a force vector!

4. Summary of Key Terms

Resultant: The sum of two or more vectors.
Component: The horizontal or vertical part of a vector (the \( x \) or \( y \) in the column).
Equilibrium: A state where the resultant force is exactly zero.
Collinear: Points that lie on the same straight line (their vectors will be multiples of each other).
Magnitude: The "strength" or "length" of the vector, found using Pythagoras: \( |\mathbf{a}| = \sqrt{x^2 + y^2} \).

Final Key Takeaway:
Vectors allow us to treat the horizontal (\( i \)) and vertical (\( j \)) parts of a problem independently but simultaneously. Whether you are finding the center of a triangle or the path of a rocket, the math remains the same: keep your components separate and add them up!