📚 PDF资源导航

GCSE Maths: High-Frequency Topics Summary | GCSE 数学:高频考点总结

📚 GCSE Maths: High-Frequency Topics Summary | GCSE 数学:高频考点总结

GCSE Mathematics covers a wide range of concepts, but some topics appear in almost every exam paper. Focusing your revision on these high-frequency areas will give you the best chance of securing a top grade. This guide brings together the most commonly tested topics, with clear explanations in both English and Chinese to help you master the essential skills.

GCSE 数学涵盖广泛的概念,但某些主题几乎出现在每份试卷中。将复习重点集中在这些高频考点上,是取得高分的捷径。本指南汇集了最常考的主题,并提供清晰的中英文解释,帮助你掌握核心技能。

1. Fractions, Decimals and Percentages | 分数、小数和百分数

  • To convert a fraction to a decimal, divide the numerator by the denominator. To turn a decimal into a percentage, multiply by 100. For instance, ¾ = 0.75 = 75%. Remember that a percentage is just a fraction out of 100.

    将分数转换为小数,用分子除以分母;将小数转换为百分数,乘以 100。例如 ¾ = 0.75 = 75%。记住百分数就是分母为 100 的分数。

  • Finding a percentage of an amount: write the percentage as a decimal and multiply. To increase by a percentage, add it to 100% before converting; to decrease, subtract from 100%. A 15% increase means multiplying by 1.15.

    求一个数的百分之几:把百分数写成小数再相乘。增加一个百分比,要先用 100% 加上该百分比再转换;减少则从 100% 中减去。增加 15% 就是乘以 1.15。

  • Reverse percentages are used when you know the final value after a percentage change and need the original. Divide the final value by the multiplier. For example, after a 20% decrease, the multiplier is 0.8; original price = sale price ÷ 0.8.

    当你已知百分比变化后的最终值,而需要求原值时使用逆向百分数。用最终值除以乘数。例如降价 20% 后乘数为 0.8,原价 = 售价 ÷ 0.8。


2. Ratio and Proportion | 比和比例

  • Simplifying a ratio means dividing all parts by their highest common factor. A ratio of 8:12 simplifies to 2:3. When sharing a quantity in a given ratio, add the parts together and divide the total by that sum to find the value of one part.

    化简比就是用所有部分除以它们的最大公因数。比如 8:12 化为 2:3。按比例分配数量时,先把各部分相加,再用总数除以这个和,得到每一份的值。

  • Direct proportion means as one quantity increases, the other increases at the same rate; the graph is a straight line through the origin. Inverse proportion means as one quantity increases, the other decreases so that their product is constant.

    正比意味着一个量增加时另一个量以相同速率增加;图像是一条过原点的直线。反比则表示一个量增加时另一个量减少,且它们的乘积保持不变。

  • Best buy problems compare products of different sizes and prices. Calculate the price per unit (e.g., per gram or per litre) by dividing the total cost by the amount to find which offers better value.

    最优购买问题比较不同规格和价格的商品。通过用总价除以数量计算出单位价格(如每克或每升),找出性价比更高的商品。


3. Standard Form | 标准形式

  • Standard form writes very large or very small numbers as a × 10ⁿ, where 1 ≤ a < 10 and n is an integer. For example, 4 200 000 = 4.2 × 10⁶ and 0.00056 = 5.6 × 10⁻⁴.

    标准形式将极大或极小的数字写成 a × 10ⁿ,其中 1 ≤ a < 10,n 为整数。例如 4 200 000 = 4.2 × 10⁶,0.00056 = 5.6 × 10⁻⁴。

  • To multiply numbers in standard form, multiply the coefficients and add the powers: (A × 10ᵐ) × (B × 10ⁿ) = (A×B) × 10ᵐ⁺ⁿ. For division, divide the coefficients and subtract the powers.

    标准形式相乘时,系数相乘,指数相加:(A × 10ᵐ) × (B × 10ⁿ) = (A×B) × 10ᵐ⁺ⁿ。相除时,系数相除,指数相减。

  • Adding or subtracting requires the same power of 10. Adjust the smaller power so both exponents match, then add or subtract the coefficients while keeping the power of 10 unchanged.

    加减法要求指数相同。调整较小指数的数使指数一致,然后系数相加减,10 的幂次保持不变。


