📚 PDF资源导航

IGCSE Mathematics: Functions and Graphs Complete Guide — IGCSE 数学:函数与图像完全指南

一、函数的定义域与值域的基本概念 | Domain and Range of Functions — Fundamental Concepts

函数是 IGCSE 数学中最核心的概念之一。一个函数描述了输入值(自变量 x)与输出值(因变量 y 或 f(x))之间的映射关系。在 IGCSE 课程中,学生需要理解函数的两个基本属性 – 定义域(domain)和值域(range),并能够从函数表达式或图像中准确判断它们。

A function is one of the most fundamental concepts in IGCSE Mathematics. It describes the mapping relationship between an input value (the independent variable x) and an output value (the dependent variable y or f(x)). In the IGCSE curriculum, students are expected to understand two essential properties of a function – its domain and range – and to determine them accurately from the function’s algebraic expression or its graph.

定义域(domain)指的是函数中自变量 x 可以取的所有可能值的集合。对于大多数多项式函数(如 f(x) = x² + 3x – 2),定义域通常是所有实数(ℝ),因为你可以将任何实数代入多项式表达式并得到一个有效的结果。然而,当函数涉及分式或平方根时,定义域就会受到限制。例如,对于 f(x) = 1/(x – 2),x = 2 会使分母为零,因此定义域为 x ≠ 2,即所有实数除了 2。

The domain refers to the set of all possible input values that the independent variable x can take. For most polynomial functions (e.g. f(x) = x² + 3x – 2), the domain is typically all real numbers (ℝ), because you can substitute any real number into a polynomial expression and obtain a valid result. However, when a function involves fractions or square roots, the domain becomes restricted. For example, for f(x) = 1/(x – 2), the value x = 2 would make the denominator zero, so the domain is x ≠ 2, meaning all real numbers except 2.

值域(range)则是函数输出的所有可能值 y 的集合。例如 f(x) = x² 的值域是 y ≥ 0,因为任何实数的平方都是非负数。对于 f(x) = sin x,值域是 -1 ≤ y ≤ 1,因为正弦函数的有界性。在 IGCSE 考试中,学生通常需要从函数图像上直接读取定义域和值域 – 观察图像沿 x 轴延伸的范围即为定义域,沿 y 轴延伸的范围即为值域。

The range is the set of all possible output values y that the function can produce. For instance, the range of f(x) = x² is y ≥ 0, since the square of any real number is non-negative. For f(x) = sin x, the range is -1 ≤ y ≤ 1, reflecting the bounded nature of the sine function. In IGCSE examinations, students are often required to read the domain and range directly from a function’s graph – the extent of the graph along the x-axis gives the domain, while its extent along the y-axis gives the range.

二、复合函数与反函数的构建与计算 | Composite and Inverse Functions — Construction and Computation

复合函数(composite functions)是指将一个函数的输出作为另一个函数的输入。在 IGCSE 考试中,常见的题型是给定 f(x) 和 g(x),要求学生计算 fg(x)(即 f(g(x)))或 gf(x)(即 g(f(x)))。计算复合函数的关键是正确执行代入顺序 – 首先计算内层函数,然后将结果代入外层函数。

Composite functions involve using the output of one function as the input of another. In IGCSE examinations, a common question type is to calculate fg(x) (i.e. f(g(x))) or gf(x) (i.e. g(f(x))) given f(x) and g(x). The key to computing composite functions is to follow the correct order of substitution – first evaluate the inner function, then substitute the result into the outer function.

例如,若 f(x) = 2x + 1 且 g(x) = x²,则 fg(x) = f(g(x)) = f(x²) = 2x² + 1,而 gf(x) = g(f(x)) = g(2x + 1) = (2x + 1)² = 4x² + 4x + 1。注意 fg(x) 和 gf(x) 通常不相等,说明函数复合不满足交换律。IGCSE 扩展卷(Extended)还会涉及反函数(inverse functions)。

