Derivatives of Exponential Functions | 指数函数的导数

📚 Derivatives of Exponential Functions | 指数函数的导数

In this article, we explore how to differentiate exponential functions, focusing on the natural exponential function eˣ and general exponential functions of the form aˣ. Understanding these derivatives is essential for IB Mathematics analysis and approaches, as well as for many applications in science and economics.

在本文中,我们探讨如何对指数函数求导,重点研究自然指数函数 eˣ 以及形如 aˣ 的一般指数函数。理解这些导数对于 IB 数学分析与方法课程至关重要,也是科学和经济学中众多应用的基础。


1. The Definition of the Derivative | 导数的定义

Recall that the derivative of a function f at a point x is defined as the limit of the difference quotient:

回顾函数 f 在点 x 处的导数定义为差商的极限:

f′(x) = limh→0 [f(x + h) − f(x)] / h

For a general exponential function f(x) = aˣ, we can substitute directly:

对于一般指数函数 f(x) = aˣ,我们可以直接代入:

f′(x) = limh→0 [ax+h − aˣ] / h = aˣ · limh→0 [(aʰ − 1) / h]

The limit depends only on the base a. If this limit exists, then the derivative of aˣ is proportional to aˣ itself.

这个极限仅取决于底数 a。如果该极限存在,那么 aˣ 的导数与 aˣ 自身成正比。


2. The Natural Exponential Function eˣ | 自然指数函数 eˣ

The number e is defined precisely so that the limit above equals 1 when a = e. That is:

数字 e 的定义正是为了使当 a = e 时上述极限等于 1。即:

limh→0 [(eʰ − 1) / h] = 1

As a result, the derivative of y = eˣ is simply itself:

因此,y = eˣ 的导数就是它本身:

d/dx (eˣ) = eˣ

This property is unique among all functions (up to constant multiples) and makes e the “natural” base for exponential growth and decay.

这一性质在所有函数中是独一无二的(相差常数倍除外),因此 e 成为指数增长与衰减的“自然”底数。


3. Graphical Interpretation | 图形意义

On the graph of y = eˣ, the slope of the tangent line at any point (x, eˣ) is exactly equal to the y-coordinate of that point. For example, at x = 0, the slope is e⁰ = 1; at x = 1, the slope is e ≈ 2.718.

在 y = eˣ 的图像上,任意一点 (x, eˣ) 处切线的斜率恰好等于该点的纵坐标。例如,在 x = 0 处斜率为 e⁰ = 1;在 x = 1 处斜率为 e ≈ 2.718。

This means the function is always increasing, and its rate of increase grows exponentially. The graph is convex (concave up) for all real x.

这意味着函数始终递增,并且其增长速率按指数方式增大。图像对所有实数 x 都是凸的(向上凹)。


4. Derivative of aˣ Using the Chain Rule | 用链式法则求 aˣ 的导数

Any exponential function aˣ can be rewritten using the natural exponential: aˣ = ex ln a. Applying the chain rule:

任何指数函数 aˣ 都可以用自然指数重写:aˣ = ex ln a。应用链式法则:

d/dx (aˣ) = ex ln a · ln a = aˣ ln a

Therefore, for any base a > 0, a ≠ 1:

因此,对于任意底数 a > 0,a ≠ 1:

  • d/dx (2ˣ) = 2ˣ ln 2
  • d/dx (10ˣ) = 10ˣ ln 10
  • d/dx (e3x) = e3x · 3 = 3e3x

Notice that when a = e, ln e = 1, so the formula returns the simple result from Section 2.

注意当 a = e 时,ln e = 1,公式回到第 2 节的简单结果。


5. General Exponential with a Function of x | 含 x 函数的复合指数

If the exponent is itself a differentiable function u(x), then the chain rule gives:

如果指数本身是可微函数 u(x),则链式法则给出:

d/dx (eu(x)) = eu(x) · u′(x)

d/dx (au(x)) = au(x) · ln a · u′(x)

For example, if y = esin x, then u(x) = sin x and u′(x) = cos x, so y′ = esin x cos x.

例如,若 y = esin x,则 u(x) = sin x,u′(x) = cos x,所以 y′ = esin x cos x。

These formulas are among the most frequently tested differentiation rules in IB exams.

这些公式是 IB 考试中最常考到的求导法则之一。


6. Worked Example 1 | 例题 1

Find the derivative of f(x) = x² eˣ.

求 f(x) = x² eˣ 的导数。

Using the product rule:

使用乘积法则:

f′(x) = 2x · eˣ + x² · eˣ = eˣ (x² + 2x)

We can factor out eˣ because eˣ is never zero. The derivative is positive when x(x+2) > 0, i.e., x < −2 or x > 0.

