📚 PDF资源导航

AS Cambridge Further Mathematics: Winter Break Intensive Revision Plan | AS Cambridge 进阶数学:寒假强化复习计划

📚 AS Cambridge Further Mathematics: Winter Break Intensive Revision Plan | AS Cambridge 进阶数学:寒假强化复习计划

The winter break offers a critical window for AS Further Mathematics students to consolidate their understanding of advanced topics and address any gaps before the final examination push. This 8-day intensive revision plan is structured to cover all core AS topics systematically, combining conceptual review with rigorous practice. Each day targets specific syllabus areas, building progressively from foundational concepts to complex problem-solving scenarios. By following this programme, you will strengthen your command of vectors, complex numbers, series, matrices, polar coordinates, hyperbolic functions, and differential equations while developing the analytical fluency required for top-tier performance in Cambridge AS Further Mathematics (9231).

寒假为AS进阶数学学生提供了一个关键窗口,用于巩固对高阶主题的理解,并在最后考试冲刺前弥补任何漏洞。这个为期8天的强化复习计划结构清晰,系统地覆盖所有核心AS主题,将概念复习与严格训练相结合。每一天都针对特定的课程领域,从基础概念逐步提升到复杂的问题解决情境。通过遵循此方案,你将加强对向量、复数、级数、矩阵、极坐标、双曲函数和微分方程的掌握,同时培养在剑桥AS进阶数学(9231)考试中取得顶尖成绩所需的分析流利度。


1. Day 1: Vectors I — Lines and Geometric Relationships | 第一天:向量一——直线与几何关系

Begin your revision with the vector equation of a line in three dimensions. Recall that a line passing through point A with position vector a and parallel to direction vector d can be expressed as r = a + λd, where λ is a scalar parameter. This parametric form is the foundation for solving intersection problems between two lines. When two lines intersect, there exists a unique pair of λ and μ values that equate their position vectors. If no solution exists, the lines are either parallel (direction vectors are scalar multiples) or skew (non-parallel and non-intersecting). Always check the consistency of all three component equations when solving for intersection parameters.

从三维空间中直线的向量方程开始你的复习。回想一下,经过点A(位置向量为a)且平行于方向向量d的直线可表示为r = a + λd,其中λ为标量参数。这种参数形式是解决两条直线相交问题的基础。当两条直线相交时,存在唯一一对λ和μ值使它们的位置向量相等。若无解,则直线要么平行(方向向量互为标量倍数),要么异面(不平行且不相交)。在求解相交参数时,务必检查所有三个分量方程的一致性。

The angle between two lines is calculated using the dot product of their direction vectors: cos θ = |d₁·d₂| / (|d₁||d₂|). Note the absolute value in the numerator, as we always take the acute angle between lines regardless of their orientation. Practise finding the shortest distance from a point to a line using the formula involving the cross product: distance = |(pa) × d| / |d|. For two skew lines, the shortest distance between them is |(a₂a₁)·(d₁ × d₂)| / |d₁ × d₂|. Dedicate 90 minutes to solving at least six intersection and distance problems from past papers.

两条直线之间的夹角利用方向向量的点积计算:cos θ = |d₁·d₂| / (|d₁||d₂|)。注意分子中的绝对值,因为我们总是取直线间的锐角,不论其方向如何。练习使用涉及叉积的公式求点到直线的最短距离:距离 = |(pa) × d| / |d|。对于两条异面直线,它们之间的最短距离为 |(a₂a₁)·(d₁ × d₂)| / |d₁ × d₂|。花90分钟解决至少六道历年真题中的相交和距离问题。


2. Day 2: Vectors II — Planes and Intersection Configurations | 第二天:向量二——平面与相交构型

A plane can be defined in three equivalent forms: the vector form r = a + λd₁ + μd₂, the scalar product form r·n = a·n (where n is the normal vector), and the Cartesian form ax + by + cz = d. The normal vector n is perpendicular to every line lying in the plane and can be found as the cross product of any two non-parallel direction vectors within the plane. The angle between two planes equals the angle between their normal vectors, and the angle between a line and a plane is the complement of the angle between the line’s direction vector and the plane’s normal vector.

