📚 KS3 Maths: Essential Maths 7 Higher Key Points | KS3 数学:Essential Maths 7 Higher 知识点精讲
Essential Maths 7 Higher is designed for students who are ready to tackle more challenging concepts in Key Stage 3. This book builds a strong bridge between primary numeracy and the rigour of GCSE preparation. In this article, we will walk through the core knowledge points chapter by chapter, explaining why each topic matters and how to master it.
Essential Maths 7 Higher 是为已经准备好应对更具挑战性概念的 KS3 学生设计的。这本书在小学数学基础与 GCSE 备考的严谨性之间架起了一座坚实的桥梁。在本文中,我们将逐章梳理核心知识点,解释每个主题的重要性以及如何掌握它们。
1. Whole Numbers and Decimals | 整数与小数的运算
The foundation of all number work lies in understanding place value. When you multiply a number by 10, 100, or 1000, each digit moves to the left by one, two, or three places respectively. Division by these powers of ten shifts digits to the right. This rule is deceptively simple, yet errors with decimal points in exams often stem from rushing through this basic idea.
所有数字运算的基础在于理解位值。当你将一个数乘以 10、100 或 1000 时,每个数字分别向左移动一位、两位或三位。除以这些 10 的幂则会将数字向右移动。这条规则看似简单,但考试中关于小数点的错误往往源于对这个基本概念的粗心大意。
When adding or subtracting decimals, always align the decimal points vertically. For multiplication, ignore the decimal points initially, multiply the numbers as whole numbers, and then count the total decimal places in the question to place the point correctly in your answer. Estimation is your best friend here — if 2.8 × 4.1 should be around 12, an answer of 114.8 tells you immediately that the decimal point is wrong.
加减小数时,务必垂直对齐小数点。做乘法时,先忽略小数点,将数字当作整数相乘,然后根据题目中小数位数的总和,在答案中正确点好小数点。估算在这儿是你最好的朋友——如果 2.8 × 4.1 大约应该是 12,而答案却是 114.8,那立刻就告诉你小数点位置错了。
2. Factors, Multiples, and Primes | 因数、倍数与质数
A prime number has exactly two distinct factors: 1 and itself. The number 1 is not prime. You must memorise the prime numbers below 30: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29. Prime factorisation involves breaking a number down into a product of prime factors using a factor tree. For instance, 60 = 2 × 2 × 3 × 5 = 2² × 3 × 5.
质数恰好有两个不同的因数:1 和它本身。数字 1 不是质数。你必须记住 30 以内的质数:2, 3, 5, 7, 11, 13, 17, 19, 23, 29。质因数分解是利用因式树将一个数分解为质因数的乘积。例如,60 = 2 × 2 × 3 × 5 = 2² × 3 × 5。
The highest common factor (HCF) of two numbers is the largest number that divides into both. The lowest common multiple (LCM) is the smallest number that is a multiple of both. Use prime factors to find these efficiently: for HCF, multiply the lowest powers of common primes; for LCM, multiply the highest powers of all primes present.
两个数的最大公因数 (HCF) 是能同时整除它们的最大数。最小公倍数 (LCM) 是它们共同倍数中最小的那个。利用质因数高效地求出它们:求 HCF 时,将共有质数的最低次幂相乘;求 LCM 时,将出现过的所有质数的最高次幂相乘。
3. Fractions | 分数的四则运算
To add or subtract fractions, they must share a common denominator. Find the LCM of the denominators and convert each fraction. For example, ⅔ + ¼ becomes ⁸/₁₂ + ³/₁₂ = ¹¹/₁₂. Always simplify your final answer by dividing the numerator and denominator by their HCF.
加减分数时,它们必须有共同的分母。求出分母的最小公倍数并转换每个分数。例如,⅔ + ¼ 变成 ⁸/₁₂ + ³/₁₂ = ¹¹/₁₂。最后答案总要通过分子分母除以它们的 HCF 来化简。
Multiplying fractions is straightforward: multiply the numerators together and multiply the denominators together. Dividing by a fraction is equivalent to multiplying by its reciprocal — flip the second fraction upside down and multiply. Mixed numbers should always be converted to improper fractions before any multiplication or division.
分数乘法很直接:分子相乘,分母相乘。除以一个分数等于乘以它的倒数——把第二个分数上下颠倒后再相乘。带分数在任何乘除运算之前都应该转换为假分数。
4. Negative Numbers | 负数的运算
Adding a negative number is the same as subtracting its positive value: 5 + (−3) = 5 − 3 = 2. Subtracting a negative number becomes addition: 5 − (−3) = 5 + 3 = 8. Think of a number line: subtraction means moving left, but subtracting a negative reverses direction and moves right.
加上一个负数等同于减去它的正值:5 + (−3) = 5 − 3 = 2。减去一个负数则变成加法:5 − (−3) = 5 + 3 = 8。想象一条数轴:减法意味着向左移动,但减去一个负数会反转方向,变成向右移动。
For multiplication and division, the sign rules are consistent: positive × positive = positive, negative × negative = positive, and positive × negative = negative. If you multiply or divide an odd number of negative numbers, the result is negative. An even number of negatives gives a positive result.
对于乘法和除法,符号规则是统一的:正 × 正 = 正,负 × 负 = 正,正 × 负 = 负。如果你乘或除了奇数个负数,结果是负的。偶数个负数相乘除则得到正的结果。
5. Introduction to Algebra | 代数入门
Algebra is the language of generalisation. A term like 3x means 3 multiplied by an unknown number x. Like terms have exactly the same variable raised to the same power — 2x and 5x can be added to give 7x, but 2x and 3y cannot be combined. Brackets tell you to multiply everything inside: 3(x + 4) = 3x + 12.
代数是概括规律的语言。像 3x 这样的项表示 3 乘以未知数 x。同类项具有完全相同的变量和指数——2x 和 5x 可以相加得到 7x,但 2x 和 3y 不能合并。括号表示你要乘括号内的每一项:3(x + 4) = 3x + 12。
Solving an equation means finding the value of the unknown that makes the statement true. Use inverse operations: to undo addition, subtract; to undo multiplication, divide. Always do the same thing to both sides. For two-step equations like 2x + 5 = 13, subtract 5 from both sides first, then divide by 2.
解方程意味着找出使等式成立的未知数值。使用逆运算:要抵消加法就做减法;要抵消乘法就做除法。始终在等号两边同时进行相同操作。对于像 2x + 5 = 13 这样的两步方程,先两边同时减去 5,再除以 2。
6. Sequences and Patterns | 数列与规律
A linear sequence increases or decreases by a constant amount, called the common difference. The nth term of a linear sequence has the form an + b, where a is the common difference and b is the zeroth term (the value when n = 0). To find b, subtract the common difference from the first term.
线性数列以一个固定的数值递增或递减,这个固定的数值叫做公差。线性数列的第 n 项具有 an + b 的形式,其中 a 是公差,b 是第零项(当 n = 0 时的值)。要求 b,用第一项减去公差即可。
For example, in the sequence 5, 9, 13, 17, …, the common difference is 4, so a = 4. The zeroth term is 5 − 4 = 1, so the nth term is 4n + 1. You can check this: when n = 1, 4(1) + 1 = 5; when n = 2, 4(2) + 1 = 9. This always holds true for linear patterns.
例如,在数列 5, 9, 13, 17, … 中,公差是 4,所以 a = 4。第零项是 5 − 4 = 1,因此第 n 项是 4n + 1。你可以检验:当 n = 1 时,4(1) + 1 = 5;当 n = 2 时,4(2) + 1 = 9。这对线性规律始终成立。
7. Angles and Shapes | 角与图形
Angles on a straight line sum to 180°. Angles around a point sum to 360°. Vertically opposite angles are equal. In a triangle, the three interior angles always sum to 180°. An isosceles triangle has two equal sides and two equal base angles. An equilateral triangle has three 60° angles.
直线上的角之和为 180°。一个点周围的所有角之和为 360°。对顶角相等。在三角形中,三个内角之和总是 180°。等腰三角形有两条相等的边和两个相等的底角。等边三角形有三个 60° 的角。
Quadrilaterals have interior angles summing to 360°. A parallelogram has opposite sides both parallel and equal, with opposite angles equal. A trapezium has at least one pair of parallel sides. When a transversal cuts parallel lines, alternate angles are equal, corresponding angles are equal, and co-interior angles sum to 180°.
四边形的内角和为 360°。平行四边形对边平行且相等,对角相等。梯形至少有一组对边平行。当一条截线与平行线相交时,内错角相等,同位角相等,同旁内角之和为 180°。
8. Perimeter, Area, and Volume | 周长、面积与体积
Perimeter is the total distance around the outside of a shape. For a rectangle, P = 2(l + w). Area measures the surface enclosed. The area of a rectangle is length × width. The area of a triangle is ½ × base × height, where the height must be perpendicular to the base.
周长是环绕图形外部的总距离。对于矩形,P = 2(l + w)。面积测量的是围住的表面。矩形的面积是长 × 宽。三角形的面积是 ½ × 底 × 高,其中高必须垂直于底。
The area of a parallelogram is base × perpendicular height, not the slant height. The area of a trapezium is found by averaging the parallel sides and multiplying by the height: A = ½(a + b)h. For volume, think of the space inside a 3D solid. The volume of a cuboid is length × width × height, and volume is measured in cubic units such as cm³ or m³.
平行四边形的面积是底 × 垂直高,而不是斜高。梯形的面积通过取平行边的平均值再乘以高求得:A = ½(a + b)h。对于体积,想想三维体内部的空间。长方体的体积是长 × 宽 × 高,体积以立方单位计量,如 cm³ 或 m³。
9. Statistics: Averages and Charts | 统计:平均数与图表
The mean is calculated by summing all values and dividing by the count. The median is the middle value when data are ordered. The mode is the value that appears most frequently. The range, the difference between the largest and smallest values, measures spread. Outliers can skew the mean, making the median more reliable for uneven distributions.
平均数的计算是将所有数值相加后除以总数。中位数是数据排序后中间的那个值。众数是出现最频繁的值。全距是最大值与最小值之差,用来衡量数据的分散程度。异常值会使平均数偏斜,因此对于不均匀的分布,中位数更为可靠。
Bar charts display categorical data with gaps between bars. Pictograms use symbols to represent quantities, and a key is essential. Pie charts show proportions of a whole, where each sector angle = (category frequency ÷ total frequency) × 360°. Line graphs are used to show change over time.
条形图用于显示类别数据,条形之间有间隔。象形图使用符号表示数量,图例必不可少。饼图显示整体中各部分的比例,每个扇区角度 = (类别频数 ÷ 总频数) × 360°。折线图用来显示随时间的变化。
10. Ratio and Proportion | 比与比例
A ratio compares quantities of the same kind. The ratio 3 : 5 means for every 3 parts of one quantity, there are 5 parts of another. Always simplify ratios by dividing all parts by their HCF. Ratios can be written in the form 1 : n or n : 1, which often makes comparisons easier.
比用来比较同类的量。比 3 : 5 意味着每 3 份的一种量,对应 5 份的另一种量。始终通过所有部分除以它们的 HCF 来化简比。比可以写成 1 : n 或 n : 1 的形式,这通常使比较更容易。
To divide a quantity in a given ratio, find the total number of parts first. For a ratio of 2 : 3, the total is 5 parts. If you are sharing £200, each part is £200 ÷ 5 = £40, so the shares are 2 × £40 = £80 and 3 × £40 = £120. Proportion is when two ratios are equal; you can set up an equation and cross-multiply to solve for an unknown.
按给定比例分配一个量时,首先求出总份数。对于 2 : 3 的比,总份数为 5。如果分 £200,每份是 £200 ÷ 5 = £40,因此分得的份数是 2 × £40 = £80 和 3 × £40 = £120。当两个比相等时就构成比例;你可以建立方程并通过交叉相乘来求解未知数。
11. Coordinates and Graphs | 坐标与图像
Coordinates are written as (x, y), where x is the horizontal position and y is the vertical position. The origin is (0, 0). Moving right increases x; moving up increases y. In all four quadrants, the signs matter: Quadrant I has (+, +), Quadrant II has (−, +), Quadrant III has (−, −), and Quadrant IV has (+, −).
坐标写成 (x, y) 的形式,其中 x 是水平位置,y 是垂直位置。原点是 (0, 0)。向右移动增大 x;向上移动增大 y。在全部四个象限中,符号很重要:第一象限是 (+, +),第二象限是 (−, +),第三象限是 (−, −),第四象限是 (+, −)。
Plotting a linear graph involves creating a table of values, substituting x into the equation to find y, and plotting the coordinate pairs. The equation y = 2x + 1 will produce a straight line. The point where the line crosses the y-axis is the y-intercept; in this case, it is 1. The gradient, or steepness, is the coefficient of x, which is 2.
绘制线性图像包括创建数值表,将 x 代入方程求出 y,并标出坐标点。方程 y = 2x + 1 会生成一条直线。直线与 y 轴相交的点是 y 轴截距;在这个例子中,它是 1。斜率或坡度是 x 的系数,也就是 2。
12. Probability | 概率入门
Probability measures how likely an event is to happen, expressed as a fraction, decimal, or percentage between 0 (impossible) and 1 (certain). The probability of an event = number of favourable outcomes ÷ total number of possible outcomes. All probabilities for a given situation must sum to 1.
概率衡量一个事件发生的可能性,表示为介于 0(不可能)和 1(必然)之间的分数、小数或百分比。事件的概率 = 有利结果的数量 ÷ 可能结果的总数。给定情境下的所有概率之和必须为 1。
The sample space is the set of all possible outcomes. For two events, a sample space diagram can help you count systematically. If the probability of rolling a 3 on a fair six-sided die is ⅙, then the probability of not rolling a 3 is 1 − ⅙ = ⅚. Two events are mutually exclusive if they cannot happen at the same time.
样本空间是所有可能结果的集合。对于两个事件,样本空间图可以帮助你系统地计数。如果在一枚公平的六面骰子上掷出 3 的概率是 ⅙,那么掷不出 3 的概率是 1 − ⅙ = ⅚。如果两个事件不能同时发生,它们就是互斥的。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导