For example, if f(x) = 2x + 1 and g(x) = x², then fg(x) = f(g(x)) = f(x²) = 2x² + 1, whereas gf(x) = g(f(x)) = g(2x + 1) = (2x + 1)² = 4x² + 4x + 1. Note that fg(x) and gf(x) are generally not equal, demonstrating that function composition is not commutative. The IGCSE Extended syllabus also covers inverse functions.

反函数 f⁻¹(x) 的作用是”撤销”原函数 f(x) 的效果。若 f(x) = 3x – 4,则其反函数可以通过设 y = 3x – 4,交换 x 和 y 得到 x = 3y – 4,然后解出 y = (x + 4)/3,即 f⁻¹(x) = (x + 4)/3。一个函数要存在反函数,必须是一一映射(one-to-one),即在值域中的每个 y 值只能由定义域中唯一的 x 值对应。在图像上,原函数与其反函数的图像关于直线 y = x 对称 – 这是 IGCSE 考试中经常考查的重要几何性质。

The inverse function f⁻¹(x) “undoes” the effect of the original function f(x). If f(x) = 3x – 4, its inverse can be found by setting y = 3x – 4, swapping x and y to get x = 3y – 4, then solving for y = (x + 4)/3, giving f⁻¹(x) = (x + 4)/3. For a function to have an inverse, it must be one-to-one – meaning each y-value in the range corresponds to exactly one x-value in the domain. Graphically, the original function and its inverse are reflections of each other across the line y = x – an important geometric property frequently tested in IGCSE examinations.

三、一次函数与直线图像的斜率-截距分析 | Linear Functions and Slope-Intercept Analysis of Straight-Line Graphs

一次函数(linear function)是 IGCSE 数学中最基础的函数类型,形式为 y = mx + c,其中 m 代表斜率(gradient),c 代表 y 轴截距(y-intercept)。斜率 m 描述了直线的倾斜程度:m > 0 表示直线从左向右上升,m < 0 表示下降,m = 0 则是水平线。IGCSE 核心卷要求学生能够根据给定的两个点计算斜率,公式为 m = (y₂ - y₁)/(x₂ - x₁)。

A linear function is the most basic type of function in IGCSE Mathematics, taking the form y = mx + c, where m represents the gradient (slope) and c represents the y-intercept. The gradient m describes the steepness of the line: m > 0 indicates the line rises from left to right, m < 0 indicates it falls, and m = 0 gives a horizontal line. The IGCSE Core syllabus requires students to calculate the gradient from two given points using the formula m = (y₂ - y₁)/(x₂ - x₁).

在 IGCSE 扩展卷中,学生还需要掌握直线方程的多种形式,包括点斜式 y – y₁ = m(x – x₁) 和一般式 ax + by + c = 0。其中点斜式在已知一点和斜率的情况下特别有用,而一般式则连接了直线与不等式区域的概念 – 例如 ax + by + c > 0 表示直线某一侧的所有点。两条直线的位置关系也是重要考点:平行线(parallel lines)拥有相同的斜率(m₁ = m₂),而垂直线(perpendicular lines)的斜率之积为 -1(m₁ × m₂ = -1)。

In the IGCSE Extended syllabus, students must also master multiple forms of the straight-line equation, including the point-slope form y – y₁ = m(x – x₁) and the general form ax + by + c = 0. The point-slope form is particularly useful when a point and the gradient are known, while the general form connects to the concept of inequality regions – for example, ax + by + c > 0 represents all points on one side of the line. The relationship between two lines is also an important examination topic: parallel lines share the same gradient (m₁ = m₂), while perpendicular lines have gradients whose product is -1 (m₁ × m₂ = -1).

四、二次函数的图像特征与顶点式转换 | Quadratic Functions — Graph Features and Vertex Form Conversion