平面可用三种等价形式定义:向量形式 r = a + λd₁ + μd₂,标量积形式 r·n = a·n(其中n为法向量),以及笛卡尔形式 ax + by + cz = d。法向量n垂直于平面内的每一条直线,并可通过平面内任意两个不平行方向向量的叉积求得。两个平面之间的夹角等于它们法向量之间的夹角,而直线与平面之间的夹角是直线方向向量与平面法向量之间夹角的余角。

Finding the line of intersection of two planes requires solving the system of two Cartesian equations simultaneously. Since there are three unknowns but only two equations, introduce a parameter (typically set z = t or x = t) and express the other variables in terms of it. The intersection of three planes yields several possible configurations: a unique point, a line, a plane (if all three equations are dependent), or no common intersection. Use matrix rank arguments or Gaussian elimination to distinguish these cases systematically. Complete 8-10 problems covering all intersection scenarios between lines and planes.

求两个平面的交线需要同时求解两个笛卡尔方程组。由于有三个未知数但只有两个方程,引入一个参数(通常设z = t或x = t),并用其表示其他变量。三个平面的相交会产生几种可能的构型:唯一一点、一条线、一个平面(若三个方程都相关),或无公共交点。使用矩阵的秩论证或高斯消元法来系统地区分这些情况。完成8-10道涵盖直线与平面所有相交情境的问题。


3. Day 3: Complex Numbers — Polar Form and De Moivre’s Theorem | 第三天:复数——极坐标形式与棣莫弗定理

Complex numbers extend the real number system by introducing i, where i² = -1. The Argand diagram represents complex numbers as points or vectors in a plane, with the real part on the horizontal axis and the imaginary part on the vertical axis. The modulus |z| = √(x² + y²) gives the distance from the origin, and the argument arg(z) = θ (with -π < θ ≤ π as the principal value) gives the angle measured from the positive real axis. The polar form z = r(cos θ + i sin θ) is indispensable for multiplication, division, and exponentiation. When multiplying complex numbers, moduli multiply and arguments add: |z₁z₂| = |z₁||z₂|, arg(z₁z₂) = arg(z₁) + arg(z₂).

复数通过引入i(其中i² = -1)扩展了实数系统。阿尔岗图将复数表示为平面上的点或向量,实部在横轴上,虚部在纵轴上。模 |z| = √(x² + y²) 给出到原点的距离,辐角 arg(z) = θ(主值范围 -π < θ ≤ π)给出从正实轴测量的角度。极坐标形式 z = r(cos θ + i sin θ) 对于乘法、除法和乘方运算不可或缺。复数相乘时,模相乘而辐角相加:|z₁z₂| = |z₁||z₂|,arg(z₁z₂) = arg(z₁) + arg(z₂)。

De Moivre’s theorem states that (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ) for any integer n. This theorem enables efficient computation of powers and roots of complex numbers. The n distinct n-th roots of a complex number z = r(cos θ + i sin θ) are given by zₖ = r¹/ⁿ[cos((θ + 2kπ)/n) + i sin((θ + 2kπ)/n)] for k = 0, 1, 2, …, n-1. These roots lie equally spaced on a circle of radius r¹/ⁿ in the Argand diagram, forming a regular n-gon. Apply De Moivre’s theorem to derive trigonometric identities such as expressions for cos(3θ) and sin(3θ) in terms of cos θ and sin θ.

棣莫弗定理指出,对于任意整数n,(cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)。该定理能够高效计算复数的幂和根。复数 z = r(cos θ + i sin θ) 的n个不同的n次方根由 zₖ = r¹/ⁿ[cos((θ + 2kπ)/n) + i sin((θ + 2kπ)/n)] 给出,其中 k = 0, 1, 2, …, n-1。这些根在阿尔岗图中均匀分布在一个半径为 r¹/ⁿ 的圆上,形成一个正n边形。应用棣莫弗定理推导三角恒等式,例如用 cos θ 和 sin θ 表示 cos(3θ) 和 sin(3θ) 的表达式。


4. Day 4: Complex Numbers — Loci and Regions in the Argand Diagram | 第四天:复数——阿尔岗图中的轨迹与区域

