📚 Year 12 Cambridge Maths: Unit Test Mock Paper Analysis | 剑桥12年级数学:单元测试模拟卷解析
Mock unit tests are a vital part of Year 12 Cambridge Mathematics preparation, allowing students to consolidate their understanding of Pure Mathematics 1 and identify topics that need further revision. This article breaks down a full mock paper covering key AS-Level topics such as algebra, coordinate geometry, trigonometry, differentiation, and integration. For each question we provide a detailed solution strategy, highlight common pitfalls, and summarise essential formulas.
单元模拟测试是剑桥12年级数学备考的关键环节,帮助学生巩固纯数1的理解并找出需要加强的薄弱点。本文详细解析一套涵盖代数、坐标几何、三角学、微分和积分等AS阶段核心主题的完整模拟卷。每道题目均给出解题策略,指出常见错误,并汇总重要公式。
1. Introduction and Overall Strategy | 模拟卷介绍与整体策略
The mock paper is designed to be completed in 75 minutes and consists of five multi-part questions, each worth 20 marks. The topics are arranged in order of increasing difficulty, but within each question the parts progress from straightforward to more challenging. It is wise to scan the entire paper first, then begin with questions you find most accessible. Always show full working – even if your final answer is incorrect, method marks are awarded for correct reasoning and algebraic manipulation.
本模拟卷建议75分钟内完成,共5道大题,每题20分。题目按难度递增排列,但每道题内部的小问也从容易到较难。建议先快速浏览全卷,然后从你认为最有把握的题目入手。必须写出完整步骤 – 即使最终答案错误,正确的推理和代数运算依然可以获得过程分。
2. Question 1: Algebra and Quadratic Functions | 第1题:代数与二次函数
This question tests simplifying polynomials, solving quadratic equations, and applying the discriminant. The first part involves straightforward collection of like terms. A common error is mishandling signs when adding or subtracting polynomials; always enclose the second polynomial in brackets to keep signs clear.
本题考察多项式化简、求解二次方程以及判别式的应用。第一部分要求直接合并同类项。常见错误是在加减多项式时符号处理不当;始终用括号括起第二个多项式可以避免混淆。
(a) Simplify (3x² − 2x + 1) + (x² + 5x − 3). Combine the x² terms: 3x² + x² = 4x². Combine the x terms: −2x + 5x = 3x. Combine the constants: 1 − 3 = −2. Thus the simplified expression is:
(a) 化简 (3x² − 2x + 1) + (x² + 5x − 3)。合并 x² 项:3x² + x² = 4x²。合并 x 项:−2x + 5x = 3x。合并常数项:1 − 3 = −2。因此化简结果为:
4x² + 3x − 2
(b) Solve 2x² − 5x − 3 = 0, giving exact answers. Look for two numbers that multiply to 2 × (−3) = −6 and add to −5. These are −6 and +1. Split the middle term and factorise: 2x² − 6x + x − 3 = 0 ⇒ 2x(x − 3) + 1(x − 3) = 0 ⇒ (2x + 1)(x − 3) = 0. Setting each factor to zero gives x = −1/2 or x = 3. Never simply cancel the x from a term without checking for a lost solution – here, it is safe because we are factoring.
(b) 解方程 2x² − 5x − 3 = 0,写出精确解。寻找两个数乘积为 2 × (−3) = −6 且和为 −5,这两个数是 −6 和 +1。拆分中项并因式分解:2x² − 6x + x − 3 = 0 ⇒ 2x(x − 3) + 1(x − 3) = 0 ⇒ (2x + 1)(x − 3) = 0。令每个因式为零得 x = −1/2 或 x = 3。解题时不要随意消去含 x 的项,以免丢失根;这里通过因式分解可保证无误。
(2x + 1)(x − 3) = 0 ⇒ x = −½, 3
(c) Find the range of values of k for which x² + kx + 9 = 0 has no real roots. Use the discriminant Δ = b² − 4ac. Here a = 1, b = k, c = 9, so Δ = k² − 36. For no real roots, Δ < 0 ⇒ k² − 36 < 0 ⇒ k² < 36. Taking square roots gives |k| < 6, so −6 < k < 6. Many students forget to reverse the inequality when solving a quadratic inequality; sketching y = k² − 36 helps confirm the interval where the graph lies below the horizontal axis.
(c) 求使方程 x² + kx + 9 = 0 无实根的 k 的取值范围。运用判别式 Δ = b² − 4ac。这里 a = 1, b = k, c = 9,故 Δ = k² − 36。无实根需 Δ < 0 ⇒ k² − 36 < 0 ⇒ k² < 36。开平方得 |k| < 6,因此 −6 < k < 6。许多学生常在解二次不等式时忘记不等号方向;画出 y = k² − 36 的草图有助于确认图像在横轴下方的区间。
−6 < k < 6
3. Question 2: Coordinate Geometry | 第2题:坐标几何
This question revises straight line equations, distance and midpoint, and the equation of a circle given a diameter. A frequent mistake is to swap the coordinates when calculating the gradient or to forget that the radius is half the diameter. Always draw a quick sketch to visualise the points.
本题复习直线方程、距离与中点,以及已知直径求圆的方程。常见错误是计算斜率时把坐标对调,或者忘记半径是直径的一半。建议快速画出草图以直观理解点的位置。
(a) Points A(2, 5) and B(−1, 1). Gradient m = (1 − 5)/(−1 − 2) = (−4)/(−3) = 4/3. Using point A, the line equation is y − 5 = (4/3)(x − 2). Multiply both sides by 3: 3y − 15 = 4x − 8 ⇒ 4x − 3y + 7 = 0. Always check your equation by substituting point B to ensure it satisfies the relation.
(a) 点 A(2, 5) 和 B(−1, 1)。斜率 m = (1 − 5)/(−1 − 2) = (−4)/(−3) = 4/3。用点 A 建立方程:y − 5 = (4/3)(x − 2)。两边乘以3:3y − 15 = 4x − 8 ⇒ 4x − 3y + 7 = 0。务必代入点 B 验证方程是否成立。
4x − 3y
Published by TutorHao | Year 12 Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply