📚 PDF资源导航

Pre-U CAIE Further Mathematics: Core Concepts Overview | Pre-U CAIE 进阶数学:核心知识点梳理

📚 Pre-U CAIE Further Mathematics: Core Concepts Overview | Pre-U CAIE 进阶数学:核心知识点梳理

The Cambridge Pre-U Further Mathematics syllabus builds on A Level content and pushes into deeper pure mathematics, mechanics, probability and often discrete structures. It demands fluency with abstract reasoning, multi-step problem solving and rigorous justification. This article systematically organises the core concepts, key formulae and typical problem types to help students consolidate the entire course.

剑桥 Pre-U 进阶数学在 A Level 基础上进一步深入,涵盖高等纯数、力学、概率以及常包含的离散数学。该课程要求学生熟练掌握抽象推理、多步骤解题和严谨论证。本文系统梳理核心概念、关键公式和常考题型,帮助学生整体巩固全部内容。


1. Complex Numbers | 复数

The complex number system extends ℝ with the imaginary unit i where i² = −1. Any complex number can be written as z = a + bi, with real part a and imaginary part b. The complex conjugate is z* = a − bi, and the modulus is |z| = √(a² + b²).

复数系通过虚数单位 i(i² = −1)扩展实数系。任何复数可写为 z = a + bi,实部为 a,虚部为 b。共轭复数为 z* = a − bi,模为 |z| = √(a² + b²)。

z = r(cos θ + i sin θ) = r e^(iθ)

极坐标形式以模 r 和辐角 θ 表示,r = |z|,θ = arg(z)。此形式直接与指数形式相连,大大简化乘除法运算。

De Moivre’s theorem states (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ) for any integer n. It is powerful for finding powers and roots of complex numbers. The n‑th roots of unity are solutions of zⁿ = 1 and lie equally spaced on the unit circle.

棣莫弗定理指出 (cosθ + i sinθ)ⁿ = cos(nθ) + i sin(nθ),对任意整数 n 成立。该定理对求幂与求根极为有效。n 次单位根是方程 zⁿ = 1 的解,均匀分布在单位圆上。

In the complex plane, addition follows vector rules, multiplication scales and rotates, and loci such as |z − z₀| = r represent circles. Understanding the geometric interpretation helps solve loci and transformation problems efficiently.

在复平面中,加法遵循向量法则,乘法表现为伸缩与旋转,而 |z − z₀| = r 这样的轨迹表示圆。把握几何意义有助于高效求解轨迹与变换类题目。


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

A matrix represents a linear transformation acting on vectors. Key operations include addition, scalar multiplication, matrix multiplication, and finding the transpose Aᵀ. The determinant det(A) gives the area scale factor of the transformation; if det(A) = 0, the matrix is singular and has no inverse.

矩阵表示作用于向量的线性变换。基本运算包括加法、数乘、矩阵乘法和转置 Aᵀ。行列式 det(A) 给出变换的面积缩放因子;若 det(A) = 0,矩阵奇异且不可逆。

A⁻¹ = (1/det A) adj(A)

逆矩阵通过伴随矩阵除以行列式得到。它可将变换逆回去,对解线性方程组至关重要。应熟练手算 2×2 与 3×3 矩阵的逆。

Eigenvalues λ and eigenvectors v satisfy Av = λv. The characteristic polynomial det(A − λI) = 0 yields eigenvalues. Diagonalisation A = PDP⁻¹ is possible when a full set of independent eigenvectors exists, vastly simplifying powers of A.

特征值 λ 与特征向量 v 满足 Av = λv。特征多项式 det(A − λI) = 0 可求特征值。当存在完整的一组独立特征向量时,可对角化 A = PDP⁻¹,极大简化 A 的幂运算。

Common transformations include reflections, rotations (matrix [cos θ, −sin θ; sin θ, cos θ]), shears and stretches. Composition of transformations corresponds to matrix multiplication in the correct order.

常见变换包括反射、旋转(矩阵 [cos θ, −sin θ; sin θ, cos θ])、剪切与拉伸。变换的复合对应于以正确次序相乘的矩阵乘法。


3. Vectors and Vector Spaces | 向量与向量空间

