📚 A-Level CCEA Maths: Vectors Key Points | A-Level CCEA 数学:向量 考点精讲
Vectors form a core part of the CCEA A-Level Mathematics specification. This revision note distills the essential concepts, from basic vector arithmetic and the dot product to equations of lines and planes, with a focus on typical exam applications. Clear understanding of vector methods not only strengthens analytical geometry skills but also lays the groundwork for mechanics and further study.
向量是CCEA A-Level数学大纲的核心组成部分。本篇复习笔记提炼了从基本向量运算、点积到直线与平面方程的关键概念,并聚焦于典型考试应用。清晰理解向量方法不仅能强化解析几何能力,也为力学和进阶学习打下基础。
1. Vector Basics and Representation | 向量的基本概念与表示
A vector is a quantity that has both magnitude and direction. In two dimensions, a vector can be written as a = (x, y) or in column form [x; y]. In three dimensions, we use a = (x, y, z) or the unit vectors i, j, k: a = xi + yj + zk. The starting point is irrelevant; two vectors are equal if they have the same magnitude and direction.
向量是既有大小又有方向的量。在二维空间中,向量可写为 a = (x, y) 或列向量形式 [x; y]。在三维空间中,我们使用 a = (x, y, z) 或单位向量 i、j、k:a = xi + yj + zk。起点并不重要;两个向量如果大小和方向相同,则相等。
2. Vector Addition, Subtraction and Scalar Multiplication | 向量的加减法与标量乘法
Vectors are added by summing corresponding components: if a = (a₁, a₂) and b = (b₁, b₂), then a + b = (a₁+b₁, a₂+b₂). Subtraction works similarly: a – b = (a₁-b₁, a₂-b₂). Multiplying by a scalar λ stretches the vector: λa = (λa₁, λa₂). A negative scalar reverses direction. These operations follow the parallelogram law geometrically.
向量相加时,将对应分量相加:若 a = (a₁, a₂), b = (b₁, b₂),则 a + b = (a₁+b₁, a₂+b₂)。减法规则类似:a – b = (a₁-b₁, a₂-b₂)。标量 λ 乘法将向量伸缩:λa = (λa₁, λa₂)。负标量会使方向反转。这些运算在几何上遵循平行四边形法则。
3. Magnitude and Unit Vectors | 向量的模与单位向量
The magnitude (length) of a vector a = (x, y) is |a| = √(x² + y²). In 3D, |a| = √(x² + y² + z²). A unit vector has magnitude 1 and is found by dividing a vector by its magnitude: â = a / |a|. Unit vectors are especially useful for specifying direction.
向量 a = (x, y) 的模(长度)为 |a| = √(x² + y²)。三维中,|strong>a| = √(x² + y² + z²)。单位向量的模为1,可通过向量除以其模得到:â = a / |a|。单位向量在指定方向时尤其有用。
4. Position Vectors and Geometric Applications | 位置向量及其几何应用
If O is the origin, the position vector of a point P is OP = p. The vector from point A to B can be expressed as AB = OB – OA = b – a. This is the foundation for solving geometric problems involving midpoints, triangles and parallelograms. For example, the midpoint M of AB has position vector m = (a + b)/2.
若 O 为原点,点 P 的位置向量为 OP = p。从点 A 到点 B 的向量可表示为 AB = OB – OA = b – a。这是解决涉及中点、三角形和平行四边形等几何问题的基础。例如,AB 的中点 M 的位置向量为 m = (a + b)/2。
5. The Scalar (Dot) Product | 标量积(点积)
The scalar product of two vectors a and b is defined as a · b = |a||b|cos θ, where θ is the angle between them. In component form, for a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃): a · b = a₁b₁ + a₂b₂ + a₃b₃. The result is a scalar, not a vector.
两向量 a 和 b 的标量积定义为 a · b = |a||b|cos θ,其中 θ 为两向量夹角。在分量形式下,设 a = (a₁, a₂, a₃), b = (b₁, b₂, b₃),则 a · b = a₁b₁ + a₂b₂ + a₃b₃。结果是一个标量,而非向量。
a · b = |a||b|cos θ = a₁b₁ + a₂b₂ + a₃b₃
6. Angle Between Two Vectors | 两向量之间的夹角
Rearranging the scalar product formula gives cos θ = (a · b) / (|a||b|). This is used to find the acute or obtuse angle between any two vectors. Always take the absolute value if you need the acute angle. In CCEA exams, you may be asked for the angle between two lines, which is the angle between their direction vectors.
调整标量积公式可得 cos θ = (a · b) / (|a||b|)。此式用于求任意两向量之间的锐角或钝角。若需求锐角,通常取绝对值。在CCEA考试中,可能会要求计算两直线之间的夹角,即其方向向量之间的夹角。
7. Perpendicular and Parallel Vectors | 垂直与平行向量
Two non-zero vectors are perpendicular if and only if a · b = 0, because cos 90° = 0. They are parallel if one is a scalar multiple of the other: a = λb. These conditions are frequently used to prove geometric properties such as right angles or collinearity.
两非零向量垂直当且仅当 a · b = 0,因为 cos 90° = 0。若一向量是另一向量的标量倍数,即 a = λb,则它们平行。这些条件常用于证明几何性质,如直角或共线。
8. Vector Equation of a Straight Line | 直线的向量方程
A line passing through point A with position vector a and parallel to direction vector d can be written as: r = a + td, where t is a scalar parameter. In 2D we use two components and in 3D three components. This form easily gives parametric equations: x = a₁ + td₁, y = a₂ + td₂, z = a₃ + td₃.
一条通过点 A(位置向量为 a)且与方向向量 d 平行的直线可写为:r = a + td,其中 t 为标量参数。二维使用两个分量,三维使用三个分量。由此可轻松得到参数方程:x = a₁ + td₁, y = a₂ + td₂, z = a₃ + td₃。
Line: r = a + td
9. Vector Equation of a Plane | 平面的向量方程
A plane can be defined by a point A with position vector a and a normal vector n perpendicular to the plane. The scalar product form is r · n = a · n = p (a constant). In Cartesian form, if n = (n₁, n₂, n₃), we have n₁x + n₂y + n₃z = p. This is the key to many 3D geometry problems in CCEA A2.
平面可由点 A(位置向量为 a)和垂直于平面的法向量 n 来定义。其标量积形式为 r · n = a · n = p(常数)。若 n = (n₁, n₂, n₃),则笛卡儿形式为 n₁x + n₂y + n₃z = p。这是CCEA A2中许多三维几何问题的关键。
Plane: r · n = p or n₁x + n₂y + n₃z = p
10. Intersection of a Line and a Plane | 直线与平面的交点
To find where a line r = a + td meets a plane r · n = p, substitute the parametric coordinates into the plane equation. Solve for the parameter t, then substitute back to obtain the intersection point. If the equation yields no solution (e.g. 0·t = constant ≠ 0), the line is parallel to the plane and does not lie in it. If 0 = 0 for all t, the line lies entirely in the plane.
要求直线 r = a + td 与平面 r · n = p 的交点,将参数坐标代入平面方程。求出参数 t,再代回得到交点坐标。若方程无解(例如 0·t = 非零常数),则直线平行于平面且不在平面内。若对所有 t 均有 0 = 0,则直线完全在平面内。
11. Distance from a Point to a Plane | 点到平面的距离
The shortest distance from a point B with position vector b to a plane r · n = p is given by: Distance = |b · n – p| / |n|. In Cartesian form for plane ax + by + cz = d, distance = |ax₀ + by₀ + cz₀ – d| / √(a² + b² + c²). This is a standard CCEA A2 topic and appears regularly.
点 B(位置向量为 b)到平面 r · n = p 的最短距离为:距离 = |b · n – p| / |n|。对平面 ax + by + cz = d,距离 = |ax₀ + by₀ + cz₀ – d| / √(a² + b² + c²)。这是CCEA A2的标准考点,经常出现。
12. Angle Between Two Planes | 两平面之间的夹角
The angle between two planes is defined as the acute angle between their normal vectors. If planes have normal vectors n₁ and n₂, the angle θ between them satisfies cos θ = |n₁ · n₂| / (|n₁||n₂|). This is a direct application of the scalar product and is often tested alongside intersections.
两平面之间的夹角定义为其法向量的锐角夹角。若两平面的法向量为 n₁ 和 n₂,则其夹角 θ 满足 cos θ = |n₁ · n₂| / (|n₁||n₂|)。这是标量积的直接应用,常与交点问题一起考查。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply