📚 Year 12 OCR Mathematics: In-Depth Analysis of Past Papers | Year 12 OCR 数学:历年真题深度解析
Year 12 OCR Mathematics past papers are a goldmine for mastering the AS-level syllabus. By analysing recurring question types across Pure, Statistics, and Mechanics, students can sharpen problem-solving skills and boost exam confidence. This article dissects ten high-frequency topics, offering step-by-step solutions and strategic insights from real OCR problems.
Year 12 OCR 数学历年真题是掌握AS阶段考纲的宝贵资源。通过深入分析纯数、统计和力学中反复出现的题型,学生能够提升解题能力并增强考试信心。本文剖析十个高频考点,结合OCR真题提供分步解析与策略指导。
1. Quadratic Functions and Discriminant | 二次函数与判别式
A staple in OCR Pure Mathematics involves determining the nature of roots. For a quadratic ax²+bx+c=0, the discriminant is Δ = b² − 4ac. When Δ > 0, there are two distinct real roots; Δ = 0 gives equal real roots; Δ < 0 means no real roots. A typical past question asks: Find the set of values of k for which the equation x² + (k−2)x + 9 = 0 has no real solutions. The solution requires setting Δ < 0, so (k−2)² − 36 < 0, leading to k² − 4k − 32 < 0, factorised as (k−8)(k+4) < 0, and hence −4 < k < 8.
OCR纯数中的经典题型是判断根的性质。对于二次式ax²+bx+c=0,判别式Δ=b²−4ac。若Δ>0,有两个不同实根;Δ=0,相等实根;Δ<0,无实根。常见真题:求k的取值范围使方程x²+(k−2)x+9=0无实根。解不等式得(k−2)²−36<0,化为一元二次不等式,解得−4 When solving quadratic inequalities, always sketch a sign diagram or consider the parabola’s orientation. Many students lose marks by misapplying the final inequality signs at critical values, forgetting to reverse the inequality when multiplying by negative terms. 解二次不等式时务必画符号图或考虑抛物线开口方向。许多学生因为在临界值处错误地使用不等号而失分,尤其是乘除负数时忘记改变不等号方向。 Polynomial division and the factor theorem are central to OCR algebra. If f(a) = 0, then (x−a) is a factor. A past paper question might present f(x) = 2x³ − 3x² − 3x + 2 and ask to show that (x−2) is a factor, then factorise fully. Evaluating f(2) = 2(8) − 3(4) − 6 + 2 = 16 − 12 − 6 + 2 = 0, so (x−2) is indeed a factor. Long division yields the quadratic 2x² + x − 1, which factorises as (2x−1)(x+1). Hence f(x) = (x−2)(2x−1)(x+1). 多项式除法和因式定理是OCR代数核心。若f(a)=0,则(x−a)是因式。真题可能给出f(x)=2x³−3x²−3x+2,要求证明(x−2)是因式并完全分解。计算f(2)=0,做长除法得二次式2x²+x−1,再分解得(2x−1)(x+1),最终f(x)=(x−2)(2x−1)(x+1)。 For cubic equations, always test small integer values (±1, ±2) to locate a factor quickly. Once a factor is found, synthetic or long division reduces the polynomial to a quadratic, which can be solved by inspection or the quadratic formula. 对于三次多项式,总是优先测试小整数值如±1,±2来定位因式。找到因式后,通过综合除法或长除法降次为二次式,再用十字相乘法或二次公式求解。 Circle equations appear frequently in OCR coordinate geometry. The standard form (x−a)² + (y−b)² = r² reveals centre (a,b) and radius r. A typical problem: Find the equation of the tangent to the circle x² + y² − 4x + 6y − 12 = 0 at the point P(1,2). Completing the square gives (x−2)² + (y+3)² = 25, so centre C(2,−3). The gradient of CP is (2 − (−3))/(1 − 2) = 5/(−1) = −5. The tangent is perpendicular, so its gradient is 1/5. Using y − 2 = (1/5)(x − 1) leads to x − 5y + 9 = 0. OCR坐标几何中圆方程题型常见。标准式(x−a)²+(y−b)²=r²给出圆心(a,b)和半径r。典型题目:求圆x²+y²−4x+6y−12=0在点P(1,2)处的切线方程。配方得(x−2)²+(y+3)²=25,圆心C(2,−3)。半径CP斜率为(2+3)/(1−2)=−5,故切线斜率为1/5。点斜式代入得切线方程x−5y+9=0。 Always verify that the point lies on the circle before proceeding. A common error is misidentifying the centre after completing the square, especially with signs for the y-coordinate. Sketching a quick diagram can help prevent such mistakes. 解题前先验证点确实在圆上。常见错误是配方后弄错圆心坐标的符号,特别是y坐标部分。快速画个草图有助于避免此类失误。 Exponential and logarithmic equations are prominent in OCR Pure. To solve 3^(2x) = 5, take natural logs: 2x ln3 = ln5, so x = ln5 / (2 ln3). Another common type combines logs: log₂(x+1) + log₂(x−2) = 3. Using log laws, log₂((x+1)(x−2)) = 3, so (x+1)(x−2) = 2³ = 8. This gives x² − x − 2 = 8, leading to x² − x − 10 = 0, whose solutions are x = (1 ± √41)/2. Discard the negative root because the domain requires x > 2 and the negative result does not satisfy the original log arguments. 指数和对数方程在OCR纯数中十分突出。解3^(2x)=5可两边取自然对数得x=ln5/(2 ln3)。另一常见题型为对数方程:log₂(x+1)+log₂(x−2)=3,合并得log₂[(x+1)(x−2)]=3,于是(x+1)(x−2)=8,展开得二次方程x²−x−10=0,解为x=(1±√41)/2。舍去负根,因为定义域要求x>2,负根不满足对数真数条件。 Always check the validity of solutions in logarithmic equations. A pitfall is overlooking domain restrictions: both log arguments must be strictly positive. Extraneous solutions often arise from the algebraic manipulation and must be rejected. 务必检验对数方程解的合法性。常见漏洞是忽略定义域限制:两个对数真数必须严格为正。代数变形常产生增根,必须舍去。 Trigonometric equations require systematic use of identities such as sin²θ + cos²θ = 1 and tanθ = sinθ/cosθ. Consider this OCR-style problem: Solve 2sin²θ − cosθ = 1 for 0° ≤ θ ≤ 360°. Substitute sin²θ = 1 − cos²θ to obtain 2(1 − cos²θ) − cosθ − 1 = 0, simplify to 2 − 2cos²θ − cosθ − 1 = 0, giving −2cos²θ − cosθ + 1 = 0. Multiply by −1 to get 2cos²θ + cosθ − 1 = 0, which factorises as (2cosθ − 1)(cosθ + 1) = 0. Thus cosθ = 1/2 or cosθ = −1, yielding θ = 60°, 300°, 180°. 解三角方程需善用恒等式如sin²θ+cos²θ=1。OCR风格题目:在0°≤θ≤360°内解2sin²θ−cosθ=1。将sin²θ替换为1−cos²θ,化简得二次式2cos²θ+cosθ−1=0,分解得(2cosθ−1)(cosθ+1)=0,故cosθ=1/2或−1,解得θ=60°,300°,180°。 It is essential to provide all solutions within the specified interval. Many candidates forget to consider the CAST diagram when finding supplementary and coterminal angles, resulting in missing answers. Also, remember to check for any spurious solutions introduced by squaring. 给出指定区间内所有解至关重要。许多考生在用CAST图找补角和同终边角时考虑不全,漏解。同时,要留意因两边平方可能引入的伪解。 Differentiation is tested with polynomials and rational powers. For y = x³ − 4x² + 3x, dy/dx = 3x² − 8x + 3. To find the tangent at x = 2: y(2) = 8 − 16 + 6 = −2; gradient = 3(4) − 8(2) + 3 = 12 − 16 + 3 = −1. Tangent equation: y + 2 = −1(x − 2) → y = −x. Normals use perpendicular slopes. Stationary points are found by solving dy/dx = 0, and the second derivative f”(x) determines their nature (maximum, minimum, or point of inflection). 微分涉及多项式和分数次幂。对y=x³−4x²+3x求导得dy/dx=3x²−8x+3。在x=2处切线:计算y(2)=−2,斜率=−1,切线方程为y=−x。法线斜率取负倒数。令导数为零得驻点,用二阶导判断极大、极小或拐点。 OCR frequently links differentiation to modelling contexts, such as maximising the area of a shape or minimising surface area. Setting up an expression for the quantity to be optimised from a diagram and then differentiating is a key skill. Always confirm that the solution is a maximum or minimum by using the second derivative test or analysing the sign change of dy/dx. OCR常将微分与建模结合,如最大化图形面积或最小化表面积。从图示建立待优化量的表达式再求导是关键技能。务必通过二阶导检验或一阶导符号变化确认所得为极大值或极小值。 Integration is the reverse of differentiation. The power rule for integration states ∫xⁿ dx = (xⁿ⁺¹)/(n+1) + C, for n ≠ −1. A definite integral is used to find area. For example, the area under y = 4 − x² between x = −2 and x = 2 is ∫₋₂² (4 − x²) dx = [4x − x³/3]₋₂² = (8 − 8/3) − (−8 + 8/3) = (16/3) − (−16/3) = 32/3. When the curve lies below the x-axis, the definite integral gives a negative result, so for total area, you must split the region and take absolute values. 积分是微分的逆运算。幂函数积分公式为∫xⁿ dx = xⁿ⁺¹/(n+1) + C。定积分可用于求面积。例如,求y=4−x²在−2到2间的面积:∫₋₂² (4−x²) dx = [4x−x³/3]₋₂²,计算得32/3。若曲线部分在x轴下方,定积分结果为负,则需分段取绝对值以求得总面积。 Pay close attention to limits and the constant of integration in indefinite integrals. OCR often gives a boundary condition to find ‘+ C’, and candidates forget to substitute it. Also, be accurate with fractions, especially when evaluating the antiderivative at the limits. 注意不定积分必须加积分常数C。OCR常给边界条件求C,考生易忘记代入。计算定积分时小心分数运算,特别是代入上下限时的正负号。 Vectors appear in OCR Pure Mathematics, covering position vectors, magnitude, collinearity, and the angle between vectors. A common question: Show that points A(2,1), B(5,7) and C(8,13) are collinear. Compute AB = (3,6) and BC = (3,6); since AB = BC and they share B, the points are collinear. Another problem asks for the angle between vectors a = 3i − 4j and b = 2i + 5j. Using the dot product: a·b = (3)(2) + (−4)(5) = 6 − 20 = −14. Magnitudes: |a| = √(3²+(−4)²) = 5, |b| = √(2²+5²) = √29. Then cosθ = a·b / (|a||b|) = −14/(5√29), giving θ ≈ 121°. OCR纯数中向量题涉及位置向量、模长、共线性和向量夹角。典型题目:证明三点共线,计算向量AB和BC,发现成比例,故共线。另一题求向量夹角:a=3i−4j,b=2i+5j,点乘得−14,模分别为5和√29,cosθ=−14/(5√29),夹角约为121°。 When proving collinearity, ensure to state that vectors are parallel and that the points share a common point. In angle problems, remember that the dot product formula gives the angle between the vectors, irrespective of direction. Always leave the answer in exact form unless specified. 证明共线时,需明确向量平行并共享一点。在夹角问题中,点乘公式给出的是向量间的夹角。除非题目要求,一般保留精确值(带根号形式)。 OCR Statistics requires calculation with the binomial distribution X ~ B(n, p). A typical past paper asks to find P(X ≤ 5) for X ~ B(20, 0.4) or to determine critical regions for a hypothesis test at a 5% significance level. For instance, test whether a coin is biased when 14 heads are observed in 20 tosses. State hypotheses: H₀: p = 0.5, H₁: p > 0.5. Under H₀, X ~ B(20, 0.5). Find P(X ≥ 14) = 1 − P(X ≤ 13). If this p-value is less than 0.05, reject H₀ and conclude there is evidence the coin is biased towards heads. OCR统计要求二项分布计算。常见真题:求X~B(20,0.4)中P(X≤5),或确定5%显著性水平下的临界域。例如,投掷硬币20次得14次正面,检验硬币是否偏斜。原假设H₀: p=0.5,备择假设H₁: p>0.5。计算P(X≥14),若p值<0.05,则拒绝H₀,有证据表明硬币偏向正面。 Always define the test statistic and clearly state the conclusion in the context of the problem. Do not simply write ‘reject H₀’; link it to the original claim. With two-tailed tests, halve the significance level when comparing with the p-value or when finding critical regions. 必须明确定义检验统计量,并在问题背景下给出结论。不要只写“拒绝H₀”,要联系原声称。对于双尾检验,比较p值或确定临界域时需将显著性水平减半。 Kinematics in OCR Mechanics uses the suvat equations for constant acceleration: v = u + at, s = ut + ½at², v² = u² + 2as, s = ½(u + v)t. A classic problem: A car accelerates uniformly from 10 m s⁻¹ to 30 m s⁻¹ over a distance of 200 m. Find the acceleration and the time taken. Using v² = u² + 2as: 30² = 10² + 2a(200) → 900 = 100 + 400a → a = 2 m s⁻². Time can be found with v = u + at: 30 = 10 + 2t → t = 10 s. Always include units and indicate direction where relevant. OCR力学中运动学涉及匀加速的suvat方程。典型问题:一辆汽车从10 m s⁻¹匀加速至30 m s Published by TutorHao | Year 12 Mathematics Revision Series | aleveler.com 更多咨询请联系16621398022(同微信)2. Polynomials and Factor Theorem | 多项式与因式定理
3. Coordinate Geometry and Circles | 坐标几何与圆方程
4. Exponentials and Logarithms | 指数与对数方程
5. Trigonometric Equations and Identities | 三角方程与恒等式
6. Differentiation, Tangents and Stationary Points | 微分、切线与驻点
7. Basic Integration and Area under Curves | 积分基础与曲线下方面积
8. Vectors in Pure Mathematics | 纯数向量
9. Statistical Distributions and Hypothesis Testing | 统计分布与假设检验
10. Kinematics with Constant Acceleration | 匀加速运动学
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导