📚 PDF资源导航

Core Topics in Year 12 CIE Mathematics | Year 12 CIE 数学核心知识点梳理

📚 Core Topics in Year 12 CIE Mathematics | Year 12 CIE 数学核心知识点梳理

Year 12 CIE AS Level Mathematics typically covers Pure Mathematics 1 (P1) and either Probability & Statistics 1 (S1) or Mechanics 1 (M1). This article focuses on the essential topics within P1, which form the foundation for all further study. You will encounter algebraic manipulation, coordinate geometry, trigonometry, calculus, and more. Mastering these areas is crucial for success in your AS examinations and for a smooth transition to A2.

Year 12 CIE AS 阶段数学通常包含纯数学 1 (P1) 以及概率与统计 1 (S1) 或力学 1 (M1)。本文聚焦于 P1 中的核心知识点,这些内容构成了所有进阶学习的基石。你将接触到代数运算、坐标几何、三角学、微积分等模块。熟练掌握这些领域对在 AS 考试中取得好成绩、并顺利衔接 A2 内容至关重要。

1. Quadratics and Polynomials | 二次函数与多项式

Quadratic equations of the form ax² + bx + c = 0 can be solved by factorisation, completing the square, or using the quadratic formula. The discriminant Δ = b² − 4ac determines the nature of the roots: if Δ > 0 there are two distinct real roots, if Δ = 0 there is one repeated real root, and if Δ < 0 there are no real roots. Completing the square also reveals the vertex of the parabola y = a(x − h)² + k.

形如 ax² + bx + c = 0 的二次方程可通过因式分解、配方法或求根公式求解。判别式 Δ = b² − 4ac 决定了根的性质:若 Δ > 0 则有两个相异实根,Δ = 0 有一个重实根,Δ < 0 无实根。配方法还能揭示抛物线 y = a(x − h)² + k 的顶点坐标。

When dealing with polynomial equations of degree greater than 2, the factor theorem is essential: if f(a) = 0, then (x − a) is a factor of f(x). Polynomial long division is used to reduce the degree and find remaining factors. Remainder theorem states that when f(x) is divided by (x − a), the remainder is f(a).

处理高于二次的多项式方程时,因式定理至关重要:若 f(a) = 0,则 (x − a) 是 f(x) 的一个因式。多项式长除法可降低次数以寻找剩余因式。余数定理指出,当 f(x) 除以 (x − a) 时,余数为 f(a)。

  • Solving quadratic inequalities by sketching the graph and identifying intervals where the curve is above or below the x-axis.
  • 通过绘制草图并确定曲线在 x 轴上方或下方的区间来解二次不等式。

x = [ −b ± √(b² − 4ac) ] / 2a


2. Functions and Transformations | 函数与图像变换

A function maps each input x to exactly one output f(x). Understanding domain and range is fundamental. Composite functions, such as fg(x) = f(g(x)), require careful attention to the order of operations and the domain of the inner function. Inverse functions f⁻¹(x) exist only if f is one-to-one; the domain of f⁻¹ is the range of f, and vice versa.

函数将每一个输入 x 映射到唯一的输出 f(x)。理解定义域和值域是基础。复合函数如 fg(x) = f(g(x)) 需要特别注意运算顺序和内层函数的定义域。反函数 f⁻¹(x) 仅在 f 一一对应时存在;f⁻¹ 的定义域是 f 的值域,反之亦然。

Graph transformations can be applied to any function y = f(x). The key transformations are: y = f(x) + a (vertical translation up by a), y = f(x + a) (horizontal translation left by a), y = a f(x) (vertical stretch by factor a), y = f(ax) (horizontal stretch by factor 1/a), and y = −f(x) or y = f(−x) (reflections in the x-axis or y-axis). Combinations of transformations must be applied in the correct order; usually horizontal shifts are applied before stretches.

图像变换可应用于任何函数 y = f(x)。关键的变换类型有:y = f(x) + a(向上平移 a 个单位),y = f(x + a)(向左平移 a 个单位),y = a f(x)(垂直拉伸 a 倍),y = f(ax)(水平拉伸 1/a 倍),以及 y = −f(x) 或 y = f(−x)(分别关于 x 轴或 y 轴的反射)。进行组合变换时必须按正确顺序操作;通常先进行水平平移再进行拉伸。

If f(x) = x², then f(2x − 1) = (2x − 1)² → shift right 1/2, then horizontal compression by factor 2.


3. Coordinate Geometry | 坐标几何

The distance between two points (x₁, y₁) and (x₂, y₂) is √[(x₂ − x₁)² + (y₂ − y₁)²]. The midpoint is ((x₁ + x₂)/2, (y₁ + y₂)/2). The gradient of a straight line is m = (y₂ − y₁) / (x₂ − x₁). The equation of a line can be written in the form y − y₁ = m(x − x₁) or y = mx + c, where c is the y-intercept. Parallel lines have equal gradients; perpendicular lines satisfy m₁ × m₂ = −1.

