📚 G-4 Teacher’s Guide | G-4教师用书精讲
This comprehensive guide addresses the core mathematical concepts covered in the G-4 Teacher’s Edition, focusing on algebraic manipulation, coordinate geometry, and problem-solving strategies essential for IGCSE success.
本指南全面讲解G-4教师用书所涵盖的核心数学概念,重点包括代数运算、坐标几何以及IGCSE考试中至关重要的解题策略。
1. Algebraic Essentials | 代数基础精要
The foundation of G-4 begins with mastering algebraic notation and operations. Students must be fluent in expanding brackets, factoring expressions, and manipulating algebraic fractions before advancing to more complex topics.
G-4的基础始于对代数符号和运算的熟练掌握。学生在深入学习更复杂的主题之前,必须能够熟练地展开括号、因式分解表达式以及处理代数分式。
- Expanding double brackets: (x + a)(x + b) = x² + (a + b)x + ab
- Factoring quadratics: Identify two numbers that multiply to give the constant term and add to give the coefficient of x
- Difference of two squares: a² − b² = (a + b)(a − b)
关键公式:展开双括号时,一次项系数为两个常数之和,常数项为两个常数之积。因式分解是反向操作,需寻找满足乘法与加法条件的两个数。
When expanding expressions like (3x + 2)(x − 5), apply the distributive property systematically: 3x × x = 3x², 3x × (−5) = −15x, 2 × x = 2x, 2 × (−5) = −10. Combine like terms to obtain 3x² − 13x − 10.
当展开诸如(3x + 2)(x − 5)的表达式时,需要系统性地运用分配律:3x × x = 3x²,3x × (−5) = −15x,2 × x = 2x,2 × (−5) = −10。合并同类项后得到3x² − 13x − 10。
2. Linear Equations and Inequalities | 线性方程与不等式
Solving linear equations requires maintaining balance on both sides of the equality sign. The G-4 text emphasizes a systematic approach to isolating the variable.
解线性方程需要保持等号两侧的平衡。G-4教材强调以系统化的方法来分离变量。
General strategy: remove brackets → eliminate fractions → collect variable terms → isolate the variable
一般解题策略:去括号 → 去分母 → 移项合并 → 系数化为1
For inequalities, the critical rule states that multiplying or dividing both sides by a negative number reverses the inequality sign. For example, −2x > 6 becomes x < −3 after dividing by −2.
对于不等式,关键法则是:当两边同时乘以或除以一个负数时,不等号方向必须反转。例如,−2x > 6 在除以−2后变为 x < −3。
3. Quadratic Equations | 二次方程
The G-4 Teacher’s Guide dedicates substantial attention to quadratic equations in three forms: factorised, complete-the-square, and quadratic formula representations.
G-4教师用书对二次方程的三种解法给予了充分重视:因式分解法、配方法以及二次公式法。
To solve x² + 6x + 5 = 0 by factoring, find two numbers that multiply to 5 and add to 6, giving (x + 1)(x + 5) = 0. Therefore, x = −1 or x = −5.
用因式分解法解x² + 6x + 5 = 0,需找到两个数相乘得5、相加得6,即(x + 1)(x + 5) = 0,因此x = −1或x = −5。
Quadratic formula: x = (−b ± √(b² − 4ac)) / 2a
二次公式:x = (−b ± √(b² − 4ac)) / 2a
The discriminant b² − 4ac determines the nature of roots: positive values yield two distinct real roots, zero yields one repeated root, and negative values yield no real roots.
判别式b² − 4ac决定了根的性质:正值产生两个不等实根,零产生一个重根,负值则没有实数根。
4. Simultaneous Equations | 联立方程组
Solving simultaneous linear equations can be achieved through substitution or elimination methods. The G-4 curriculum expects fluency in both approaches.
解联立线性方程组可通过代入法或消元法实现。G-4课程要求学生熟练掌握这两种方法。
Example: Solve 2x + y = 7 and 3x − y = 8. Adding the equations eliminates y: 5x = 15, so x = 3. Substituting back gives y = 1.
示例:解方程组2x + y = 7和3x − y = 8。将两式相加消去y:5x = 15,得x = 3。代回原式得y = 1。
When one equation is linear and the other quadratic, substitution is preferred. Substitute the linear expression into the quadratic equation, generating a solvable quadratic equation.
当方程组中一个为线性方程、另一个为二次方程时,宜采用代入法。将线性表达式代入二次方程,生成一个可解的二次方程。
5. Coordinate Geometry | 坐标几何
Coordinate geometry connects algebra to geometry through the Cartesian plane. The G-4 guide covers midpoint, distance, and gradient calculations comprehensively.
坐标几何通过笛卡尔平面将代数与几何联系起来。G-4教师用书全面涵盖了中点、距离和斜率的计算。
- Midpoint: ((x₁ + x₂)/2, (y₁ + y₂)/2)
- Distance: √((x₂ − x₁)² + (y₂ − y₁)²)
- Gradient: (y₂ − y₁)/(x₂ − x₁)
中点公式:((x₁ + x₂)/2, (y₁ + y₂)/2);距离公式:√((x₂ − x₁)² + (y₂ − y₁)²);斜率公式:(y₂ − y₁)/(x₂ − x₁)。
The equation of a straight line can be expressed in the form y = mx + c, where m represents the gradient and c represents the y-intercept. Alternatively, the point-slope form y − y₁ = m(x − x₁) is useful when the gradient and one point are known.
直线方程可用y = mx + c表示,其中m为斜率,c为y轴截距。当已知斜率和直线上一点时,点斜式y − y₁ = m(x − x₁)更为便捷。
6. Graphs of Functions | 函数图像
Understanding function graphs is essential for visualising mathematical relationships. The G-4 book systematically introduces linear, quadratic, cubic, and reciprocal graphs.
理解函数图像对于将数学关系可视化至关重要。G-4教材系统性地介绍了线性图、二次图、三次图和反比例图。
Linear functions y = mx + c produce straight-line graphs. Quadratic functions y = ax² + bx + c produce parabolic curves that open upward when a > 0 and downward when a < 0. The vertex of the parabola occurs at x = −b/(2a).
线性函数y = mx + c产生直线图像。二次函数y = ax² + bx + c产生抛物线,当a > 0时开口向上,当a < 0时开口向下。抛物线的顶点位于x = −b/(2a)处。
Transformation of graphs involves vertical shifts (y = f(x) + k), horizontal shifts (y = f(x − h)), vertical stretches (y = kf(x)), and reflections (y = −f(x) for x-axis reflection, y = f(−x) for y-axis reflection).
图像变换包括垂直平移(y = f(x) + k)、水平平移(y = f(x − h))、垂直伸缩(y = kf(x))以及反射变换(y = −f(x)为关于x轴对称,y = f(−x)为关于y轴对称)。
7. Sequences and Series | 数列与级数
The study of sequences reveals patterns in mathematics. G-4 focuses on arithmetic and geometric progressions, requiring students to identify common differences and common ratios respectively.
数列的研究揭示了数学中的规律。G-4的重点是等差数列和等比数列,要求学生分别识别公差和公比。
Arithmetic: aₙ = a₁ + (n − 1)d | Geometric: aₙ = a₁r⁽ⁿ⁻¹⁾
等差数列:aₙ = a₁ + (n − 1)d | 等比数列:aₙ = a₁r⁽ⁿ⁻¹⁾
The sum of an arithmetic series is given by Sₙ = n/2(a₁ + aₙ) or Sₙ = n/2[2a₁ + (n − 1)d]. For geometric series, the sum formula is Sₙ = a₁(1 − rⁿ)/(1 − r) when r ≠ 1.
等差数列求和公式为Sₙ = n/2(a₁ + aₙ)或Sₙ = n/2[2a₁ + (n − 1)d]。等比数列的求和公式为Sₙ = a₁(1 − rⁿ)/(1 − r),其中r ≠ 1。
8. Mensuration | 度量几何
Mensuration involves calculating areas, volumes, and surface areas of geometric shapes. The G-4 guide presents these formulas systematically with practical applications.
度量几何涉及计算几何图形的面积、体积和表面积。G-4教师用书系统性地列出了这些公式并结合实际应用进行讲解。
| Shape | Area Formula | 图形 | 面积公式 |
| Circle | πr² | 圆 | πr² |
| Trapezium | ½(a + b)h | 梯形 | ½(a + b)h |
| Cylinder (volume) | πr²h | 圆柱体(体积) | πr²h |
| Sphere (volume) | ⁴⁄₃πr³ | 球体(体积) | ⁴⁄₃πr³ |
When calculating the surface area of a cylinder, remember to add the areas of both circular ends and the curved surface: 2πr² + 2πrh. This formula frequently appears in both Paper 2 and Paper 4 examinations.
计算圆柱体表面积时,需将两个圆形底面的面积与侧面积相加:2πr² + 2πrh。此公式在试卷2和试卷4中经常出现。
9. Trigonometry | 三角学
Trigonometry establishes relationships between angles and side lengths in triangles. The G-4 core content includes sine, cosine, and tangent ratios for right-angled triangles, accompanied by key angle values that must be memorised.
三角学建立三角形中角度与边长之间的关系。G-4核心内容包括直角三角形中的正弦、余弦和正切比,以及必须牢记的关键角度值。
sin θ = opposite/hypotenuse | cos θ = adjacent/hypotenuse | tan θ = opposite/adjacent
sin θ = 对边/斜边 | cos θ = 邻边/斜边 | tan θ = 对边/邻边
The sine rule (a/sin A = b/sin B = c/sin C) and cosine rule (a² = b² + c² − 2bc·cos A) extend trigonometry to non-right-angled triangles, a vital extension for IGCSE examinations.
正弦定理(a/sin A = b/sin B = c/sin C)和余弦定理(a² = b² + c² − 2bc·cos A)将三角学扩展至非直角三角形,这是IGCSE考试的重要内容。
Key angle values to memorise include sin θ for θ = 0°, 30°, 45°, 60°, 90° producing 0, ½, √2/2, √3/2, 1 respectively. The corresponding cosine values are in reverse order.
需牢记的关键角度值包括:sin 0° = 0,sin 30° = ½,sin 45° = √2/2,sin 60° = √3/2,sin 90° = 1。对应的余弦值顺序相反。
10. Probability and Statistics | 概率与统计
Probability measures the likelihood of events occurring, while statistics involves collecting, analysing, and interpreting data. The G-4 Teacher’s Guide presents these topics with emphasis on real-world applications.
概率衡量事件发生的可能性,统计涉及收集、分析和解释数据。G-4教师用书在讲解这些主题时强调其在现实世界中的应用。
For probability, the fundamental principle states that P(event) = favourable outcomes/total possible outcomes. When events are independent, their combined probability is the product of individual probabilities: P(A and B) = P(A) × P(B).
概率的基本原则为:P(事件) = 有利结果数/总可能结果数。当事件相互独立时,组合概率等于各概率之积:P(A且B) = P(A) × P(B)。
Statistical measures include mean (average), median (middle value), and mode (most frequent value). For grouped data, the mean is approximated using midpoints of class intervals, and histograms represent frequency distributions.
统计量包括均值(平均数)、中位数(中间值)和众数(出现最多的值)。对于分组数据,使用组中值来近似计算均值,直方图用于表示频数分布。
11. Vectors | 向量
Vectors encode both magnitude and direction, distinguishing them from scalar quantities. The G-4 curriculum covers vector addition, subtraction, scalar multiplication, and their geometric interpretations.
向量同时包含大小和方向,这是与标量的根本区别。G-4课程涵盖向量的加法、减法、数乘及其几何意义。
A vector represented by position vector (a, b) corresponds to movement a units horizontally and b units vertically. Adding vectors involves component-wise addition: (a, b) + (c, d) = (a + c, b + d).
用位置向量(a, b)表示的向量对应于水平移动a个单位、垂直移动b个单位。向量加法按分量进行:(a, b) + (c, d) = (a + c, b + d)。
Scalar multiplication k(a, b) = (ka, kb) stretches the vector by factor k. When k is negative, the direction reverses. The magnitude of vector (a, b) is calculated as √(a² + b²).
数乘k(a, b) = (ka, kb)将向量伸缩k倍。当k为负数时,方向反转。向量(a, b)的模长计算公式为√(a² + b²)。
12. Problem-Solving Strategies | 解题策略
The G-4 Teacher’s Guide concludes with integrated problem-solving strategies that prepare students for examination-style questions requiring multi-step reasoning.
G-4教师用书最后总结了综合解题策略,帮助学生应对需要多步骤推理的考试题型。
- Read the question carefully and identify the given information
- Determine the required output and select the appropriate formula or method
- Show all working steps systematically, as marks are awarded for method
- Check answers by substituting back into the original equation or verifying reasonableness
- Practice past paper questions to familiarise yourself with question formats
仔细审题,明确已知条件。确定所求目标并选择恰当的公式或方法。规范书写每一步解题过程,因为步骤分在考试中至关重要。将答案代回原方程验算,或检查结果的合理性。多做历年真题,熟悉各类题型的出题方式。
Time management during examinations is crucial. Allocate approximately 1.5 minutes per mark, and do not spend excessive time on any single question. Attempt every question, as partial credit can significantly boost the final grade.
考试中的时间管理至关重要。建议每题约花费1.5分钟,不要在单题上过度耗时。务必尝试回答每一题,因为部分步骤分能显著提升最终成绩。
Published by TutorHao | 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