Vectors in three dimensions are described by components along i, j, k. The scalar product a · b = |a||b| cos θ gives a measure of alignment, while the vector product a × b yields a vector perpendicular to both, with magnitude equal to the parallelogram area.

三维向量用沿 i、j、k 的分量表示。数量积 a · b = |a||b| cos θ 描述对齐程度,而向量积 a × b 产生垂直于两者的向量,其大小等于平行四边形的面积。

a × b = (a₂b₃ − a₃b₂)i + (a₃b₁ − a₁b₃)j + (a₁b₂ − a₂b₁)k

向量积的坐标公式可生成向量,用于求面积、体积以及确定平面法向量。三重积 a · (b × c) 等于由三向量张成的平行六面体的体积。

Lines are expressed as r = a + λd, and planes as r · n = p or r = a + λu + µv. To find intersections, angles or distances, combine vector forms and solve systems; these are standard exam tasks.

直线表示为 r = a + λd,平面表示为 r · n = p 或 r = a + λu + µv。为求交点、角度或距离,需联立向量形式并求解方程组,这些均为常见考题。

The concept of a vector space is generalised to sets closed under addition and scalar multiplication. Linear independence, spanning sets, basis and dimension are fundamental ideas that underpin many areas of further mathematics.

向量空间的概念被推广为对加法和数乘封闭的集合。线性无关、生成集、基和维数是基础思想,支撑着进阶数学的众多领域。


4. Hyperbolic Functions | 双曲函数

