Curve Sketching | 曲线绘制

📚 Curve Sketching | 曲线绘制

Curve sketching is one of the most integrative topics in A-Level Mathematics, combining algebraic manipulation with geometric insight. Rather than plotting points laboriously one by one, a skilled candidate identifies the key features of a function—intercepts, stationary points, asymptotes and symmetry—and assembles them into an accurate graph. In AQA examinations, marks are typically awarded for correctly identifying and using these features rather than for the artistic quality of the drawing.

曲线绘制是 A-Level 数学中最具综合性的主题之一,它将代数运算与几何直觉融为一体。熟练的考生无需逐一描点,而是通过识别函数的关键特征——截距、驻点、渐近线和对称性——从而拼凑出一幅准确的图像。在 AQA 考试中,得分通常取决于能否正确识别并运用这些特征,而非绘图的美观程度。


1. Intercepts and Symmetry | 截距与对称性

The y-intercept is found by substituting x = 0 into the function. For a curve y = f(x), the y-intercept is simply the value f(0). The x-intercepts, also known as roots or zeros, are found by solving the equation f(x) = 0. These intercepts anchor the curve to the coordinate axes and provide essential reference points for the sketch.

y 截距通过将 x = 0 代入函数求得。对于曲线 y = f(x),y 截距即为 f(0) 的值。x 截距(也称为根或零点)通过求解方程 f(x) = 0 获得。这些截距将曲线锚定在坐标轴上,为绘制图像提供了必要的参考点。

Symmetry can drastically reduce the work required. A function is even if f(−x) = f(x) for all x in its domain, giving symmetry about the y-axis; classic examples include y = x² and y = cos x. A function is odd if f(−x) = −f(x), giving rotational symmetry of 180° about the origin; standard examples include y = x³ and y = sin x. Recognising symmetry early allows you to sketch only half the curve and reflect.

对称性可以大幅减少所需的工作量。若对其定义域内所有 x 均有 f(−x) = f(x),则该函数为偶函数,图像关于 y 轴对称;典型例子包括 y = x² 和 y = cos x。若 f(−x) = −f(x),则该函数为奇函数,图像关于原点具有 180° 旋转对称性;标准例子包括 y = x³ 和 y = sin x。及早识别对称性,你只需绘制一半曲线再作对称变换即可。


2. Stationary Points | 驻点

Stationary points occur where the gradient of the curve is zero, that is, where dy/dx = 0. To locate them, differentiate the function and solve the resulting equation. Each stationary point is then classified as a local maximum, a local minimum, or a point of inflection using the tests described in the following sections. These points are vital because they indicate where the curve changes direction or briefly levels off.

驻点出现在曲线梯度为零的位置,即 dy/dx = 0 处。要定位驻点,需对函数求导并解出相应的方程。随后,利用后续章节所述的方法,将每个驻点归类为局部极大值、局部极小值或拐点。这些点至关重要,因为它们标志着曲线改变方向或短暂趋于水平的位置。

dy/dx = 0

For example, for the function f(x) = x² − 4x + 3, differentiating gives f′(x) = 2x − 4. Setting 2x − 4 = 0 yields x = 2, so the stationary point is located at (2, f(2)) = (2, −1). Whether this is a maximum or minimum is determined by the derivative tests below.

例如,对于函数 f(x) = x² − 4x + 3,求导得 f′(x) = 2x − 4。令 2x − 4 = 0 得 x = 2,因此驻点位于 (2, f(2)) = (2, −1)。该点是极大值还是极小值,由下方的导数检验决定。


3. The First Derivative Test | 一阶导数检验

The first derivative test examines the sign of dy/dx immediately to the left and to the right of a stationary point. The logic is straightforward: if the gradient changes from positive to negative as x increases through the stationary point, the curve rises then falls, indicating a local maximum. Conversely, if the gradient changes from negative to positive, the curve falls then rises, indicating a local minimum. If the sign of dy/dx does not change, the stationary point is a horizontal point of inflection.

一阶导数检验考察驻点紧邻左侧和右侧 dy/dx 的符号。其逻辑直截了当:若随着 x 增大经过驻点时梯度从正变为负,则曲线先升后降,表明为局部极大值;反之,若梯度从负变为正,则曲线先降后升,表明为局部极小值。若 dy/dx 的符号不变,则该驻点为水平拐点。

Sign of dy/dx to the left Sign of dy/dx to the right Classification
Positive (+) Negative (−) Local maximum
Negative (−) Positive (+) Local minimum
Same sign on both sides Same sign on both sides Horizontal point of inflection

Consider f(x) = x³. Since f′(x) = 3x², the only stationary point occurs at x = 0. To the left of zero, f′(x) is positive, and to the right it is also positive, so the point (0, 0) is a horizontal point of inflection—the curve flattens but does not turn around.

