📚 Differentiation: The Power Rule | 求导方法:幂次减1
In differential calculus, the Power Rule stands as the most essential and frequently used technique for finding derivatives. It provides a direct, mechanical way to differentiate functions of the form f(x) = x^n. The rule states that the derivative is found by bringing the exponent n down to multiply the function, and then decreasing the original exponent by exactly 1. This “power minus one” principle is the backbone of polynomial differentiation and appears repeatedly across the entire IB Mathematics curriculum.
在微积分中,幂函数求导法则是最基础且应用最广泛的求导技巧。它提供了一种直接、机械的方法来求形如 f(x) = x^n 的函数的导数。该法则指出:求导时,将指数 n 移到前面与原函数相乘,然后将原指数恰好减 1。这个“幂次减1”的原则是多项式求导的核心,在整个 IB 数学课程中反复出现。
1. The Core Formula | 核心公式
The Power Rule is elegantly simple. For any real number n, the derivative of x^n with respect to x is given by multiplying by the exponent n and subtracting 1 from the exponent. This is often written in the form of a concise equation that every student should memorize.
幂函数求导法则极其简洁。对于任意实数 n,对 x^n 关于 x 求导,只需将指数 n 乘到前面,并将指数减 1。这通常可以写成一个简洁的公式,每位学生都应牢记。
d/dx (x^n) = n · x^(n-1)
This formula works for all real numbers n, including positive integers, negative integers, fractions, and irrational numbers. The condition is simply that the base is x and the exponent is a constant.
该公式适用于所有实数 n,包括正整数、负整数、分数和无理数。唯一条件是底数为 x,且指数为常数。
2. Why Subtract One? A Proof Sketch | 为什么是“减1”?简要证明
To truly master the rule, it helps to understand its origin. Using the definition of the derivative as a limit, we have f'(x) = lim (h→0) [(x+h)^n – x^n] / h. Expanding (x+h)^n using the binomial theorem, the first two terms are x^n + n·x^(n-1)·h + higher-order terms in h. Subtracting x^n and dividing by h leaves n·x^(n-1) plus terms that vanish as h approaches 0.
要真正掌握这一法则,了解其来源会很有帮助。根据导数的极限定义,我们有 f'(x) = lim (h→0) [(x+h)^n – x^n] / h。利用二项式定理展开 (x+h)^n,前两项为 x^n + n·x^(n-1)·h 以及 h 的高阶项。减去 x^n 并除以 h 后,剩余 n·x^(n-1),而其余项在 h 趋近于 0 时消失。
(x+h)^n = x^n + n·x^(n-1)·h + [n(n-1)/2]·x^(n-2)·h² + … + h^n
The “minus one” appears directly from the exponent of h in the second term of the binomial expansion. Since we are dividing by h to find the derivative, the exponent of x in the leading term becomes n-1. This logical foundation ensures that the rule is not just magic, but a direct consequence of the limit definition.
这里的“减1”直接来源于二项式展开第二项中 h 的指数。由于求导时需要除以 h,因此首项中 x 的指数变为 n-1。这一逻辑基础确保了该法则并非魔术,而是极限定义的直接推论。
3. Applying the Rule to Basic Powers | 基础幂次的应用
Let us start with simple cases. If f(x) = x², then n = 2, so the derivative is f'(x) = 2·x^(2-1) = 2x. If f(x) = x³, then f'(x) = 3·x². This pattern is intuitive: the power comes down to multiply, and the exponent reduces by one.
我们从简单的情况开始。若 f(x) = x²,则 n = 2,其导数为 f'(x) = 2·x^(2-1) = 2x。若 f(x) = x³,则 f'(x) = 3·x²。这个规律非常直观:指数移到前面相乘,指数部分减 1。
Two special cases are worth noting. For f(x) = x, we have n = 1, so f'(x) = 1·x⁰ = 1. This makes sense because the line y = x has a constant slope of 1. For any constant function f(x) = c, we can think of it as c·x⁰, so f'(x) = c·0·x⁻¹ = 0. This confirms that constants have zero derivative.
有两个特殊情况值得注意。对于 f(x) = x,n = 1,所以 f'(x) = 1·x⁰ = 1。这很合理,因为直线 y = x 的斜率恒为 1。对于任何常数函数 f(x) = c,可将其视为 c·x⁰,于是 f'(x) = c·0·x⁻¹ = 0。这印证了常数函数的导数为 0。
4. Handling Coefficients and Constants | 系数与常数的处理
In many functions, x^n is multiplied by a constant coefficient c. The Power Rule combines beautifully with the constant multiple rule: the derivative of c·x^n is simply c times the derivative of x^n. You multiply the coefficient by the exponent, then decrease the exponent by 1.
在许多函数中,x^n 会乘以一个常数系数 c。幂函数求导法则与常数倍法则可以完美结合:c·x^n 的导数等于 c 乘以 x^n 的导数。即先将系数与指数相乘,再将指数减 1。
d/dx (c·x^n) = c·n·x^(n-1)
For example, to differentiate f(x) = 5x⁴, multiply 5 by 4 to get 20, and decrease the exponent from 4 to 3. Therefore, f'(x) = 20x³. This shortcut is incredibly powerful and is a cornerstone of algebraic differentiation.
例如,求 f(x) = 5x⁴ 的导数时,用 5 乘以 4 得到 20,并将指数从 4 减为 3。因此,f'(x) = 20x³。这种简便算法非常强大,是代数求导的基石。
5. Working with Negative Exponents | 负指数的处理
A common hurdle for IB students is applying the Power Rule to negative exponents. The rule works exactly the same way. Remember that a negative exponent indicates a reciprocal: x⁻¹ = 1/x, and x⁻ⁿ = 1/xⁿ. When differentiating, you still bring the negative exponent down and subtract 1 from it.
对 IB 学生来说,一个常见的难点是将幂函数求导法则应用于负指数。该法则的运作方式完全相同。记住,负指数表示倒数:x⁻¹ = 1/x,x⁻ⁿ = 1/xⁿ。求导时,你仍然要将负指数移到前面,并从中减 1。
For instance, consider f(x) = x⁻¹. Using the formula, f'(x) = (-1)·x^(-1-1) = -x⁻² = -1/x². Similarly, for f(x) = 1/x³ = x⁻³, the derivative is f'(x) = -3·x⁻⁴ = -3/x⁴. The key is to rewrite reciprocal functions as powers of x with negative exponents before applying the rule.
例如,考虑 f(x) = x⁻¹。根据公式,f'(x) = (-1)·x^(-1-1) = -x⁻² = -1/x²。类似地,对于 f(x) = 1/x³ = x⁻³,其导数为 f'(x) = -3·x⁻⁴ = -3/x⁴。关键在于先将被积函数改写为带负指数的幂形式,再运用该法则。
6. Radicals and Fractional Exponents | 根式与分数指数
Roots and radicals are another essential application of the Power Rule. Any radical expression can be rewritten as a power with a fractional exponent. For example, the square root of x is x raised to the power of 1/2, and the cube root of x is x raised to the power of 1/3. This transformation allows us to differentiate radical functions with ease.
根式是幂函数求导法则的另一类重要应用。任何根式表达式都可以改写为分数指数幂。例如,x 的平方根等于 x 的 1/2 次幂,x 的立方根等于 x 的 1/3 次幂。这种转换让我们能轻松地对根式函数求导。
Let us differentiate f(x) = √x. First, rewrite √x as x^(1/2). Applying the Power Rule, f'(x) = (1/2)·x^(1/2 – 1) = (1/2)·x^(-1/2). This result can be rewritten as 1 / (2√x). It is a classic result that appears frequently in IB exams.
我们求 f(x) = √x 的导数。首先,将 √x 改写为 x^(1/2)。应用幂函数求导法则,f'(x) = (1/2)·x^(1/2 – 1) = (1/2)·x^(-1/2)。该结果可改写为 1 / (2√x)。这是 IB 考试中的经典结论。
d/dx (√x) = 1 / (2√x)
7. Differentiating Polynomials Term by Term | 多项式逐项求导
One of the most important consequences of the power rule is that it applies to each term of a polynomial independently. The derivative of a sum or difference of functions is the sum or difference of their derivatives. Therefore, to differentiate a polynomial, you simply apply the power rule to every term according to its own exponent.
幂函数求导法则最重要的推论之一是,它可以独立应用于多项式的每一项。函数和或差的导数等于它们各自导数的和或差。因此,对多项式求导时,只需对每一项分别应用幂函数求导法则即可。
Consider the polynomial f(x) = 3x³ – 2x² + 5x – 7. Differentiating term by term: the derivative of 3x³ is 3·3·x² = 9x². The derivative of -2x² is -2·2·x¹ = -4x. The derivative of 5x is 5·1·x⁰ = 5. The derivative of -7 is 0. Combining these results gives f'(x) = 9x² – 4x + 5.
考虑多项式 f(x) = 3x³ – 2x² + 5x – 7。逐项求导:3x³ 的导数为 3·3·x² = 9x²。 -2x² 的导数为 -2·2·x¹ = -4x。5x 的导数为 5·1·x⁰ = 5。-7 的导数为 0。综合以上结果,得到 f'(x) = 9x² – 4x + 5。
8. Higher-Order Derivatives | 高阶导数
The Power Rule can be applied repeatedly to find second, third, and higher-order derivatives. Each time you differentiate, you again bring down the exponent and subtract one. This iterative process is central to many IB questions involving concavity and acceleration.
幂函数求导法则可以重复使用,以求得二阶、三阶及更高阶导数。每一次求导,都需要再次将指数下移并减 1。这种迭代过程是许多涉及凹凸性和加速度的 IB 题目的核心。
For example, let f(x) = x⁴. The first derivative is f'(x) = 4x³. The second derivative is f”(x) = 3·4·x² = 12x². The third derivative is f”'(x) = 2·12·x = 24x. The fourth derivative is f””(x) = 24. Notice how the exponent decreases by 1 each time, and the coefficients multiply sequentially. This pattern continues until the derivative becomes zero for a polynomial of finite degree.
例如,设 f(x) = x⁴。一阶导数为 f'(x) = 4x³。二阶导数为 f”(x) = 3·4·x² = 12x²。三阶导数为 f”'(x) = 2·12·x = 24x。四阶导数为 f””(x) = 24。注意每次指数减 1,系数依次相乘。这一规律持续进行,直到有限次多项式变为 0。
9. Common IB Exam Pitfalls | 常见 IB 考试陷阱
Even with a simple rule, students often lose marks due to careless mistakes. One of the most common errors is forgetting to subtract 1 from the exponent. For example, differentiating x³ and writing 3x³ instead of 3x². Another common mistake is incorrectly applying the rule to exponential functions such as 2ⁿ, where the base is a constant and the variable is in the exponent; the Power Rule does not apply directly there.
即便是简单的规则,学生也常因粗心大意而失分。最常见的错误之一是忘记将指数减 1。例如,求 x³ 的导数却写成 3x³,而正确结果应为 3x²。另一个常见错误是将该法则错误应用于指数函数,如 2ⁿ,其底数为常数而变量在指数中;此时幂函数求导法则并不直接适用。
- Always check that the base is exactly x (or a linear function if you are using the chain rule later). Always verify the exponent decreases by 1.
- 要时刻检查底数是否为 x(若后续使用链式法则,底数也可以是线性函数)。务必验证指数是否减了 1。
- For radical expressions, always rewrite them as fractional exponents before differentiating. For reciprocal expressions, use negative exponents.
- 对于根式表达式,求导前务必改写为分数指数。对于倒数表达式,使用负指数。
- Do not confuse the Power Rule d/dx(xⁿ) with the exponential rule d/dx(aˣ). In the Power Rule, the exponent is a number and the base is x. In the exponential rule, the base is a number and the exponent is x.
- 不要混淆幂函数法则 d/dx(xⁿ) 与指数函数法则 d/dx(aˣ)。在幂函数法则中,指数是数字,底数是 x。在指数法则中,底数是数字,指数是 x。
10. Practical Application: Tangents and Gradients | 实际应用:切线与斜率
In IB Mathematics, the Power Rule is not just an abstract exercise; it is used to solve real-world problems involving rates of change and geometry. For example, to find the equation of the tangent line to the curve y = x² at the point (3, 9), you first find the derivative f'(x) = 2x. The gradient at x = 3 is f'(3) = 6. The tangent line is then y – 9 = 6(x – 3).
在 IB 数学中,幂函数求导法则不仅是抽象练习,还用于解决涉及变化率和几何的实际问题。例如,要求曲线 y = x² 在点 (3, 9) 处的切线方程,首先求导数 f'(x) = 2x。在 x = 3 处的斜率为 f'(3) = 6。切线方程即为 y – 9 = 6(x – 3)。
This shows how the “power minus one” rule directly provides the gradient function of a curve, enabling us to analyze slopes, instantaneous velocities, and optimization problems throughout the IB syllabus.
这展示了“幂次减1”法则如何直接提供曲线的斜率函数,使我们能够在整个 IB 课程大纲中分析斜率、瞬时速度以及最优化问题。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply