📚 Natural Logarithms: Manipulation Techniques and Common Exam Points | 自然对数:运算技巧与常见考点
The natural logarithm, written as ln, is one of the most frequently tested functions in international mathematics examinations. It is the logarithm with base e, where e ≈ 2.71828. Mastering the manipulation of natural logarithms is not just about memorizing formulas; it allows you to simplify complicated expressions, solve exponential equations, and unlock a set of powerful calculus tools.
自然对数写作 ln,是国际数学考试中最常考的函数之一。它是以常数 e(约等于 2.71828)为底的对数。掌握自然对数的运算,不只是记住公式,更意味着你能化简复杂的表达式、求解指数方程,并运用一组强大的微积分工具。
1. Definition and Basic Conclusions | 定义与基本结论
The natural logarithm is defined as the inverse of the natural exponential function. If y = ln x, then eʸ = x, with the crucial restriction x > 0.
自然对数定义为自然指数函数的反函数。若 y = ln x,则 eʸ = x,其中关键限制为 x > 0。
ln x = logₑ x, where e = 2.71828…
-
ln 1 = 0 because e⁰ = 1.
ln1 = 0,因为 e⁰ = 1。
-
ln e = 1 because e¹ = e.
ln e = 1,因为 e¹ = e。
-
The expression ln x is defined only for x > 0; ln 0 and ln of a negative number are not real values.
表达式 ln x 仅在 x > 0 时有定义;ln0 以及对负数取自然对数都不是实数。
2. Product and Quotient Rules | 积与商的法则
When working with products and quotients inside a natural logarithm, split the logarithm into separate terms. These rules are valid only when both inputs are positive.
当自然对数内部出现乘积或商时,可以将其拆成多个对数项。注意这些法则仅在两个输入均为正数时成立。
ln(ab) = ln a + ln b
ln(a/b) = ln a − ln b
For example, ln 2 + ln 3 = ln 6, and ln 6 − ln 2 = ln 3. This process can also be reversed to combine two logarithms into a single one.
例如,ln2 + ln3 = ln6,而 ln6 − ln2 = ln3。这个过程也可以反过来使用,将两个对数合并成一个对数。
3. Power Rule and Common Pitfalls | 幂法则与常见误区
The power rule moves an exponent in front of the logarithm. This is one of the most useful simplification tools in algebraic and calculus questions.
幂法则把指数移到对数前面。这是代数与微积分题目中最常用的化简工具之一。
ln(aᵖ) = p ln a, for a > 0
-
ln(1/x) = −ln x, because 1/x = x⁻¹.
ln(1/x) = −ln x,因为 1/x = x⁻¹。
-
ln √x = ½ ln x, because √x = x^(½).
ln√x = ½ln x,因为 √x = x^(½)。
-
Be careful: ln(x²) is not the same as (ln x)². The first equals 2 ln|x| for x ≠ 0, while the second is the square of the logarithm.
注意:ln(x²) 与 (ln x)² 不同。前者在 x ≠ 0 时等于 2ln|x|,而后者是对数值的平方。
-
A very common error is to write ln(x + y) = ln x + ln y. This is false; addition inside a logarithm cannot be split in this way.
一个常见错误是把 ln(x + y) 写成 ln x + ln y。这是错误的;对数内部是加法时不能这样拆分。
4. Combining Logarithms into a Single Term | 将对数合并为单项
In many exam questions, you must combine several ln terms into one logarithm before applying further algebra.
在许多考题中,你需要先将若干 ln 项合并成一个对数,然后再进行后续代数操作。
2 ln x + 3 ln y − ½ ln z = ln(x²y³/√z)
Check the coefficients: 2 becomes a power of x, 3 becomes a power of y, and ½ becomes a square root of z. Subtraction moves the corresponding factor into the denominator.
检查系数:2 变成 x 的幂,3 变成 y 的幂,½ 变成对 z 开平方。减法会将对应因子移动到分母中。
5. Converting Between ln and Exponential Form | ln 与指数形式的互转
When solving equations involving ln, exponentiate both sides with base e. Conversely, when solving equations involving e, take the natural logarithm of both sides.
解含 ln 的方程时,两边取以 e 为底的指数;反之,解含 e 的方程时,两边取自然对数。
If ln x = b, then x = eᵇ.
Example: solve ln(2x − 1) = 3. Exponentiating gives 2x − 1 = e³, so x = (e³ + 1)/2.
例如:解 ln(2x − 1) = 3。两边取指数得 2x − 1 = e³,所以 x = (e³ + 1)/2。
Example: solve e^(2x) = 7. Taking ln of both sides gives 2x = ln 7, so x = ½ ln 7.
例如:解 e^(2x) = 7。两边取自然对数得 2x = ln7,所以 x = ½ln7。
6. Solving Logarithmic Equations and Checking Roots | 解对数方程并检验根
Logarithmic equations may produce algebraic solutions that do not satisfy the original domain. Always substitute back or compare with the domain.
对数方程可能解出不合原定义域的代数解。务必回代验算,或与定义域进行比对。
Solve ln x + ln(x − 3) = ln 4.
解方程 ln x + ln(x − 3) = ln4。
ln[x(x − 3)] = ln 4 ⇒ x(x − 3) = 4
x² − 3x − 4 = 0 ⇒ (x − 4)(x + 1) = 0
The algebra gives x = 4 or x = −1. However, the original equation requires x > 0 and x − 3 > 0, so x > 3. Therefore x = 4 is valid and x = −1 is an extraneous root.
代数计算得到 x = 4 或 x = −1。但原方程要求 x > 0 且 x − 3 > 0,即 x > 3。因此 x = 4 有效,而 x = −1 是增根,必须舍去。
7. Change of Base Using ln | 利用 ln 进行换底
The natural logarithm can convert logarithms of any base into a common form. This is particularly useful in calculators and in comparing expressions.
自然对数可以将任意底数的对数转化为统一形式。这在计算器使用和表达式比较中尤其有用。
logₐ x = ln x / ln a
For example, log₂ 10 = ln 10 / ln 2 ≈ 3.3219. This formula also helps when differentiating or integrating exponential functions with bases other than e.
例如,log₂10 = ln10 / ln2 ≈ 3.3219。该公式也有助于对非 e 为底的指数函数进行求导或积分。
8. Derivatives of Natural Logarithms | 自然对数的求导
The derivative of ln x is simple, but the chain rule extends this rule to almost any differentiable inner function.
ln x 的导数十分简洁,但链式法则将该规则推广到几乎任何可导的内层函数。
d/dx [ln x] = 1/x, x > 0
d/dx [ln(g(x))] = g'(x) / g(x)
Example: d/dx [ln(3x² + 1)] = 6x / (3x² + 1).
例如:d/dx [ln(3x² + 1)] = 6x / (3x² + 1)。
Example: d/dx [ln(cos x)] = −tan x, whenever cos x > 0.
例如:d/dx [ln(cos x)] = −tan x,该式在 cos x > 0 时成立。
9. Integrals Involving Natural Logarithms | 含自然对数的积分
Because the derivative of ln|x| is 1/x, the natural logarithm appears naturally in integrals that look like 1/x or a general fraction with a related numerator.
由于 ln|x| 的导数为 1/x,自然对数会自然地出现在形如 1/x 或一类分子与分母相关的积分中。
∫ x⁻¹ dx = ln|x| + C
∫ f'(x)/f(x) dx = ln|f(x)| + C
Example: ∫ 1/(2x + 1) dx = ½ ln|2x + 1| + C. The factor ½ appears because the derivative of 2x + 1 is 2.
例如:∫ 1/(2x + 1) dx = ½ln|2x + 1| + C。这里出现因子 ½ 是因为 2x + 1 的导数为 2。
10. Limits and Growth Rates | 极限与增长速率
The natural logarithm grows more slowly than any positive power of x. This fact is central to many limit and asymptotic comparison problems.
自然对数的增长比任何正次幂 x 的幂函数都慢。这一事实是许多极限题与渐近比较题的核心。
limx→∞ (ln x)/x = 0
limx→0⁺ x ln x = 0
A useful small-value approximation is ln(1 + x) ≈ x for x near 0. It is often used in binomial expansions and numerical estimation questions.
一个常用的近似是:当 x 接近 0 时,ln(1 + x) ≈ x。这在二项展开和数值估算题中经常使用。
11. Exam Tactics and Common Traps | 考试策略与常见陷阱
-
Always state the domain before solving a logarithmic equation. The condition x > 0 affects the validity of every answer.
解对数方程前先写出定义域。x > 0 这一条件会影响每个答案的有效性。
-
Use ln e = 1 to simplify expressions such as ln(e²) = 2 and e^(ln5) = 5.
利用 ln e = 1 化简,例如 ln(e²) = 2,以及 e^(ln5) = 5。
-
When converting from logₐ to ln, do not confuse the numerator and denominator: logₐ b = ln b / ln a, not ln a / ln b.
从 logₐ 转换为 ln 时,不要颠倒分子分母:logₐb = ln b / ln a,而不是 ln a / ln b。
-
When differentiating or integrating, remember the absolute value in ln|f(x)| when f(x) may be negative.
求导或积分时,若 f(x) 可能为负,不要忘记 ln|f(x)| 中的绝对值。
-
Do not distribute ln over addition or subtraction: ln(a ± b) cannot be simplified into separate logarithms.
不要对加法或减法分配 ln:ln(a ± b) 不能化简为两个对数。
-
Keep answers in exact form, such as ½ ln 7, until the final step; then round only if the question asks for a decimal.
在最后一步之前保持精确形式,例如 ½ln7;只有当题目要求小数时才进行四舍五入。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导