两点 (x₁, y₁) 与 (x₂, y₂) 的距离为 √[(x₂ − x₁)² + (y₂ − y₁)²]。中点为 ((x₁ + x₂)/2, (y₁ + y₂)/2)。直线的斜率为 m = (y₂ − y₁) / (x₂ − x₁)。直线方程可写为 y − y₁ = m(x − x₁) 或 y = mx + c,其中 c 是 y 轴截距。平行线斜率相等;垂线满足 m₁ × m₂ = −1。

The equation of a circle with centre (a, b) and radius r is (x − a)² + (y − b)² = r². Completing the square is used to convert the general form x² + y² + 2gx + 2fy + c = 0 into centre (−g, −f) and radius √(g² + f² − c). Problems often involve finding the intersection of a line and a circle, requiring the solution of a quadratic discriminant to determine tangency or intersection.

圆心为 (a, b)、半径为 r 的圆的方程为 (x − a)² + (y − b)² = r²。通过配方法可将一般式 x² + y² + 2gx + 2fy + c = 0 转化为圆心 (−g, −f) 和半径 √(g² + f² − c)。常见问题涉及求直线与圆的交点,需要通过二次方程的判别式判断是相切、相交还是相离。

  • Always check that the radius squared (r²) is positive; if g² + f² − c < 0, the equation does not represent a real circle.
  • 务必检查半径平方 (r²) 为正;若 g² + f² − c < 0,则该方程不代表实圆。

4. Circular Measure | 弧度制

Radians are an alternative to degrees for measuring angles: π radians = 180°. The arc length s of a sector with radius r and angle θ (in radians) is s = rθ. The area of the sector is A = ½ r²θ. The area of a segment is calculated by subtracting the area of the triangle from the area of the sector: segment area = ½ r²(θ − sin θ).

弧度是度量角的另一种方式:π 弧度 = 180°。半径为 r、圆心角为 θ(以弧度计)的扇形弧长为 s = rθ。扇形面积为 A = ½ r²θ。弓形面积可通过扇形面积减去三角形面积求得:弓形面积 = ½ r²(θ − sin θ)。

Problems often involve finding the perimeter of a sector (r + r + s) or solving for θ given the arc length or area. Exact values of trigonometric functions for key angles in radians (π/6, π/4, π/3, etc.) are frequently required.

常见问题包括求扇形周长 (r + r + s) 或已知弧长或面积求 θ。还经常需要求出关键弧度角(如 π/6, π/4, π/3 等)的三角函数精确值。

Convert degrees to radians: multiply by π/180. Convert radians to degrees: multiply by 180/π.


5. Trigonometry | 三角学

Sine, cosine, and tangent are defined for any angle using the unit circle. The CAST diagram helps determine the sign of trigonometric ratios in the four quadrants. Basic identities include tan θ = sin θ / cos θ and sin²θ + cos²θ = 1. These can be used to simplify expressions and solve equations. Solving trigonometric equations within a given interval typically involves finding the principal value and then using the periodic properties of the functions to locate all solutions.

正弦、余弦和正切通过单位圆定义适用于任意角。CAST 图有助于确定四个象限中三角比的符号。基本恒等式包括 tan θ = sin θ / cos θ 以及 sin²θ + cos²θ = 1。这些可用于化简表达式和求解方程。在给定区间内解三角方程,通常需要先求主值,然后利用函数的周期性找出所有解。

Exact values for sin, cos, and tan of 0°, 30°, 45°, 60°, 90° must be memorised. The graphs of y = sin x, y = cos x, and y = tan x illustrate their ranges, periods, and asymptotes. Transformations applied to trigonometric functions follow the same rules as for other functions, but the period may change: e.g., y = sin(2x) has period π.

必须熟记 0°、30°、45°、60°、90° 角的正弦、余弦和正切的精确值。y = sin x, y = cos x, y = tan x 的图像展示了它们的值域、周期和渐近线。应用于三角函数的图像变换规则与其他函数相同,但周期可能会改变:例如 y = sin(2x) 的周期为 π。

θ (rad) 0 π/6 π/4 π/3 π/2
sin θ 0 1/2 √2/2 √3/2 1
cos θ 1 √3/2 √2/2 1/2 0
tan θ 0 √3/3 1 √3 undefined

6. Sequences and Series | 数列与级数

An arithmetic progression has a common difference d: the nth term is uₙ = a + (n − 1)d, and the sum of the first n terms is Sₙ = n/2 [2a + (n − 1)d] or Sₙ = n/2 (a + l), where l is the last term. A geometric progression has a common ratio r: uₙ = arⁿ⁻¹, and Sₙ = a(1 − rⁿ) / (1 − r) for |r| < 1 or a(rⁿ − 1) / (r − 1) for r > 1. The sum to infinity exists only when |r| < 1 and is given by S∞ = a / (1 − r).