二次函数(quadratic function)是 IGCSE 数学中最重要的非线性函数。标准形式为 f(x) = ax² + bx + c(a ≠ 0),其图像是一条抛物线(parabola)。系数 a 决定了抛物线的开口方向:a > 0 时开口向上(∪ 形,有最小值),a < 0 时开口向下(∩ 形,有最大值)。|a| 越大,抛物线越"窄"。

The quadratic function is the most important non-linear function in IGCSE Mathematics. Its standard form is f(x) = ax² + bx + c (a ≠ 0), and its graph is a parabola. The coefficient a determines the direction of opening: a > 0 produces an upward-opening parabola (∪ shape, with a minimum point), while a < 0 produces a downward-opening parabola (∩ shape, with a maximum point). The larger |a| is, the "narrower" the parabola becomes.

IGCSE 考试中经常要求学生将二次函数从标准式转换为顶点式 f(x) = a(x – h)² + k,其中 (h, k) 为抛物线的顶点坐标。转换方法为配方法(completing the square):例如将 f(x) = x² + 6x + 5 改写为 f(x) = (x + 3)² – 9 + 5 = (x + 3)² – 4,因此顶点为 (-3, -4)。这个技巧也直接用于求解二次方程:从 (x + 3)² – 4 = 0 可得 x + 3 = ±2,因此 x = -1 或 x = -5。

IGCSE examinations frequently require students to convert a quadratic from standard form to vertex form f(x) = a(x – h)² + k, where (h, k) is the vertex of the parabola. The conversion method is “completing the square”: for example, rewriting f(x) = x² + 6x + 5 as f(x) = (x + 3)² – 9 + 5 = (x + 3)² – 4, so the vertex is (-3, -4). This technique is also directly applicable to solving quadratic equations: from (x + 3)² – 4 = 0, we get x + 3 = ±2, hence x = -1 or x = -5.

二次函数与 x 轴的交点(即方程 ax² + bx + c = 0 的实根)可以通过判别式 Δ = b² – 4ac 来判断:Δ > 0 时有两个不同实根,抛物线与 x 轴交于两点;Δ = 0 时有一个重根,抛物线与 x 轴相切;Δ < 0 时无实根,抛物线完全在 x 轴上方(a > 0)或下方(a < 0)。在 IGCSE 扩展卷中,学生还需要理解二次不等式及其在图像上的表示。

The intersection points of a quadratic with the x-axis (i.e. the real roots of ax² + bx + c = 0) can be determined using the discriminant Δ = b² – 4ac: Δ > 0 gives two distinct real roots and the parabola crosses the x-axis at two points; Δ = 0 gives one repeated root and the parabola touches the x-axis; Δ < 0 gives no real roots and the parabola lies entirely above (a > 0) or below (a < 0) the x-axis. In the IGCSE Extended syllabus, students also need to understand quadratic inequalities and their graphical representation.

五、指数函数与反比例函数的渐近行为 | Exponential and Reciprocal Functions — Asymptotic Behaviour

指数函数(exponential function)的形式为 f(x) = a·bˣ(b > 0),其中 b 为底数。在 IGCSE 课程中,最常见的指数函数涉及以 2、10 或 e 为底的增长或衰减模型。指数函数的图像具有鲜明的特征:当 b > 1 时,函数快速增长,曲线从接近 x 轴(但永远不触及)开始上升 – x 轴(y = 0)是水平渐近线(horizontal asymptote)。当 x → -∞ 时,y → 0⁺;当 x → +∞ 时,y → +∞。

Exponential functions take the form f(x) = a·bˣ (b > 0), where b is the base. In the IGCSE curriculum, the most common exponential functions involve growth or decay models with bases 2, 10, or e. The graph of an exponential function has distinctive features: when b > 1, the function grows rapidly, with the curve rising from near (but never touching) the x-axis – the x-axis (y = 0) is a horizontal asymptote. As x → -∞, y → 0⁺; as x → +∞, y → +∞.