Loci in the complex plane describe sets of points satisfying given conditions. The equation |z – z₀| = r represents a circle with centre z₀ and radius r. The locus |z – a| = |z – b| is the perpendicular bisector of the line segment joining points a and b. The argument locus arg(z – z₀) = θ describes a ray emanating from z₀ (excluding the point z₀ itself) at angle θ to the positive real axis. More complex loci involve inequalities: |z – z₀| < r describes the interior of a circle, while combined inequalities define annular regions, half-planes, or sectors. Always sketch the Argand diagram carefully, shading required regions and indicating whether boundaries are included (solid lines) or excluded (dashed lines).

复平面中的轨迹描述满足给定条件的点的集合。方程 |z – z₀| = r 表示以z₀为圆心、半径为r的圆。轨迹 |z – a| = |z – b| 是连接点a和b的线段的垂直平分线。辐角轨迹 arg(z – z₀) = θ 描述从z₀发出(不含z₀本身)与正实轴成θ角的一条射线。更复杂的轨迹涉及不等式:|z – z₀| < r 描述圆的内部,而组合不等式定义环形区域、半平面或扇形区域。务必仔细绘制阿尔岗草图,给所需区域涂上阴影,并标明边界是包含(实线)还是排除(虚线)。

Transformations of the complex plane map points from the z-plane to the w-plane. Linear transformations w = az + b (where a ≠ 0) combine rotation, scaling, and translation. The transformation w = 1/z is an inversion mapping that sends circles through the origin to lines not through the origin, and vice versa. When describing the image of a locus under a transformation, express z in terms of w and substitute into the original locus equation. Then identify the resulting Cartesian or polar relationship in the new variable. Practise 6-8 transformation problems where you must find and sketch images of given loci.

复平面的变换将点从z平面映射到w平面。线性变换 w = az + b(其中 a ≠ 0)结合了旋转、缩放和平移。变换 w = 1/z 是一个反演映射,将经过原点的圆映射为不经过原点的直线,反之亦然。当描述变换下轨迹的像时,用w表示z并代入原轨迹方程,然后在新变量中识别所得的笛卡尔或极坐标关系。练习6-8道变换问题,要求找出并绘制给定轨迹的像。


5. Day 5: Summation of Series — Standard Results and the Method of Differences | 第五天:级数求和——标准结果与差分法

The summation of finite series is a central topic in AS Further Mathematics. You must memorise the three standard summation formulae: Σr from r=1 to n equals n(n+1)/2, Σr² equals n(n+1)(2n+1)/6, and Σr³ equals [n(n+1)/2]². These results allow you to sum any polynomial expression of degree 3 or lower by expanding and applying linearity. For example, Σ(2r² + 3r – 1) = 2Σr² + 3Σr – Σ1. Be methodical: expand the expression, separate into individual sums using Σ(af(r) + bg(r)) = aΣf(r) + bΣg(r), then substitute the standard results and simplify algebraically. The final expression should be fully factorised where possible.

有限级数求和是AS进阶数学的核心主题。你必须熟记三个标准求和公式:Σr(r从1到n)等于 n(n+1)/2,Σr² 等于 n(n+1)(2n+1)/6,Σr³ 等于 [n(n+1)/2]²。这些结果使你能够通过展开并应用线性性来求任意三次或更低次多项式表达式的和。例如,Σ(2r² + 3r – 1) = 2Σr² + 3Σr – Σ1。要有条理:展开表达式,利用 Σ(af(r) + bg(r)) = aΣf(r) + bΣg(r) 分离为各项求和,然后代入标准结果并进行代数化简。最终表达式应尽可能完全因式分解。

The method of differences is used to sum series where the general term can be expressed as the difference between two consecutive terms of some sequence. If uᵣ = f(r) – f(r-1) or uᵣ = f(r) – f(r+1), then the series telescopes: Σuᵣ from r=1 to n equals f(n) – f(0) in the first case. Series involving rational functions with linear factors in the denominator, such as 1/[r(r+1)], are classic candidates: express 1/[r(r+1)] as 1/r – 1/(r+1) using partial fractions, then the sum collapses to 1 – 1/(n+1). For series involving products like r(r!), note that r(r!) = (r+1)! – r!, which telescopes to (n+1)! – 1. Solve 8 problems mixing both standard formula and difference method series.