我们可以提出 eˣ,因为 eˣ 永不为零。当 x(x+2) > 0,即 x < −2 或 x > 0 时,导数为正。


7. Worked Example 2 | 例题 2

Differentiate y = 32x+1 and find the gradient at x = 0.

对 y = 32x+1 求导,并求 x = 0 处的斜率。

Here u(x) = 2x + 1, so u′(x) = 2. Using the general formula:

这里 u(x) = 2x + 1,因此 u′(x) = 2。使用一般公式:

y′ = 32x+1 · ln 3 · 2 = (2 ln 3) · 32x+1

At x = 0, 31 = 3, so y′(0) = 6 ln 3 ≈ 6 × 1.099 = 6.594.

在 x = 0 处,3¹ = 3,所以 y′(0) = 6 ln 3 ≈ 6 × 1.099 = 6.594。


8. Connecting Derivatives and Integrals | 导数与积分的联系

Because the derivative of eˣ is eˣ, the indefinite integral is also immediate:

因为 eˣ 的导数是 eˣ,其不定积分也直接可得:

∫ eˣ dx = eˣ + C

∫ ekx dx = (1/k) ekx + C (k ≠ 0)

Similarly, ∫ aˣ dx = aˣ / (ln a) + C for a > 0, a ≠ 1.

类似地,∫ aˣ dx = aˣ / (ln a) + C,其中 a > 0,a ≠ 1。

This symmetry between differentiation and integration is central to solving differential equations involving exponential growth and decay.

这种微分与积分之间的对称性对于求解涉及指数增长和衰减的微分方程至关重要。


9. Higher-Order Derivatives | 高阶导数

Since d/dx (eˣ) = eˣ, all higher derivatives of eˣ are also eˣ:

由于 d/dx (eˣ) = eˣ,eˣ 的所有高阶导数也都是 eˣ:

f⁗(x) = eˣ for every positive integer n

f⁗(x) = eˣ 对所有正整数 n 成立

For y = ekx, the n-th derivative is kⁿ ekx. For example, if y = e2x, then y″ = 4e2x and y‴ = 8e2x.

对于 y = ekx,n 阶导数为 kⁿ ekx。例如,若 y = e2x,则 y″ = 4e2x,y‴ = 8e2x


10. Applications in Growth and Decay | 在增长与衰减中的应用

Many natural processes follow the differential equation dy/dx = ky, whose solution is y = y₀ ekx. Here k is the continuous growth rate (if k > 0) or decay rate (if k < 0).

许多自然过程满足微分方程 dy/dx = ky,其解为 y = y₀ ekx。其中 k 是连续增长率(k > 0)或衰减率(k < 0)。

Common examples:

常见例子:

  • Population growth: P(t) = P₀ ert, so P′(t) = r P(t).
  • Radioactive decay: N(t) = N₀ e−λt, so N′(t) = −λ N(t).
  • Cooling (Newton’s law): T(t) = Tₐ + (T₀ − Tₐ) e−kt.
  • 人口增长:P(t) = P₀ ert,因此 P′(t) = r P(t)。
  • 放射性衰变:N(t) = N₀ e−λt,因此 N′(t) = −λ N(t)。
  • 冷却(牛顿冷却定律):T(t) = Tₐ + (T₀ − Tₐ) e−kt

The derivative tells us the instantaneous rate of change, which is proportional to the current amount—an essential concept in finance and biology.

导数告诉我们瞬时变化率,它与当前量成正比——这是金融和生物学中的重要概念。


11. Common Mistakes and Tips | 常见错误与提示

Students often confuse the derivative of aˣ with the power rule. The power rule applies when the variable is in the base, not the exponent:

学生经常混淆 aˣ 的导数与幂函数法则。幂函数法则适用于变量在底数中,而非指数中:

  • d/dx (xⁿ) = n xn−1 (variable base, constant exponent)
  • d/dx (aˣ) = aˣ ln a (constant base, variable exponent)
  • d/dx (xⁿ) = n xn−1(底数为变量,指数为常数)
  • d/dx (aˣ) = aˣ ln a(底数为常数,指数为变量)

Do not forget the factor ln a when differentiating aˣ. Also, when using the chain rule with eu, remember to multiply by u′.

对 aˣ 求导时不要忘记因子 ln a。此外,使用链式法则对 eu 求导时,记得乘以 u′。


12. Summary Table | 总结表

Function Derivative 函数 导数
aˣ ln a aˣ ln a
eu(x) eu(x) u′(x) eu(x) eu(x) u′(x)
au(x) au(x) ln a · u′(x) au(x) au(x) ln a · u′(x)

Mastering these derivative rules will help you solve problems involving tangents, rates of change, optimization, and differential equations with confidence.

掌握这些求导法则,将帮助您自信地解决涉及切线、变化率、优化和微分方程的问题。


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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version