📚 International A-Level Maths Worksheet: Quadratic & Cubic Curves – Question Type Analysis | 国际A-Level数学练习题:二次与三次曲线题型解析
Quadratic and cubic curves form the core of algebraic graph work in A-Level Mathematics. This article breaks down the common question types found in an intermediate A-Level maths worksheet, offering clear explanations and worked examples. By mastering these patterns, you will be well prepared to tackle sketching, solving, and transformation problems that appear in both AS and A2 examinations.
二次曲线与三次曲线是 A-Level 数学代数图像部分的核心内容。本文拆解了一份中级 A-Level 数学练习卷中的常见题型,提供清晰的解析与范例。掌握这些模式后,你将能自如应对 AS 和 A2 考试中出现的作图、求解与变换类问题。
1. Quadratic Curve Basics: Shape, Vertex and Symmetry | 二次曲线基础:形状、顶点与对称
A quadratic curve has equation y = ax² + bx + c, where a ≠ 0. Its shape is a parabola. If a > 0, the parabola opens upwards and has a minimum point; if a < 0, it opens downwards and has a maximum point. The line of symmetry is vertical through the vertex, given by x = -b/(2a). A typical worksheet question may ask you to identify the direction of opening and sketch the curve without plotting many points.
二次曲线的方程为 y = ax² + bx + c,其中 a ≠ 0。其形状为抛物线。若 a > 0,抛物线开口向上且存在最小值点;若 a < 0,抛物线开口向下且存在最大值点。对称轴是通过顶点的铅直线,其方程为 x = -b/(2a)。常见的练习题可能会要求你判断开口方向并在不描点的情况下画出草图。
To find the vertex from standard form, you can either use x = -b/(2a) and substitute back, or rewrite the expression in completed square form y = a(x – h)² + k, where (h, k) is the vertex. Questions often involve converting between forms to extract key features.
要从一般式求出顶点,既可以利用 x = -b/(2a) 求横坐标再代回,也可以将表达式写成配方式 y = a(x – h)² + k,其中 (h, k) 即为顶点。考题中常常涉及两种形式的转换,以便提取关键特征。
2. Completing the Square and Turning Points | 配方法与转折点
Completing the square is a fundamental skill. Starting from y = ax² + bx + c, factor out a from the x-terms, then add and subtract the square of half the coefficient of x. For instance, y = 2x² + 8x + 5 becomes y = 2(x² + 4x) + 5 = 2[(x + 2)² – 4] + 5 = 2(x + 2)² – 3. The turning point is now clearly (-2, -3).
配方法是一项基本技能。从 y = ax² + bx + c 出发,先将 x 项提取系数 a,然后加上并减去一次项系数一半的平方。例如,y = 2x² + 8x + 5 可化为 y = 2(x² + 4x) + 5 = 2[(x + 2)² – 4] + 5 = 2(x + 2)² – 3。此时转折点显然为 (-2, -3)。
In exam-style worksheets, you might be asked to express a quadratic in completed square form, hence state the coordinates of the vertex and the equation of the line of symmetry. This form also makes it easy to sketch the curve by translating the basic parabola y = x².
在模拟试卷中,你可能需要将二次式写成配方式,然后指出顶点坐标和对称轴方程。配方式也便于通过平移基本抛物线 y = x² 来绘出曲线草图。
3. Discriminant and Intersections with the x-axis | 判别式与 x 轴交点
The discriminant Δ = b² – 4ac determines how many real roots a quadratic has. If Δ > 0, there are two distinct real roots and the curve cuts the x-axis at two points. If Δ = 0, there is one repeated root and the x-axis is a tangent at the vertex. If Δ < 0, there are no real roots and the curve does not meet the x-axis.
判别式 Δ = b² – 4ac 决定了一元二次方程实数根的个数。若 Δ > 0,则有两个相异的实数根,曲线与 x 轴交于两点;若 Δ = 0,有一个重根,x 轴在顶点处与曲线相切;若 Δ < 0,无实数根,曲线与 x 轴不相交。
Worksheet questions often ask: ‘Find the values of k for which the equation 2x² + kx + 3 = 0 has two distinct real roots.’ You set Δ > 0 and solve the resulting inequality. This directly links algebra with geometrical interpretation.
练习题中常会问:“求使方程 2x² + kx + 3 = 0 有两个相异实数根的 k 的取值范围。”你只需令 Δ > 0 并求解所得不等式。这直接将代数与几何意义联系起来。
4. Solving Quadratic Equations | 解一元二次方程
Three main methods are tested: factorising, using the quadratic formula x = [-b ± √(b² – 4ac)] / 2a, and completing the square. Factorisation is fastest when the quadratic splits into linear factors with integer roots. The quadratic formula always works and is essential when roots are irrational.
考查三种主要方法:因式分解法、求根公式法 x = [-b ± √(b² – 4ac)] / 2a 以及配方法。当二次式可分解为整系数一次式时,因式分解最为快捷。求根公式始终有效,在根为无理数时不可或缺。
Some problems combine solving with graph interpretation, e.g. ‘Solve f(x) = 0 and explain how your solutions relate to the sketch.’ You need to give the x-intercepts. Always check if the question expects exact form (surd form) or decimal approximations.
有些题目将求解与图像解读相结合,例如:“解方程 f(x) = 0 并说明解与草图的关系。”你需要给出 x 轴截距。注意题目要求的是准确值(根式形式)还是近似小数。
5. Quadratic Inequalities | 二次不等式
A typical question: ‘Solve x² – 5x + 6 ≤ 0.’ First find the roots by factorising to (x – 2)(x – 3) = 0, giving x = 2, 3. Since the coefficient of x² is positive, the parabola opens upwards. The expression is ≤ 0 between the roots, so the solution is 2 ≤ x ≤ 3. Always sketch a quick graph to confirm the region.
典型题型:“解不等式 x² – 5x + 6 ≤ 0。”先因式分解为 (x – 2)(x – 3) = 0 求得根 x = 2, 3。由于 x² 系数为正,抛物线开口向上。表达式在两根之间非正,因此解为 2 ≤ x ≤ 3。始终快速画图确认区间。
If the inequality had been x² – 5x + 6 > 0, the solution would be x < 2 or x > 3. For negative coefficient a < 0, be careful with the direction of inequality when you multiply or divide. Worksheet problems also mix quadratics with linear inequalities, requiring you to find intersections of regions.
若不等式为 x² – 5x + 6 > 0,则解为 x < 2 或 x > 3。当系数 a < 0 时,乘除时需注意不等号的方向。练习卷中也会将二次不等式与一次不等式混合,要求求区域的交集。
6. Introduction to Cubic Curves: Shape and Orientation | 三次曲线入门:形状与走向
A cubic curve has the general equation y = ax³ + bx² + cx + d, with a ≠ 0. The sign of a controls the overall shape: if a > 0, the curve generally rises from left to right; if a < 0, it falls from left to right. Unlike quadratics, a cubic can have up to three real roots and two turning points (or none).
三次曲线的一般方程为 y = ax³ + bx² + cx + d,a ≠ 0。a 的符号决定整体走势:若 a > 0,曲线总体从左向右上升;若 a < 0,总体从左向右下降。不同于二次曲线,三次曲线最多可有三个实数根和两个驻点(也可能一个都没有)。
Common question types in worksheets include sketching a cubic by first factorising it, identifying whether the graph crosses or touches the x-axis at each root, and determining the y-intercept (0, d). Understanding the relationship between repeated factors and the behaviour at the x-axis is key.
练习卷中的常见题型包括:先对三次式因式分解,然后绘制草图,判断图像在各根处是穿过还是触及 x 轴,并确定 y 轴截距 (0, d)。理解重因式与图像在 x 轴处行为的关系是关键。
7. Factorising Cubic Polynomials | 三次多项式的因式分解
Many cubic problems start with factorising. If a cubic is given in the form y = x³ + ax² + bx + c with a leading coefficient of 1, you can try integer factors of the constant term. For example, to factorise x³ – 4x² + x + 6, test x = -1, 2, 3, etc. You find that f(2) = 0, so (x – 2) is a factor. Then use polynomial division or equating coefficients to find the quadratic factor.
许多三次曲线问题始于因式分解。若三次式形如 y = x³ + ax² + bx + c 且首项系数为 1,可尝试常数项的整数因子。例如,分解 x³ – 4x² + x + 6,代入 x = -1, 2, 3 等检验,发现 f(2) = 0,故 (x – 2) 为一因式。再用多项式除法或比较系数法求出二次因式。
Once a cubic is written as y = (x – r)(px² + qx + s), the quadratic can be further factorised if possible. Repeated factors like (x – r)² indicate the graph touches the x-axis at x = r without crossing. A triple factor (x – r)³ is rare but produces a point of inflection on the x-axis. Worksheets test your ability to move smoothly between algebraic factorisation and graphical features.
一旦三次式写成 y = (x – r)(px² + qx + s),在可能时可对二次部分继续分解。重因式如 (x – r)² 表明图像在 x = r 处触及 x 轴但不穿过。三重因式 (x – r)³ 较少见,产生的图像在 x 轴上有一个拐点。练习卷旨在考查考生在代数因式分解与图像特征之间的自如转换。
8. Sketching Cubic Graphs from Factorised Form | 由因式形式绘制三次草图
To sketch y = (x + 1)(x – 2)(x – 4), note the roots at x = -1, 2, 4. The y-intercept is found by setting x = 0: y = (1)(-2)(-4) = 8. Because the product of the x-terms gives a positive coefficient for x³, the graph starts from the bottom left and goes to the top right. Mark the roots, y-intercept, and roughly sketch the turning points. You don’t need exact coordinates of turning points unless differentiation is required later.
要绘制 y = (x + 1)(x – 2)(x – 4) 的草图,先标出根 x = -1, 2, 4。令 x = 0 得 y 轴截距 y = (1)(-2)(-4) = 8。由于 x 项乘积给出正的 x³ 系数,图像从左下方向右上方延伸。标出各根、y 轴截距,并大致绘出驻点。除非之后需要微分,否则无需给出驻点精确坐标。
When a factor is squared, such as y = (x – 1)²(x + 2), the curve touches the x-axis at x = 1 and crosses at x = -2. The sign of the cubic term is positive, so the shape rises overall. Questions often ask you to label the point of touch and explain why it behaves that way. This checks understanding of multiplicity of roots.
当某因式为平方时,如 y = (x – 1)²(x + 2),曲线在 x = 1 处触及 x 轴,在 x = -2 处穿过。由于三次项系数为正,整体上升。考题常要求标出触轴点并解释其行为原因,这考查对根的重数概念的理解。
9. Solving Cubic Equations and Inequalities Graphically | 图像法解三次方程与不等式
Worksheet questions may give a pre-drawn cubic graph or ask you to plot one, then solve f(x) = k, or f(x) < 0. For the inequality f(x) < 0, identify the intervals where the curve lies below the x-axis. For example, if f(x) = (x+1)(x-2)(x-4), the graph is below the x-axis when x < -1 or 2 < x < 4, assuming the leading coefficient is positive. Always present your answer using appropriate interval notation or inequalities.
练习题可能会提供预先绘制的三次曲线图,或要求你自行作图,然后求解 f(x) = k 或 f(x) < 0。对不等式 f(x) < 0,找出曲线位于 x 轴下方的区间。例如,若 f(x) = (x+1)(x-2)(x-4) 且首项系数为正,当 x < -1 或 2 < x < 4 时图像在 x 轴下方。始终使用恰当的区间符号或不等式呈现答案。
Another classic problem: ‘Find the number of solutions to the equation x³ – 3x + 1 = 0 by considering the turning points and their y-values, or by intersecting with a horizontal line.’ This encourages linking calculus with algebraic curves. You may need to find stationary points via differentiation to determine how many times the graph crosses a certain line.
另一经典题:“通过考虑驻点及其 y 值,或与水平线相交,求方程 x³ – 3x + 1 = 0 的实根个数。”这促使学生将微积分与代数曲线联系起来。你可能需要通过微分求出驻点,以确定图像与某一直线相交的次数。
10. Tangents and Normal Lines to Quadratics and Cubics | 二次与三次曲线的切线及法线
Worksheets often combine differentiation with quadratic or cubic curves. First, find the derivative dy/dx to get the gradient function. For a quadratic y = ax² + bx + c, dy/dx = 2ax + b. For a cubic y = ax³ + bx² + cx + d, dy/dx = 3ax² + 2bx + c. Then you can find the equation of the tangent or normal at a specific point.
练习卷常将微分与二次、三次曲线结合。首先求导数 dy/dx 得到斜率函数。对于二次式 y = ax² + bx + c,dy/dx = 2ax + b;对于三次式 y = ax³ + bx² + cx + d,dy/dx = 3ax² + 2bx + c。随即可以求给定点处的切线或法线方程。
For example, ‘Find the tangent to y = x² – 5x + 6 at the point where x = 3.’ Plug x = 3 into dy/dx = 2x – 5 to get gradient 1, then use y – y₁ = m(x – x₁). This tests whether you can move fluidly between algebraic manipulation and calculus. Sometimes the point is not given directly; it might be where the curve meets the x-axis or another line.
例如,“求曲线 y = x² – 5x + 6 在 x = 3 处的切线。”将 x = 3 代入 dy/dx = 2x – 5 得斜率 1,再利用点斜式 y – y₁ = m(x – x₁) 写出方程。这考查考生在代数运算与微积分之间灵活转换的能力。有时切点并非直接给出,而是曲线与 x 轴或另一直线的交点。
11. Transformations of Quadratic and Cubic Curves | 二次与三次曲线的变换
Transformations test your understanding of functions. Replacing x by (x – a) translates the graph a units to the right. Adding k to the whole function, y = f(x) + k, shifts it up by k. Multiplying by a constant, y = a f(x), stretches it vertically by factor a. Negative signs cause reflections: y = -f(x) reflects in the x-axis; y = f(-x) reflects in the y-axis.
变换题考查对函数的理解。将 x 替换为 (x – a) 会使图像向右平移 a 个单位。对整个函数加上常数 k,即 y = f(x) + k,向上平移 k。乘以常数 a,y = a f(x),在竖直方向拉伸 a 倍。负号引起反射:y = -f(x) 关于 x 轴反射;y = f(-x) 关于 y 轴反射。
Consider f(x) = x³ – 2x. Sketch y = 2 f(x + 1) – 3. You would apply the translation one unit left, stretch vertically by factor 2, and then shift down by 3. Combining these steps in the correct order is vital. Charts or mapping methods are helpful, and you might be asked to find the new coordinates of a given point after transformations.
考虑 f(x) = x³ – 2x,绘制 y = 2 f(x + 1) – 3。你需要先向左平移 1 单位,再竖直拉伸 2 倍,然后向下平移 3 个单位。按正确顺序组合这些步骤至关重要。表格法或映射法会有所助益,题目也可能要求求出已知点经变换后的新坐标。
12. Mixed Exam-Style Problems | 综合考试模拟题
A strong worksheet will end with a multi-step problem: you might be given a cubic curve that passes through given points or touches an axis, from which you must determine unknown coefficients a, b, c, d. Then you sketch the curve, solve an inequality, find the tangent, and finally apply transformations. This mirrors the structure of real A-Level exam questions.
一份优秀的练习卷会以一道多步骤综合题收尾。题目可能给出通过特定点或与坐标轴相切的三次曲线,要求确定未知系数 a、b、c、d。接着绘制草图、求解不等式、求切线方程,最后进行变换。这模拟了真实 A-Level 考试题的结构。
To excel, always read the problem carefully, break it into manageable parts, and cross-check each answer by substituting back into the original equation. Using graph features to verify algebraic findings is a powerful exam technique.
要想取得优异成绩,务必仔细读题、将其分解为可操作的步骤,并通过代回原方程交叉检验每个答案。利用图像特征验证代数结果是一项强大的应试技巧。
Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导