差分法用于求一般项可表示为某个序列连续两项之差的级数和。若 uᵣ = f(r) – f(r-1) 或 uᵣ = f(r) – f(r+1),则级数可裂项相消:在第一种情况下,Σuᵣ(r从1到n)等于 f(n) – f(0)。分母含线性因子的有理函数级数(如 1/[r(r+1)])是经典候选:利用部分分式将 1/[r(r+1)] 表示为 1/r – 1/(r+1),然后和式坍缩为 1 – 1/(n+1)。对于涉及乘积的级数如 r(r!),注意 r(r!) = (r+1)! – r!,可裂项为 (n+1)! – 1。解决8道混合标准公式和差分法级数的问题。


6. Day 6: Matrices — Operations, Determinants, and Inverses | 第六天:矩阵——运算、行列式与逆矩阵

Matrix algebra forms the backbone of linear transformations in Further Mathematics. Review matrix addition and subtraction, which are element-wise operations requiring matrices of identical dimensions. Matrix multiplication AB is defined only when the number of columns in A equals the number of rows in B; the entry (AB)ᵢⱼ equals the dot product of the i-th row of A and the j-th column of B. Matrix multiplication is not generally commutative (AB ≠ BA), though it is associative. The transpose of a product reverses the order: (AB)ᵀ = BᵀAᵀ. The identity matrix I satisfies AI = IA = A for any conformable square matrix A. A zero matrix O yields AO = O and OA = O where defined.

矩阵代数是进阶数学中线性变换的基石。复习矩阵加法和减法,这些逐元素运算要求矩阵维度相同。矩阵乘法AB仅在A的列数等于B的行数时有定义;(AB)ᵢⱼ 项等于A的第i行与B的第j列的点积。矩阵乘法通常不满足交换律(AB ≠ BA),但满足结合律。乘积的转置会反转顺序:(AB)ᵀ = BᵀAᵀ。单位矩阵I对任何相容方阵A满足 AI = IA = A。零矩阵O在定义范围内满足 AO = O 和 OA = O。

The determinant of a 2×2 matrix [[a, b], [c, d]] is ad – bc. For a 3×3 matrix, use the first-row expansion: det(A) = a₁₁C₁₁ + a₁₂C₁₂ + a₁₃C₁₃, where each cofactor Cᵢⱼ = (-1)ⁱ⁺ʲ × (the 2×2 determinant obtained by deleting row i and column j). A matrix is singular if its determinant is zero, meaning it has no inverse. To find the inverse of a non-singular 3×3 matrix, compute the matrix of cofactors, take its transpose (the adjugate), and divide by the determinant: A⁻¹ = adj(A) / det(A). Verify your inverse by checking A × A⁻¹ = I. Solving linear systems AX = B can be done via X = A⁻¹B when A is invertible.

2×2矩阵 [[a, b], [c, d]] 的行列式为 ad – bc。对于3×3矩阵,使用第一行展开:det(A) = a₁₁C₁₁ + a₁₂C₁₂ + a₁₃C₁₃,其中每个余子式 Cᵢⱼ = (-1)ⁱ⁺ʲ ×(删除第i行和第j列所得的2×2行列式)。若行列式为零,矩阵是奇异的,意味着它没有逆矩阵。求非奇异3×3矩阵的逆,计算余子式矩阵,取其转置(伴随矩阵),再除以行列式:A⁻¹ = adj(A) / det(A)。通过检查 A × A⁻¹ = I 来验证你的逆矩阵。当A可逆时,解线性方程组AX = B可通过 X = A⁻¹B 完成。


7. Day 7: Matrices — Eigenvalues, Eigenvectors, and Diagonalisation | 第七天:矩阵——特征值、特征向量与对角化

