📚 PDF资源导航

Year 13 CAIE Further Mathematics: Core Knowledge Summary | Year 13 CAIE 进阶数学:核心知识点梳理

📚 Year 13 CAIE Further Mathematics: Core Knowledge Summary | Year 13 CAIE 进阶数学:核心知识点梳理

This article consolidates the essential topics from the CAIE Year 13 Further Mathematics syllabus (9231), providing a structured overview of pure mathematics core concepts. A firm grasp of these areas is vital for success in the examinations, as they form the basis of both Paper 1 and further applied components.

本文梳理了 CAIE Year 13 进阶数学大纲 (9231) 的核心主题,系统性地概览纯数关键概念。扎实掌握这些领域对考试成功至关重要,因为它们是试卷一及后续应用模块的基础。


1. Roots of Polynomial Equations | 多项式方程的根

The relationships between the roots and coefficients of polynomial equations are fundamental. For a quadratic ax² + bx + c = 0 with roots α and β, we have α + β = –b/a and αβ = c/a. These symmetric sums extend to cubic and quartic equations, enabling the evaluation of expressions such as α² + β², Σα², and Σα²β without solving the equation directly.

多项式方程的根与系数之间的关系是基础。对于二次方程 ax² + bx + c = 0,根为 α 和 β,有 α + β = –b/a 和 αβ = c/a。这些对称和可推广到三次和四次方程,使得我们无需解出方程就能计算 α² + β²、Σα² 和 Σα²β 等表达式。

For a cubic ax³ + bx² + cx + d = 0 with roots α, β, γ: Σα = –b/a, Σαβ = c/a, and αβγ = –d/a. For a quartic ax⁴ + bx³ + cx² + dx + e = 0: Σα = –b/a, Σαβ = c/a, Σαβγ = –d/a, αβγδ = e/a. These are derived by equating coefficients.

对于三次方程 ax³ + bx² + cx + d = 0,根为 α, β, γ:Σα = –b/a,Σαβ = c/a,αβγ = –d/a。对于四次方程 ax⁴ + bx³ + cx² + dx + e = 0:Σα = –b/a,Σαβ = c/a,Σαβγ = –d/a,αβγδ = e/a。这些关系是通过比较系数得到的。

Σα = –a₁/a₀, Σαβ = a₂/a₀, Σαβγ = –a₃/a₀, αβγδ = a₄/a₀ (for quartic)

You must also be able to form a new polynomial whose roots are a given function of the original roots, using substitution or transformation techniques.

你还必须能构造以原根的函数为新根的多项式方程,这需要使用代换或变换技巧。


2. Complex Numbers | 复数

A complex number z = x + iy can be represented in Cartesian, polar, and exponential forms: z = r(cos θ + i sin θ) = re^(iθ), where r = |z| = √(x² + y²) and θ = arg z. The polar form is essential for multiplication, division, and finding powers and roots.

复数 z = x + iy 可以用笛卡尔坐标、极坐标和指数形式表示:z = r(cos θ + i sin θ) = re^(iθ),其中 r = |z| = √(x² + y²),θ = arg z。极坐标形式对乘法、除法以及求幂和求根至关重要。

De Moivre’s theorem states that (cos θ + i sin θ)ⁿ = cos nθ + i sin nθ for integer n. This theorem can be used to derive trigonometric identities and to find the n-th roots of a complex number, which are equally spaced around a circle in the Argand diagram.

棣莫弗定理指出,对整数 n 有 (cos θ + i sin θ)ⁿ = cos nθ + i sin nθ。该定理可用于推导三角恒等式,以及求复数的 n 次方根,这些根在复数平面上均匀分布在圆周上。

When solving equations like zⁿ = a + ib, write a + ib in polar form, then the n roots are given by zₖ = r^(1/n) [cos ((θ+2kπ)/n) + i sin ((θ+2kπ)/n)] for k = 0, 1, …, n–1.

解形如 zⁿ = a + ib 的方程时,先将 a + ib 写成极坐标形式,那么 n 个根为 zₖ = r^(1/n) [cos ((θ+2kπ)/n) + i sin ((θ+2kπ)/n)],其中 k = 0, 1, …, n–1。

Understanding conjugate properties, loci (e.g., |z – a| = r represents a circle), and transformations such as w = 1/z is also tested regularly.

理解共轭性质、轨迹(如 |z – a| = r 表示圆)以及 w = 1/z 等变换也是常考内容。


3. Matrices and Linear Transformations | 矩阵与线性变换