4. Algebra: Solving Linear Equations | 代数:解线性方程

  • To solve equations like 3x + 7 = 22, isolate the unknown by performing inverse operations. Subtract 7, then divide by 3 to get x = 5. Always check your solution by substituting it back into the original equation.

    解 3x + 7 = 22 这类方程时,通过逆运算将未知数单独留在一边。先减 7,再除以 3 得到 x = 5。一定要将解代回原方程检验。

  • Equations with brackets (e.g., 2(3x – 4) = 10) should be expanded first: 6x – 8 = 10, then solve. When the unknown appears on both sides, collect all x terms on one side and constants on the other.

    含有括号的方程(如 2(3x – 4) = 10)应先去括号:6x – 8 = 10,再求解。当未知数在两边时,将所有 x 项移到一边,常数移到另一边。

  • Forming equations from word problems is a common exam task. Define the unknown with a letter, translate the description into an algebraic equation, then solve and interpret the result in context.

    根据文字题列方程是常见考点。先用字母设未知数,把文字描述转化为代数方程,然后求解并在实际问题中解释结果。

ax + b = c ⇒ x = (c – b) / a


5. Quadratics: Factorising and the Quadratic Formula | 二次方程:因式分解与求根公式

  • Factorising simple quadratics x² + bx + c: find two numbers that multiply to c and add to b. For instance, x² + 5x + 6 = (x + 2)(x + 3). For quadratics of the form ax² + bx + c, splitting the middle term is often needed.

    分解简单二次式 x² + bx + c:找到两个数,乘积为 c,和为 b。例如 x² + 5x + 6 = (x + 2)(x + 3)。对于 ax² + bx + c 型,常需拆分中项。

  • Solving by factorising: set each bracket equal to zero. If (x + 4)(x – 1) = 0, then x = -4 or x = 1. Always write your solutions clearly and check by expanding the brackets mentally.

    通过因式分解解方程:令每个括号等于零。如 (x + 4)(x – 1) = 0,则 x = -4 或 x = 1。答案要写清楚,并在心中展开括号验证。

  • When factorising is not possible, use the quadratic formula. The solutions to ax² + bx + c = 0 are given by the formula below. Remember to calculate the discriminant b² – 4ac first; if it is negative, there are no real solutions.

    当无法因式分解时,使用求根公式。ax² + bx + c = 0 的解由下面公式给出。记得先计算判别式 b² – 4ac;若为负数则无实数解。

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


6. Sequences | 数列

  • Linear sequences have a constant difference between terms, e.g., 5, 8, 11, 14… The nth term formula is of the form a + (n – 1)d, where a is the first term and d is the common difference. This can be simplified to dn + (a – d).

    线性数列项之间差恒定,例如 5, 8, 11, 14… 通项公式为 a + (n – 1)d,其中 a 为首项,d 为公差。可化简为 dn + (a – d)。

  • Quadratic sequences have a second difference that is constant. To find the nth term, first write the sequence of differences, then halve the second difference to get the coefficient of n², and finally solve for the linear and constant parts using the first few terms.

    二次数列的二次差恒定。求通项时,先写出差分数列,再将二次差半分得到 n² 的系数,最后用前几项解出一次项和常数项。

  • Recognise special sequences: Fibonacci numbers where each term is the sum of the two preceding (1, 1, 2, 3, 5, 8…), triangular numbers (1, 3, 6, 10…), and square numbers. You may be asked to continue a pattern or state a rule.

    识别特殊数列:斐波那契数列每一项是前两项之和(1, 1, 2, 3, 5, 8…)、三角形数(1, 3, 6, 10…)和平方数。考试可能要求继续规律或写出通项法则。


7. Straight Line Graphs and Real-life Graphs | 直线图与现实生活图

  • The equation of a straight line is y = mx + c, where m is the gradient and c is the y-intercept (the point where the line crosses the y-axis). To find the gradient between two points, use rise over run: (y₂ – y₁) / (x₂ – x₁).

    直线方程为 y = mx + c,其中 m 为梯度(斜率),c 为 y 轴截距。求两点间的梯度,用垂直变化除以水平变化:(y₂ – y₁) / (x₂ – x₁)。

  • Parallel lines have the same gradient. Perpendicular lines have gradients that multiply to -1 (negative reciprocals). You may be asked to find the equation of a line parallel or perpendicular to a given line passing through a given point.

    平行线梯度相同。垂直线的梯度乘积为 -1(负倒数)。可能要求求出过某点且平行或垂直于已知直线的方程。

  • Real-life graphs: distance-time graphs show speed as the gradient; a horizontal line indicates stationary. Velocity-time graphs show acceleration as gradient and distance travelled as area under the graph. Conversion graphs are straight lines through the origin used for units like miles ↔ kilometres.

    现实生活图:距离-时间图中梯度表示速度,水平线表示静止。速度-时间图中梯度为加速度,图下面积为行驶距离。转换图是过原点的直线,用于英里 ↔ 公里等单位换算。


