📚 PDF资源导航

Key Highlights from 9665 International AS/A-Level Further Maths Support Pack 2 | 9665 国际 AS/A-Level 进阶数学支持包 2 知识点精讲

📚 Key Highlights from 9665 International AS/A-Level Further Maths Support Pack 2 | 9665 国际 AS/A-Level 进阶数学支持包 2 知识点精讲

The 9665 International AS/A-Level Further Maths Support Pack 2 covers a range of advanced topics designed to deepen students’ understanding and prepare them for university-level mathematics. In this article, we highlight essential concepts including complex numbers, matrices, differential equations, polar coordinates, hyperbolic functions, integration techniques, vectors, and series expansions, providing clear explanations and key formulas.

9665 国际 AS/A-Level 进阶数学支持包 2 涵盖了一系列旨在深化学生理解、为大学数学做好准备的进阶主题。本文将重点讲解复数、矩阵、微分方程、极坐标、双曲函数、积分技巧、向量和级数展开等核心概念,并提供清晰的解释和关键公式。

1. Complex Numbers: De Moivre’s Theorem and Roots of Unity | 复数:棣莫弗定理与单位根

Complex numbers can be expressed in polar form as z = r(cos θ + i sin θ) = re^(iθ).

复数可以表示为极坐标形式 z = r(cos θ + i sin θ) = re^(iθ)。

De Moivre’s theorem states that (cos θ + i sin θ)^n = cos(nθ) + i sin(nθ) for any integer n.

棣莫弗定理指出,对于任意整数 n,有 (cos θ + i sin θ)^n = cos(nθ) + i sin(nθ)。

The nth roots of unity are the solutions to z^n = 1, given by z_k = e^(2πk i / n) for k = 0,1,…,n-1. They lie on the unit circle and form a regular polygon.

n 次单位根是方程 z^n = 1 的解,表示为 z_k = e^(2πk i / n),其中 k = 0,1,…,n-1。它们位于单位圆上并构成正多边形。

z^n = 1 ⇒ z = e^(2πk i / n), k = 0,1,…,n-1


2. Matrices: Eigenvalues, Eigenvectors and Diagonalisation | 矩阵:特征值、特征向量与对角化

For a square matrix A, an eigenvalue λ satisfies det(A – λI) = 0. The corresponding eigenvector v is a non-zero vector such that Av = λv.

对于方阵 A,特征值 λ 满足 det(A – λI) = 0。对应的特征向量 v 是非零向量且满足 Av = λv。

If a matrix has n distinct eigenvalues, it can be diagonalised as A = PDP⁻¹, where P contains eigenvectors as columns and D is a diagonal matrix of eigenvalues.

若矩阵有 n 个不同的特征值,则可对角化为 A = PDP⁻¹,其中 P 的列是特征向量,D 是由特征值构成的对角阵。

det(A – λI) = 0, A = PDP⁻¹


3. First-Order Differential Equations: Integrating Factor | 一阶微分方程:积分因子法

A linear first-order ODE takes the form dy/dx + P(x)y = Q(x).

一阶线性常微分方程的标准形式为 dy/dx + P(x)y = Q(x)。

The integrating factor is μ(x) = e^(∫ P(x) dx). Multiplying both sides by μ transforms the left side into d/dx (μ y).

积分因子为 μ(x) = e^(∫ P(x) dx)。两边同乘 μ 将左侧化为 d/dx (μ y)。

The general solution is y = (1/μ) ∫ μ Q dx + C/μ, where C is the constant of integration.

通解为 y = (1/μ) ∫ μ Q dx + C/μ,其中 C 为积分常数。

μ = e^(∫ P dx) ⇒ d/dx (μ y) = μ Q


4. Second-Order Differential Equations: Auxiliary Equation | 二阶微分方程:辅助方程法

For a homogeneous linear ODE a y” + b y’ + c y = 0, we assume a solution of the form y = e^(mx). This leads to the auxiliary equation am² + bm + c = 0.

对于齐次线性方程 a y” + b y’ + c y = 0,假设解为 y = e^(mx),得到辅助方程 am² + bm + c = 0。

If the roots m₁ and m₂ are real and distinct, the general solution is y = A e^(m₁ x) + B e^(m₂ x).

若辅助方程有两个不等的实根 m₁ 和 m₂,通解为 y = A e^(m₁ x) + B e^(m₂ x)。

For repeated real root m, the solution is y = (A + Bx) e^(mx); for complex conjugate roots m = α ± iβ, it becomes y = e^(αx) (A cos βx + B sin βx).

当有重实根 m 时,解为 y = (A + Bx) e^(mx);若根为复共轭 α ± iβ,则 y = e^(αx) (A cos βx + B sin βx)。

am² + bm + c = 0 → y = A e^(m₁ x) + B e^(m₂ x)