Matrices represent linear transformations in 2D and 3D. Key concepts include matrix multiplication, the determinant, and the inverse of a matrix. For a 2×2 matrix M = [a b; c d], det M = ad – bc, and M⁻¹ = (1/det M)[d –b; –c a] provided det M ≠ 0.

矩阵表示二维和三维空间中的线性变换。关键概念包括矩阵乘法、行列式以及逆矩阵。对于 2×2 矩阵 M = [a b; c d],det M = ad – bc,M⁻¹ = (1/det M)[d –b; –c a],前提是 det M ≠ 0。

The transformation of a vector v under a matrix M is given by v’ = M v. Standard transformations include rotations, reflections, stretches, and shears. You must be able to describe the geometric effect of a matrix and find the matrix for a given transformation.

向量 v 在矩阵 M 作用下的变换由 v’ = M v 给出。标准变换包括旋转、反射、拉伸和剪切。你必须能够描述矩阵的几何效果,并找出给定变换对应的矩阵。

Eigenvalues and eigenvectors satisfy Mv = λv. The characteristic equation det(M – λI) = 0 gives the eigenvalues; eigenvectors are then found by solving (M – λI)v = 0. Diagonalisation M = PDP⁻¹ simplifies powers of matrices and is used to solve systems of recurrence relations.

特征值和特征向量满足 Mv = λv。特征方程 det(M – λI) = 0 给出特征值;然后通过解 (M – λI)v = 0 求出特征向量。对角化 M = PDP⁻¹ 可以简化矩阵的乘方,并用于求解递推关系方程组。

For 3×3 matrices, the determinant and inverse can be found using the matrix of minors and cofactors, and the same geometric principles extend to transformations of space.

对于 3×3 矩阵,可以使用余子式矩阵和代数余子式来求行列式和逆矩阵,同样的几何原理推广到空间变换。


4. Vectors and 3-D Geometry | 向量与三维几何

Vectors in three dimensions are expressed as a = a₁i + a₂j + a₃k or as column vectors. The scalar (dot) product a·b = |a||b| cos θ is used to find angles between vectors and to test perpendicularity. The vector (cross) product a×b yields a vector perpendicular to both a and b with magnitude |a||b| sin θ.

三维空间中的向量表示为 a = a₁i + a₂j + a₃k 或列向量。标量积(点积)a·b = |a||b| cos θ 用来求向量间的夹角以及检验垂直关系。向量积(叉积)a×b 得出的向量同时垂直于 a 和 b,大小为 |a||b| sin θ。

The equation of a straight line can be written as r = a + t d or in Cartesian form. A plane has equation r·n = a·n = d, where n is a normal vector. You should be able to find intersections, angles between lines and planes, and shortest distances from points to lines or planes.

直线的方程可以写成 r = a + t d 或笛卡尔形式。平面的方程为 r·n = a·n = d,其中 n 为法向量。你应能求直线与平面的交点、线面角以及点到直线或平面的最短距离。

The scalar triple product a·(b×c) gives the volume of a parallelepiped and is zero if the three vectors are coplanar. This is useful when showing that points lie in the same plane.

标量三重积 a·(b×c) 给出平行六面体的体积,如果三个向量共面则该积为零。当证明点共面时这一性质很有用。


5. Polar Coordinates | 极坐标

In polar coordinates, a point is defined by (r, θ) where r is the distance from the pole and θ is the angle from the initial line. Conversion: x = r cos θ, y = r sin θ, and r² = x² + y². Curves such as cardioids, limaçons, and roses can be expressed neatly in polar form.

在极坐标系中,点由 (r, θ) 定义,其中 r 是点到极点的距离,θ 是从极轴起算的角度。转换关系:x = r cos θ, y = r sin θ 且 r² = x² + y²。心形线、蜗线、玫瑰线等曲线可以用极坐标形式简洁表达。

The area enclosed by a polar curve r = f(θ) from θ = α to θ = β is given by ∫ ½ r² dθ. You may also need to find areas between two polar curves by subtracting the integrals.

极坐标曲线 r = f(θ) 从 θ = α 到 θ = β 所围面积为 ∫ ½ r² dθ。你也可能需要通过积分相减来求两条极坐标曲线之间的面积。

Sketching polar curves involves identifying symmetry, values of θ for which r = 0, and maximum r values. Understanding loops and self-intersections is important.

绘制极坐标曲线涉及识别对称性、使 r = 0 的 θ 值以及最大 r 值。理解环和自交点是重要的。