Eigenvalues and eigenvectors are fundamental to understanding linear transformations. For a square matrix A, the eigenvalue λ and corresponding eigenvector x satisfy Ax = λx, with x non-zero. Rearranging gives (A – λI)x = 0, which has non-trivial solutions only if det(A – λI) = 0. This characteristic equation yields a polynomial in λ whose roots are the eigenvalues. For a 3×3 matrix, expect up to three eigenvalues, which may include repeated or complex values. For each distinct eigenvalue λᵢ, solve (A – λᵢI)x = 0 to find the corresponding eigenvectors; the solution space may be one-dimensional or, for repeated eigenvalues, potentially of higher dimension.

特征值和特征向量是理解线性变换的基础。对于方阵A,特征值λ和对应的特征向量x满足 Ax = λx,其中x非零。移项得 (A – λI)x = 0,仅当 det(A – λI) = 0 时才有非平凡解。这个特征方程产生一个关于λ的多项式,其根即为特征值。对于3×3矩阵,预期最多有三个特征值,可能包含重根或复数值。对于每个不同的特征值λᵢ,求解 (A – λᵢI)x = 0 以找到对应的特征向量;解空间可能是一维的,对于重特征值,可能具有更高维度。

Diagonalisation expresses a matrix as A = PDP⁻¹, where D is a diagonal matrix of eigenvalues and P is an invertible matrix whose columns are linearly independent eigenvectors. This representation exists only if A has a full set of n linearly independent eigenvectors (for an n×n matrix). Diagonalisation dramatically simplifies computing powers of A: Aᵏ = PDᵏP⁻¹, where Dᵏ simply involves raising each diagonal entry to the power k. You may also encounter the Cayley-Hamilton theorem, which states that every square matrix satisfies its own characteristic equation. Use this to express A⁻¹ or higher powers of A in terms of lower powers. Work through 5-6 diagonalisation problems and 3 Cayley-Hamilton applications.

对角化将矩阵表示为 A = PDP⁻¹,其中D是特征值的对角矩阵,P是可逆矩阵,其列是线性无关的特征向量。这种表示仅当A有完整的n个线性无关的特征向量(对于n×n矩阵)时才存在。对角化极大地简化了A的幂的计算:Aᵏ = PDᵏP⁻¹,其中Dᵏ仅需将每个对角元素升至k次幂。你还可能遇到凯莱-哈密顿定理,该定理指出每个方阵都满足其自身的特征方程。利用此定理用低次幂表示A⁻¹或A的更高次幂。完成5-6道对角化问题和3道凯莱-哈密顿应用。


8. Day 8: Polar Coordinates — Curves, Areas, and Tangent Lines | 第八天:极坐标——曲线、面积与切线

Polar coordinates (r, θ) define a point by its distance r from the origin and the angle θ measured from the initial line (positive x-axis). The conversion between polar and Cartesian forms is given by x = r cos θ, y = r sin θ, and r = √(x² + y²), tan θ = y/x (with quadrant adjustment). Familiarise yourself with standard polar curves: r = a (circle, centre at origin), r = 2a cos θ (circle, diameter 2a along the initial line), r = a(1 + cos θ) (cardioid), r = a cos(2θ) (four-leaved rose), and r = aθ (Archimedean spiral). When sketching, determine symmetry properties first: f(-θ) = f(θ) implies symmetry about the initial line; f(π – θ) = f(θ) implies symmetry about the vertical line θ = π/2.

极坐标 (r, θ) 通过点到原点的距离r和从初始线(正x轴)测量的角度θ来定义一个点。极坐标与笛卡尔形式的转换由 x = r cos θ,y = r sin θ,以及 r = √(x² + y²),tan θ = y/x(需考虑象限调整)给出。熟悉标准极坐标曲线:r = a(圆心在原点的圆),r = 2a cos θ(沿初始线直径为2a的圆),r = a(1 + cos θ)(心形线),r = a cos(2θ)(四叶玫瑰线),以及 r = aθ(阿基米德螺旋线)。绘制草图时,首先确定对称性:f(-θ) = f(θ) 表示关于初始线对称;f(π – θ) = f(θ) 表示关于垂直线 θ = π/2 对称。