Hyperbolic functions are defined via exponential functions: sinh x = (eˣ − e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, and tanh x = sinh x / cosh x. They satisfy identities analogous to trigonometric ones, such as cosh² x − sinh² x = 1.

双曲函数由指数函数定义:sinh x = (eˣ − e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2,tanh x = sinh x / cosh x。它们满足与三角函数类似的恒等式,如 cosh² x − sinh² x = 1。

d/dx (sinh x) = cosh x, d/dx (cosh x) = sinh x

导数规则与三角情形相似但符号不同。积分中常需使用双曲替换,例如 ∫ 1/√(x² + a²) dx 可能引出 sinh 反函数。

Inverse hyperbolic functions can be expressed in logarithms: arsinh x = ln(x + √(x²+1)), arcosh x = ln(x + √(x²−1)) for x ≥ 1. They are essential for evaluating certain integrals and solving equations.

反双曲函数可用对数表示:arsinh x = ln(x + √(x²+1)),arcosh x = ln(x + √(x²−1))(x ≥ 1)。它们在计算某些积分与解方程时不可或缺。

Osborn’s rule helps convert trigonometric identities to hyperbolic ones by replacing cos² with −sinh² whenever a product of two sines appears. This gives rapid access to a large set of identities.

奥斯本法则帮助把三角恒等式转换为双曲恒等式:当出现两个正弦的乘积时,将 cos² 替换为 −sinh²。由此可快速得出一大批恒等式。


5. Differential Equations | 微分方程

First-order ODEs include separable types, linear equations of the form dy/dx + P(x)y = Q(x), and homogeneous equations. The integrating factor method e^(∫P dx) reduces the linear case to an exact derivative.

一阶常微分方程包括可分离型、线性方程 dy/dx + P(x)y = Q(x) 以及齐次方程。积分因子法 e^(∫P dx) 将线性方程化为全导数形式。

Second order: a d²y/dx² + b dy/dx + c y = f(x)

二阶常系数线性微分方程的求解分为补函数与特解。补函数由特征方程 ar² + br + c = 0 的根决定;实根给出指数函数,复根产生正弦余弦函数。

Particular integrals are found by trial functions depending on f(x): polynomial, exponential, trigonometric or combinations. The method of undetermined coefficients or variation of parameters can be used. Resonance occurs when the forcing frequency matches the natural frequency, requiring special treatment.

特解通过依据 f(x) 类型设试用函数求出:多项式、指数、三角函数或其组合。可使用待定系数法或参数变易法。当强迫频率与固有频率相等时发生共振,需特殊处理。

Applications include damped harmonic motion, RLC circuits and population models. Sketching solution families and interpreting stability from phase diagrams are regular Pre-U tasks.

应用包括阻尼简谐运动、RLC 电路和种群模型。描绘解曲线族并根据相图判断稳定性,是 Pre-U 考试的常规内容。


6. Polar Coordinates | 极坐标

In polar coordinates, a point is given by (r, θ). The connection to Cartesian coordinates is x = r cos θ, y = r sin θ, and r² = x² + y². Curves are defined as r = f(θ), producing shapes such as cardioids, limacons and roses.

极坐标中,一点由 (r, θ) 确定。与直角坐标的关系为 x = r cos θ,y = r sin θ,且 r² = x² + y²。曲线由 r = f(θ) 定义,可产生心形线、蜗线、玫瑰线等图形。

Area = ½ ∫ r² dθ

极坐标图形围成的面积公式简单但易错,必须找准射线角度界限。对于两曲线之间的区域,需分别计算各自面积再相减。

The arc length of a polar curve uses ∫ √(r² + (dr/dθ)²) dθ. This formula derives from treating the curve parametrically with parameter θ. Practice is needed to handle the square root simplification.

极坐标曲线的弧长使用 ∫ √(r² + (dr/dθ)²) dθ。该公式源于将曲线视为以 θ 为参数的参数曲线。需多加练习以熟练处理根号内的化简。

Tangents to polar curves are found via dy/dx expressed in terms of r and θ. Setting dy/dθ = 0 gives horizontal tangents; dx/dθ = 0 gives vertical tangents.

极坐标曲线的切线通过将 dy/dx 用 r 与 θ 表示求得。令 dy/dθ = 0 得水平切线,dx/dθ = 0 得垂直切线。


7. Series and Expansions | 级数与展开

Maclaurin series expand a function about x = 0: f(x) = f(0) + f'(0)x + f”(0)/2! x² + … + f⁽ⁿ⁾(0)/n! xⁿ + … . Taylor series generalise this about a point x = a. Important expansions include eˣ, sin x, cos x, ln(1+x) and (1+x)ⁿ.

麦克劳林级数将函数在 x = 0 附近展开:f(x) = f(0) + f'(0)x + f”(0)/2! x² + … + f⁽ⁿ⁾(0)/n! xⁿ + …。泰勒级数将其推广至 x = a 处展开。重要的展开包括 eˣ、sin x、cos x、ln(1+x) 和 (1+x)ⁿ。

sin x = x − x³/3! + x⁵/5! − … for all x

这些级数可用来近似计算函数值、求极限以及估算积分。必须明确每个级数的收敛区间,如 ln(1+x) 仅在 −1 < x ≤ 1 收敛。

The binomial expansion (1+x)ⁿ = 1 + nx + n(n−1)/2! x² + … is valid for any real n provided |x| < 1. It extends rational powers and is particularly useful when exact integral forms fail.

二项式展开 (1+x)ⁿ = 1 + nx + n(n−1)/2! x² + … 对任意实数 n 在 |x| < 1 时成立。它推广了有理指数情形,当精确积分形式难以得到时尤其有用。

Summing series using partial fractions or the method of differences is common. Recognising patterns that telescope greatly simplifies finding sums to infinity or n terms.

利用部分分式或差分法求级数和是一种常见技巧。识别可裂项相消的模式能极大简化求无穷和或前 n 项和的过程。


8. Integration Techniques | 积分技巧

Beyond basic antiderivatives, further integration relies on several systematic methods. Integration by parts, ∫ u dv = uv − ∫ v du, is used for products of function types and often applied repeatedly or with a reduction formula.

在基本反导数之外,进阶积分依赖若干系统化方法。分部积分法 ∫ u dv = uv − ∫ v du 用于函数类型的乘积,常需重复应用或与递推公式配合使用。

∫ sinⁿ x dx often requires reduction formula

三角函数幂的积分常借助代换以及如 sin² x = ½(1 − cos 2x) 的倍角公式。双曲替换则能处理 √(x² ± a²) 型根式。

Partial fractions decompose a rational function into simpler fractions allowing term‑by‑term integration. The denominator must be factorised into linear and irreducible quadratic factors. Care is needed with repeated roots.

部分分式将有理函数分解成更简单的分式,以便逐项积分。分母

Published by TutorHao | Pre-U 进阶数学 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