6. Hyperbolic Functions | 双曲函数

The hyperbolic functions are defined as sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, and tanh x = sinh x / cosh x. They satisfy identities analogous to trigonometric functions, notably cosh² x – sinh² x = 1, sinh 2x = 2 sinh x cosh x, and cosh 2x = cosh² x + sinh² x.

双曲函数定义为 sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, tanh x = sinh x / cosh x。它们满足类似于三角函数的关系式,最著名的是 cosh² x – sinh² x = 1, sinh 2x = 2 sinh x cosh x, cosh 2x = cosh² x + sinh² x。

Inverse hyperbolic functions can be expressed in logarithmic form, for example arsinh x = ln (x + √(x² + 1)). Their derivatives are standard: d/dx (arsinh x) = 1/√(x²+1), d/dx (arcosh x) = 1/√(x²–1) (x > 1).

反双曲函数可以用对数形式表示,例如 arsinh x = ln (x + √(x² + 1))。它们的导数是标准结果:d/dx (arsinh x) = 1/√(x²+1),d/dx (arcosh x) = 1/√(x²–1)(x > 1)。

Hyperbolic functions are used in integration (e.g., completing the square to use inverse hyperbolic forms), in solving differential equations, and in modelling catenary curves.

双曲函数用于积分(例如通过配方化为反双曲形式)、求解微分方程以及模拟悬链线。


7. Differential Equations | 微分方程

First-order differential equations can be solved by separation of variables or by using an integrating factor for the linear form dy/dx + P(x)y = Q(x). The integrating factor is I = e^(∫ P dx).

一阶微分方程可通过分离变量法求解,或对于线性形式 dy/dx + P(x)y = Q(x) 使用积分因子。积分因子为 I = e^(∫ P dx)。

Second-order linear differential equations with constant coefficients are of the form a d²y/dx² + b dy/dx + c = f(x). The complementary function y_c is found from the auxiliary equation am² + bm + c = 0, and the particular integral y_p depends on the form of f(x) (polynomial, exponential, trigonometric, or combinations).

常系数二阶线性微分方程形式为 a d²y/dx² + b dy/dx + c = f(x)。余函数 y_c 由辅助方程 am² + bm + c = 0 求得,特解 y_p 取决于 f(x) 的形式(多项式、指数、三角函数或其组合)。

The general solution is y = y_c + y_p. When the auxiliary equation has complex roots m = α ± iβ, the complementary function is e^(αx)(A cos βx + B sin βx). Overlapping forms between y_c and f(x) require modification of the trial particular integral.

通解为 y = y_c + y_p。当辅助方程有复根 m = α ± iβ 时,余函数为 e^(αx)(A cos βx + B sin βx)。若 y_c 与 f(x) 有重叠形式,则需调整特解的试函数。

Boundary or initial conditions are used to determine the arbitrary constants. Understanding the behaviour of solutions (damping, resonance) may also be assessed.

边界条件或初值条件用来确定任意常数。可能还会考察对解的行为(阻尼、共振)的理解。


8. Summation of Series and the Method of Differences | 级数求和与差分法

Standard summation results are used repeatedly:

Σ₍r=1₎ⁿ r = n(n+1)/2, Σ₍r=1₎ⁿ r² = n(n+1)(2n+1)/6, Σ₍r=1₎ⁿ r³ = [n(n+1)/2]².
These are combined to evaluate sums of polynomials in r.

标准求和结果经常被用到:

Σ₍r=1₎ⁿ r = n(n+1)/2, Σ₍r=1₎ⁿ r² = n(n+1)(2n+1)/6, Σ₍r=1₎ⁿ r³ = [n(n+1)/2]²。
这些结果结合起来可以计算关于 r 的多项式之和。

The method of differences exploits telescoping sums. If a term u_r can be written as f(r) – f(r+1) or f(r) – f(r–1), then summing Σ u_r from r=1 to n collapses to f(1) – f(n+1) (or similar). This method is often used with rational functions that decompose via partial fractions.

差分法利用裂项相消。如果项 u_r 可以写成 f(r) – f(r+1) 或 f(r) – f(r–1),那么从 r=1 到 n 求和 Σ u_r 会坍缩为 f(1) – f(n+1)(或类似形式)。这一方法常与利用部分分式分解的有理函数结合使用。

You should be able to manipulate sums to apply these techniques and sometimes prove summations by induction once a closed form is conjectured.

你应能灵活变换

Published by TutorHao | Year 13 进阶数学 Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version