📚 PDF资源导航

Year 12 CAIE Mathematics: Core Concepts Overview | Year 12 CAIE 数学:核心知识点梳理

📚 Year 12 CAIE Mathematics: Core Concepts Overview | Year 12 CAIE 数学:核心知识点梳理

Year 12 CAIE Mathematics builds a strong foundation with Pure Mathematics 1 (P1) at its core, complemented by either Statistics 1 or Mechanics 1. This article provides a structured overview of the essential P1 topics, emphasising key formulas, techniques, and common pitfalls. Mastering these concepts is vital for success in AS Level and for progressing smoothly to A2.

Year 12 CAIE 数学以纯数1(P1)为核心,辅以统计1或力学1,为后续学习打下坚实基础。本文系统梳理纯数1的关键知识点,强调重要公式、解题方法和易错环节。牢固掌握这些概念是在AS阶段取得好成绩、顺利过渡到A2的关键。

1. Quadratics | 二次函数

The standard form of a quadratic is ax² + bx + c = 0, with a ≠ 0. Three main algebraic techniques are used for solving: factorisation, completing the square, and the quadratic formula.

二次函数的标准形式为 ax² + bx + c = 0,其中 a ≠ 0。解二次方程主要有三种代数方法:因式分解、配方法与求根公式。

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

The discriminant Δ = b² – 4ac determines the nature of the roots: two distinct real roots (Δ > 0), one repeated real root (Δ = 0), or no real roots (Δ < 0). Completing the square also reveals the vertex form a(x – h)² + k, giving the turning point (h, k).

判别式 Δ = b² – 4ac 决定了根的性质:两个相异实根 (Δ > 0)、一个重根 (Δ = 0) 或无实根 (Δ < 0)。配方法同时能给出顶点式 a(x – h)² + k,从而得到抛物线的顶点 (h, k)。

2. Functions | 函数

A function maps each input x (domain) to exactly one output f(x) (range). The notation f: x ↦ f(x) is used. Understanding domain restrictions, such as avoiding division by zero or negative square roots, is essential.

函数将定义域中的每一个输入 x 唯一地映射到值域中的一个输出 f(x),记作 f: x ↦ f(x)。必须注意定义域的限制,例如分母不能为零,偶次根号下须非负等。

Composite functions fg(x) = f(g(x)) require the range of g to be compatible with the domain of f. The inverse function f⁻¹(x) exists only if f is one-to-one; its graph is a reflection of y = f(x) in the line y = x. Transformations of graphs include translations (y = f(x) + a and y = f(x + a)), stretches (y = a f(x) and y = f(ax)), and reflections (y = –f(x) and y = f(–x)).

复合函数 fg(x) = f(g(x)) 要求 g 的值域与 f 的定义域相容。反函数 f⁻¹(x) 仅在函数一对一(单射)时存在;其图像是 y = f(x) 关于直线 y = x 的反射。图像的变换包括平移 y = f(x) + a 与 y = f(x + a)、拉伸 y = a f(x) 与 y = f(ax),以及反射 y = –f(x) 与 y = f(–x)。

3. Coordinate Geometry: Straight Lines | 坐标几何:直线

The distance between two points (x₁, y₁) and (x₂, y₂) is √[(x₂ – x₁)² + (y₂ – y₁)²], and the midpoint is ((x₁ + x₂)/2, (y₁ + y₂)/2). The gradient m of a line is (y₂ – y₁)/(x₂ – x₁).

两点 (x₁, y₁) 与 (x₂, y₂) 的距离为 √[(x₂ – x₁)² + (y₂ – y₁)²],中点为 ((x₁ + x₂)/2, (y₁ + y₂)/2)。直线的斜率 m = (y₂ – y₁)/(x₂ – x₁)。

Equations of a straight line can be expressed as y = mx + c, y – y₁ = m(x – x₁), or ax + by + c = 0. Two lines are parallel if m₁ = m₂, and perpendicular if m₁ × m₂ = –1.

直线方程可表示为 y = mx + c、y – y₁ = m(x – x₁) 或 ax + by + c = 0。两直线平行的条件是斜率 m₁ = m₂,垂直的条件是 m₁ × m₂ = –1。

4. Sequences and Series | 数列与级数

An arithmetic progression (AP) 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.

等差数列 (AP) 的公差为 d。第 n 项为 uₙ = a + (n – 1)d,前 n 项和 Sₙ = n/2 [2a + (n – 1)d] 或 Sₙ = n/2 (a + l),其中 l 为末项。

A geometric progression (GP) has a common ratio r (r ≠ 0). The nth term is uₙ = arⁿ⁻¹, and the sum of the first n terms is Sₙ = a(1 – rⁿ)/(1 – r) for r ≠ 1. A GP is convergent if |r| < 1, and its sum to infinity is S∞ = a/(1 – r).

等比数列 (GP) 的公比为 r (r ≠ 0)。第 n 项 uₙ = arⁿ⁻¹,前 n 项和 Sₙ = a(1 – rⁿ)/(1 – r) (r ≠ 1)。当 |r| < 1 时级数收敛,其无穷和 S∞ = a/(1 – r)。

5. Binomial Expansion | 二项式展开

For a positive integer n, (a + b)ⁿ = Σₖ₌₀ⁿ ⁿCₖ aⁿ⁻ᵏ bᵏ, where the binomial coefficient ⁿCₖ = n!/(k!(n – k)!). This can also be read from Pascal’s triangle.

对正整数 n,有 (a + b)ⁿ = Σₖ₌₀ⁿ ⁿCₖ aⁿ⁻ᵏ bᵏ,其中二项式系数 ⁿCₖ = n!/(k!(n – k)!)。系数也可通过帕斯卡三角形得出。