The area enclosed by a polar curve r = f(θ) between θ = α and θ = β is A = ½ ∫ᵦₐ r² dθ. Always check that the curve does not loop over itself in the given interval, as overlapping regions require careful segmentation. For curves with petals or loops, find the limits where r = 0 to isolate individual regions. The gradient of the tangent to a polar curve at a point is given by dy/dx = (dy/dθ) / (dx/dθ), where x = r cos θ and y = r sin θ. Tangent lines parallel to the initial line occur when dy/dθ = 0 (and dx/dθ ≠ 0); tangents perpendicular to the initial line occur when dx/dθ = 0 (and dy/dθ ≠ 0). Solve 6-7 area problems and 4-5 tangent line problems from a variety of past paper questions.

极坐标曲线 r = f(θ) 在 θ = α 和 θ = β 之间围成的面积为 A = ½ ∫ᵦₐ r² dθ。务必检查曲线在给定区间内是否自交,因为重叠区域需要仔细分段。对于有花瓣或环的曲线,找出 r = 0 的极限以隔离各个区域。极坐标曲线在某点的切线斜率由 dy/dx = (dy/dθ) / (dx/dθ) 给出,其中 x = r cos θ,y = r sin θ。平行于初始线的切线出现在 dy/dθ = 0(且 dx/dθ ≠ 0)时;垂直于初始线的切线出现在 dx/dθ = 0(且 dy/dθ ≠ 0)时。从历年真题中解决6-7道面积问题和4-5道切线问题。


9. Day 9: Hyperbolic Functions — Definitions, Identities, and Calculus | 第九天:双曲函数——定义、恒等式与微积分

Hyperbolic functions are defined in terms of exponential functions: sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, and tanh x = sinh x / cosh x = (eˣ – e⁻ˣ)/(eˣ + e⁻ˣ). These functions satisfy identities that parallel trigonometric identities but with important sign differences. The fundamental identity is cosh² x – sinh² x = 1 (compare with cos² θ + sin² θ = 1). Other key identities include sinh(2x) = 2 sinh x cosh x, cosh(2x) = cosh² x + sinh² x = 2 cosh² x – 1 = 1 + 2 sinh² x, and the addition formulae sinh(x ± y) = sinh x cosh y ± cosh x sinh y, cosh(x ± y) = cosh x cosh y ± sinh x sinh y. Note the sign change in cosh(x – y): it is minus, not plus, unlike the trigonometric cosine addition formula.