反比例函数(reciprocal function)的形式为 f(x) = k/x(k ≠ 0),其图像是双曲线(hyperbola)。这类函数在 x = 0 处无定义,y 轴(x = 0)是垂直渐近线(vertical asymptote),x 轴(y = 0)是水平渐近线。当 k > 0 时,曲线位于第一和第三象限;当 k < 0 时,曲线位于第二和第四象限。IGCSE 考试中经常要求学生在给定定义域内绘制这类函数的图像,并标注渐近线。

Reciprocal functions take the form f(x) = k/x (k ≠ 0), and their graphs are hyperbolas. Such functions are undefined at x = 0, where the y-axis (x = 0) acts as a vertical asymptote, while the x-axis (y = 0) is a horizontal asymptote. When k > 0, the curve lies in the first and third quadrants; when k < 0, it lies in the second and fourth quadrants. IGCSE examinations often ask students to sketch graphs of such functions within a given domain and to label the asymptotes.

在 IGCSE 扩展卷中,学生还需要理解指数增长和衰减在实际问题中的应用,如复利计算、人口增长模型和放射性衰变。一个典型的问题是:已知初始人口为 P₀,年增长率为 r%,求 n 年后的人口 P = P₀(1 + r/100)^n。这类应用题要求学生既能建立数学模型,又能利用对数求解时间或增长率。

In the IGCSE Extended syllabus, students also need to understand the application of exponential growth and decay in real-world problems, such as compound interest calculations, population growth models, and radioactive decay. A typical problem is: given an initial population P₀ and an annual growth rate of r%, find the population after n years: P = P₀(1 + r/100)^n. Such applied questions require students both to construct mathematical models and to use logarithms to solve for time or growth rate.

六、三角函数的周期性及其图像特征 | Trigonometric Functions — Periodicity and Graph Features

IGCSE 数学中的三角函数(trigonometric functions)主要包括正弦函数 y = sin x、余弦函数 y = cos x 和正切函数 y = tan x。这三个函数的核心特征是周期性(periodicity):sin x 和 cos x 的周期为 360°(或 2π 弧度),而 tan x 的周期为 180°(或 π 弧度)。在 IGCSE 核心卷中,学生需要能够在 0° 到 360° 范围内绘制这些函数的图像,并识别其关键特征。

The trigonometric functions covered in IGCSE Mathematics primarily include the sine function y = sin x, the cosine function y = cos x, and the tangent function y = tan x. The defining characteristic of these three functions is their periodicity: sin x and cos x have a period of 360° (or 2π radians), while tan x has a period of 180° (or π radians). In the IGCSE Core syllabus, students are expected to sketch the graphs of these functions over the range 0° to 360° and to identify their key features.

正弦曲线与余弦曲线具有相同的形状,只是余弦曲线向左平移了 90°:即 cos x = sin(x + 90°)。两者的取值范围(值域)均在 -1 到 1 之间 – 振幅(amplitude)为 1。正切函数的图像则完全不同:它在 x = 90°, 270° 等处有垂直渐近线(这些点处 cos x = 0,导致 tan x = sin x / cos x 无定义),曲线在这些渐近线之间从 -∞ 跳变到 +∞。

The sine and cosine curves share the same shape, with the cosine curve shifted 90° to the left relative to the sine curve: that is, cos x = sin(x + 90°). Both have a range of -1 to 1 – their amplitude is 1. The tangent function’s graph is entirely different: it has vertical asymptotes at x = 90°, 270°, etc. (where cos x = 0, making tan x = sin x / cos x undefined), and the curve jumps from -∞ to +∞ between these asymptotes.

IGCSE 扩展卷还要求学生能够解三角函数方程,例如在 0° ≤ x ≤ 360° 范围内求解 sin x = 0.5。这类方程通常有多个解,因为三角函数的周期性意味着每个方程在给定范围内可能有 2 个甚至更多的解。学生需要利用 CAST 图(四象限规则)或三角函数的图像来找到所有的解,并按照要求给出精确值(如 30°, 150°)或保留根号形式的精确值。