考虑 f(x) = x³。由于 f′(x) = 3x²,唯一的驻点出现在 x = 0。在零的左侧 f′(x) 为正,右侧也为正,因此点 (0, 0) 是水平拐点——曲线在此变平但并未转向。


4. The Second Derivative and Concavity | 二阶导数与凹凸性

The second derivative, d²y/dx², offers an alternative and often faster classification method. At a stationary point, if d²y/dx² < 0, the curve is concave down at that point, confirming a local maximum. If d²y/dx² > 0, the curve is concave up, confirming a local minimum. However, if d²y/dx² = 0, the test is inconclusive, and you must fall back on the first derivative test.

二阶导数 d²y/dx² 提供了一种替代且通常更快捷的分类方法。在驻点处,若 d²y/dx² < 0,曲线在该点向下凹,确认为局部极大值;若 d²y/dx² > 0,曲线向上凹,确认为局部极小值。但是,若 d²y/dx² = 0,该检验无效,此时必须退回使用一阶导数检验。

d²y/dx² > 0 → local minimum   |   d²y/dx² < 0 → local maximum

The second derivative also reveals points of inflection where the curve changes concavity. Setting d²y/dx² = 0 and checking for a sign change in d²y/dx² identifies such points. For instance, for f(x) = x³, we have f″(x) = 6x, which equals zero at x = 0. Since the sign of f″ shifts from negative to positive at x = 0, the origin is a point of inflection.

二阶导数还能揭示曲线凹凸性发生变化的拐点。令 d²y/dx² = 0 并检查 d²y/dx² 是否变号即可识别此类点。例如,对于 f(x) = x³,f″(x) = 6x,在 x = 0 处为零。由于 f″ 的符号在 x = 0 处从负变为正,因此原点是拐点。


5. Vertical and Horizontal Asymptotes | 垂直与水平渐近线

Vertical asymptotes occur at values of x where the function tends to ±∞, typically where the denominator of a rational function is zero. To locate them, set the denominator equal to zero and solve; then examine the behaviour of the function as x approaches that value from the left and from the right. A curve never crosses a vertical asymptote, so the sketched graph must approach it without touching.

垂直渐近线出现在函数趋向 ±∞ 的 x 值处,通常是有理函数分母为零的位置。求法是将分母设为零并求解;然后考察 x 从左侧和右侧接近该值时函数的行为。曲线永远不会穿过垂直渐近线,因此所绘图像必须趋近它但不可触及。

Horizontal asymptotes describe the end behaviour of the curve as x → +∞ or x → −∞. For a rational function, compare the degrees of the numerator and denominator. If the degree of the numerator is less than the degree of the denominator, the horizontal asymptote is y = 0. If the degrees are equal, the asymptote is y = (leading coefficient of numerator) ÷ (leading coefficient of denominator).

水平渐近线描述曲线在 x → +∞ 或 x → −∞ 时的端部行为。对于有理函数,比较分子与分母的次数。若分子次数低于分母次数,水平渐近线为 y = 0;若次数相等,渐近线为 y = 分子的首项系数 ÷ 分母的首项系数。

For example, for y = 3x²/ (x² + 1), both numerator and denominator have degree 2, so the horizontal asymptote is y = 3/1 = 3. As x grows very large, the +1 in the denominator becomes negligible and y approaches 3.

例如,对于 y = 3x²/(x² + 1),分子与分母的次数均为 2,因此水平渐近线为 y = 3/1 = 3。当 x 变得非常大时,分母中的 +1 可忽略不计,y 趋近于 3。


6. Oblique Asymptotes | 斜渐近线

When the degree of the numerator of a rational function is exactly one greater than the degree of the denominator, the function has an oblique (slant) asymptote. This occurs because the quotient from polynomial long division gives a linear expression that the curve approaches as x → ±∞. For instance, for y = (x² + 1)/x, performing the division yields y = x + 1/x, so as x → ±∞ the term 1/x → 0 and the curve approaches the line y = x.

当有理函数的分子次数恰好比分母次数高一次时,函数具有斜渐近线。这是因为多项式长除法的商为线性表达式,曲线在 x → ±∞ 时趋近于它。例如,对于 y = (x² + 1)/x,进行除法得 y = x + 1/x,因此当 x → ±∞ 时,1/x → 0,曲线趋近于直线 y = x。

y = x + 1/x  →  oblique asymptote y = x

When sketching a function with an oblique asymptote, draw the slant line as a dashed guide and ensure that the curve approaches it from the correct side. Determining which side requires testing a large positive and a large negative value of x: the sign of the difference between f(x) and the asymptote tells you whether the curve lies above or below.

