📚 PDF资源导航

IB Mathematics: Mastering Function Graph Sketching | IB数学:函数图像绘制方法详解

📚 IB Mathematics: Mastering Function Graph Sketching | IB数学:函数图像绘制方法详解

Function graph sketching is one of the most fundamental and frequently tested skills in IB Mathematics. Whether you are taking Analysis and Approaches (AA) or Applications and Interpretation (AI), the ability to accurately transform, interpret, and sketch graphs is essential for success. This guide breaks down the key techniques and strategies you need to master graph sketching.

函数图像绘制是IB数学中最基础且最常考查的技能之一。无论你学习的是分析与方法(AA)还是应用与解释(AI),准确变换、解读并绘制函数图像都是取得高分的关键。本指南将为你详细拆解掌握图像绘制的核心技巧与策略。


1. Understanding the Parent Functions | 理解基本初等函数

Before you can sketch complex graphs, you must have a solid grasp of the basic parent functions. These include linear functions y = mx + c, quadratic functions y = ax² + bx + c, cubic functions y = ax³, reciprocal functions y = a/x, exponential functions y = aˣ, logarithmic functions y = logₐx, and trigonometric functions such as y = sin x, y = cos x, and y = tan x. Each has a distinctive shape that you should recognize instantly.

在绘制复杂函数图像之前,必须牢固掌握基本初等函数。这些函数包括线性函数 y = mx + c、二次函数 y = ax² + bx + c、三次函数 y = ax³、反比例函数 y = a/x、指数函数 y = aˣ、对数函数 y = logₐx,以及三角函数 y = sin x、y = cos x 和 y = tan x。每个函数都有独特的形状,你应该一眼就能辨认出来。

For each parent function, memorise the following features: the domain and range, the intercepts, any asymptotes, and the overall shape. For example, y = 1/x has a vertical asymptote at x = 0 and a horizontal asymptote at y = 0, with the curve existing in the first and third quadrants only.

对于每个基本初等函数,需牢记以下特征:定义域和值域、截距、渐近线以及整体形状。例如,y = 1/x 在 x = 0 处有垂直渐近线,在 y = 0 处有水平渐近线,且曲线仅存在于第一和第三象限。


2. The Vertex and Standard Forms | 顶点式和标准式

For quadratic functions, the form in which the equation is written reveals different information. The standard form y = ax² + bx + c directly gives the y-intercept at (0, c). The vertex form y = a(x – h)² + k gives the vertex at (h, k) and the axis of symmetry x = h. You should be comfortable converting between these forms by completing the square.

对于二次函数,方程的不同书写形式揭示了不同信息。标准式 y = ax² + bx + c 直接给出 y 轴截距为 (0, c)。顶点式 y = a(x – h)² + k 直接给出顶点坐标 (h, k) 和对称轴 x = h。你应该能够通过配方法熟练地在这些形式之间进行转换。

Vertex form: y = a(x – h)² + k

To convert y = 2x² – 8x + 5 into vertex form: factor out 2 from the first two terms, complete the square inside the bracket, and simplify. The resulting form y = 2(x – 2)² – 3 tells you the vertex is at (2, -3) and the parabola opens upward because a = 2 > 0.

要将 y = 2x² – 8x + 5 转换为顶点式:从前两项中提取公因数 2,在括号内配方,然后化简。最终形式 y = 2(x – 2)² – 3 告诉你顶点为 (2, -3),且因 a = 2 > 0,抛物线开口向上。


3. Transformations of Graphs | 图像变换

Function transformations are the cornerstone of graph sketching in IB Mathematics. There are four main types: vertical translations, horizontal translations, vertical stretches/compressions, and horizontal stretches/compressions. Understanding how each parameter in the function equation affects the graph is critical.

函数变换是IB数学中图像绘制的基石。共有四种主要类型:垂直平移、水平平移、垂直伸缩和水平伸缩。理解函数方程中每个参数如何影响图像至关重要。

Given y = a f(b(x – c)) + d, the transformations occur in a specific order: horizontal translation by c units (opposite direction), horizontal stretch/compression by factor 1/b, vertical stretch/compression by factor a, and vertical translation by d units. Remember the ‘opposite direction’ rule for horizontal changes.

