Logarithmic Differentiation and Its Applications | 对数求导法及其应用

📚 Logarithmic Differentiation and Its Applications | 对数求导法及其应用

Logarithmic differentiation is a powerful technique in calculus that simplifies the derivative of functions involving products, quotients, powers, and variable exponents. By taking the natural logarithm of both sides of an equation, we can transform complicated expressions into manageable sums and differences, then differentiate implicitly.

对数求导法是微积分中一种强有力的技巧,用于简化包含乘积、商、幂以及变量指数的函数的导数。通过对等式两边取自然对数,我们可以将复杂的表达式转化为可处理的和与差,然后进行隐式求导。


1. Why Use Logarithmic Differentiation? | 为什么使用对数求导法?

Certain functions are difficult to differentiate using the basic rules alone. For example, expressions like y = xˣ, y = (sin x)^cos x, or y = (x²+1)³√(x+2) require either the product rule, quotient rule, or chain rule applied many times, which becomes messy.

某些函数仅用基本法则很难求导。例如,像 y = xˣ、y = (sin x)^cos x 或 y = (x²+1)³√(x+2) 这样的表达式,需要多次使用乘积法则、商法则或链式法则,过程非常繁琐。

Logarithmic differentiation turns multiplication into addition, division into subtraction, and powers into multiplicative factors. This drastically reduces algebraic complexity and is especially useful for functions where the variable appears in both the base and the exponent.

对数求导法将乘法转化为加法,除法转化为减法,幂转化为乘法因子。这大大降低了代数复杂性,尤其适用于变量同时出现在底数和指数中的函数。

  • It simplifies products and quotients.

    它简化了乘积和商。

  • It handles variable exponents like f(x)^g(x).

    它可以处理 f(x)^g(x) 这类变量指数。

  • It turns roots and powers into linear factors.

    它将根式和幂转化为线性因子。


2. The Core Idea: Natural Logarithms and Implicit Differentiation | 核心思想:自然对数与隐式求导

The method begins with an equation y = f(x). We take the natural logarithm of both sides: ln y = ln f(x). Then we use logarithm properties to rewrite the right-hand side as a sum of simpler terms. Next, we differentiate both sides with respect to x.

该方法从方程 y = f(x) 开始。我们对两边取自然对数:ln y = ln f(x)。然后利用对数性质将右边改写为更简单项的和。接下来,对两边关于 x 求导。

Remember that d/dx (ln y) = (1/y) · dy/dx by the chain rule. After differentiating, we multiply both sides by y to solve for dy/dx, and finally substitute y = f(x) back.

记住,根据链式法则,d/dx (ln y) = (1/y) · dy/dx。求导后,两边乘以 y 解出 dy/dx,最后代回 y = f(x)。

If y = f(x), then dy/dx = f(x) · d/dx [ln f(x)]

This formula is the essence of logarithmic differentiation.

这个公式就是对对数求导法的核心概括。


3. Step-by-Step Procedure | 逐步操作流程

To apply logarithmic differentiation, follow these steps:

应用对数求导法时,请遵循以下步骤:

  • Step 1: Take the natural logarithm of both sides: ln y = ln f(x).

    第一步:两边取自然对数:ln y = ln f(x)。

  • Step 2: Use logarithm laws to expand the expression: ln(ab) = ln a + ln b, ln(a/b) = ln a − ln b, ln(a^n) = n ln a.

    第二步:利用对数法则展开表达式:ln(ab) = ln a + ln b,ln(a/b) = ln a − ln b,ln(a^n) = n ln a。

  • Step 3: Differentiate both sides implicitly with respect to x.

    第三步:两边关于 x 隐式求导。

  • Step 4: Solve for dy/dx by multiplying by y.

    第四步:两边乘以 y 解出 dy/dx。

  • Step 5: Replace y with the original expression f(x).

    第五步:用原表达式 f(x) 替换 y。


4. Example 1: Derivative of y = xˣ | 例1:求 y = xˣ 的导数

This is a classic case where the base and exponent are both variable. The power rule cannot be used directly because the exponent is not a constant.

这是一个经典例子,底数和指数都是变量。由于指数不是常数,不能直接使用幂法则。

Take ln of both sides:

两边取对数:

ln y = ln(xˣ) = x ln x

Differentiate both sides with respect to x:

两边关于 x 求导:

