📚 Derivatives of Quadratic Functions and Problem-Solving Strategies | 二次函数的导数计算与解题方法
The derivative is one of the most powerful tools in mathematics, and quadratic functions provide the perfect starting point for mastering differentiation. This article explains how to differentiate quadratic functions step by step and explores the key problem-solving techniques that appear in exams, including tangent lines, stationary points, and rate-of-change problems.
导数是数学中最强大的工具之一,而二次函数则是掌握微分的完美起点。本文将逐步讲解如何对二次函数求导,并探讨考试中常见的解题方法,包括切线、驻点以及变化率问题。
1. The Definition of a Quadratic Function | 二次函数的定义
A quadratic function is a polynomial of degree 2, generally written as:
二次函数是次数为 2 的多项式,通常写成:
f(x) = ax² + bx + c, where a ≠ 0
The constants a, b and c are real numbers, and a is called the leading coefficient. The graph of a quadratic function is a parabola, which opens upward if a > 0 and downward if a < 0.
常数 a、b、c 是实数,其中 a 称为首项系数。二次函数的图像是抛物线,当 a > 0 时开口向上,当 a < 0 时开口向下。
Differentiating a quadratic function removes the x² term’s power by bringing it down, reduces the power by 1, and eliminates the constant term. This process is called differentiation from first principles or using the power rule.
对二次函数求导时,将 x² 的指数移下来、指数减 1,并消去常数项。这一过程称为从第一性原理求导或使用幂法则。
2. Differentiation from First Principles | 从第一性原理求导
The derivative of f(x) is defined as the limit of the average rate of change as h approaches 0:
函数 f(x) 的导数定义为当 h 趋近于 0 时平均变化率的极限:
f'(x) = limh→0 [f(x + h) − f(x)] / h
For f(x) = ax² + bx + c, we first compute f(x + h):
对于 f(x) = ax² + bx + c,我们先计算 f(x + h):
f(x + h) = a(x + h)² + b(x + h) + c = ax² + 2axh + ah² + bx + bh + c
Subtracting f(x) and dividing by h gives:
减去 f(x) 并除以 h 得到:
[f(x + h) − f(x)] / h = 2ax + b + ah
Taking the limit as h → 0, the term ah disappears, so f'(x) = 2ax + b. This proves the derivative rule for quadratic functions directly from the limit definition.
当 h → 0 时取极限,ah 项消失,因此 f'(x) = 2ax + b。这直接从极限定义证明了二次函数的导数规则。
3. The Power Rule: A Shortcut | 幂法则:快捷方法
The power rule states that if f(x) = xⁿ, then f'(x) = nxⁿ⁻¹. Applying this term by term to a quadratic function:
幂法则指出:若 f(x) = xⁿ,则 f'(x) = nxⁿ⁻¹。将其逐项应用于二次函数:
d/dx (ax²) = 2ax, d/dx (bx) = b, d/dx (c) = 0
Therefore the derivative of f(x) = ax² + bx + c is simply:
因此 f(x) = ax² + bx + c 的导数就是:
f'(x) = 2ax + b
Notice that the derivative is a linear function. This is a key observation: the slope of a parabola changes at a constant linear rate as x changes.
注意导数是线性函数。这是一个关键观察:抛物线斜率随 x 的变化以恒定的线性速率改变。
4. Worked Example 1: Basic Differentiation | 例题 1:基本求导
Differentiate f(x) = 3x² + 5x − 2.
求 f(x) = 3x² + 5x − 2 的导数。
Using the power rule on each term:
对每一项使用幂法则:
f'(x) = 2 × 3x²⁻¹ + 1 × 5x¹⁻¹ + 0 = 6x + 5
The derivative f'(x) = 6x + 5 tells us the slope of the tangent line at any point x. For example, at x = 1, the slope is 6(1) + 5 = 11. At x = −2, the slope is 6(−2) + 5 = −7.
导数 f'(x) = 6x + 5 告诉我们任意点 x 处切线的斜率。例如,在 x = 1 处斜率为 6(1) + 5 = 11;在 x = −2 处斜率为 6(−2) + 5 = −7。
5. The Tangent Line Equation | 切线方程
To find the equation of the tangent line to y = f(x) at x = x₀, we use the point-slope form:
要求 y = f(x) 在 x = x₀ 处的切线方程,我们使用点斜式:
y − f(x₀) = f'(x₀)(x − x₀)
Step 1: Compute f(x₀), the y-coordinate of the point.
第一步:计算 f(x₀),即该点的 y 坐标。
Step 2: Compute f'(x₀), the slope at that point.
第二步:计算 f'(x₀),即该点的斜率。
Step 3: Substitute both into the point-slope equation and simplify.
第三步:将两者代入点斜式方程并化简。
For a quadratic function, the tangent line touches the parabola at exactly one point and never crosses it at that point. The normal line, perpendicular to the tangent, has slope −1 / f'(x₀), provided f'(x₀) ≠ 0.
对于二次函数,切线在且仅在一个点接触抛物线,并且在该点不穿过曲线。法线与切线垂直,其斜率为 −1 / f'(x₀),前提是 f'(x₀) ≠ 0。
6. Worked Example 2: Finding a Tangent | 例题 2:求切线
Find the tangent line to f(x) = x² − 4x + 1 at x = 3.
求 f(x) = x² − 4x + 1 在 x = 3 处的切线方程。
First, find the y-coordinate: f(3) = 9 − 12 + 1 = −2. So the point is (3, −2).
首先求 y 坐标:f(3) = 9 − 12 + 1 = −2。因此点为 (3, −2)。
Next, differentiate: f'(x) = 2x − 4. Then f'(3) = 6 − 4 = 2. The slope is 2.
然后求导:f'(x) = 2x − 4。因此 f'(3) = 6 − 4 = 2。斜率为 2。
Using the point-slope form: y − (−2) = 2(x − 3). Simplifying:
使用点斜式:y − (−2) = 2(x − 3)。化简得:
y = 2x − 8
Always check your answer by verifying that substituting x = 3 into the tangent equation gives y = −2.
始终通过将 x = 3 代入切线方程验证是否得到 y = −2,以检查答案。
7. Stationary Points of a Quadratic | 二次函数的驻点
For a quadratic function f(x) = ax² + bx + c, the stationary point occurs where the derivative is zero:
对于二次函数 f(x) = ax² + bx + c,驻点出现在导数为零处:
f'(x) = 2ax + b = 0 → x = −b / (2a)
This x-coordinate is exactly the axis of symmetry of the parabola. The corresponding y-coordinate is found by substituting x = −b/(2a) into f(x).
该 x 坐标恰好是抛物线的对称轴。将 x = −b/(2a) 代入 f(x) 即可得到相应的 y 坐标。
The second derivative of a quadratic function is constant: f”(x) = 2a. If a > 0, the stationary point is a minimum because the parabola opens upward. If a < 0, it is a maximum because the parabola opens downward.
二次函数的二阶导数是常数:f”(x) = 2a。若 a > 0,驻点为最小值,因为抛物线开口向上;若 a < 0,则为最大值,因为抛物线开口向下。
8. Worked Example 3: Vertex via Derivative | 例题 3:用导数求顶点
Find the vertex of f(x) = 2x² − 8x + 5.
求 f(x) = 2x² − 8x + 5 的顶点坐标。
Set f'(x) = 4x − 8 = 0. Solving gives x = 2.
令 f'(x) = 4x − 8 = 0,解得 x = 2。
Substitute x = 2 into f(x): f(2) = 2(4) − 16 + 5 = 8 − 16 + 5 = −3.
将 x = 2 代入 f(x):f(2) = 2(4) − 16 + 5 = 8 − 16 + 5 = −3。
Thus the vertex is (2, −3). Since a = 2 > 0, this is a minimum point. The axis of symmetry is the vertical line x = 2.
因此顶点为 (2, −3)。由于 a = 2 > 0,这是最小值点。对称轴为垂直线 x = 2。
This derivative method is often faster than completing the square, especially when dealing with coefficients that are not simple integers.
与配方法相比,导数法通常更快,尤其是在系数不是简单整数的情况下。
9. Rates of Change and Motion | 变化率与运动问题
If the position of an object is given by a quadratic function s(t) = at² + bt + c, then the derivative s'(t) = 2at + b represents the velocity. The second derivative s”(t) = 2a represents the acceleration.
如果物体的位置由二次函数 s(t) = at² + bt + c 给出,那么导数 s'(t) = 2at + b 表示速度,二阶导数 s”(t) = 2a 表示加速度。
For example, consider s(t) = 5t² + 3t + 2. The velocity is v(t) = 10t + 3, and the acceleration is a(t) = 10. At t = 2, the velocity is 10(2) + 3 = 23 units per second.
例如,考虑 s(t) = 5t² + 3t + 2。速度为 v(t) = 10t + 3,加速度为 a(t) = 10。在 t = 2 时,速度为 10(2) + 3 = 23 单位每秒。
To find when the object is at rest, set the velocity equal to zero: 10t + 3 = 0 → t = −0.3. If negative time is not physically meaningful, we interpret this as no moment of rest in the positive time domain.
要求物体何时静止,令速度等于零:10t + 3 = 0 → t = −0.3。若负时间没有物理意义,则表示在正时间范围内没有静止时刻。
10. Common Mistakes and How to Avoid Them | 常见错误及避免方法
Mistake 1: Forgetting to differentiate the constant term. The derivative of c is always 0, not c.
错误一:忘记对常数项求导。常数 c 的导数始终为 0,而不是 c。
Mistake 2: Incorrectly applying the power rule to the linear term. The derivative of bx is b, not bx.
错误二:对一次项错误使用幂法则。bx 的导数是 b,而不是 bx。
Mistake 3: Confusing the derivative with the function itself. f'(x) gives the slope, not the y-value of the curve.
错误三:将导数与函数本身混淆。f'(x) 给出的是斜率,而不是曲线的 y 值。
Mistake 4: When finding a tangent line, using f(x₀) instead of f'(x₀) as the slope. The slope must be the derivative evaluated at x₀.
错误四:求切线时用 f(x₀) 代替 f'(x₀) 作为斜率。斜率必须是在 x₀ 处取值的导数。
To avoid these errors, always write out each term separately and label the derivative explicitly. Practice with a table of simple derivatives:
为避免这些错误,请务必逐项写出每一项,并明确标出导数。通过一张简单的导数表进行练习:
| f(x) | f'(x) |
| x² | 2x |
| 3x² | 6x |
| −x² | −2x |
| 5x | 5 |
| −7 | 0 |
11. Summary of Key Formulas | 关键公式总结
For f(x) = ax² + bx + c:
对于 f(x) = ax² + bx + c:
- First derivative: f'(x) = 2ax + b
- 一次导数:f'(x) = 2ax + b
- Second derivative: f”(x) = 2a
- 二阶导数:f”(x) = 2a
- Stationary point: x = −b/(2a), y = f(−b/(2a))
- 驻点:x = −b/(2a),y = f(−b/(2a))
- Tangent line at x = x₀: y − f(x₀) = f'(x₀)(x − x₀)
- 在 x = x₀ 处的切线:y − f(x₀) = f'(x₀)(x − x₀)
- Nature of stationary point: minimum if a > 0, maximum if a < 0
- 驻点性质:a > 0 时为最小值,a < 0 时为最大值
Mastering the derivative of quadratic functions builds a solid foundation for differentiating polynomials of higher degree, as well as for curve sketching and optimization problems.
掌握二次函数的导数,为求导更高次多项式、绘制函数图像以及解决优化问题奠定了坚实基础。
12. Practice Problems | 练习题目
Try these problems on your own, then check your answers:
请独立尝试以下题目,然后核对答案:
Problem 1: Differentiate f(x) = 7x² − 3x + 1.
题目 1:求 f(x) = 7x² − 3x + 1 的导数。
Problem 2: Find the gradient of y = x² + 6x + 9 at x = −1.
题目 2:求 y = x² + 6x + 9 在 x = −1 处的斜率。
Problem 3: Determine the equation of the tangent to f(x) = −2x² + 8x at x = 2.
题目 3:求 f(x) = −2x² + 8x 在 x = 2 处的切线方程。
Problem 4: Find the stationary point of g(x) = 4x² − 12x + 7 and classify it as a maximum or minimum.
题目 4:求 g(x) = 4x² − 12x + 7 的驻点并判断它是最大值还是最小值。
Answers: 1) f'(x) = 14x − 3. 2) 4. 3) y = 8. 4) Minimum at (1.5, −2).
答案:1) f'(x) = 14x − 3。2) 4。3) y = 8。4) 最小值点 (1.5, −2)。
Published by TutorHao | Mathematics Revision Series | aleveler.com
Find Maths Textbooks on eBay UK
New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply