8.2 Coordinate Operations of Vectors
Key Takeaways
- In an orthonormal coordinate system with standard basis $(\vec{i}, \vec{j})$, any vector $\vec{a} = x\vec{i} + y\vec{j}$ is uniquely identified by the ordered pair $(x, y)$.
- Vector addition, subtraction, and scalar multiplication correspond to component-wise algebraic operations: $\vec{a} \pm \vec{b} = (x_1 \pm x_2, y_1 \pm y_2)$ and $\lambda \vec{a} = (\lambda x, \lambda y)$.
- The coordinate criterion for vector parallelism (collinearity) is $x_1 y_2 - x_2 y_1 = 0$, derived from cross-multiplying proportional components.
- Directed line segment $\vec{AB}$ from $A(x_1, y_1)$ to $B(x_2, y_2)$ has coordinates $(x_2 - x_1, y_2 - y_1)$, with magnitude $|\vec{AB}| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$.
- The section formula locates point $P$ dividing segment $AB$ in ratio $\lambda$ ($\vec{AP} = \lambda \vec{PB}$) at $P\left(\frac{x_1 + \lambda x_2}{1 + \lambda}, \frac{y_1 + \lambda y_2}{1 + \lambda}\right)$, specializing to the midpoint formula when $\lambda = 1$.
8.2 Coordinate Operations of Vectors
Coordinate operations translate geometric vector concepts into algebraic manipulations. By choosing an orthogonal coordinate system, plane vector operations reduce to arithmetic on component pairs, transforming complex geometric proofs into linear algebraic computations.
1. Cartesian Coordinate System and Vector Coordinates
1.1 Orthonormal Basis
In a Cartesian coordinate system $Oxy$, let $\vec{i}$ and $\vec{j}$ denote the unit vectors along the positive $x$-axis and positive $y$-axis, respectively:
- $|\vec{i}| = 1$, $|\vec{j}| = 1$, and $\vec{i} \perp \vec{j}$.
- The set ${\vec{i}, \vec{j}}$ forms a standard orthonormal basis for the plane.
1.2 Vector Coordinate Representation
By the Fundamental Theorem of Plane Vectors, any vector $\vec{a}$ in the plane can be uniquely expressed as: The ordered pair of real numbers $(x, y)$ is called the coordinate representation of vector $\vec{a}$, written as $\vec{a} = (x, y)$.
- $x$ is the $x$-component (horizontal projection).
- $y$ is the $y$-component (vertical projection).
- The origin position vector $\vec{OP}$ corresponding to point $P(x, y)$ has coordinates $\vec{OP} = (x, y)$.
1.3 Segment Vector Coordinates
Given initial point $A(x_1, y_1)$ and terminal point $B(x_2, y_2)$, the vector $\vec{AB}$ is computed as terminal point coordinates minus initial point coordinates:
Vector Magnitude in Coordinates
The magnitude of vector $\vec{a} = (x, y)$ is given by the Pythagorean formula: For directed segment $\vec{AB}$ with endpoints $A(x_1, y_1)$ and $B(x_2, y_2)$:
2. Algebraic Operations in Coordinate Form
Let $\vec{a} = (x_1, y_1)$, $\vec{b} = (x_2, y_2)$, and scalar $\lambda \in \mathbb{R}$.
| Operation | Geometric Concept | Coordinate Formula |
|---|---|---|
| Addition | $\vec{a} + \vec{b}$ | $(x_1 + x_2, y_1 + y_2)$ |
| Subtraction | $\vec{a} - \vec{b}$ | $(x_1 - x_2, y_1 - y_2)$ |
| Scalar Multiplication | $\lambda \vec{a}$ | $(\lambda x_1, \lambda y_1)$ |
| Linear Combination | $\alpha \vec{a} + \beta \vec{b}$ | $(\alpha x_1 + \beta x_2, \alpha y_1 + \beta y_2)$ |
3. Coordinate Criterion for Parallel (Collinear) Vectors
Theorem (Coordinate Parallelism Criterion): Let $\vec{a} = (x_1, y_1)$ and $\vec{b} = (x_2, y_2)$. The vectors $\vec{a}$ and $\vec{b}$ are parallel ((\vec{a} \parallel \vec{b})) if and only if:
Derivation:
- If $\vec{a} = \vec{0} = (0,0)$, then $0 \cdot y_2 - x_2 \cdot 0 = 0$ holds trivially, and $\vec{0} \parallel \vec{b}$ is true.
- If $\vec{a} \neq \vec{0}$, then $\vec{a} \parallel \vec{b} \iff \exists \lambda \in \mathbb{R}$ such that $\vec{b} = \lambda \vec{a}$.
- In coordinates: $(x_2, y_2) = (\lambda x_1, \lambda y_1) \implies x_2 = \lambda x_1$ and $y_2 = \lambda y_1$.
- Eliminating $\lambda$:
Memory Trick (Cross Multiplication): Multiply the outer components and inner components: $\text{Outer} - \text{Inner} = x_1 y_2 - x_2 y_1 = 0$.
4. Division of Line Segments and Centroid Formulas
4.1 Section Formula (Internal/External Division)
Let points $A(x_1, y_1)$ and $B(x_2, y_2)$ define a segment. If point $P(x, y)$ divides the directed segment $AB$ such that $\vec{AP} = \lambda \vec{PB}$ ($,\lambda \neq -1,$):
- If $\lambda > 0$, $P$ is an internal division point.
- If $-1 < \lambda < 0$ or $\lambda < -1$, $P$ is an external division point.
4.2 Midpoint Formula
When $\lambda = 1$, $P$ is the midpoint $M(x_M, y_M)$ of $AB$: In vector form: $\vec{OM} = \frac{1}{2}(\vec{OA} + \vec{OB})$.
4.3 Centroid Formula of a Triangle
For $\triangle ABC$ with vertices $A(x_A, y_A)$, $B(x_B, y_B)$, $C(x_C, y_C)$, the centroid $G(x_G, y_G)$ satisfies: Vector characteristic equation of centroid $G$:
5. Worked Gaokao Exam Examples
Worked Example 1: Parallel Vectors and Parameters
Problem: Given vectors $\vec{a} = (1, m)$ and $\vec{b} = (m - 2, 3)$ where $m \in \mathbb{R}$.
- Find the value(s) of $m$ such that $\vec{a} \parallel \vec{b}$.
- For each such $m$, determine whether $\vec{a}$ and $\vec{b}$ have the same or opposite direction.
Solution:
- Apply the coordinate parallelism criterion $x_1 y_2 - x_2 y_1 = 0$:
- Factor the quadratic equation:
- Case 1: $m = 3$
- $\vec{a} = (1, 3)$ and $\vec{b} = (3 - 2, 3) = (1, 3)$.
- Here $\vec{b} = 1 \cdot \vec{a}$, so $\lambda = 1 > 0$. Vectors $\vec{a}$ and $\vec{b}$ are codirectional (same direction).
- Case 2: $m = -1$
- $\vec{a} = (1, -1)$ and $\vec{b} = (-1 - 2, 3) = (-3, 3)$.
- Here $\vec{b} = -3 \cdot \vec{a}$, so $\lambda = -3 < 0$. Vectors $\vec{a}$ and $\vec{b}$ are antidirectional (opposite direction).
Given vectors $\vec{a} = (2, -1)$ and $\vec{b} = (-4, k)$. If $\vec{a} \parallel \vec{b}$, what is the value of scalar $k$?
Points $A(1, 3)$ and $B(5, -1)$ are given in a Cartesian plane. Point $P$ lies on segment $AB$ such that $\vec{AP} = 3 \vec{PB}$. What are the coordinates of point $P$?
Given vectors $\vec{a} = (1, 2)$ and $\vec{b} = (-3, 1)$, compute the coordinate representation of vector $\vec{c} = 2\vec{a} - 3\vec{b}$.