对于 y = a f(b(x – c)) + d,变换按照特定顺序进行:水平平移 c 个单位(方向相反),水平伸缩因子 1/b,垂直伸缩因子 a,以及垂直平移 d 个单位。记住水平变化遵循”方向相反”规则。

For example, to sketch y = -2 sin(x – π/2) + 1 from y = sin x: first shift the graph right by π/2, then stretch vertically by a factor of 2, then reflect across the x-axis, and finally shift up by 1. Each step modifies the key points of the original sine curve.

例如,从 y = sin x 绘制 y = -2 sin(x – π/2) + 1:先将图像向右平移 π/2,然后垂直拉伸 2 倍,接着关于 x 轴反射,最后向上平移 1 个单位。每个步骤都会修改原始正弦曲线的关键点。


4. Finding Key Points: Intercepts and Turning Points | 寻找关键点:截距与极值点

To sketch an accurate graph, you need to locate the key points. The x-intercepts are found by setting y = 0 and solving for x. The y-intercept is found by setting x = 0. For quadratic and cubic functions, the turning points (maxima and minima) can be found using differentiation (if you are in AA) or by using symmetry properties and the discriminant.

要绘制准确图像,需要定位关键点。x 轴截距通过令 y = 0 并解出 x 获得。y 轴截距通过令 x = 0 获得。对于二次和三次函数,极值点(最大值和最小值)可通过求导(如果你在AA课程中)或利用对称性和判别式来确定。

Consider y = x² – 4x + 3. The y-intercept is (0, 3). Setting x² – 4x + 3 = 0 gives (x – 1)(x – 3) = 0, so the x-intercepts are (1, 0) and (3, 0). The turning point can be found by completing the square: y = (x – 2)² – 1, giving the vertex at (2, -1).

以 y = x² – 4x + 3 为例。y 轴截距为 (0, 3)。令 x² – 4x + 3 = 0,得到 (x – 1)(x – 3) = 0,所以 x 轴截距为 (1, 0) 和 (3, 0)。极值点可通过配方法求得:y = (x – 2)² – 1,顶点为 (2, -1)。


5. Asymptotes and Special Behaviour | 渐近线与特殊行为

Asymptotes are lines that a graph approaches but never touches. Vertical asymptotes occur when the denominator of a rational function equals zero. Horizontal asymptotes are determined by comparing the degrees of the numerator and denominator. In IB Mathematics AA HL, you also need to handle oblique asymptotes when the degree of the numerator is exactly one more than the denominator.

渐近线是图像趋近但永不相交的直线。当有理函数的分母等于零时出现垂直渐近线。水平渐近线通过比较分子和分母的次数来确定。在IB数学 AA HL 中,当分子次数恰好比分母多一次时,还需要处理斜渐近线。

For y = (2x + 3)/(x – 1): the vertical asymptote is x = 1, and the horizontal asymptote is y = 2 because the degrees of the numerator and denominator are equal, so the ratio of leading coefficients applies. The graph approaches y = 2 as x → ±∞.

对于 y = (2x + 3)/(x – 1):垂直渐近线为 x = 1,水平渐近线为 y = 2,因为分子和分母次数相同,故取首项系数之比。当 x → ±∞ 时,图像趋近于 y = 2。

Degree of Numerator vs Denominator Horizontal Asymptote
Numerator degree < Denominator degree y = 0
Numerator degree = Denominator degree y = (leading coefficient ratio)
Numerator degree = Denominator degree + 1 Oblique asymptote (AA HL)

6. Rational Functions and Partial Fractions | 有理函数与部分分式

Rational functions often appear in IB exams. To sketch them effectively, you should: factorise the numerator and denominator, cancel common factors (noting any holes), find all asymptotes, determine the intercepts, and then plot enough points to understand the curve’s behaviour in each region separated by the vertical asymptotes.

有理函数在IB考试中经常出现。要有效绘制它们,你应该:对分子和分母进行因式分解,约去公因子(注意任何空洞),找到所有渐近线,确定截距,然后绘制足够的点来理解曲线在每个被垂直渐近线分隔的区域中的行为。

