📚 9665-FM02 AS Further Mathematics: Key Concepts from the 2019 Specimen Explained | 9665-FM02 AS进阶数学2019样卷核心知识点精讲
The 9665-FM02 International AS Further Mathematics specimen paper provides a comprehensive overview of the advanced topics examined in the second Further Pure unit. This article revisits essential concepts including hyperbolic functions, complex numbers in exponential form, matrix algebra, differential equations, Maclaurin series, polar coordinates, and series summation. Each section offers clear explanations and key formulas to strengthen your understanding.
9665-FM02 国际 AS 进阶数学样卷全面呈现了第二份进阶纯数试卷的高级考查要点。本文重新梳理双曲函数、复数指数形式、矩阵运算、微分方程、麦克劳林级数、极坐标以及级数求和等核心知识,每节提供清晰的阐述与重要公式,帮助你扎实掌握。
1. Hyperbolic Functions: Definitions and Graphs | 双曲函数:定义与图像
Hyperbolic functions are built from exponential functions. The two primary functions are cosh x and sinh x:
cosh x = (eˣ + e⁻ˣ) / 2, sinh x = (eˣ − e⁻ˣ) / 2
The graph of y = cosh x is an even function, symmetric about the y-axis, with a minimum value of 1 at x = 0. It resembles a hanging chain. The graph of y = sinh x is odd, passes through the origin, and grows without bound as x → ±∞. The quotient tanh x = sinh x / cosh x has horizontal asymptotes y = ±1.
双曲函数由指数函数定义。两个基本函数为 cosh x 与 sinh x:(公式同上)。y = cosh x 的图像是偶函数,关于 y 轴对称,在 x = 0 处取最小值 1,形如悬链线;y = sinh x 为奇函数,过原点且单调递增。商 tanh x = sinh x / cosh x 有水平渐近线 y = ±1。
Fundamental identities relate these functions:
cosh² x − sinh² x = 1, 1 − tanh² x = sech² x
The derivatives of hyperbolic functions mirror trigonometric derivatives but without sign changes:
d/dx (sinh x) = cosh x, d/dx (cosh x) = sinh x, d/dx (tanh x) = sech² x
基本恒等式联系着它们:cosh² x − sinh² x = 1,1 − tanh² x = sech² x。双曲函数的导数与三角函数类似,但符号不变。
Understanding these properties is crucial for integration, as seen in standard results like ∫ sinh x dx = cosh x + C and ∫ sech² x dx = tanh x + C.
掌握这些性质对积分至关重要,例如标准结果 ∫ sinh x dx = cosh x + C 和 ∫ sech² x dx = tanh x + C。
2. Inverse Hyperbolic Functions and Logarithmic Forms | 反双曲函数及其对数形式
Inverse hyperbolic functions can be expressed using natural logarithms. These logarithmic forms allow us to solve equations and perform differentiations:
arsinh x = ln(x + √(x² + 1)), for all real x
arcosh x = ln(x + √(x² − 1)), x ≥ 1
artanh x = ½ ln((1 + x) / (1 − x)), |x| < 1
These formulas are derived by setting y = arsinh x ⇒ sinh y = x and solving the quadratic in eʸ. The derivative of arsinh x is 1/√(x² + 1), which can be shown by implicit differentiation.
反双曲函数可用自然对数表达,便于求解方程和求导。arsinh x、arcosh x 和 artanh x 的对数形式如上所示。其导数分别为:d/dx arsinh x = 1/√(x²+1),d/dx arcosh x = 1/√(x²−1),d/dx artanh x = 1/(1−x²)。推导时设 y = arsinh x,解关于 eʸ 的二次方程即可。
3. Complex Numbers: Exponential Form and De Moivre’s Theorem | 复数:指数形式与棣莫弗定理
Euler’s formula links complex exponentials to trigonometry:
e^(iθ) = cos θ + i sin θ
Any complex number z = x + iy can be written in exponential form z = re^(iθ), where r = |z| = √(x² + y²) and θ = arg z. This notation simplifies multiplication, division, and powers. For z₁ = r₁e^(iθ₁) and z₂ = r₂e^(iθ₂), we have z₁z₂ = r₁r₂ e^(i(θ₁+θ₂)).
De Moivre’s theorem states that for any integer n,
(cos θ + i sin θ)ⁿ = cos nθ + i sin nθ
This theorem is used to derive multiple-angle identities, find powers of complex numbers, and extract nth roots. For example, to find the cube roots of unity, solve z³ = 1, giving z = e^(2πk i/3) for k = 0, 1, 2.
欧拉公式将复指数与三角函数联系起来:e^(iθ) = cos θ + i sin θ。任何复数 z 可写成指数形式 z = re^(iθ),其中 r 为模,θ 为辐角。指数形式在乘除和幂运算中极为便利。棣莫弗定理指出 (cos θ + i sin θ)ⁿ = cos nθ + i sin nθ,用于推导倍角公式、求复数幂次和 n 次方根。比如,解 z³ = 1 得到三次单位根 z = e^(2πk i/3),k = 0,1,2。
4. Matrices: Inverse of 3×3 Matrices and Solving Linear Systems | 矩阵:3×3 矩阵求逆与解线性方程组
The inverse of a non-singular 3×3 matrix A can be found using the adjugate method:
A⁻¹ = (1 / det A) adj A
The adjugate matrix is the transpose of the cofactor matrix. Each cofactor is (−1)ⁱ⁺ʲ times the minor obtained by deleting row i and column j. Determinants are computed by expansion along a row or column.
For a system of linear equations written as AX = B, the unique solution is X = A⁻¹B. Alternatively, Cramer’s rule can be used: each variable xᵢ is given by det(Aᵢ)/det A, where Aᵢ is the matrix formed by replacing the ith column with B.
3×3 矩阵 A 的逆矩阵可通过伴随矩阵法求得:A⁻¹ = (1/det A) adj A,其中 adj A 是余子式矩阵的转置。行列式计算常用按行(列)展开。对于线性方程组 AX = B,唯一解为 X = A⁻¹B,也可用克拉默法则,xᵢ = det(Aᵢ)/det A,Aᵢ 为将 B 替换第 i 列所得矩阵。
5. First-Order Differential Equations: Integrating Factor Method | 一阶微分方程:积分因子法
A first-order linear differential equation has the general form
dy/dx + P(x)y = Q(x)
Multiply both sides by the integrating factor μ(x) = e^(∫ P(x) dx). The left-hand side then becomes the derivative of μ(x)y. Integrating both sides yields the general solution:
μ(x) y = ∫ μ(x) Q(x) dx
For example, to solve dy/dx + 2y = e⁻ˣ, μ(x) = e^(∫ 2 dx) = e²ˣ, giving e²ˣ y = ∫ e²ˣ·e⁻ˣ dx = ∫ eˣ dx = eˣ + C, so y = e⁻ˣ + Ce⁻²ˣ.
一阶线性微分方程的标准形式为 dy/dx + P(x)y = Q(x)。两边同乘积分因子 μ(x) = e^(∫ P(x) dx),左端即变为 (μ(x)y) 的导数,积分后得通解。例如 dy/dx + 2y = e⁻ˣ,μ(x) = e²ˣ,则 e²ˣ y = ∫ eˣ dx = eˣ + C,从而 y = e⁻ˣ + Ce⁻²ˣ。
6. Second-Order Linear Differential Equations with Constant Coefficients | 二阶常系数线性微分方程
A homogeneous second-order equation is a d²y/dx² + b dy/dx + c y = 0. Substituting y = e^(mx) gives the auxiliary equation am² + bm + c = 0. Its roots determine the complementary function:
-
Real distinct roots m₁, m₂: y = A e^(m₁x) + B e^(m₂x)
实根且不等: y = A e^(m₁x) + B e^(m₂x)
-
Repeated root m: y = (A + Bx) e^(mx)
重根: y = (A + Bx) e^(mx)
-
Complex roots α ± iβ: y = e^(αx) (A cos βx + B sin βx)
共轭复根: y = e^(αx) (A cos βx + B sin βx)
For a non-homogeneous equation, a particular integral is added. The form of the trial particular integral depends on the function f(x): for a polynomial, try a polynomial of the same degree; for e^(kx), try C e^(kx); for sin/ cos, try C cos ωx + D sin ωx, adjusting if it is already part of the complementary function by multiplying by x.
非齐次方程需加上特解。试探特解的形式取决于 f(x):若为多项式,用同次多项式;若为 e^(kx),用 C e^(kx);若为正余弦,用 C cos ωx + D sin ωx。若试探项含在余函数中,则乘 x 修正。
7. Maclaurin Series Expansions | 麦克劳林级数展开
A function f(x) can be expressed as an infinite power series about x = 0:
f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + …
Standard Maclaurin expansions include:
eˣ = 1 + x + x²/2! + x³/3! + …
sin x = x − x³/3! + x⁵/5! − …
cos x = 1 − x²/2! + x⁴/4! − …
ln(1 + x) = x − x²/2 + x³/3 − … (valid for −1 < x ≤ 1)
These series can be used to approximate functions, evaluate limits, and find expansions for composite functions by substitution or differentiation. For instance, to expand e^(sin x) up to x³, substitute the series for sin x into the exponential series.
函数 f(x) 可在 x = 0 处展为麦克劳林级数。基本展开式如上。这些级数可用于近似计算、求极限以及复合函数的展开,如将 sin x 的级数代入 eˣ 的展开中得到 e^(sin x) 的展开。
8. Polar Coordinates: Curves and Area | 极坐标:曲线与面积
A curve in polar coordinates is given by r = f(θ). Common curves include cardioid r = a(1 + cos θ), circle r = a, and rose curves r = a cos(nθ). The area enclosed by a polar curve from θ = α to θ = β is
Area = ½ ∫_α^β r² dθ
For example, the area of the cardioid r = a(1 + cos θ) from 0 to 2π is ½ ∫₀²π a²(1+cos θ)² dθ = (3/2)πa². When finding the area between two polar curves, subtract the inner area: ½ ∫ (r_outer² − r_inner²) dθ.
极坐标下曲线由 r = f(θ) 给出,常见如心形线 r = a(1+cos θ)、圆、玫瑰线等。极坐标下图形围成的面积公式为 ½ ∫ r² dθ。例如心形线的面积计算得 (3/2)πa²。两曲线间的面积需用外曲线面积减去内曲线面积。
9. Summation of Series and the Method of Differences | 级数求和与差分法
Standard summation formulas for integers are essential:
∑_{r=1}ⁿ r = n(n+1)/2
∑_{r=1}ⁿ r² = n(n+1)(2n+1)/6
∑_{r=1}ⁿ r³ = n²(n+1)²/4
The method of differences is used when a term can be written as u_r = f(r) − f(r+1) or f(r+1) − f(r). The sum telescopes: ∑_{r=1}ⁿ u_r = f(1) − f(n+1). This technique often involves partial fractions. For example, to sum 1/(r(r+1)), write it as 1/r − 1/(r+1), then the sum from r=1 to n telescopes to 1 − 1/(n+1).
标准求和公式如上。差分法适用于项可表为 f(r)−f(r+1) 的情形,求和后裂项抵消。常见结合部分分式,如 1/(r(r+1)) = 1/r − 1/(r+1),其和从 1 到 n 为 1 − 1/(n+1)。
10. Complex Roots of Polynomial Equations | 多项式方程的复数根
If a polynomial has real coefficients, any complex roots occur in conjugate pairs. That is, if a + bi is a root, then a − bi is also a root. This fact allows us to factorise polynomials. For a cubic equation with real coefficients, it either has one real root and a pair of complex conjugates, or three real roots. Knowing one complex root gives a quadratic factor with real coefficients: (z − (a+bi))(z − (a−bi)) = z² − 2az + (a²+b²). The remaining root can be found by long division or by comparing coefficients.
Example: Given that 1 + i is a root of z³ − z² + 2 = 0, find the other roots. Since coefficients are real, 1 − i is also a root. The quadratic factor is (z² − 2z + 2). Dividing the polynomial gives the linear factor (z + 1), so the third root is −1.
实系数多项式方程若有复数根,必成共轭对出现。利用这一性质,可由一个已知复根构造实系数二次因式,再通过长除法或系数比较求出其余根。例如,已知 1+i 是 z³ − z² + 2 = 0 的根,则 1−i 也为根,二次因式为 z²−2z+2,除多项式得因式 (z+1),故第三个根为 −1。
Published by TutorHao | Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导