一、什么是函数?从映射关系理解函数本质 | What Is a Function? Understanding Functions Through Mappings
在IGCSE数学中,函数是连接输入值与输出值的规则 – 每个输入值(x)对应唯一确定的输出值(y)。可以把函数想象成一台”数字机器”:你投入一个数字,经过特定运算,机器输出另一个数字。例如,函数 f(x) = 2x + 3 表示”输入乘以2再加3″,输入4得到11,输入-1得到1。IGCSE考纲要求你熟练掌握函数的定义、记号、定义域与值域、复合函数与反函数、以及图像变换。
In IGCSE Mathematics, a function is a rule that connects an input value to an output value – every input (x) maps to exactly one unique output (y). You can think of a function as a “number machine”: you feed in a number, it performs a specific operation, and it outputs another number. For example, the function f(x) = 2x + 3 means “multiply the input by 2 and add 3”: input 4 gives 11, input -1 gives 1. The IGCSE syllabus requires you to master function definitions, notation, domain and range, composite and inverse functions, and graph transformations.
函数的严格定义包含两个关键条件:第一,定义域中的每一个元素都必须有对应的输出值(不允许”遗漏”);第二,每个输入只能对应一个输出(不允许”一对多”)。如果一条规则允许同一个输入产生两个不同的输出,那它就不是函数。例如,y² = x 就定义了一个多值关系而非函数,因为输入 x = 4 对应 y = 2 和 y = -2 两个输出。
The rigorous definition of a function includes two key conditions: first, every element in the domain must have a corresponding output (no “gaps” allowed); second, each input must map to exactly one output (no “one-to-many” mappings). If a rule allows the same input to produce two different outputs, it is not a function. For example, y² = x defines a multi-valued relation rather than a function, because the input x = 4 corresponds to two outputs: y = 2 and y = -2.
在IGCSE考试中,你可能会遇到”垂直直线测试”(Vertical Line Test)的概念:在坐标系中画一条垂直线,如果这条线与图形相交超过一次,则该图形不代表函数。这一直观方法在CIE IGCSE 0580和0607考卷中频繁出现,通常结合图像识别题考察。
In IGCSE exams, you may encounter the “Vertical Line Test”: draw a vertical line through a graph; if the line intersects the graph more than once, the graph does not represent a function. This intuitive method appears frequently in CIE IGCSE 0580 and 0607 papers, usually combined with graph recognition questions.
二、函数记号 f(x):读写方法与代入计算 | Function Notation f(x): Reading, Writing, and Substitution
函数记号 f(x) 读作”f of x”,表示名为 f 的函数以 x 为输入变量。注意 f(x) 不表示 f 乘以 x – 这是许多初学者的常见误区。括号内的字母是自变量,可以是任何字母:g(t) 表示以 t 为输入,h(θ) 表示以 θ 为输入。在IGCSE考试中,你最常见到的形式是 f(x)、g(x) 和 h(x)。
Function notation f(x) is read as “f of x” and means a function named f with x as the input variable. Note that f(x) does NOT mean f multiplied by x – this is a common beginner mistake. The letter inside the parentheses is the independent variable and can be any letter: g(t) means t is the input, h(θ) means θ is the input. In IGCSE exams, you will most commonly see the forms f(x), g(x), and h(x).
代入计算是IGCSE函数部分最基础的技能。给定 f(x) = 3x² – 2x + 5,求 f(4):将式中所有 x 替换为 4 – f(4) = 3(4)² – 2(4) + 5 = 3(16) – 8 + 5 = 48 – 8 + 5 = 45。如果输入包含代数表达式,例如求 f(a+1) = 3(a+1)² – 2(a+1) + 5 = 3(a² + 2a + 1) – 2a – 2 + 5 = 3a² + 6a + 3 – 2a + 3 = 3a² + 4a + 6。这类”代数代入题”是CIE IGCSE Extended卷中的常见题型。
Substitution is the most fundamental skill in the IGCSE functions topic. Given f(x) = 3x² – 2x + 5, evaluate f(4): replace every x with 4 – f(4) = 3(4)² – 2(4) + 5 = 3(16) – 8 + 5 = 48 – 8 + 5 = 45. If the input contains an algebraic expression, for example f(a+1) = 3(a+1)² – 2(a+1) + 5 = 3(a² + 2a + 1) – 2a – 2 + 5 = 3a² + 6a + 3 – 2a + 3 = 3a² + 4a + 6. These “algebraic substitution questions” are standard in CIE IGCSE Extended papers.
一题常见考题形式是:已知 f(x) = px + q,且 f(2) = 7,f(-1) = -2,求 p 和 q。解法是建立方程组:2p + q = 7 和 -p + q = -2。相减得 3p = 9,即 p = 3;代入得 q = 1。因此 f(x) = 3x + 1。此类题目测试学生将函数记号转化为方程求解的能力。
A common exam question format: given f(x) = px + q, and f(2) = 7, f(-1) = -2, find p and q. The approach is to set up simultaneous equations: 2p + q = 7 and -p + q = -2. Subtracting gives 3p = 9, so p = 3; substituting back gives q = 1. Therefore f(x) = 3x + 1. This type of question tests the ability to translate function notation into equation-solving.
三、定义域与值域:函数可以取哪些值? | Domain and Range: What Values Can Functions Take?
定义域(Domain)是函数所有允许的输入值的集合 – 即你能”放入”函数的所有 x 值。值域(Range)是函数所有可能输出值的集合 – 即函数能”产生”的所有 f(x) 值。在IGCSE中,定义域通常以集合记号或不等式给出,例如 “x ∈ ℝ, x > 2″ 表示所有大于2的实数,”x ∈ ℤ, -3 ≤ x ≤ 3” 表示-3到3之间的所有整数。
The domain is the set of all allowed input values for a function – all the x-values you can “put into” the function. The range is the set of all possible output values – all the f(x)-values the function can “produce.” In IGCSE, domains are typically given using set notation or inequalities, for example “x ∈ ℝ, x > 2” means all real numbers greater than 2, and “x ∈ ℤ, -3 ≤ x ≤ 3” means all integers from -3 to 3 inclusive.
求函数的值域需要结合定义域分析函数图像或表达式。例如,f(x) = x² – 4,定义域为 x ∈ ℝ,则值域为 f(x) ≥ -4(因为 x² 的最小值为0,所以 x² – 4 的最小值为 -4)。如果定义域限制为 -1 ≤ x ≤ 2,则需要检查端点值和顶点值:f(-1) = -3,f(0) = -4,f(2) = 0,因此值域为 -4 ≤ f(x) ≤ 0。IGCSE经常通过函数图像来测试值域的判断。
To find a function’s range, you need to analyze its graph or expression together with its domain. For example, f(x) = x² – 4 with domain x ∈ ℝ gives range f(x) ≥ -4 (since the minimum of x² is 0, the minimum of x² – 4 is -4). If the domain is restricted to -1 ≤ x ≤ 2, check the endpoints and vertex: f(-1) = -3, f(0) = -4, f(2) = 0, so the range is -4 ≤ f(x) ≤ 0. IGCSE frequently tests range determination through function graphs.
现实情境中的定义域限制也很重要。例如,一个函数 A(r) = πr² 表示半径为 r 的圆的面积。尽管数学上 r 可以是任意实数,但现实中半径不能为负数,因此实际定义域为 r > 0。IGCSE应用题中经常出现这类”现实定义域”(practical domain)的考察。
Domain restrictions in real-world contexts are also important. For example, the function A(r) = πr² gives the area of a circle with radius r. Although mathematically r can be any real number, a radius cannot be negative in reality, so the practical domain is r > 0. These “practical domain” questions appear regularly in IGCSE application problems.
四、复合函数:当一个函数的输出成为另一个函数的输入 | Composite Functions: When One Function’s Output Becomes Another’s Input
复合函数是将两个或多个函数串联使用的操作。fg(x) 读作”f of g of x”,表示先将 x 输入 g,再将 g(x) 的结果输入 f。运算顺序是从右到左 – 先执行最内层的函数。具体来说,fg(x) = f(g(x)),即先计算 g(x),再将结果代入 f。注意 fg(x) 和 gf(x) 通常不相等:函数的复合不满足交换律。
A composite function combines two or more functions in sequence. fg(x) is read as “f of g of x” and means: first input x into g, then take the result g(x) and input it into f. The order of operations goes from right to left – execute the innermost function first. Specifically, fg(x) = f(g(x)): first compute g(x), then substitute the result into f. Note that fg(x) and gf(x) are generally NOT equal: function composition is not commutative.
IGCSE典型例题:已知 f(x) = 2x + 1,g(x) = x² – 3,求 fg(x) 和 gf(x)。解法:fg(x) = f(g(x)) = f(x² – 3) = 2(x² – 3) + 1 = 2x² – 6 + 1 = 2x² – 5。gf(x) = g(f(x)) = g(2x + 1) = (2x + 1)² – 3 = 4x² + 4x + 1 – 3 = 4x² + 4x – 2。可以看出 fg(x) ≠ gf(x)。考题还可能要求你求复合函数的特定值:例如求 fg(2) = 2(2²) – 5 = 8 – 5 = 3,或者先算 g(2) = 1 再算 f(1) = 3。
Typical IGCSE example: given f(x) = 2x + 1 and g(x) = x² – 3, find fg(x) and gf(x). Solution: fg(x) = f(g(x)) = f(x² – 3) = 2(x² – 3) + 1 = 2x² – 6 + 1 = 2x² – 5. gf(x) = g(f(x)) = g(2x + 1) = (2x + 1)² – 3 = 4x² + 4x + 1 – 3 = 4x² + 4x – 2. You can see that fg(x) ≠ gf(x). Exam questions may also ask for a specific value of a composite function: for example, fg(2) = 2(2²) – 5 = 8 – 5 = 3, or compute step by step: g(2) = 1 then f(1) = 3.
复合函数也可以”逆向分解”:已知 fg(x) = 6x – 4 且 g(x) = 2x + 1,求 f(x)。思路:fg(x) = f(2x + 1) = 6x – 4。令 u = 2x + 1,则 x = (u – 1) / 2。代入得 f(u) = 6((u – 1) / 2) – 4 = 3(u – 1) – 4 = 3u – 7。因此 f(x) = 3x – 7。这种”反向复合”题目是IGCSE扩展难度的标志性题型。
Composite functions can also be “decomposed in reverse”: given fg(x) = 6x – 4 and g(x) = 2x + 1, find f(x). Approach: fg(x) = f(2x + 1) = 6x – 4. Let u = 2x + 1, then x = (u – 1) / 2. Substitute: f(u) = 6((u – 1) / 2) – 4 = 3(u – 1) – 4 = 3u – 7. Therefore f(x) = 3x – 7. This “reverse composition” question type is a hallmark of IGCSE Extended-level difficulty.
五、反函数:如何”撤销”一个函数的效果 | Inverse Functions: How to “Undo” a Function’s Effect
反函数 f⁻¹(x) 的作用是”逆转”原函数 f(x) 的运算。如果 f(3) = 10,则 f⁻¹(10) = 3。可以将 f⁻¹ 理解为函数机器的”倒带按钮” – 它将输出值变回原来的输入值。注意 f⁻¹(x) 中的 -1 不是幂指数(即不等于 1/f(x)),而是表示”反函数”的数学惯例记号。
The inverse function f⁻¹(x) “reverses” the effect of the original function f(x). If f(3) = 10, then f⁻¹(10) = 3. You can think of f⁻¹ as the “rewind button” of the function machine – it turns an output back into the original input. Note that the -1 in f⁻¹(x) is not an exponent (it does NOT mean 1/f(x)); it is the standard mathematical notation for “inverse function.”
求反函数的标准四步法:(1) 将 f(x) 写为 y = …;(2) 交换 x 和 y 的位置;(3) 解出新的 y;(4) 将 y 替换为 f⁻¹(x)。例如求 f(x) = (2x – 4) / 3 的反函数:(1) y = (2x – 4) / 3;(2) x = (2y – 4) / 3;(3) 3x = 2y – 4 → 2y = 3x + 4 → y = (3x + 4) / 2;(4) f⁻¹(x) = (3x + 4) / 2。验证:f(f⁻¹(x)) = f((3x + 4) / 2) = [2(3x + 4) / 2 – 4] / 3 = (3x + 4 – 4) / 3 = x。完美!
The standard four-step method for finding an inverse function: (1) Write f(x) as y = …; (2) Swap x and y; (3) Solve for the new y; (4) Replace y with f⁻¹(x). For example, find the inverse of f(x) = (2x – 4) / 3: (1) y = (2x – 4) / 3; (2) x = (2y – 4) / 3; (3) 3x = 2y – 4 → 2y = 3x + 4 → y = (3x + 4) / 2; (4) f⁻¹(x) = (3x + 4) / 2. Verify: f(f⁻¹(x)) = f((3x + 4) / 2) = [2(3x + 4) / 2 – 4] / 3 = (3x + 4 – 4) / 3 = x. Perfect!
反函数的重要性质:f⁻¹(x) 的定义域等于 f(x) 的值域,f⁻¹(x) 的值域等于 f(x) 的定义域。从图像上看,f(x) 和 f⁻¹(x) 的图像关于直线 y = x 对称 – 这是IGCSE中常见的图形判断题。另外,并非所有函数都有反函数:只有”一一映射”(one-to-one)的函数才有反函数。例如 f(x) = x² 在全体实数上没有反函数(因为 f(2) = f(-2) = 4),但如果在限制定义域 x ≥ 0 上,f(x) = x² 就有了反函数 f⁻¹(x) = √x。
Important properties of inverse functions: the domain of f⁻¹(x) equals the range of f(x), and the range of f⁻¹(x) equals the domain of f(x). Graphically, the graphs of f(x) and f⁻¹(x) are mirror images across the line y = x – this is a common graphical judgment question in IGCSE. Additionally, not all functions have inverses: only “one-to-one” functions have inverses. For example, f(x) = x² over all real numbers has no inverse (because f(2) = f(-2) = 4), but if we restrict the domain to x ≥ 0, then f(x) = x² does have an inverse: f⁻¹(x) = √x.
六、常见函数类型及其图像特征 | Common Function Types and Their Graphical Features
IGCSE考纲涵盖六大核心函数类型,每种都有独特的图像形状和性质,必须熟记:(1) 线性函数 f(x) = mx + c – 图像为直线,斜率为 m,y轴截距为 c;(2) 二次函数 f(x) = ax² + bx + c – 图像为抛物线,a > 0 开口向上,a < 0 开口向下,顶点坐标为 x = -b / (2a);(3) 三次函数 f(x) = ax³ + bx² + cx + d - 图像为S形曲线,至少有一个实数根。
The IGCSE syllabus covers six core function types, each with distinctive graph shapes and properties that must be memorised: (1) Linear functions f(x) = mx + c – graph is a straight line with gradient m and y-intercept c; (2) Quadratic functions f(x) = ax² + bx + c – graph is a parabola, opening upward if a > 0, downward if a < 0, with vertex at x = -b / (2a); (3) Cubic functions f(x) = ax³ + bx² + cx + d - graph is an S-shaped curve with at least one real root.
(4) 指数函数 f(x) = a^x (a > 0) – 图像过点(0,1),a > 1 时为增长曲线,0 < a < 1 时为衰减曲线,x轴为水平渐近线;(5) 三角函数 f(x) = sin x、cos x、tan x - 正弦和余弦是周期为360°的波形曲线,正切是周期为180°的间断曲线,带垂直渐近线;(6) 反比例函数 f(x) = k / x - 图像为双曲线,x轴和y轴都是渐近线。IGCSE考试中经常要求你根据图像形状判断函数类型并读取关键特征(截距、渐近线、周期、对称性)。
(4) Exponential functions f(x) = a^x (a > 0) – graph passes through (0,1), growth curve when a > 1, decay curve when 0 < a < 1, with the x-axis as a horizontal asymptote; (5) Trigonometric functions f(x) = sin x, cos x, tan x - sine and cosine are wave curves with period 360°, tangent is a discontinuous curve with period 180° and vertical asymptotes; (6) Reciprocal functions f(x) = k / x - graph is a hyperbola with both the x-axis and y-axis as asymptotes. IGCSE exams frequently ask you to identify function types from graph shapes and read key features (intercepts, asymptotes, period, symmetry).
函数图像的渐近线(Asymptote)是IGCSE扩展难度的重要概念。渐近线是函数图像无限逼近但永不相交的直线。例如 f(x) = 2 / (x – 1) + 3 的垂直渐近线为 x = 1(分母为零时),水平渐近线为 y = 3(x趋近无穷时 2/(x-1) 趋近0)。绘制函数草图时,首先要确定渐近线的位置,然后标记截距点,最后用平滑曲线连接。
Asymptotes of function graphs are an important concept at IGCSE Extended level. An asymptote is a straight line that the function graph approaches infinitely but never touches. For example, the function f(x) = 2 / (x – 1) + 3 has a vertical asymptote at x = 1 (where the denominator is zero) and a horizontal asymptote at y = 3 (as x approaches infinity, 2/(x-1) approaches 0). When sketching a function graph, first determine the asymptote positions, then mark intercept points, and finally connect them with a smooth curve.
七、图像变换之平移:f(x) + a 和 f(x + a) 的区别 | Graph Transformations: Translations — f(x) + a vs f(x + a)
图像变换是IGCSE函数部分的核心难点,也是高频考点。平移变换是最基础的变换类型,分为垂直平移和水平平移:(1) y = f(x) + a 表示将 f(x) 的图像向上平移 a 个单位(a > 0 上移,a < 0 下移);(2) y = f(x + a) 表示将 f(x) 的图像向左平移 a 个单位(a > 0 左移,a < 0 右移)。注意水平平移的方向与直觉相反:f(x + 2) 是向【左】移2个单位,而非向右!这个"方向相反"是学生最容易出错的点。
Graph transformations constitute a core difficulty and high-frequency topic in IGCSE functions. Translation is the most basic transformation type, divided into vertical and horizontal translations: (1) y = f(x) + a shifts the graph of f(x) upward by a units (a > 0 moves up, a < 0 moves down); (2) y = f(x + a) shifts the graph of f(x) to the LEFT by a units (a > 0 moves left, a < 0 moves right). Note that the direction of horizontal translation is counterintuitive: f(x + 2) moves the graph LEFT by 2 units, not right! This "opposite direction" is the most common student error.
IGCSE典型例题:已知 f(x) = x² 的图像,画出 y = (x – 2)² + 3 的图像。分两步:(1) 先处理水平平移 – (x – 2) 将 x² 向右平移2个单位;(2) 再处理垂直平移 – +3 将整个图像向上平移3个单位。最终图像的顶点从(0,0)移动到(2,3)。解题时务必按照”先括号内变换,后括号外运算”的顺序,这与BODMAS规则一致。
Typical IGCSE example: given the graph of f(x) = x², sketch y = (x – 2)² + 3. Two steps: (1) First handle the horizontal translation – (x – 2) shifts x² to the right by 2 units; (2) Then the vertical translation – +3 shifts the entire graph upward by 3 units. The final graph has its vertex moved from (0,0) to (2,3). When solving, always follow the order of “inside the bracket first, then operations outside,” consistent with the BODMAS rule.
向量平移也可以用来描述函数的移动。如果 f(x) 的图像平移向量为 (p, q)(水平平移 p,垂直平移 q),则变换后的函数为 y = f(x – p) + q。注意:水平平移中向量的正负与变换式中 x – p 的符号关系 – 平移向量 (3, -2) 对应的函数为 f(x – 3) – 2,图像向右3、向下2。用向量记号描述平移是CIE IGCSE 0607 (International Mathematics) 的特有要求。
Vector translation can also describe function shifts. If the graph of f(x) is translated by the vector (p, q) (horizontal shift p, vertical shift q), the transformed function is y = f(x – p) + q. Note: the sign of p in the vector relates to the symbol in x – p – a translation vector (3, -2) corresponds to the function f(x – 3) – 2, shifting the graph right 3 and down 2. Describing translations using vector notation is a specific requirement of CIE IGCSE 0607 (International Mathematics).
八、图像变换之反射与拉伸:-f(x)、f(-x)、af(x) 和 f(ax) 的视觉差异 | Graph Transformations: Reflections and Stretches — Visual Differences of -f(x), f(-x), af(x), and f(ax)
反射变换将图像沿坐标轴”翻转”:(1) y = -f(x) 表示将图像关于 x轴 反射(上下颠倒) – 每个点的 y 坐标变号;(2) y = f(-x) 表示将图像关于 y轴 反射(左右颠倒) – 每个点的 x 坐标变号。例如,如果原函数 f(x) = sin x 的图像已知,则 y = -sin x 将波形上下翻转,y = sin(-x) = -sin x 也将波形上下翻转(因为正弦函数是奇函数),两者效果相同。但对于一般函数如 f(x) = x³ + 2x,f(-x) = -x³ – 2x 与 -f(x) = -x³ – 2x 完全相同 – 这说明该函数也是奇函数。
Reflection transformations flip the graph across an axis: (1) y = -f(x) reflects the graph across the x-axis (flips upside down) – the y-coordinate of every point changes sign; (2) y = f(-x) reflects the graph across the y-axis (flips left-right) – the x-coordinate of every point changes sign. For example, if the graph of f(x) = sin x is known, y = -sin x flips the wave vertically, and y = sin(-x) = -sin x also flips the wave vertically (because sine is an odd function), producing the same result. But for a general function like f(x) = x³ + 2x, f(-x) = -x³ – 2x equals -f(x) = -x³ – 2x – this shows the function is also odd.
拉伸变换改变图像沿某一方向的”宽度”或”高度”:(1) y = af(x) 表示沿 y轴方向 进行垂直拉伸,缩放因子为 a – a > 1 时图像纵向拉长,0 < a < 1 时图像纵向压缩;(2) y = f(ax) 表示沿 x轴方向 进行水平拉伸,缩放因子为 1/a - a > 1 时图像横向压缩(变窄),0 < a < 1 时图像横向拉长(变宽)。同样需要注意直觉相反:f(2x) 压缩图像而非拉伸!这是因为 x 被 2x 替代后,同样的 y 值在更小的 x 处达到。
Stretch transformations change the “width” or “height” of a graph along a direction: (1) y = af(x) represents a vertical stretch along the y-axis with scale factor a – a > 1 stretches the graph taller, 0 < a < 1 compresses it shorter; (2) y = f(ax) represents a horizontal stretch along the x-axis with scale factor 1/a - a > 1 compresses the graph horizontally (narrower), 0 < a < 1 stretches it horizontally (wider). Again, note the counterintuitive direction: f(2x) compresses the graph, not stretches it! This is because replacing x with 2x means the same y-value is reached at a smaller x.
IGCSE考试中经常要求你描述一系列变换的顺序。例如:将 f(x) = x² 变换为 g(x) = -2(x + 1)² + 3。分解步骤:(1) f(x + 1) = (x + 1)² – 向左平移1;(2) 2f(x + 1) = 2(x + 1)² – 垂直拉伸因子2;(3) -2f(x + 1) = -2(x + 1)² – 关于 x轴 反射;(4) -2f(x + 1) + 3 = -2(x + 1)² + 3 – 向上平移3。变换顺序很重要:先平移,再拉伸/反射,最后垂直平移。错误的顺序会导致函数表达式不同。
IGCSE exams often require you to describe the sequence of transformations. For example: transform f(x) = x² into g(x) = -2(x + 1)² + 3. Step breakdown: (1) f(x + 1) = (x + 1)² – translate left by 1; (2) 2f(x + 1) = 2(x + 1)² – vertical stretch factor 2; (3) -2f(x + 1) = -2(x + 1)² – reflect in the x-axis; (4) -2f(x + 1) + 3 = -2(x + 1)² + 3 – translate up by 3. The order of transformations matters: translate first, then stretch/reflect, then vertical translate last. An incorrect order leads to a different function expression.
九、用图像解方程:f(x) = g(x) 的几何意义 | Solving Equations Graphically: The Geometric Meaning of f(x) = g(x)
函数图像不仅是视觉工具,更是解方程的有力方法。方程 f(x) = g(x) 的解在几何上就是两个函数图像交点的 x 坐标。例如,求解 x² = x + 2:画出 y = x²(抛物线)和 y = x + 2(直线)的图像,交点的 x 坐标为 -1 和 2,即为方程的解。在IGCSE考试中,这种”图解方程”通常出现在不能直接因式分解的情况下,或者题目明确要求通过画图求解。
Function graphs are not just visual tools – they are powerful methods for solving equations. The solution to the equation f(x) = g(x) is geometrically the x-coordinates of the intersection points of the two function graphs. For example, to solve x² = x + 2: draw the graphs of y = x² (parabola) and y = x + 2 (straight line); the x-coordinates of the intersection points are -1 and 2, which are the solutions. In IGCSE exams, “graphical equation solving” typically appears when the equation cannot be factorised directly, or when the question explicitly requires solving by drawing graphs.
更巧妙的用法是通过变换将复杂方程转化为简单函数的交点。例如解 x² + 3x – 4 = 0:可以看作 y = x² 和 y = -3x + 4 的交点,或者 y = x² + 3x 和 y = 4 的交点。选择哪种分解方式取决于哪种图像更容易绘制。IGCSE 0580 Paper 4 中常见的”估算解”题目要求你从已绘制的图像上读取交点的近似坐标值,精确到小数点后一位。
A more clever application is to transform a complex equation into the intersection of simpler functions. For example, to solve x² + 3x – 4 = 0: this can be treated as the intersection of y = x² and y = -3x + 4, or of y = x² + 3x and y = 4. The choice of decomposition depends on which graphs are easier to draw. Common “estimate the solution” questions in IGCSE 0580 Paper 4 require you to read approximate intersection coordinates from a drawn graph, accurate to one decimal place.
函数图像也可用于解不等式:f(x) > g(x) 的解集是 f 的图像位于 g 的上方的 x 值区间。例如,从抛物线和直线的交点图中可以直接读出 x² > x + 2 的解为 x < -1 或 x > 2。这种”图像法解不等式”比代数推导更加直观,也是CIE IGCSE考卷中的考察重点。
Function graphs can also solve inequalities: the solution set of f(x) > g(x) is the interval of x-values where the graph of f is above the graph of g. For example, from the intersection graph of the parabola and line, you can directly read that the solution to x² > x + 2 is x < -1 or x > 2. This “graphical inequality solving” is more intuitive than algebraic derivation and is a key exam focus in CIE IGCSE papers.
十、IGCSE常见考题模式与答题策略 | Common IGCSE Exam Question Patterns and Answering Strategies
基于对过去五年CIE IGCSE 0580和0607真题的分析,函数相关题目通常出现在Paper 2(短答题)和Paper 4(长答题)中,占整卷分数的10-15%。最高频的题型包括:(1) 代入求值题 – 给定f(x)表达式,求f(3)等具体值或f(a+h)等代数表达式,通常2-3分;(2) 求反函数题 – 标准四步法,通常3-4分;(3) 复合函数题 – 求fg(x)并化简,通常3-5分;(4) 图像变换描述题 – 用”平移/反射/拉伸”的术语描述从f(x)到g(x)的变换,通常2-3分;(5) 画图题 – 在坐标纸上画出指定函数在给定定义域上的图像,通常4-6分。
Based on analysis of the past five years of CIE IGCSE 0580 and 0607 past papers, function-related questions typically appear in Paper 2 (short-answer) and Paper 4 (long-answer), accounting for 10-15% of the total paper marks. The highest-frequency question types include: (1) Substitution questions – given f(x), evaluate f(3) or algebraic expressions like f(a+h), typically 2-3 marks; (2) Inverse function questions – standard four-step method, typically 3-4 marks; (3) Composite function questions – find and simplify fg(x), typically 3-5 marks; (4) Graph transformation description questions – describe the transformation from f(x) to g(x) using terms “translation/reflection/stretch,” typically 2-3 marks; (5) Sketching questions – draw the graph of a specified function over a given domain on graph paper, typically 4-6 marks.
答题策略建议:(1) 代入题确保括号使用正确 – f(-2)中的负号要带入并括起来,f(-2) = (-2)² + 3(-2) 而非 -2² + 3(-2);(2) 反函数题完成后务必验证 f(f⁻¹(x)) = x;(3) 复合函数注意顺序 – fg(x)是先g后f,不要搞反;(4) 图像变换牢记水平方向”反向” – f(x+3)是左移而非右移;(5) 画图题务必标记坐标轴刻度、关键点坐标和渐近线。计算器在检查图像时可以帮大忙:用TABLE模式快速生成x-y对照表来验证手绘图像。
Answering strategy tips: (1) For substitution, ensure correct bracket usage – the negative sign in f(-2) must be bracketed: f(-2) = (-2)² + 3(-2) not -2² + 3(-2); (2) After finding an inverse, always verify that f(f⁻¹(x)) = x; (3) For composite functions, pay attention to order – fg(x) means g first then f, do not reverse; (4) For graph transformations, always remember the “opposite” horizontal direction – f(x+3) is a LEFT shift, not right; (5) For sketching, always label axis scales, key point coordinates, and asymptotes. Your calculator’s TABLE mode is a big help for checking graphs: use it to quickly generate x-y tables to verify hand-drawn graphs.
时间分配上,Paper 2的函数题通常每题用时不超过3-4分钟,Paper 4的综合图像题可分配8-10分钟。如果遇到复合反函数(如求 (fg)⁻¹(x)),可以分段处理:先求fg(x),再对结果求反函数。或者利用性质 (fg)⁻¹(x) = g⁻¹f⁻¹(x)(注意顺序反转) – 先分别求f⁻¹和g⁻¹,再复合。
For time allocation, function questions in Paper 2 should take no more than 3-4 minutes each, while comprehensive graph questions in Paper 4 can be allocated 8-10 minutes. If you encounter a composite inverse function (such as finding (fg)⁻¹(x)), tackle it in stages: first find fg(x), then find the inverse of the result. Alternatively, use the property (fg)⁻¹(x) = g⁻¹f⁻¹(x) (note the order reversal) – find f⁻¹ and g⁻¹ separately first, then compose them.
Summary | 总结
函数是IGCSE数学中最核心的代数主题之一,贯穿0580核心卷和0607国际数学卷的各个难度层级。从基础的f(x)记号和代入计算,到复合函数、反函数、图像变换的灵活运用,函数板块的知识点形成了一个从简单到复杂的递进体系。掌握函数的本质 – 输入与输出的唯一对应关系 – 是理解后续所有函数概念的基础。定义域和值域的语言让你能够精确描述函数的行为边界,复合与反函数提供了操作和逆转函数关系的方法,而图像变换则赋予你”用眼睛解代数”的直觉能力。在备考中,建议将函数的概念记忆、代数运算和图像分析三者结合起来练习,通过大量真题巩固每种题型的解题模式,特别是水平变换的”方向相反”规则和复合函数的”从右向左”运算顺序这两个最容易混淆的知识点。
Functions are one of the most central algebraic topics in IGCSE Mathematics, spanning all difficulty levels across the 0580 Core and 0607 International Mathematics papers. From basic f(x) notation and substitution, to the flexible use of composite functions, inverse functions, and graph transformations, the functions topic forms a progressive system from simple to complex. Understanding the essence of a function – the unique correspondence between input and output – is the foundation for all subsequent function concepts. The language of domain and range allows you to precisely describe the boundaries of a function’s behaviour, composite and inverse functions provide methods for operating on and reversing functional relationships, and graph transformations give you the intuitive ability to “solve algebra with your eyes.” In exam preparation, it is recommended to combine conceptual memorisation, algebraic manipulation, and graphical analysis in your practice, consolidating the solution patterns for each question type through extensive past paper work – paying special attention to the two most commonly confused points: the “opposite direction” rule for horizontal transformations and the “right-to-left” order of operations for composite functions.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导