In AA HL, partial fraction decomposition can simplify a rational function before sketching. For example, (3x – 2)/[(x – 1)(x + 2)] can be written as A/(x – 1) + B/(x + 2). Solving for A and B makes the graph easier to analyse as a sum of two simpler reciprocal functions.

在AA HL中,部分分式分解可以在绘制前简化有理函数。例如,(3x – 2)/[(x – 1)(x + 2)] 可以写为 A/(x – 1) + B/(x + 2)。求解 A 和 B 使得图像更容易作为两个更简单的反比例函数之和来分析。


7. Exponential and Logarithmic Graphs | 指数函数与对数函数图像

Exponential functions y = aˣ have a horizontal asymptote at y = 0 and pass through (0, 1). When a > 1, the graph increases rapidly; when 0 < a < 1, it decreases rapidly. The natural exponential function y = eˣ is particularly important in IB Mathematics.

指数函数 y = aˣ 在 y = 0 处有水平渐近线,并经过点 (0, 1)。当 a > 1 时,图像快速递增;当 0 < a < 1 时,图像快速递减。自然指数函数 y = eˣ 在IB数学中尤其重要。

Logarithmic functions y = logₐx are the inverses of exponential functions. They have a vertical asymptote at x = 0, pass through (1, 0), and increase slowly for x > 1. The graphs of y = aˣ and y = logₐx are reflections of each other across the line y = x.

对数函数 y = logₐx 是指数函数的反函数。它们在 x = 0 处有垂直渐近线,经过点 (1, 0),且在 x > 1 时缓慢递增。y = aˣ 和 y = logₐx 的图像关于直线 y = x 对称。

When sketching y = e^(x – 2) – 3, apply transformations to the base graph y = eˣ: shift right by 2 units and shift down by 3 units. The horizontal asymptote moves from y = 0 to y = -3, and the point (0, 1) moves to (2, -2).

绘制 y = e^(x – 2) – 3 时,对基础图像 y = eˣ 进行变换:向右平移 2 个单位,再向下平移 3 个单位。水平渐近线从 y = 0 移到 y = -3,点 (0, 1) 移到 (2, -2)。


8. Trigonometric Function Graphs | 三角函数图像

Trigonometric graphs are periodic, meaning they repeat at regular intervals. The sine and cosine functions have a period of 2π, amplitude 1, and range [-1, 1]. The tangent function has a period of π, vertical asymptotes at odd multiples of π/2, and no amplitude because its range is all real numbers.

三角函数图像是周期性的,以固定间隔重复。正弦和余弦函数的周期为 2π,振幅为 1,值域为 [-1, 1]。正切函数的周期为 π,在 π/2 的奇数倍处有垂直渐近线,且因值域为全体实数而没有振幅。

To sketch y = a sin(bx) + c or y = a cos(bx) + c, identify: the amplitude |a|, the period 2π/b, the vertical shift c, and the phase shift (if any). Mark the maximum, minimum, and midline points over one full period, then extend the pattern. For y = 3 cos(2x) + 1, the amplitude is 3, the period is π, and the midline is y = 1.

绘制 y = a sin(bx) + c 或 y = a cos(bx) + c 时,确认:振幅 |a|、周期 2π/b、垂直平移 c 以及相位平移(如有)。在一个完整周期内标记最大值、最小值和中间线点,然后延展图形。对于 y = 3 cos(2x) + 1,振幅为 3,周期为 π,中间线为 y = 1。


9. Absolute Value Functions | 绝对值函数

The absolute value function y = |f(x)| takes the graph of f(x) and reflects any portion below the x-axis up above the x-axis. The graph y = f(|x|) is different: it keeps the graph for x ≥ 0 and reflects it across the y-axis for x < 0, removing anything originally drawn for negative x.

绝对值函数 y = |f(x)| 将 f(x) 的图像中位于 x 轴下方的部分关于 x 轴向上反射。而 y = f(|x|) 的图像不同:它保留 x ≥ 0 的部分,并将其关于 y 轴反射到 x < 0 的区域,移除原本在负 x 区域绘制的内容。