等差数列具有公差 d:第 n 项为 uₙ = a + (n − 1)d,前 n 项和为 Sₙ = n/2 [2a + (n − 1)d] 或 Sₙ = n/2 (a + l),其中 l 为末项。等比数列具有公比 r:uₙ = arⁿ⁻¹,当 |r| < 1 时 Sₙ = a(1 − rⁿ) / (1 − r);当 r > 1 时 Sₙ = a(rⁿ − 1) / (r − 1)。无穷级数和仅在 |r| < 1 时存在,且 S∞ = a / (1 − r)。

Sigma notation Σ is used to express series compactly. Questions may combine arithmetic and geometric ideas or require proving that a sequence converges. Applications in CIE exams include modelling savings plans, population growth, and bouncing ball heights.

西格玛符号 Σ 用来简洁地表达级数。考题可能结合等差与等比的概念,或要求证明某个数列收敛。CIE 考试中的应用题包括储蓄计划模型、人口增长和反弹球高度等。

For an infinite geometric series, convergence requires −1 < r < 1, otherwise the sum diverges.


7. Differentiation | 微分

Differentiation gives the gradient of a curve at any point and the instantaneous rate of change. The derivative of xⁿ is nxⁿ⁻¹. This rule can be extended to sums and constant multiples. The gradient of a tangent at x = a is f ‘(a), and the equation of the tangent is y − f(a) = f ‘(a)(x − a). The normal is perpendicular to the tangent, so its gradient is −1 / f ‘(a).

微分可求出曲线上任意一点的斜率和瞬时变化率。xⁿ 的导数为 nxⁿ⁻¹。这一法则可推广到多项式的和与常数倍。函数在 x = a 处切线的斜率为 f ‘(a),切线方程为 y − f(a) = f ‘(a)(x − a)。法线与切线垂直,因此其斜率为 −1 / f ‘(a)。

Stationary points occur where f ‘(x) = 0. Their nature is determined using the second derivative test: if f ”(x) > 0 it is a local minimum, if f ”(x) < 0 it is a local maximum. If f ''(x) = 0, the test is inconclusive and you should examine the sign of f '(x) around the point. The second derivative d²y/dx² also indicates the concavity of a function.

驻点满足 f ‘(x) = 0。其性质可通过二阶导数判别:若 f ”(x) > 0 则为局部极小值,若 f ”(x) < 0 则为局部极大值。若 f ''(x) = 0,该判别法失效,应检查点两侧 f '(x) 的符号。二阶导数 d²y/dx² 还能反映函数的凹凸性。

If y = 3x⁴ − 2x³ + 5, then dy/dx = 12x³ − 6x² and d²y/dx² = 36x² − 12x.


8. Integration | 积分

Integration is the reverse process of differentiation. The indefinite integral of xⁿ is xⁿ⁺¹/(n+1) + c, for n ≠ −1. The constant of integration c must always be included. Definite integrals between limits a and b yield the area under the curve y = f(x) from x = a to x = b, calculated as F(b) − F(a). If the curve lies below the x-axis, the integral gives a negative value; the actual area is the absolute value.

积分是微分的逆运算。xⁿ 的不定积分为 xⁿ⁺¹/(n+1) + c,其中 n ≠ −1。积分常数 c 必须始终写出。在上下限 a 与 b 之间的定积分给出曲线 y = f(x) 与 x 轴在区间 [a, b] 上围成的面积,计算为 F(b) − F(a)。若曲线位于 x 轴下方,积分值为负;实际面积应取绝对值。

When the area is bounded by two curves y = f(x) and y = g(x), the area between them is ∫ [f(x) − g(x)] dx from a to b, provided f(x) ≥ g(x) on the interval. The limits are usually the x-coordinates of intersection points. Some problems require splitting the integral where the ‘top’ and ‘bottom’ functions swap.

当面积由两条曲线 y = f(x) 与 y = g(x) 围成时,它们之间的面积为 ∫ [f(x) − g(x)] dx 在区间 a 到 b 上的积分,前提是在该区间上 f(x) ≥ g(x)。积分限通常为交点的 x 坐标。有些问题需要在“上方”与“下方”函数互换处分段积分。

  • Remember the fundamental theorem of calculus: differentiation and integration are inverse processes.
  • 牢记微积分基本定理:微分与积分互为逆运算。
  • In kinematics, if velocity v = ds/dt, then displacement s = ∫ v dt, and acceleration a = dv/dt = d²s/dt².
  • 在运动学中,若速度 v = ds/dt,则位移 s = ∫ v dt,加速度 a = dv/dt = d²s/dt²。

∫₁⁴ (2x + 3) dx = [x² + 3x]₁⁴ = (16+12) − (1+3) = 24.


Published by TutorHao | CIE AS 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