📚 Calculation Practice for CCEA A-Level Mathematics | A-Level CCEA 数学:计算题专项训练
Calculation questions form the backbone of CCEA A-Level Mathematics, testing your ability to apply concepts accurately and efficiently. This targeted practice guide walks you through essential calculation techniques across pure mathematics, statistics, and mechanics. Each section presents a representative problem, step-by-step working, and revision pointers to sharpen your numerical and algebraic fluency.
计算题是CCEA A-Level数学的核心,考查你准确且高效地应用概念的能力。这份专项训练指南将带你梳理纯数、统计和力学中的关键计算技巧。每个小节都给出一个典型题目、分步讲解和复习提示,帮助你提升数值与代数运算的熟练度。
1. Algebraic Simplification and Manipulation | 代数化简与运算
Mastering index laws and bracket expansion is essential for simplifying expressions quickly and without error.
掌握指数律与括号展开是快速且无误化简表达式的关键。
Simplify (2a²b)³ × (ab²)⁻²
Step 1: Expand the first bracket: (2a²b)³ = 2³ · (a²)³ · b³ = 8 a⁶ b³.
步骤1:展开第一个括号:(2a²b)³ = 2³ · (a²)³ · b³ = 8 a⁶ b³。
Step 2: Expand the second bracket with the negative exponent: (ab²)⁻² = a⁻² · (b²)⁻² = a⁻² b⁻⁴.
步骤2:展开带负指数的括号:(ab²)⁻² = a⁻² · (b²)⁻² = a⁻² b⁻⁴。
Step 3: Multiply the results: 8 a⁶ b³ · a⁻² b⁻⁴ = 8 a⁶⁻² b³⁻⁴ = 8 a⁴ b⁻¹.
步骤3:相乘结果:8 a⁶ b³ · a⁻² b⁻⁴ = 8 a⁶⁻² b³⁻⁴ = 8 a⁴ b⁻¹。
Step 4: Rewrite with positive indices: 8 a⁴ / b.
步骤4:改写为正指数形式:8 a⁴ / b。
Always double-check the addition of exponents and remember that a negative exponent moves the factor to the denominator.
务必重新核对指数相加,并记住负指数会将因式移到分母。
2. Solving Equations and Inequalities | 解方程与不等式
Rational equations require clearing denominators carefully and checking for extraneous solutions.
分式方程需要仔细去分母并检验增根。
Solve 2x/(x + 3) = 1 + 3/(x – 1)
Step 1: Multiply every term by the common denominator (x + 3)(x – 1).
步骤1:每一项乘以公分母 (x + 3)(x – 1)。
Step 2: This gives 2x(x – 1) = (x + 3)(x – 1) + 3(x + 3).
步骤2:得到 2x(x – 1) = (x + 3)(x – 1) + 3(x + 3)。
Step 3: Expand both sides: 2x² – 2x = (x² + 2x – 3) + (3x + 9).
步骤3:两边展开:2x² – 2x = (x² + 2x – 3) + (3x + 9)。
Step 4: Simplify the right-hand side: x² + 5x + 6. So 2x² – 2x = x² + 5x + 6.
步骤4:化简右边得 x² + 5x + 6。于是 2x² – 2x = x² + 5x + 6。
Step 5: Rearrange into a quadratic: x² – 7x – 6 = 0.
步骤5:移项得到二次方程:x² – 7x – 6 = 0。
Step 6: Solve using the quadratic formula: x = [7 ± √(49 + 24)] / 2 = [7 ± √73] / 2.
步骤6:用求根公式解得:x = [7 ± √(49 + 24)] / 2 = [7 ± √73] / 2。
Step 7: Neither solution makes the original denominators zero, so both are valid.
步骤7:两个解均不使原分母为零,故都有效。
3. Differentiation Techniques | 微分技巧
Chain rule is used extensively; identify the outer and inner functions before differentiating.
链式法则应用广泛;求导前先分清外层与内层函数。
Differentiate y = (3x² – 2)⁴
Step 1: Let u = 3x² – 2, then y = u⁴.
步骤1:设 u = 3x² – 2,则 y = u⁴。
Step 2: dy/du = 4u³, du/dx = 6x.
步骤2:dy/du = 4u³, du/dx = 6x。
Step 3: By the chain rule, dy/dx = dy/du · du/dx = 4u³ · 6x = 24x u³.
步骤3:由链式法则,dy/dx = dy/du · du/dx = 4u³ · 6x = 24x u³。
Step 4: Substitute back for u: dy/dx = 24x (3x² – 2)³.
步骤4:将 u 代回:dy/dx = 24x (3x² – 2)³。
Practice also product and quotient rules; for more complex expressions, simplify before differentiating if possible.
还需练习乘积法则和商法则;对于较复杂的表达式,若可先化简再求导则更佳。
4. Integration and Area | 积分与面积计算
Indefinite integration reverses differentiation; remember the constant of integration and rules for 1/x and exponentials.
不定积分是微分的逆运算;记得积分常数以及 1/x 和指数的积分规则。
Find ∫ (6x² – 4/x + eˣ) dx
Step 1: Integrate term by term. For 6x²: raise the power by 1 and divide by the new power → 6x³/3 = 2x³.
步骤1:逐项积分。对于 6x²:指数加1再除以新指数 → 6x³/3 = 2x³。
Step 2: For -4/x, that is -4 x⁻¹. The integral is -4 ln|x|.
步骤2:对于 -4/x,即 -4 x⁻¹,积分为 -4 ln|x|。
Step 3: The integral of eˣ is simply eˣ.
步骤3:eˣ 的积分就是 eˣ。
Step 4: Combine and add the constant: 2x³ – 4 ln|x| + eˣ + C.
步骤4:合并并加常数:2x³ – 4 ln|x| + eˣ + C。
When finding definite integrals, substitute limits carefully. Area between curve and x-axis requires attention to sign changes.
计算定积分时,细心代入限值。求曲线与 x 轴间的面积需注意正负变化。
5. Exponentials and Logarithms | 指数与对数运算
Logarithms are the key to solving exponential equations; always isolate the exponential term first.
对数是解指数方程的关键;始终先分离出指数项。
Solve 2 e³ˣ⁻¹ = 10, giving x in exact form
Step 1: Divide both sides by 2: e³ˣ⁻¹ = 5.
步骤1:两边除以2:e³ˣ⁻¹ = 5。
Step 2: Take the natural logarithm of both sides: ln(e³ˣ⁻¹) = ln 5.
步骤2:两边取自然对数:ln(e³ˣ⁻¹) = ln 5。
Step 3: Since ln and e are inverses, this simplifies to 3x – 1 = ln 5.
步骤3:因为 ln 与 e 互为逆运算,化简得 3x – 1 = ln 5。
Step 4: Solve for x: 3x = ln 5 + 1 ⇒ x = (ln 5 + 1)/3.
步骤4:解出 x:3x = ln 5 + 1 ⇒ x = (ln 5 + 1)/3。
Use the laws of logs to combine or expand logarithmic expressions when dealing with equations like log₂(x) + log₂(x-1) = 3.
当遇到如 log₂(x) + log₂(x-1) = 3 的方程时,运用对数律合并或展开对数式。
6. Trigonometric Functions and Equations | 三角恒等式与方程
Trigonometric equations often require identities to reduce to a single function. Always check the given interval.
三角方程常需借助恒等式化为单一函数。务必核对给定区间。
Solve 2 cos²θ – 3 sinθ = 0 for 0° ≤ θ < 360°
Step 1: Use cos²θ = 1 – sin²θ to replace cos²θ: 2(1 – sin²θ) – 3 sinθ = 0.
步骤1:利用 cos²θ = 1 – sin²θ 替换:2(1 – sin²θ) – 3 sinθ = 0。
Step 2: Simplify: 2 – 2 sin²θ – 3 sinθ = 0 ⇒ -2 sin²θ – 3 sinθ + 2 = 0.
步骤2:化简:2 – 2 sin²θ – 3 sinθ = 0 ⇒ -2 sin²θ – 3 sinθ + 2 = 0。
Step 3: Multiply by -1: 2 sin²θ + 3 sinθ – 2 = 0.
步骤3:乘以 -1:2 sin²θ + 3 sinθ – 2 = 0。
Step 4: Solve the quadratic in sinθ. Let y = sinθ: 2y² + 3y – 2 = 0 ⇒ (2y – 1)(y + 2) = 0.
步骤4:解关于 sinθ 的二次方程。设 y = sinθ:2y² + 3y – 2 = 0 ⇒ (2y – 1)(y + 2) = 0。
Step 5: y = ½ or y = -2. Since sinθ cannot be -2, we keep sinθ = ½.
步骤5:y = ½ 或 y = -2。因 sinθ 不能为 -2,取 sinθ = ½。
Step 6: For sinθ = ½ in 0° ≤ θ < 360°, θ = 30° and θ = 150°.
步骤6:在 0° ≤ θ < 360° 内,sinθ = ½ 的解为 θ = 30° 和 θ = 150°。
7. Sequences and Series | 数列与级数
Know the formulas for arithmetic and geometric series by heart; they are frequently tested without a formula sheet in some papers.
牢记等差和等比数列的公式;在某些试卷中不提供公式表,常会直接考查。
An arithmetic sequence has first term a = 5 and common difference d = 3. Find the sum of the first 20 terms, S₂₀.
Step 1: Recall Sₙ = n/2 [2a + (n – 1)d].
步骤1:回忆公式 Sₙ = n/2 [2a + (n – 1)d]。
Step 2: Substitute n = 20, a = 5, d = 3: S₂₀ = 20/2 [2×5 + (20 – 1)×3] = 10 [10 + 19×3].
步骤2:代入 n = 20, a = 5, d = 3:S₂₀ = 20/2 [2×5 + (20 – 1)×3] = 10 [10 + 19×3]。
Step 3: Calculate inside: 19×3 = 57, so 10 + 57 = 67.
步骤3:计算括号内:19×3 = 57,因此 10 + 57 = 67。
Step 4: S₂₀ = 10 × 67 = 670.
步骤4:S₂₀ = 10 × 67 = 670。
For geometric series, identify the common ratio r; the sum to infinity is a/(1 – r) when |r| < 1.
对于等比数列,要识别公比 r;当 |r| < 1 时,无穷项和为 a/(1 - r)。
8. Vectors in 2D and 3D | 二维与三维向量
Dot product is essential for finding angles. Use exact values where possible and show vectors in component form.
点积是求角度的关键。尽可能使用精确值,并以分量形式表示向量。
Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导