For example, y = |x² – 4|: the parabola y = x² – 4 has roots at x = ±2. The portion below the x-axis (between -2 and 2) is reflected upward, creating a ‘W’ shape. For y = |x|² – 4|x| + 3, only consider x ≥ 0 first, sketch the right half, then reflect it across the y-axis.

例如,y = |x² – 4|:抛物线 y = x² – 4 的根在 x = ±2 处。x 轴下方的部分(-2 到 2 之间)被向上反射,形成”W”形。对于 y = |x|² – 4|x| + 3,先只考虑 x ≥ 0,绘制右半部分,然后关于 y 轴反射。


10. Inverse Functions and Their Graphs | 反函数及其图像

For a function to have an inverse, it must be one-to-one. The graph of an inverse function f⁻¹(x) is the reflection of f(x) across the line y = x. To sketch the inverse, you can swap the x- and y-coordinates of key points on the original graph.

函数具有反函数的条件是它必须是一一对应的。反函数 f⁻¹(x) 的图像是 f(x) 关于直线 y = x 的反射。要绘制反函数,只需交换原图上关键点的 x 和 y 坐标。

For instance, y = eˣ has no inverse over all real x unless we restrict the domain to x ≥ 0 (making it y = ln x for x > 0). The point (0, 1) on y = eˣ becomes (1, 0) on y = ln x. The horizontal asymptote y = 0 on the exponential becomes the vertical asymptote x = 0 on the logarithm.

例如,y = eˣ 在全体实数上没有反函数,除非限制定义域(使其成为 x > 0 上的 y = ln x)。y = eˣ 上的点 (0, 1) 变成 y = ln x 上的点 (1, 0)。指数函数的水平渐近线 y = 0 变为对数函数的垂直渐近线 x = 0。


11. Using the Derivative to Sketch Curves | 利用导数绘制曲线

In IB Mathematics AA, differentiation provides powerful tools for graph sketching. The first derivative f'(x) tells you where the function is increasing or decreasing, and where stationary points occur (where f'(x) = 0). The second derivative f”(x) reveals concavity and points of inflection.

在IB数学 AA 中,微分为图像绘制提供了强大工具。一阶导数 f'(x) 告诉你函数在哪里递增或递减,以及驻点出现在何处(即 f'(x) = 0 处)。二阶导数 f”(x) 揭示凹凸性和拐点。

The systematic approach is: find the domain, look for symmetry, find intercepts, compute f'(x) and identify critical points, compute f”(x) for concavity, check behaviour at infinity and near asymptotes, then sketch. This complete analysis ensures an accurate and professional graph.

系统性的步骤是:确定定义域、寻找对称性、求截距、计算 f'(x) 并找出临界点、计算 f”(x) 确定凹凸性、检查无穷远处和渐近线附近的行为,然后绘制。完整的分析确保绘图的准确性和专业性。


12. Common Mistakes and Exam Tips | 常见错误与考试提示

Students often lose marks on graph sketching due to avoidable errors. The most common mistakes include: forgetting to reflect the graph properly when using absolute value, confusing vertical and horizontal transformations, missing asymptotes, plotting points inaccurately, and neglecting the domain restrictions of functions like logarithms and square roots.

学生在图像绘制题中常因可避免的错误而失分。最常见的错误包括:使用绝对值时忘记正确反射、混淆垂直和水平变换、遗漏渐近线、描点不准确,以及忽略对数和开方等函数的定义域限制。

In the exam, always label your axes, mark all key points with coordinates, clearly indicate asymptotes with dashed lines, and show the general shape of the curve. If a question asks for a sketch, a rough shape is acceptable only if all critical features are correct. If it asks for a ‘detailed graph’, use a table of values for accuracy.

在考试中,务必标注坐标轴,用坐标标记所有关键点,用虚线清楚地标出渐近线,并展示曲线的大致形状。如果题目要求”sketch”(草图),只要所有关键特征正确,大致形状即可。如果题目要求”detailed graph”(精确图),则应使用数值表以确保准确性。


Published by TutorHao | Mathematics Revision Series | aleveler.com

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

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