绘制具有斜渐近线的函数时,将斜线画为虚线参考,并确保曲线从正确的一侧趋近它。要确定从哪一侧趋近,需测试一个很大的正 x 值和一个很大的负 x 值:f(x) 与渐近线之差的符号告诉你曲线位于上方还是下方。


7. Sketching Polynomial Functions | 多项式函数的绘制

To sketch a polynomial, begin by identifying its degree and leading coefficient, which together determine the end behaviour. For a polynomial of odd degree with a positive leading coefficient, the curve falls to the left and rises to the right; with a negative leading coefficient, it rises to the left and falls to the right. For even degree, both ends point in the same direction as the sign of the leading coefficient.

绘制多项式图像时,首先确定其次数和首项系数,二者共同决定端部行为。对于奇数次多项式且首项系数为正,曲线左降右升;首项系数为负则左升右降。对于偶数次多项式,两端方向与首项系数的符号一致。

Next, locate the intercepts and stationary points, and determine any points of inflection. Remember that a polynomial of degree n can have at most n − 1 turning points and at most n real roots. Join the identified features with a smooth, continuous curve, ensuring that the gradient behaves correctly at each stationary point.

接着求出截距和驻点,并确定可能的拐点。记住,n 次多项式最多有 n − 1 个驻点,最多有 n 个实根。用平滑连续曲线连接已识别的特征,确保每个驻点处的梯度行为正确。

As a basic example, the quadratic f(x) = x² − 2x − 3 has roots at x = 3 and x = −1, a y-intercept at (0, −3), and a minimum at x = 1 (since f″(x) = 2 > 0). These four facts alone allow a reliable parabola to be drawn in seconds.

以基本示例而言,二次函数 f(x) = x² − 2x − 3 的根为 x = 3 和 x = −1,y 截距为 (0, −3),最小值点为 x = 1(因为 f″(x) = 2 > 0)。仅凭这四个事实就可在几秒内画出可靠的抛物线。


8. Sketching Rational Functions | 有理函数的绘制

Rational functions require a stricter order of operations. Always begin by finding the vertical asymptotes from the zeros of the denominator, then determine the horizontal or oblique asymptote. Next calculate intercepts and stationary points, and finally examine the behaviour of the curve near each vertical asymptote to decide which side the branches take.

有理函数要求更严格的绘制顺序。始终先从分母的零点求垂直渐近线,然后确定水平或斜渐近线,接着计算截距和驻点,最后研究曲线在每条垂直渐近线附近的行为,以判断各分支位于哪一侧。

A useful technique for determining branch direction is to test a value of x just inside each interval of the domain and record the sign of f(x). For example, for y = 1/(x − 1), there is a vertical asymptote at x = 1 and a horizontal asymptote at y = 0. For x > 1 the function is positive, while for x < 1 it is negative, so the right branch lies above the x-axis and the left branch below it.

判断分支方向的一个实用方法是在定义域的每个区间内取一个测试值,并记录 f(x) 的符号。例如,对于 y = 1/(x − 1),x = 1 处有垂直渐近线,y = 0 处有水平渐近线。当 x > 1 时函数为正,x < 1 时函数为负,因此右分支位于 x 轴上方,左分支位于 x 轴下方。

Remember that a rational function may sometimes coincide with its horizontal or oblique asymptote at certain finite points—a situation that arises when the numerator also vanishes at the same x value. Always cancel common factors carefully and note any excluded points (holes) in the domain.

记住,有理函数有时会在某些有限点与其水平或斜渐近线相交——当分子在同一 x 值处也为零时就会出现这种情况。务必仔细约去公因子,并注意定义域中被排除的点(空洞)。


9. A Composite Sketching Strategy | 综合绘制策略

A reliable, ordered strategy works for almost every curve on the AQA syllabus. First, determine the domain of the function and check for symmetry. Second, find the intercepts with both axes. Third, differentiate to locate stationary points and classify them. Fourth, identify all vertical, horizontal and oblique asymptotes. Fifth, study the behaviour near asymptotes and at infinity. Finally, plot all key points and asymptotes, then join the features smoothly.

一套可靠且有序的策略几乎适用于 AQA 考纲中的每一条曲线。第一,确定函数的定义域并检查对称性;第二,求与两轴的截距;第三,求导定位驻点并进行分类;第四,确定所有垂直、水平和斜渐近线;第五,研究渐近线附近及无穷远处的行为;最后,标出所有关键点和渐近线,并用平滑曲线连接各特征。

This method minimises error because each step builds on the previous one. Skipping the domain check, for example, may cause you to draw the curve inside a region where it does not exist. Likewise, ignoring concavity may produce a graph that turns the wrong way between two points.

这种方法能最大限度减少错误,因为每一步

Published by TutorHao | A-Level 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