The IGCSE Extended syllabus also requires students to solve trigonometric equations, such as finding all solutions to sin x = 0.5 in the range 0° ≤ x ≤ 360°. Such equations typically have multiple solutions, because the periodic nature of trigonometric functions means each equation can have two or more solutions within a given interval. Students must use the CAST diagram (quadrant rules) or the graphs of the trigonometric functions to find all solutions, giving exact values where required (e.g. 30°, 150°) or leaving answers in surd form.

七、图像变换:平移、反射、拉伸与压缩的系统方法 | Graph Transformations — A Systematic Approach to Translations, Reflections, Stretches and Compressions

图像变换(graph transformations)是 IGCSE 扩展卷中的必考内容。学生需要掌握四种基本变换类型,每种都有明确的函数表达式规则。平移(translation):f(x) + a 将图像向上平移 a 个单位,f(x + a) 将图像向左平移 a 个单位(注意符号方向:f(x + 2) 向左平移,不是向右)。在 x 方向的平移与直觉相反 – 这是学生最容易出错的考点。

Graph transformations are a compulsory topic in the IGCSE Extended syllabus. Students need to master four basic types of transformation, each with a clear algebraic rule. Translation: f(x) + a shifts the graph upward by a units, while f(x + a) shifts the graph leftward by a units (note the direction: f(x + 2) moves left, not right). Translations in the x-direction are counter-intuitive – this is the point where students most frequently make errors.

反射(reflection):-f(x) 将图像关于 x 轴反射,f(-x) 将图像关于 y 轴反射。拉伸与压缩(stretch / compression):a·f(x) 将图像沿 y 轴方向拉伸 a 倍(a > 1 为拉伸,0 < a < 1 为压缩),f(ax) 将图像沿 x 轴方向压缩 1/a 倍(a > 1 为水平压缩,0 < a < 1 为水平拉伸)。这些变换可以组合使用,但必须按照正确的顺序进行 - 通常先处理 x 方向(内部)的变换,再处理 y 方向(外部)的变换。

Reflection: -f(x) reflects the graph across the x-axis, while f(-x) reflects it across the y-axis. Stretch and compression: a·f(x) stretches the graph vertically by a factor of a (a > 1 for stretch, 0 < a < 1 for compression), while f(ax) compresses the graph horizontally by a factor of 1/a (a > 1 for horizontal compression, 0 < a < 1 for horizontal stretch). These transformations can be combined, but they must be applied in the correct order - typically, transformations in the x-direction (inside the function) are applied first, followed by those in the y-direction (outside the function).

IGCSE 考试中常见的综合题型是:描述 y = 2f(x – 3) + 1 相对于 y = f(x) 的变换。正确的解读是:先将原图像向右平移 3 个单位(得到 f(x – 3)),然后沿 y 轴拉伸 2 倍(得到 2f(x – 3)),最后向上平移 1 个单位(得到 2f(x – 3) + 1)。另一道经典题为给定变换后的函数表达式,要求学生反向推导原函数 – 这是对变换概念的深度检验。

A common composite question in IGCSE examinations is: describe the transformation of y = 2f(x – 3) + 1 relative to y = f(x). The correct interpretation is: first translate the original graph 3 units to the right (giving f(x – 3)), then stretch vertically by a factor of 2 (giving 2f(x – 3)), and finally translate upward by 1 unit (giving 2f(x – 3) + 1). Another classic question type gives a transformed function expression and asks students to work backwards to deduce the original function – a deep test of transformation concepts.

八、利用函数图像求解方程与不等式的数值方法 | Solving Equations and Inequalities Graphically — Numerical Methods