5. Polar Coordinates: Graphs, Area and Arc Length | 极坐标:图形、面积与弧长

A point in polar coordinates is defined by (r, θ), where r is the radial distance and θ the angle.

极坐标中的点由 (r, θ) 定义,r 为径距,θ 为极角。

The area enclosed by a polar curve r = f(θ) from θ = α to θ = β is A = ½ ∫_α^β r² dθ.

极坐标曲线 r = f(θ) 在 θ=α 到 θ=β 之间围成的面积为 A = ½ ∫_α^β r² dθ。

The length of a polar arc is s = ∫_α^β √(r² + (dr/dθ)²) dθ.

极坐标曲线的弧长为 s = ∫_α^β √(r² + (dr/dθ)²) dθ。

A = ½∫ r² dθ, s = ∫√(r²+(dr/dθ)²) dθ


6. Hyperbolic Functions: Definitions, Identities and Inverse Functions | 双曲函数:定义、恒等式与反函数

The hyperbolic sine and cosine are defined as sinh x = (e^x – e^(-x))/2 and cosh x = (e^x + e^(-x))/2.

双曲正弦与余弦定义为 sinh x = (e^x – e^(-x))/2, cosh x = (e^x + e^(-x))/2。

Key identity: cosh²x – sinh²x = 1, analogous to the trigonometric identity but with a sign difference.

核心恒等式:cosh²x – sinh²x = 1,类似于三角恒等式但符号相反。

Inverse hyperbolic functions can be expressed using logarithms, e.g., arsinh x = ln(x + √(x²+1)), artanh x = ½ ln((1+x)/(1-x)) for |x| < 1.

反双曲函数可用对数表示,例如 arsinh x = ln(x + √(x²+1)),artanh x = ½ ln((1+x)/(1-x)),|x| < 1。

cosh²x – sinh²x = 1, arsinh x = ln(x + √(x²+1))


7. Further Integration: Reduction Formulae and Arc Length | 进阶积分:约化公式与弧长

Reduction formulae express integrals of higher powers in terms of lower ones, e.g., I_n = ∫ sinⁿ x dx leads to I_n = -1/n sinⁿ⁻¹ x cos x + (n-1)/n I_{n-2}.

约化公式将高次幂的积分用低次幂表示,例如 I_n = ∫ sinⁿ x dx 可推出 I_n = -1/n sinⁿ⁻¹ x cos x + (n-1)/n I_{n-2}。

Such formulas often arise from integration by parts and are extremely useful for evaluating definite integrals like ∫_0^{π/2} sin⁷ x dx.

这类公式常由分部积分得到,对于计算如 ∫_0^{π/2} sin⁷ x dx 的定积分非常有用。

I_n = ∫ sinⁿ x dx ⇒ I_n = (n-1)/n I_{n-2} – (1/n) sinⁿ⁻¹ x cos x


8. Further Vectors: Planes, Lines and Distances | 进阶向量:平面、直线与距离

A line can be written in vector form as r = a + λb, where a is a fixed point on the line and b is the direction vector.

直线可用向量形式表示为 r = a + λb,其中 a 为直线上一定点,b 为方向向量。

A plane is defined by r · n = d, where n is a normal vector to the plane and d = a · n for any point a on the plane.

平面由 r · n = d 定义,n 为平面的法向量,对平面上任一点 a,d = a · n。

The shortest distance from a point with position vector p to a plane r · n = d is |p·n – d| / |n|.

点 p 到平面 r·n = d 的最短距离为 |p·n – d| / |n|。

Distance from point to plane = |p·n – d| / |n|


9. Maclaurin Series and Limits Evaluation | 麦克劳林级数与极限计算

The Maclaurin series of a function f(x) is given by f(x) = f(0) + f'(0)x + f”(0)/2! x² + f”'(0)/3! x³ + … .

函数 f(x) 的麦克劳林级数为 f(x) = f(0) + f'(0)x + f”(0)/2! x² + f”'(0)/3! x³ + … 。

Standard series include e^x = 1 + x + x²/2! + x³/3! + …, sin x = x – x³/3! + x⁵/5! – …, and cos x = 1 – x²/2! + x⁴/4! – … .

标准级数包括 e^x = 1 + x + x²/2! + x³/3! + …,sin x = x – x³/3! + x⁵/5! – …,cos x = 1 – x²/2! + x⁴/4! – …。

These series are useful for evaluating limits, e.g., lim_{x→0} (sin x)/x = lim_{x→0} (x – x³/6 + …)/x = 1.

这些级数可用于计算极限,例如 lim_{x→0} (sin x)/x = lim_{x→0} (x – x³/6 + …)/x = 1。

sin x = x – x³/3! + x⁵/5! – …, lim_{x→0} sin x / x = 1


Published by TutorHao | Further Mathematics 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