When expanding (1 + x)ⁿ for a rational n and |x| < 1, the infinite series (1 + x)ⁿ = 1 + nx + n(n – 1)/2! x² + ... is used. In P1, only positive integer powers are tested, but the factorial-based formula must be applied accurately.

当 |x| < 1 且 n 为有理数时,展开式 (1 + x)ⁿ = 1 + nx + n(n – 1)/2! x² + ...。在 P1 中只考查正整数次幂,但需要熟练运用基于阶乘的展开公式。

6. Trigonometry | 三角学

The three basic trigonometric ratios are sin θ = opposite/hypotenuse, cos θ = adjacent/hypotenuse, and tan θ = opposite/adjacent. Exact values for 0°, 30°, 45°, 60°, 90° must be known, typically derived from special right-angled triangles.

三个基本三角比:sin θ = 对边/斜边,cos θ = 邻边/斜边,tan θ = 对边/邻边。必须熟记 0°、30°、45°、60°、90° 的精确值,通常由特殊直角三角形导出。

Key identities include sin²θ + cos²θ ≡ 1 and tan θ ≡ sin θ / cos θ. When solving trigonometric equations, use the quadrant rule (CAST) to find all solutions within a given interval, and be familiar with graphs of sin, cos and tan to visualise periodicity and symmetries.

基本恒等式包括 sin²θ + cos²θ ≡ 1 和 tan θ ≡ sin θ / cos θ。解三角方程时,利用象限规则(CAST 图)求出指定区间内的全部解,并熟悉正余弦和正切函数的图像以理解周期性和对称性。

7. Circular Measure | 弧度制

Radians provide a natural measure for angles. π rad = 180°, so to convert degrees to radians multiply by π/180, and vice versa by 180/π.

弧度是角度的自然度量。π 弧度 = 180°,因此角度转弧度乘以 π/180,弧度转角度乘以 180/π。

For a circle of radius r, the arc length s = rθ and the sector area A = ½ r²θ, with θ in radians. These formulas simplify calculations involving segments and chords. Be careful to always use radian measure in calculus applications with trig functions.

对于半径为 r 的圆,弧长 s = rθ,扇形面积 A = ½ r²θ,其中 θ 以弧度为单位。这些公式简化了涉及弓形和和弦的计算。注意在涉及三角函数的微积分应用中必须使用弧度。

8. Differentiation | 微分

Differentiation from first principles leads to the power rule: if y = xⁿ then dy/dx = nxⁿ⁻¹. Notation f'(x) and d/dx (f(x)) are used. The derivative represents the gradient of the tangent to a curve at a point.

由第一原理可导出幂函数求导法则:若 y = xⁿ,则 dy/dx = nxⁿ⁻¹。常使用 f'(x) 和 d/dx 记号。导数代表了曲线上某点处切线的斜率。

Basic rules include the constant multiple rule d/dx [k f(x)] = k f'(x) and the sum rule d/dx [f(x) ± g(x)] = f'(x) ± g'(x). The second derivative f”(x) or d²y/dx² measures the rate of change of the gradient and helps determine concavity and the nature of stationary points.

基本法则包括常数倍法则 d/dx [k f(x)] = k f'(x) 与加减法则 d/dx [f(x) ± g(x)] = f'(x) ± g'(x)。二阶导数 f”(x) 或 d²y/dx² 表示斜率的变化率,可用于判断函数的凹凸性和驻点的性质。

9. Integration | 积分

Integration is the reverse process of differentiation. The indefinite integral ∫ xⁿ dx = xⁿ⁺¹/(n+1) + c, for n ≠ –1. The constant of integration c must always be included unless evaluating a definite integral.

积分是微分的逆运算。不定积分 ∫ xⁿ dx = xⁿ⁺¹/(n+1) + c,其中 n ≠ –1。除非计算定积分,否则必须写出积分常数 c。

The definite integral ∫ₐᵇ f(x) dx = F(b) – F(a) gives the net area between the curve y = f(x) and the x-axis from x = a to x = b. Areas below the x-axis contribute negative values, so take care when calculating total area by splitting the interval at the roots.

定积分 ∫ₐᵇ f(x) dx = F(b) – F(a) 表示曲线 y = f(x) 与 x 轴之间从 x = a 到 b 的净面积。位于 x 轴下方的区域贡献负值,因此在计算总面积时需要在根处分段处理并取绝对值。

10. Applications of Calculus | 微积分应用

Tangents and normals: At a point (x₀, y₀) on the curve, the gradient of the tangent is m = f'(x₀), and the gradient of the normal is –1/m. Equations can then be written using point-slope form.

切线与法线:在曲线上点 (x₀, y₀) 处,切线的斜率为 m = f'(x₀),法线的斜率为 –1/m。利用点斜式即可写出切线或法线的方程。

Stationary points occur where f'(x) = 0. Determine their nature using the second derivative test: f”(x) > 0 gives a local minimum, f”(x) < 0 gives a local maximum, and if f''(x) = 0, use the first derivative test or examine gradient changes.

驻点出现在 f'(x) = 0 处。可利用二阶导数判别法:f”(x) > 0 时为局部极小值点,f”(x) < 0 时为局部极大值点;若 f''(x) = 0,则利用一阶导数符号变化或梯度变化来判断。

Definite integration is used to compute the area under a curve y = f(x) and above the x-axis between two limits. To find the area between a curve and a line, subtract the lower curve from the upper curve and integrate over the appropriate interval.

利用定积分可计算曲线 y = f(x) 下方、x 轴上方在区间内的面积。若要计算曲线与一条直线之间的面积,需用上函数减去下函数,并在相应区间上积分。


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