8. Angles in Polygons and Parallel Lines | 多边形与平行线中的角

  • Basic angle facts: angles on a straight line sum to 180°, angles around a point sum to 360°, and vertically opposite angles are equal. These are the building blocks for more complex angle problems.

    基本角度事实:平角之和为 180°,周角之和为 360°,对顶角相等。这些是解决更复杂角度问题的基石。

  • In parallel lines, corresponding angles are equal, alternate angles are equal, and co-interior (allied) angles sum to 180°. Spotting the ‘F’, ‘Z’ and ‘C’ shapes helps identify these relationships quickly.

    平行线中,同位角相等,内错角相等,同旁内角之和为 180°。识别 ‘F’、’Z’、’C’ 形状有助于快速判断这些关系。

  • For a polygon with n sides, the sum of interior angles = (n – 2) × 180°. The sum of exterior angles of any convex polygon is always 360°, and each exterior angle of a regular polygon is 360° ÷ n. These rules allow you to find missing angles in multi-sided shapes.

    对于 n 边形,内角和 = (n – 2) × 180°。任意凸多边形的外角和始终为 360°,正多边形的每个外角为 360° ÷ n。利用这些规则可求多边形的未知角。


9. Area and Volume | 面积与体积

  • Key area formulas: triangle = ½ × base × height; parallelogram = base × vertical height; trapezium = ½ (a + b) × h; circle area = πr² and circumference = πd or 2πr. Always use the perpendicular height, not a slant side.

    重要面积公式:三角形 = ½ × 底 × 高;平行四边形 = 底 × 垂直高;梯形 = ½ (上底 + 下底) × 高;圆面积 = πr²,周长 = πd 或 2πr。务必使用垂直高度,而非斜边。

  • Volume of a prism = area of cross-section × length. For a cylinder (a circular prism), volume = πr²h. Surface area of a cylinder = 2πr² + 2πrh. You may be given formulas for spheres, cones and pyramids: learn how to apply them.

    棱柱体积 = 截面积 × 长度。圆柱(圆形棱柱)体积 = πr²h。圆柱表面积 = 2πr² + 2πrh。球、锥、棱锥的公式通常会给出:要学会应用它们。

  • Compound shapes: divide the shape into simple parts, calculate each area or volume separately, then add or subtract as needed. Pay attention to units – converting between cm² and m² involves dividing or multiplying by 10 000, not 100.

    复合图形:将图形分解为简单部分,分别计算面积或体积,再相加或相减。注意单位换算——cm² 与 m² 的进率是 10 000,而非 100。


10. Trigonometry | 三角学

  • In a right-angled triangle, the three basic ratios are: sin θ = opposite/hypotenuse, cos θ = adjacent/hypotenuse, tan θ = opposite/adjacent. Remember SOH CAH TOA to decide which ratio to use when finding missing sides or angles.

    在直角三角形中,三个基本比是:sin θ = 对边/斜边,cos θ = 邻边/斜边,tan θ = 对边/邻边。记住 SOH CAH TOA 来决定求未知边或角时用哪个比。

  • Exact trigonometric values for key angles must be memorised: sin 30° = ½, cos 45° = √2/2, tan 60° = √3, etc. These often appear in non-calculator papers and can be used to find side lengths without a calculator.

    特殊角的精确三角值需要熟记:sin 30° = ½,cos 45° = √2/2,tan 60° = √3 等。它们常出现在非计算器试卷中,可用来无需计算器求边长。

  • For non-right-angled triangles, use the sine rule (a/sin A = b/sin B = c/sin C) when you know two angles and a side, or two sides and a non-included angle. Use the cosine rule (a² = b² + c² – 2bc cos A) when you know two sides and the included angle, or three sides. The area formula ½ ab sin C is also essential.

    对于非直角三角形,已知两角一边或两边及非夹角时用正弦定理 a/sin A = b/sin B = c/sin C;已知两边及夹角或三边时用余弦定理 a² = b² + c² – 2bc cos A。面积公式 ½ ab sin C 也至关重要。


11. Probability | 概率

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

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