双曲函数用指数函数定义:sinh x = (eˣ – e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2,tanh x = sinh x / cosh x = (eˣ – e⁻ˣ)/(eˣ + e⁻ˣ)。这些函数满足与三角恒等式类似的恒等式,但有重要的符号差异。基本恒等式是 cosh² x – sinh² x = 1(对比 cos² θ + sin² θ = 1)。其他关键恒等式包括 sinh(2x) = 2 sinh x cosh x,cosh(2x) = cosh² x + sinh² x = 2 cosh² x – 1 = 1 + 2 sinh² x,以及加法公式 sinh(x ± y) = sinh x cosh y ± cosh x sinh y,cosh(x ± y) = cosh x cosh y ± sinh x sinh y。注意 cosh(x – y) 中的符号变化:为减号而非加号,这与三角余弦加法公式不同。

The derivatives of hyperbolic functions are straightforward: d/dx(sinh x) = cosh x, d/dx(cosh x) = sinh x, d/dx(tanh x) = sech² x. For integration, recognise that ∫ sinh x dx = cosh x + C and ∫ cosh x dx = sinh x + C. Inverse hyperbolic functions have logarithmic equivalents: arsinh x = ln(x + √(x² + 1)), arcosh x = ln(x + √(x² – 1)) for x ≥ 1, and artanh x = ½ ln((1 + x)/(1 – x)) for |x| < 1. These logarithmic forms are essential for integrating expressions involving √(x² + a²), √(x² - a²), and related rational functions using hyperbolic substitution. Dedicate time to memorising derivative patterns and solving 8 integration problems requiring hyperbolic substitution or resulting in inverse hyperbolic forms.

双曲函数的导数很直接:d/dx(sinh x) = cosh x,d/dx(cosh x) = sinh x,d/dx(tanh x) = sech² x。对于积分,记住 ∫ sinh x dx = cosh x + C,∫ cosh x dx = sinh x + C。反双曲函数有对数等价形式:arsinh x = ln(x + √(x² + 1)),arcosh x = ln(x + √(x² – 1))(x ≥ 1),artanh x = ½ ln((1 + x)/(1 – x))(|x| < 1)。这些对数形式对于利用双曲代换积分涉及 √(x² + a²)、√(x² - a²) 及相关有理函数的表达式至关重要。花时间记忆导数模式,并解决8道需要双曲代换或得出反双曲形式的积分问题。


10. Day 10: Differential Equations — First-Order Types and Integrating Factors | 第十天:微分方程——一阶类型与积分因子

First-order ordinary differential equations (ODEs) appear in several standard forms. Separable equations can be written as dy/dx = f(x)g(y), solved by rewriting as ∫(1/g(y)) dy = ∫ f(x) dx. Always check for constant solutions y = y₀ where g(y₀) = 0, as these may be lost in the separation process. Equations of the form dy/dx = f(y/x) are homogeneous and solved by the substitution y = vx, which transforms the equation into a separable one in v and x. After integration, substitute back v = y/x to obtain the general solution. For linear first-order ODEs of the form dy/dx + P(x)y = Q(x), the integrating factor is μ(x) = e^∫P(x)dx. Multiplying through by μ(x) makes the left-hand side the exact derivative of y·μ(x), allowing direct integration.

一阶常微分方程以几种标准形式出现。可分离方程可写为 dy/dx = f(x)g(y),通过改写为 ∫(1/g(y)) dy = ∫ f(x) dx 求解。务必检查常数解 y = y₀,其中 g(y₀) = 0,因为这些解可能在分离过程中丢失。形如 dy/dx = f(y/x) 的方程是齐次的,通过代换 y = vx 求解,这将方程转化为关于v和x的可分离方程。积分后,代回 v = y/x 以获得通解。对于形如 dy/dx + P(x)y = Q(x) 的线性一阶常微分方程,积分因子为 μ(x) = e^∫P(x)dx。两边乘以 μ(x) 使左边成为 y·μ(x) 的精确导数,从而可直接积分。

Particular attention must be paid to the ‘exact differential equation’ form M(x, y)dx + N(x, y)dy = 0, where ∂M/∂y = ∂N/∂x. The solution is found by integrating M with respect to x (treating y as constant) and adding an arbitrary function of y, then differentiating with respect to y and equating to N to determine that function. Also practise modelling problems: exponential growth/decay leads to dy/dt = ky, Newton’s law of cooling gives dT/dt = -k(T – Tₐ), and mixing problems yield first-order linear equations. From each type, solve at least three problems, ensuring you can recognise the appropriate method from the structure of the equation.

需特别注意”恰当微分方程”形式 M(x, y)dx + N(x, y)dy = 0,其中 ∂M/∂y = ∂N/∂x。通过对x积分M(将y视为常数)并加上一个y的任意函数来求解,然后对y求导并令其等于N以确定该函数。还要练习建模问题:指数增长/衰减导出 dy/dt = ky,牛顿冷却定律给出 dT/dt = -k(T – Tₐ),混合问题产生一阶线性方程。对每种类型至少解决三道问题,确保你能从方程结构中识别出合适的方法。


11. Day 11: Full Mock Paper Under Timed Conditions | 第十一天:限时条件下全真模拟试卷

By Day 11, you have systematically revisited every AS Further Mathematics topic. Now it is time to simulate examination conditions. Obtain a complete AS Further Mathematics Paper 1 (Pure Mathematics) from a recent Cambridge past paper series (2022 or 2023). Set a timer for the full 1 hour 30 minutes and work in a quiet environment with only permitted materials: a scientific calculator, ruler, and the AS Further Mathematics formula booklet. Resist the urge to consult notes or pause the timer. This exercise tests not only your mathematical ability but also your time management, endurance, and ability to perform under pressure. Aim to complete the paper with at least 10 minutes remaining for checking.

到第11天,你已经系统地复习了每一个AS进阶数学主题。现在是模拟考试条件的时候了。从最近的剑桥历年真题系列

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