📚 AS Mathematics: Vectors Key Points | AS 数学:向量 考点精讲
Vectors form a cornerstone of AS-level Mathematics, bridging pure algebra with geometric reasoning. Understanding their operations and properties equips you to solve problems involving displacement, collinearity, and geometric proofs without relying on coordinate axes. This article distills the essential concepts examined in AS modules, presented with clear explanations and worked examples.
向量是 AS 数学中的基石,它将纯代数与几何推理紧密联系在一起。掌握向量的运算与性质,可以帮助你脱离坐标轴,独立解决位移、共线判定和几何证明等问题。本文提炼了 AS 阶段必考的核心内容,配合清晰的解释与实例,助你高效备考。
1. Vector Notation and Representation | 向量的记法与表示
A vector is a quantity having both magnitude and direction. In AS Mathematics, a vector is typically denoted by a bold lowercase letter such as a, or by two points with an arrow above them, for instance AB. Vectors can be represented in column form, as position vectors relative to an origin, or in terms of the standard basis vectors i and j. The column vector a =
| x |
| y |
indicates a displacement of x units horizontally and y units vertically. When using i and j, the same vector is written as a = xi + yj.
向量是既有大小又有方向的量。在 AS 数学中,向量通常用粗体小写字母表示,例如 a,或用起点和终点加箭头表示,如 AB。向量可以用列向量形式表示,也可以表示为相对于原点的位置向量,或者用标准基向量 i 和 j 表达。列向量 a =
| x |
| y |
表示水平方向上位移 x 个单位、竖直方向上位移 y 个单位。使用 i 和 j 时,同一个向量记作 a = xi + yj。
2. Magnitude and Direction | 大小与方向
The magnitude of a vector a = xi + yj is its length, calculated using Pythagoras’ theorem. The formula is |a| = √(x² + y²). A vector’s direction can be described by the angle θ it makes with the positive x‑axis, where tan θ = y / x, careful quadrant consideration required. A unit vector has a magnitude of 1 and is often used to indicate direction.
|a| = √(x² + y²)
向量 a = xi + yj 的大小即它的模长,利用勾股定理求得,公式为 |a| = √(x² + y²)。向量的方向可以用它与正 x 轴的夹角 θ 描述,满足 tan θ = y / x,需根据象限正确判断角度。单位向量的模长为 1,常用来指明方向而不考虑大小。
3. Vector Addition and Subtraction | 向量的加法与减法
Vectors are added by combining corresponding components. If a = a₁i + a₂j and b = b₁i + b₂j, then a + b = (a₁ + b₁)i + (a₂ + b₂)j. Geometrically, addition follows the triangle law: placing the tail of b at the head of a, the resultant vector stretches from the tail of a to the head of b. Subtraction a − b is equivalent to adding the negative of b: a + (−b).
向量相加只需将对应的分量相加即可。若 a = a₁i + a₂j,b = b₁i + b₂j,则 a + b = (a₁ + b₁)i + (a₂ + b₂)j。几何上,加法遵循三角形法则:将 b 的尾端放在 a 的尖端,合向量从 a 的尾端指向 b 的尖端。减法 a − b 等同于加上 b 的反向量:a + (−b)。
4. Scalar Multiplication | 标量乘法
Multiplying a vector by a scalar k changes its magnitude by a factor of |k|, while preserving its direction if k > 0 and reversing it if k < 0. In component form, k(xi + yj) = (kx)i + (ky)j. This operation is central to expressing parallel vectors and to constructing the section formula.
将向量乘以标量 k,向量的大小变为原来的 |k| 倍;当 k > 0 时方向不变,当 k < 0 时方向相反。使用分量形式,k(xi + yj) = (kx)i + (ky)j。标量乘法是表示平行向量以及推导分点公式的基础。
5. Unit Vectors | 单位向量
A unit vector in the direction of a is obtained by dividing a by its magnitude: â = a / |a|. This vector has length 1 and points in exactly the same direction as a. In AS exams, you may be asked to find a unit vector parallel to a given vector or to verify that a certain vector is a unit vector by showing its magnitude equals 1.
â = a / |a|
沿 a 方向的单位向量可以通过将 a 除以其模长得到:â = a / |a|。该向量长度为 1,且方向与 a 完全相同。AS 考试中,可能需要你求出一个与给定向量平行的单位向量,或者通过证明模长为 1 来验证某个向量是单位向量。
6. Position Vectors and Displacement Vectors | 位置向量与位移向量
A position vector locates a point relative to a fixed origin O. If point P has coordinates (x, y), its position vector is OP = xi + yj, often written as p. The displacement vector AB from point A to point B is found by subtracting the position vectors: AB = b − a. This simple relationship underpins many geometric arguments.
位置向量标定一个点相对于固定原点 O 的位置。若点 P 的坐标为 (x, y),则其位置向量为 OP = xi + yj,常简写为 p。从点 A 到点 B 的位移向量 AB 可通过位置向量相减得到:AB = b − a。这一简单关系是大量几何论证的基础。
7. Parallel Vectors and Collinearity | 平行向量与共线点
Two vectors u and v are parallel if one is a scalar multiple of the other: u = kv for some scalar k. For three points A, B and C, they are collinear (lie on the same straight line) if and only if the vectors AB and AC (or AB and BC) are parallel. In practice, find AB and AC, then show that one equals λ times the other, and confirm they share a common point.
若两个向量 u 和 v 满足 u = kv(k 为标量),则它们平行。三个点 A、B、C 共线(位于同一直线上)当且仅当向量 AB 与 AC(或 AB 与 BC)平行。解题时,先求出 AB 和 AC,再证明其中一个等于另一个的 λ 倍,并确认它们有公共点,即可证得共线。
8. Section Formula and Midpoint | 分点公式与中点
If point P divides the line segment AB in the ratio m : n, then the position vector of P is given by p = (na + mb) / (m + n). For the particular case of the midpoint, m = n = 1, and the formula simplifies to p = (a + b) / 2. These results are frequently tested in the context of finding unknown coordinates or proving that a point lies on a segment.
p = (na + mb) / (m + n)
若点 P 将线段 AB 分成 m : n 两段,则 P 的位置向量为 p = (na + mb) / (m + n)。当中点时 m = n = 1,公式简化为 p = (a + b) / 2。在求未知坐标或证明点在线段上等题型中,分点公式常常出现。
9. Geometric Applications and Problem Solving | 几何应用与解题策略
Vectors offer a powerful toolkit for solving geometry problems without coordinates. Common tasks include proving that a quadrilateral is a parallelogram by showing that opposite sides are represented by equal (or parallel) vectors, finding the magnitude of a resultant force, or determining the point of intersection of two lines given in vector form. A systematic approach is to label all relevant points with position vectors, express unknown vectors in terms of known ones, and manipulate equations using vector addition, subtraction, and scalar multiples.
用向量方法可以脱离坐标系解决很多几何问题。常见的题型包括:通过证明对边向量相等(或平行)来判定四边形为平行四边形,求合力的大小,或者找出两条以向量形式给出的直线的交点。系统性的解题思路是:先用位置向量标出所有相关点,用已知向量表示未知向量,再通过向量的加减和标量乘法进行方程运算。
10. Key Tips for AS Exams | AS 考试关键提点
- Write vectors as bold letters in your working, but you may underline them in handwriting; always match the examiner’s notation.
- When computing magnitude, remember to square both components, sum them, and take the square root.
- In collinearity proofs, never forget to mention the common point; proving vectors are parallel alone is not sufficient.
- Double-check your scalar multiples when testing parallelism: compare both i and j components to confirm consistency.
- In section formula questions, draw a clear diagram and ensure you correctly assign m and n to the segments AP and PB.
解题过程中把向量写作粗体,手写时可以用下划线表示,但务必与阅卷规范一致。计算模长时,要记得先将两个分量分别平方、求和、再开方。证明共线时,一定不能忘记指出公共点的存在;仅证明向量平行是不充分的。检验平行时,要同时比较 i 和 j 分量,确保标量乘数一致。运用分点公式时,画出清晰的示意图,正确地把 m 和 n 分配给 AP 段和 PB 段。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导