📚 IGCSE OCR Maths Past Paper Analysis | IGCSE OCR 数学历年真题解析
Mastering IGCSE OCR Mathematics is not just about learning the concepts — it is about understanding how those concepts are tested. By working through real past papers, you can spot patterns, refine your problem‑solving technique, and avoid common pitfalls. This article breaks down key question types from recent OCR 9‑1 papers, offers step‑by‑step solutions, and explains the reasoning that examiners expect. Whether you are aiming for a Grade 5 or pushing for a 9, a careful analysis of past questions will boost your confidence and your final mark.
掌握 IGCSE OCR 数学不仅需要学习概念,更要理解这些概念如何被考查。通过钻研历年真题,你可以发现出题规律,完善解题技巧,避免常见错误。本文将深入剖析近期 OCR 9‑1 试卷中的典型题型,提供分步解析,并说明考官期望的推理过程。无论你的目标是 5 分还是冲刺 9 分,细致的真题分析都将提升你的信心和最终成绩。
1. Exam Structure and Why Past Papers Matter | 考试结构与真题的重要性
The OCR IGCSE Mathematics (9‑1) specification includes two written papers: Paper 2 (Foundation and Higher tiers) is a non‑calculator paper, while Paper 4 allows a calculator. Each paper lasts 1 hour 30 minutes and carries 100 marks. Questions mix short, single‑step tasks with multi‑step problem‑solving. Past papers reveal a consistent blueprint: around 40% of marks target AO1 (recall and use of routine procedures), 30% target AO2 (reasoning, interpreting and communicating mathematically), and 30% target AO3 (solving problems in unfamiliar contexts). Analysing several years of papers helps you recognise which topics appear most frequently, how instructions are phrased, and how many marks each working step can earn.
OCR IGCSE 数学(9‑1)包含两份笔试:试卷二(基础与进阶层级)不允许使用计算器,试卷四则允许使用计算器。每份试卷时长 1 小时 30 分钟,满分 100 分。题目既有简短的单步计算,也有多步骤的综合应用题。历年真题呈现出稳定的蓝图:约 40% 的分数考查 AO1(回忆和运用常规步骤),30% 考查 AO2(推理、用数学方式解释和沟通),30% 考查 AO3(在陌生情境中解决问题)。分析数年的试卷可以帮你认清高频考点、指令的措辞方式以及每一步骤能拿到几分。
2. Algebra Essentials: Solving Equations | 代数核心:解方程
Linear equations appear in almost every session. A classic OCR past‑paper question asks you to solve an equation like 5x + 2 = 3x + 10. The key is to collect like terms without changing the balance.
线性方程几乎每场考试都出现。OCR 真题中常见的一道题是求解如 5x + 2 = 3x + 10 的方程。关键在于不破坏等式平衡的前提下合并同类项。
Subtract 3x from both sides: 2x + 2 = 10. Then subtract 2: 2x = 8. Finally divide by 2: x = 4. Always present your working clearly — OCR awards method marks even if the final answer is wrong because of a slip.
两边减去 3x:2x + 2 = 10。再减去 2:2x = 8。最后除以 2:x = 4。务必清晰展示求解过程——即便因粗心导致最终答案错误,OCR 也会给步骤分。
5x + 2 = 3x + 10 → 2x = 8 → x = 4
For quadratic equations, such as x² – 5x + 6 = 0, factorisation is the most efficient path. Look for two numbers that multiply to 6 and add to -5: -2 and -3. The factorised form is (x – 2)(x – 3) = 0, giving solutions x = 2 and x = 3. If the quadratic does not factorise neatly, you may need the quadratic formula: x = [-b ± √(b² – 4ac)] / 2a. Many past papers also test setting up an equation from a word problem, so practise translating ‘three more than twice a number’ into 2n + 3.
对于二次方程,如 x² – 5x + 6 = 0,因式分解是最快捷的方法。寻找两个相乘得 6、相加得 -5 的数:-2 和 -3。因式分解为 (x – 2)(x – 3) = 0,解得 x = 2 和 x = 3。若二次式无法整解,可借助求根公式:x = [-b ± √(b² – 4ac)] / 2a。许多真题还考查从文字题中建立方程,因此要练习将“比一个数的两倍大三”翻译成 2n + 3。
3. Graphs and Functions: Interpreting Visual Information | 函数图像:解读图形信息
Graph questions often provide a sketch or a table of values and ask for key features. In a typical Higher‑tier past paper, you might be given y = x² – 4x + 3 and asked to find the turning point. Completing the square gives y = (x – 2)² – 1, so the vertex is (2, -1). The roots are where y = 0: solving x² – 4x + 3 = 0 gives x = 1 and x = 3. Plotting these points and the y‑intercept (0, 3) produces a smooth parabola.
函数图像题通常提供草图或数值表,要求找出关键特征。在一份进阶层级真题中,你可能遇到 y = x² – 4x + 3,要求找出顶点。配方后得到 y = (x – 2)² – 1,因此顶点是 (2, -1)。方程的根是 y = 0 时的 x 值:解 x² – 4x + 3 = 0 得 x = 1 和 x = 3。标出这些点和 y 轴截距 (0, 3) 即可画出光滑的抛物线。
y = x² – 4x + 3 → vertex (2, -1), roots (1,0) and (3,0)
Straight‑line graphs also appear regularly. If a question states ‘the line L passes through (2, 5) and has gradient 3’, use y – y₁ = m(x – x₁) to form the equation: y – 5 = 3(x – 2) → y = 3x – 1. OCR markers want to see the substitution step clearly. Parallel and perpendicular lines are another favourite: the gradient of a perpendicular line is the negative reciprocal, so a line perpendicular to y = 3x – 1 has gradient -⅓.
直线图像也经常出现。若题目给定“直线 L 经过点 (2, 5) 且斜率为 3”,则利用点斜式 y – y₁ = m(x – x₁) 得出方程:y – 5 = 3(x – 2) → y = 3x – 1。OCR 阅卷人希望看到明确的代入步骤。平行与垂直线是另一个高频考点:垂线的斜率是原斜率的负倒数,因此与 y = 3x – 1 垂直的直线斜率为 -⅓。
4. Angle Properties and Polygon Reasoning | 角度的性质与多边形推理
Past questions often combine angle facts: angles on a straight line sum to 180°, vertically opposite angles are equal, and angles around a point sum to 360°. In polygons, the sum of interior angles is (n – 2) × 180° for an n‑sided shape. A recent exam gave a regular pentagon and asked for the size of one interior angle: (5 – 2) × 180° / 5 = 108°.
真题常将多种角度性质结合考查:直线上的相邻角之和为 180°,对顶角相等,围绕一点的角之和为 360°。多边形内角和公式为 (n – 2) × 180°,其中 n 为边数。近期一道考题给出正五边形,求每个内角的度数:(5 – 2) × 180° / 5 = 108°。
Sum of interior angles = (n – 2) × 180°
When parallel lines are involved, look for alternate angles (Z‑shapes) and corresponding angles (F‑shapes). Many candidates lose marks by assuming a triangle has a right angle without proof. Always give a reason for every angle calculation — a single word like ‘alternate’ or ‘angles in a triangle sum to 180°’ is sufficient and secures full marks.
当图形中出现平行线时,要关注内错角(Z 形)和同位角(F 形)。许多考生因为未经证明就假设三角形有一个直角而失分。务必为每一个角度计算给出理由——一个简短的词如“内错角”或“三角形内角和 180°”就足够确保满分。
5. Trigonometry: Sine and Cosine Rules | 三角学:正弦与余弦定理
For non‑right‑angled triangles, OCR regularly tests the sine rule and cosine rule. A typical past‑paper problem describes a triangle with sides a = 8 cm, b = 10 cm and angle A = 36°. Use the sine rule sin A / a = sin B / b to find angle B. Substituting gives sin 36° / 8 = sin B / 10 → sin B = (10 × sin 36°) / 8 ≈ 0.735, so B ≈ 47.3° or 132.7°. The context (e.g. an acute triangle) decides the correct value.
对于非直角三角形,OCR 经常考查正弦定理和余弦定理。一道经典真题描述三角形边长 a = 8 cm,b = 10 cm,角 A = 36°。利用正弦定理 sin A / a = sin B / b 求角 B。代入得 sin 36° / 8 = sin B / 10 → sin B = (10 × sin 36°) / 8 ≈ 0.735,因此 B ≈ 47.3° 或 132.7°。题目语境(如锐角三角形)决定选用哪个值。
a / sin A = b / sin B = c / sin C
The cosine rule, a² = b² + c² – 2bc cos A, is essential when you know two sides and the included angle or all three sides. A common mistake is to misuse the formula with the wrong angle, so label sides and angles clearly. The area formula ½ ab sin C also appears frequently in structured questions. Write the formula at the start of your working to show the examiner you have chosen the correct method.
余弦定理 a² = b² + c² – 2bc cos A 在已知两边及其夹角或三边长度时不可或缺。常见错误是错用公式中的角度,因此要清晰标注边与角。面积公式 ½ ab sin C 也频繁出现在结构化试题中。在解题开始时写下公式,向考官表明你选择了正确的方法。
6. Vectors: Adding Direction to Your Answers | 向量:为答案赋予方向
Vectors often feel abstract, but past papers reveal a predictable set of skills. You might be given vector a = (2, 3) and b = (-1, 4), then asked to find 3a – 2b. Compute component‑wise: 3(2, 3) = (6, 9) and 2(-1, 4) = (-2, 8), so 3a – 2b = (6 – (-2), 9 – 8) = (8, 1).
向量常令人感到抽象,但真题展现了一套可预见的技能。你可能遇到向量 a = (2, 3) 和 b = (-1, 4),要求计算 3a – 2b。逐分量计算:3(2, 3) = (6, 9),2(-1, 4) = (-2, 8),因此 3a – 2b = (6 – (-2), 9 – 8) = (8, 1)。
3a – 2b = (6, 9) – (-2, 8) = (8, 1)
Proving that points are collinear is another recurring theme. Show that one vector is a scalar multiple of another. For instance, if vector PQ = (4, -2) and QR = (-2, 1), then QR = -½ PQ, confirming P, Q and R lie on a straight line. Always finish with a concluding sentence: ‘Since QR is a scalar multiple of PQ, the points are collinear.’
证明三点共线是另一个反复出现的考点。只需证明一个向量是另一个向量的标量倍数。例如,若向量 PQ = (4, -2),QR = (-2, 1),则 QR = -½ PQ,从而确认 P、Q、R 共线。务必以结论句收尾:“因为 QR 是 PQ 的标量倍数,故三点共线。”
7. Statistics: Cumulative Frequency and Box Plots | 统计:累积频率与箱线图
Cumulative frequency diagrams are a staple of Paper 4. A standard question provides a grouped frequency table of heights or test scores. Add a cumulative frequency column, then plot upper class boundaries against cumulative frequency. Smooth the points with a curve. To estimate the median, draw a horizontal line from the halfway point of the total frequency (e.g. if total is 120, go to 60), meet the curve, and read down to the x‑axis. The interquartile range is found similarly using the ¼ and ¾ positions.
累积频率图是试卷四的常客。标准题型给出一个分组频数表,如身高或测试成绩。添加累积频数列,然后以组上限为横轴、累积频数为纵轴描点,用光滑曲线连接。要估算中位数,从总频数的一半处(若总频数为 120,则取 60)画水平线与曲线相交,再垂直向下读出 x 轴坐标。四分位距可类似地用 ¼ 和 ¾ 位置求得。
Median = value at (total frequency)/2 on the cumulative frequency curve
Box plots are then drawn from the five‑number summary: minimum, lower quartile, median, upper quartile, maximum. OCR often asks you to compare two box plots; comment on both the median (central tendency) and the interquartile range (spread). Write statements like ‘Class A had a higher median score, but Class B showed a smaller interquartile range, meaning their results were more consistent.’
箱线图则由五数综合绘制:最小值、下四分位数、中位数、上四分位数、最大值。OCR 常要求比较两组箱线图;需同时评论中位数(集中趋势)和四分位距(离散度)。写出类似“A 班的中位分数更高,但 B 班的四分位距更小,说明他们的成绩更一致”这样的陈述。
8. Probability: Tree Diagrams and Conditional Cases | 概率:树形图与条件概率
Probability questions move from simple events to dependent outcomes. A classic past‑paper problem: a bag contains 4 red and 5 blue sweets; two sweets are taken without replacement. Draw a tree diagram with branches labelled ‘Red’ and ‘Blue’, showing probabilities 4/9 and 5/9 for the first pick. For the second pick, the fractions update to 3/8 and 5/8 if red was taken, or 4/8 and 4/8 if blue was taken. Multiply along branches and add for combined probabilities. The probability of exactly one red is (4/9 × 5/8) + (5/9 × 4/8) = 40/72 = 5/9.
概率题从简单事件延伸到相依结果。一道经典真题:袋中有 4 颗红色和 5 颗蓝色糖果,不放回地取出两颗。画出树形图,分支标注“红”和“蓝”,第一次抽取的概率为 4/9 和 5/9。第二次抽取的概率随第一次变化:若取走红,则变为 3/8 和 5/8;若取走蓝,则为 4/8 和 4/8。沿分支相乘,再求和得到组合概率。恰好一颗红的概率为 (4/9 × 5/8) + (5/9 × 4/8) = 40/72 = 5/9。
P(at least one) = 1 – P(none)
Conditional probability questions use the notation P(A|B). Many students panic, but the formula is simply P(A and B) / P(B). Past papers often embed this in a two‑way table. Read the question carefully: ‘Given that a person is over 30, what is the probability they own a car?’ is a conditional probability. Draw a table, circle the relevant row/column, and use the reduced sample space.
条件概率题会使用记号 P(A|B)。许多学生感到恐慌,但公式不过是 P(A and B) / P(B)。真题常将之嵌入双向表中。仔细读题:“已知某人超过 30 岁,他拥有汽车的概率是多少?” 这就是一个条件概率。画出表格,圈出相关的行/列,使用缩减后的样本空间计算。
9. Ratio and Proportion: From Recipes to Direct Variation | 比例与比例关系:从食谱到正变
Ratio problems often start with a recipe or a map scale. For example, ‘A cake recipe uses 300 g flour, 200 g sugar, and 100 g butter. How much of each is needed for 12 cakes if the original makes 8 cakes?’ The scale factor is 12/8 = 1.5, so multiply each ingredient by 1.5: flour 450 g, sugar 300 g, butter 150 g. OCR expects a clear multiplier method.
比例问题常以食谱或地图比例尺开场。例如:“一份蛋糕食谱使用 300 克面粉、200 克糖和 100 克黄油。若原食谱可做 8 个蛋糕,做 12 个需要多少材料?” 倍数因子为 12/8 = 1.5,因此每种原料乘以 1.5:面粉 450 克,糖 300 克,黄油 150 克。OCR 期望看到明确的倍数法。
Scale factor = new quantity ÷ original quantity
Direct and inverse proportion are tested with equations. If y is directly proportional to x², write y = k x². Use given values to find k, then answer the question. A past paper asked: ‘y is inversely proportional to the square root of x. When x = 16, y = 10. Find y when x = 4.’ Set up y = k / √x. Substituting gives 10 = k / √16 → 10 = k / 4 → k = 40. Then for x = 4, y = 40 / √4 = 40 / 2 = 20. The constant k is the bridge between conditions.
正比和反比通过方程考查。若 y 与 x² 成正比,则写出 y = k x²。用已知值求出 k,再答题。一道真题问:“y 与 √x 成反比。当 x = 16 时,y = 10。求 x = 4 时的 y 值。” 建立 y = k / √x。代入得 10 = k / √16 → 10 = k / 4 → k = 40。那么当 x = 4 时,y = 40 / √4 = 40 / 2 = 20。常数 k 是连接不同条件的桥梁。
10. Mensuration: 3D Shapes and Compound Solids | 测量:三维图形与组合体
Volume and surface area of prisms, pyramids, cones, and spheres are core topics. OCR
Published by TutorHao | IGCSE 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