在 IGCSE 数学中,函数图像的实用价值之一在于可以用来估算方程的解。当方程无法用代数方法精确求解时(如超越方程 eˣ = x + 3),学生可以绘制两条曲线的图像 – y = eˣ 和 y = x + 3 – 并寻找它们的交点。交点的 x 坐标即为方程 eˣ – x – 3 = 0 的近似解。IGCSE 考试中通常要求精确到小数点后一位或两位。

One of the practical applications of function graphs in IGCSE Mathematics is their use in estimating solutions to equations. When an equation cannot be solved algebraically in exact form (such as the transcendental equation eˣ = x + 3), students can plot the graphs of two curves – y = eˣ and y = x + 3 – and find their intersection points. The x-coordinates of these intersection points give approximate solutions to the equation eˣ – x – 3 = 0. IGCSE examinations typically require answers to one or two decimal places of accuracy.

同样的方法可以用于解不等式。例如,要解不等式 x² > 2x + 3,可以先绘制 y = x² 和 y = 2x + 3 的图像,然后观察在哪些 x 范围内抛物线位于直线上方。这种方法比代数方法更直观,特别适合检验代数计算结果。IGCSE 考试中经常要求学生先通过代数方法(因式分解)精确求解方程 x² – 2x – 3 = 0 得到 x = -1 和 x = 3,再结合图像判断解不等式 x² > 2x + 3 得到 x < -1 或 x > 3。

The same approach can be applied to solving inequalities. For example, to solve x² > 2x + 3, one can plot y = x² and y = 2x + 3, then observe the ranges of x for which the parabola lies above the straight line. This method is more intuitive than the algebraic approach and is particularly useful for verifying algebraic solutions. IGCSE examinations often ask students first to solve the equation x² – 2x – 3 = 0 algebraically (via factorisation) to obtain x = -1 and x = 3, and then to use the graph to determine that the inequality x² > 2x + 3 holds for x < -1 or x > 3.

此外,IGCSE 扩展卷还要求掌握使用迭代法(iteration)通过图像逼近方程的根。典型题型为:给出递推公式 x_{n+1} = g(x_n) 和初始值 x₀,绘制 y = x 和 y = g(x) 的图像,利用”蛛网图”(cobweb diagram)在两条曲线之间画阶梯线来观察迭代的收敛过程。这类题目既考察图像理解能力,也考察数值方法的逻辑思维。

Additionally, the IGCSE Extended syllabus requires mastery of iteration methods for approximating roots of equations using graphs. A typical question involves a recurrence formula x_{n+1} = g(x_n) and an initial value x₀, where students plot y = x and y = g(x) and use a “cobweb diagram” to draw staircase steps between the two curves to observe the convergence of the iteration. Such questions test both graphical understanding and the logical thinking behind numerical methods.

九、IGCSE 函数章节常见错误与高分策略 | Common Mistakes and High-Scoring Strategies in IGCSE Functions

在 IGCSE 数学考试中,函数章节的失分往往源于一些反复出现的典型错误。了解这些陷阱并掌握相应的避错策略,可以有效提升考试成绩。以下总结了六个最常见的错误类型及其纠正方法。

In IGCSE Mathematics examinations, marks are often lost in the functions topic due to a set of recurring typical errors. Understanding these pitfalls and mastering the corresponding avoidance strategies can effectively boost examination performance. Below are six of the most common error types and their corrections.

错误一:混淆 fg(x) 与 gf(x) 的计算顺序。很多学生在计算复合函数时颠倒了代入顺序。正确的做法是:fg(x) 表示先执行 g,再将结果代入 f,即 f(g(x))。建立从右向左阅读的习惯 – 最靠近 x 的函数最先执行。

Mistake 1: Confusing the order of computation for fg(x) vs gf(x). Many students reverse the order of substitution when computing composite functions. The correct approach: fg(x) means apply g first, then substitute the result into f, i.e. f(g(x)). Develop the habit of reading from right to left – the function closest to x is applied first.