(1/y) · dy/dx = ln x + x · (1/x) = ln x + 1

Multiply by y = xˣ:

乘以 y = xˣ:

dy/dx = xˣ (ln x + 1)

Thus, the derivative of xˣ is xˣ(ln x + 1). This result cannot be obtained by the simple power rule.

因此,xˣ 的导数为 xˣ(ln x + 1)。这个结果不能通过简单的幂法则得到。


5. Example 2: Derivative of a Product with Powers | 例2:含幂的乘积函数的导数

Consider y = (x² + 1)³ · (2x − 1)⁵. Using the product and chain rules repeatedly would be messy, but logarithmic differentiation makes it straightforward.

考虑 y = (x² + 1)³ · (2x − 1)⁵。若反复使用乘积法则和链式法则会非常繁琐,但对数求导法使其变得直接。

Take ln both sides:

两边取对数:

ln y = 3 ln(x² + 1) + 5 ln(2x − 1)

Differentiate:

求导:

(1/y) · dy/dx = 3 · (2x)/(x² + 1) + 5 · (2)/(2x − 1)

Simplify and multiply by y:

化简并乘以 y:

dy/dx = (x² + 1)³(2x − 1)⁵ [ 6x/(x² + 1) + 10/(2x − 1) ]

This expression can be further simplified if needed, but the derivative is already in a compact factorised form.

如果需要,这个表达式可以进一步化简,但导数已经是紧凑的因式形式。


6. Example 3: A Quotient with Roots | 例3:含根式的商函数

Let y = √(x+2) / (x² + 1)³. Logarithmic differentiation handles roots and quotients elegantly.

设 y = √(x+2) / (x² + 1)³。对数求导法能优雅地处理根式和商。

Take ln both sides:

两边取对数:

ln y = ½ ln(x+2) − 3 ln(x² + 1)

Differentiate:

求导:

(1/y) dy/dx = ½ · 1/(x+2) − 3 · (2x)/(x² + 1)

Multiply by y:

乘以 y:

dy/dx = √(x+2)/(x²+1)³ [ 1/(2(x+2)) − 6x/(x²+1) ]

For x > −2, the expression is well-defined. This method avoids using the quotient rule and chain rule separately.

当 x > −2 时表达式有意义。这种方法避免了分别使用商法则和链式法则。


7. The Case of f(x)^g(x) | 处理 f(x)^g(x) 的形式

For a general function of the form y = f(x)^g(x), where both f and g depend on x, logarithmic differentiation is the standard approach.

对于形如 y = f(x)^g(x) 的一般函数,其中 f 和 g 都依赖于 x,对数求导法是标准方法。

Take ln: ln y = g(x) · ln f(x). Then differentiate using the product rule on the right-hand side:

取对数:ln y = g(x) · ln f(x)。然后对右边使用乘积法则求导:

(1/y) dy/dx = g'(x) ln f(x) + g(x) · f'(x)/f(x)

Therefore:

因此:

dy/dx = f(x)^g(x) [ g'(x) ln f(x) + g(x) f'(x)/f(x) ]

This formula covers examples like (tan x)^x or (ln x)^(x²).

这个公式涵盖了如 (tan x)^x 或 (ln x)^(x²) 之类的例子。


8. Avoiding Common Mistakes | 避免常见错误

Students often make mistakes when using logarithmic differentiation. Here are some common pitfalls:

学生使用对数求导法时常犯错误。以下是一些常见陷阱:

  • Forgetting to take the logarithm of the entire function, not just part of it.

    忘记对整个函数取对数,而只对其中一部分取对数。

  • Incorrectly applying logarithm properties, such as treating ln(a+b) as ln a + ln b.

    错误地应用对数性质,例如将 ln(a+b) 看作 ln a + ln b。

  • Forgetting to multiply by y when solving for dy/dx.

    解 dy/dx 时忘记乘以 y。

  • Overlooking the domain: ln x is only defined for x > 0. For functions that are negative, we can use ln|y| or restrict the domain.

    忽略定义域:ln x 仅对 x > 0 有定义。对于可能为负的函数,可使用 ln|y| 或限制定义域。


9. Using ln|y| for Negative-Valued Functions | 对负值函数使用 ln|y|

If f(x) can be negative, the natural logarithm of a negative number is not defined. In such cases, we differentiate the equation ln|y| = ln|f(x)|. The derivative of ln|y| is still y’/y, because d/dx (ln|y|) = y’/y.

