【Math C】Vectors: Master the "Arrows" with Direction and Magnitude!

Hello everyone! Let's embark on an adventure into the world of "vectors."
When you hear the word "vector," it might sound intimidating, but it’s actually quite simple. In short, a vector is just an "arrow" that has both "direction" and "magnitude."
Just like instructions on a treasure map saying "walk 3 steps east and 2 steps north," vectors are all around us. You might feel a bit overwhelmed by the new notation at first, but if you take it one step at a time, you’ll definitely master this field!

1. Vector Basics: What is a Vector?

The numbers we usually use in math (like 3 or -5) only represent "magnitude," but vectors carry two pieces of information as a set: "in which direction" and "by how much."

● How to Represent Them

An arrow from point A to point B is written as \(\vec{AB}\). It can also be written with a single letter as \(\vec{a}\).
Initial point: The tail of the arrow (point A).
Terminal point: The tip of the arrow (point B).
Magnitude: The length of the arrow. It is written as \(|\vec{a}|\), using absolute value symbols.

【Tip】Vector "Equality"

Two vectors are "equal" if they have the exact same "direction" and "magnitude." Regardless of where the starting point (initial point) is, if they align when translated, they are the same vector!

💡 Fun Fact: The word "Vector" comes from Latin, meaning "that which carries." It’s helpful to think of it as carrying a load from A to B.

2. Vector Addition, Subtraction, and Scalar Multiplication

Vectors can be added and subtracted just like regular numbers. The trick is to visualize them with diagrams!

● Addition: \(\vec{a} + \vec{b}\)

"Shiritori" (Chain) Method: Connect the terminal point of \(\vec{a}\) to the initial point of \(\vec{b}\). The answer is the vector from the starting point to the final goal.
Parallelogram Method: Align the initial points of both vectors and form a parallelogram. The diagonal is your answer.

● Subtraction: \(\vec{b} - \vec{a}\)

Remember subtraction as "(the latter) minus (the former)"!
This is super important when setting the initial point to "O," like in \(\vec{AB} = \vec{OB} - \vec{OA}\). Don't forget the mantra: "Terminal point minus initial point!"

● Scalar Multiplication: \(k\vec{a}\)

The direction remains the same (unless \(k < 0\), in which case it reverses), and the length is multiplied by \(k\).

⚠️ Common Mistake:
People often assume that \(|\vec{a} + \vec{b}| = |\vec{a}| + |\vec{b}|\) in vector addition, but this is wrong! The sum of two sides of a triangle is longer than the remaining side, so always draw a diagram to check.

3. Component Form: Representing Vectors with Numbers

To make calculations easier, we represent geometric arrows using coordinates (x, y), which we call component form.

When we write \(\vec{a} = (a_1, a_2)\), \(a_1\) is the x-component and \(a_2\) is the y-component.
Magnitude: \(|\vec{a}| = \sqrt{a_1^2 + a_2^2}\) (It's just the Pythagorean theorem!)
Addition/Subtraction: Just calculate the x-components together and the y-components together. Very easy!

4. Dot Product (Crucial Point!)

The "dot product" is the biggest hurdle in vectors, but it appears frequently on the Common Test!

● Definition of the Dot Product

Let \(\theta\) be the angle between two vectors \(\vec{a}\) and \(\vec{b}\). The dot product \(\vec{a} \cdot \vec{b}\) is defined as:
① Geometric Definition: \(\vec{a} \cdot \vec{b} = |\vec{a}||\vec{b}|\cos\theta\)
② Component Calculation: \(\vec{a} \cdot \vec{b} = a_1b_1 + a_2b_2\) (Product of x's + Product of y's)

【Tip】Perpendicular Condition is "Dot Product Equals Zero"

If \(\vec{a} \neq \vec{0}\) and \(\vec{b} \neq \vec{0}\):
\(\vec{a} \perp \vec{b} \iff \vec{a} \cdot \vec{b} = 0\)
This is used very often in problems. When in doubt, check if the dot product is zero!

💡 Fun Fact: The dot product relates to the "length of the shadow." It represents how much one vector contributes in the direction of another.

5. Position Vectors and Dividing Points

A position vector represents the location of a point using a vector starting from a reference point O (like the origin).

● Formulas for Internal and External Division

The position vector \(\vec{p}\) for a point P that divides line segment AB in a ratio \(m:n\) is:
Internal Division: \(\vec{p} = \frac{n\vec{a} + m\vec{b}}{m+n}\)
External Division: \(\vec{p} = \frac{-n\vec{a} + m\vec{b}}{m-n}\)
(※ Note that the formula form uses "cross-multiplication"!)

【Tip】Centroid \(G\) of a Triangle

\(\vec{g} = \frac{\vec{a} + \vec{b} + \vec{c}}{3}\)
It's just the average of the three, so it’s easy to remember!

6. Spatial Vectors (Math C Scope)

Even in "3D space," the basics are the same as in a plane. You just add one extra component: the z-component!

・\(\vec{a} = (a_1, a_2, a_3)\)
・Magnitude: \(|\vec{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2}\)
・Dot Product: \(\vec{a} \cdot \vec{b} = a_1b_1 + a_2b_2 + a_3b_3\)

Drawing 3D diagrams might be tough at first, but rest assured, the calculation rules are exactly the same as in 2D.

7. Vector Equations (Vector Equation of a Line)

We use vectors to represent "lines" and "circles."

● Vector Equation of a Line

For a point P on a line passing through point A and parallel to direction vector \(\vec{d}\):
\(\vec{p} = \vec{a} + t\vec{d}\) (where \(t\) is a real number)
Think of it as: "Go to point A, then move \(t\) times in the direction of \(\vec{d}\)."

● Vector Equation of a Circle

For a point P on a circle with center C and radius \(r\):
\(|\vec{p} - \vec{c}| = r\)
This simply means "the distance from center C to point P is always \(r\)." Easy, right?

Summary: How to Conquer Vectors

1. Constantly switch between "diagrams" and "calculations (components)."
2. Break down vectors using "terminal point minus initial point."
3. If you find perpendicularity, use "dot product = 0."
4. If you see a magnitude, "square it" to turn it into a dot product. (\(|\vec{a}|^2 = \vec{a} \cdot \vec{a}\))

It might feel difficult at first, but once you get used to it, vectors become a fun topic that you can "solve like a puzzle." On the Common Test, mastering the typical patterns is the shortcut to a high score. Let’s take it step by step and make it your own!