错误二:反函数定义域未说明。求反函数时只写出表达式而不注明其定义域。由于原函数的值域等于反函数的定义域,学生应养成在写出 f⁻¹(x) 后立即标注其定义域的习惯。例如,若 f(x) = x²(x ≥ 0),则 f⁻¹(x) = √x(x ≥ 0)。

Mistake 2: Failing to state the domain of the inverse function. When finding an inverse function, students often write only the expression without specifying its domain. Since the range of the original function equals the domain of the inverse, students should develop the habit of immediately annotating the domain after writing f⁻¹(x). For example, if f(x) = x² (x ≥ 0), then f⁻¹(x) = √x (x ≥ 0).

错误三:图像变换方向判断失误。f(x + 2) 是向左平移 2 个单位,不是向右 – 这是 IGCSE 考试中最经典的错误。记忆口诀:”x 方向变换与直觉相反”(inside does the opposite)。f(2x) 是水平压缩到原来的 1/2,而不是拉伸。

Mistake 3: Misjudging the direction of graph transformations. f(x + 2) is a translation 2 units to the left, not to the right – this is the classic error in IGCSE examinations. Memory aid: “transformations in the x-direction do the opposite of what you expect” (inside does the opposite). f(2x) is a horizontal compression by a factor of 1/2, not a stretch.

错误四:二次函数配方法中符号错误。在完成 x² + bx 的配方时,应加 (b/2)² 并减去相同的值。常见错误是只在表达式的一侧添加平方项而忘记平衡。建议在每一步都写出完整的等式,而不是心算跳跃步骤。

Mistake 4: Sign errors when completing the square for quadratics. When completing the square for x² + bx, one should add (b/2)² and subtract the same value. A common error is adding the squared term only on one side of the expression without balancing. It is recommended to write out the full equation at every step rather than skipping steps through mental arithmetic.

高分策略一:善用图像验证。对于解方程和不等式的题目,即使题目不要求画图,快速绘制草图也能帮助验证代数结果。特别是对于二次不等式,图像能一目了然地展示解集区间。

Strategy 1: Use graphs for verification. For equation-solving and inequality questions, even when sketching is not explicitly required, a quick sketch can help verify algebraic results. This is especially true for quadratic inequalities, where a graph clearly shows the solution intervals at a glance.

高分策略二:精确值优于近似值。在 IGCSE 扩展卷中,只要题目允许,优先保留根号或 π 形式的精确值。将最终答案化简为最简形式 – 约分分数、化简根号(如 √12 = 2√3)、按字母顺序排列项。

Strategy 2: Exact values are better than approximations. In the IGCSE Extended paper, whenever the question permits, prefer leaving answers in exact surd or π form. Simplify final answers to their simplest form – reduce fractions, simplify surds (e.g. √12 = 2√3), and order terms alphabetically.

Summary | 总结

函数是 IGCSE 数学课程中连接代数、几何与数据分析的桥梁性主题。从基本的定义域和值域概念,到复合函数与反函数的运算,再到一次函数、二次函数、指数函数、三角函数等具体函数类型的图像与性质,最后到图像变换和方程求解的实际应用 – 这一完整的知识链条构成了 IGCSE 数学考试中分值最重、考查最广的知识板块之一。掌握函数不仅是为了应对考试,更是为 A-Level 数学和未来 STEM 领域的学习奠定坚实的基础。

Functions serve as a bridging topic in the IGCSE Mathematics curriculum, connecting algebra, geometry, and data analysis. From the basic concepts of domain and range, through the computation of composite and inverse functions, to the graphs and properties of specific function types – linear, quadratic, exponential, and trigonometric – and finally to the practical applications of graph transformations and equation solving, this complete knowledge chain forms one of the highest-weight and most extensively examined topic areas in IGCSE Mathematics. Mastering functions is not only essential for examination success but also lays a solid foundation for A-Level Mathematics and future studies in STEM fields.

更多咨询请联系16621398022(同微信)

Comments

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

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

Exit mobile version