如果 f(x) 可能为负,负数的自然对数没有定义。在这种情况下,我们对等式 ln|y| = ln|f(x)| 求导。ln|y| 的导数仍然是 y’/y,因为 d/dx (ln|y|) = y’/y。

Thus, using absolute values does not change the final derivative. This is particularly useful for rational functions that have intervals of negativity.

因此,使用绝对值不会改变最终导数。这对于在区间上为负的有理函数特别有用。

For example, to differentiate y = (x−1)³ / (x+2)⁴, we can write ln|y| = 3 ln|x−1| − 4 ln|x+2|, then differentiate normally.

例如,求 y = (x−1)³ / (x+2)⁴ 的导数时,我们可以写 ln|y| = 3 ln|x−1| − 4 ln|x+2|,然后正常求导。


10. Applications: Elasticity in Economics | 应用:经济学中的弹性

Logarithmic differentiation is widely used in economics to measure elasticity, which describes the percentage change in one variable relative to a percentage change in another.

对数求导法在经济学中广泛用于衡量弹性,即一个变量相对于另一个变量百分比变化的响应程度。

If demand Q depends on price P, the price elasticity of demand E is defined as:

如果需求量 Q 依赖于价格 P,需求的价格弹性 E 定义为:

E = − (P/Q) · dQ/dP = − d(ln Q)/d(ln P)

Because d(ln Q) = dQ/Q and d(ln P) = dP/P. This logarithmic form is convenient when Q is given as a power function of P, such as Q = kPᵃ.

因为 d(ln Q) = dQ/Q,d(ln P) = dP/P。当 Q 表示为 P 的幂函数(如 Q = kPᵃ)时,这种对数形式非常方便。

Then d(ln Q)/d(ln P) = a, so elasticity is constant and equal to −a. This insight demonstrates the power of logarithmic thinking in applied contexts.

此时 d(ln Q)/d(ln P) = a,因此弹性为常数且等于 −a。这一洞察展示了数思想在应用背景中的强大力量。


11. Applications: Growth Rates in Natural Sciences | 应用:自然科学中的增长率

In biology and physics, logarithmic differentiation provides the relative rate of change of a function, defined as y’/y. This is often more meaningful than the absolute rate y’.

在生物学和物理学中,对数求导法提供了函数的相对变化率,定义为 y’/y。这通常比绝对变化率 y’ 更有意义。

For exponential growth, y = A e^(kt), the relative growth rate is y’/y = k, a constant. For logistic growth, the relative rate decreases as the population approaches carrying capacity.

对于指数增长,y = A e^(kt),相对增长率为 y’/y = k,是一个常数。对于逻辑斯蒂增长,相对增长率随着种群接近环境容纳量而下降。

Logarithmic differentiation also appears in allometry, where biological traits scale with body size according to power laws. The exponent in such laws is found by regressing ln y against ln x.

对数求导法也出现在异速生长学中,其中生物性状按幂律与体型成比例。此类定律中的指数可以通过对 ln y 和 ln x 进行回归来获得。


12. Summary and Exam Tips | 总结与考试技巧

Logarithmic differentiation is essential for IB Mathematics HL and Analysis & Approaches HL courses. It appears in questions involving exponential functions, implicit differentiation, and optimisation.

对数求导法是 IB 数学 HL 以及分析与方法 HL 课程中必不可少的内容。它出现在涉及指数函数、隐式求导和优化问题中。

For the exam, always show the step ln y = …, then the implicit differentiation step, and finally substitute back. This earns method marks even if a small algebraic error occurs.

考试中,务必写出 ln y = … 步骤,然后写出隐式求导步骤,最后代回。这样可以获得方法分,即使出现小的代数错误。

  • Practice with various forms: products, quotients, powers, roots, and variable exponents.

    练习各种形式:乘积、商、幂、根式和变量指数。

  • Remember the chain rule when differentiating ln of a composite function.

    记住对复合函数取对数求导时使用链式法则。

  • Check the domain and include absolute values when necessary.

    检查定义域,必要时使用绝对值。

Mastering logarithmic differentiation not only boosts your exam score but also deepens your understanding of the relationship between logarithms, exponentials, and rates of change.

掌握对数求导法不仅能提高考试成绩,还能加深你对对数、指数以及变化率之间关系的理解。


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