📚 Natural Logarithm Rules and Application Techniques | 自然对数的运算规律与应用技巧
The natural logarithm, written as ln x, is the inverse function of the exponential function eˣ. It appears throughout A-Level Mathematics, from solving exponential equations to modelling real-world growth. Mastering its rules and applications is essential for Edexcel exam success.
自然对数,记作 ln x,是指数函数 eˣ 的反函数。它在 A-Level 数学中无处不在,从解指数方程到模拟现实中的增长过程都离不开它。掌握其运算规律与应用技巧,是 Edexcel 考试取得高分的关键。
1. Definition and Basic Properties | 定义与基本性质
For any positive real number x, if eʸ = x, then y = ln x. In other words, ln x answers the question: “To what power must e be raised to obtain x?”
对于任意正实数 x,若 eʸ = x,则 y = ln x。换句话说,ln x 回答的问题是:“e 需要多少次方才能等于 x?”
ln e = 1, ln 1 = 0, e^(ln x) = x (x > 0), ln(eˣ) = x
The first two follow directly from the definition: e¹ = e and e⁰ = 1. The last two show the inverse relationship between ln and eˣ.
前两个等式直接由定义得出:e¹ = e,e⁰ = 1。后两个等式则体现了 ln 与 eˣ 之间的互逆关系。
2. The Three Fundamental Laws of Logarithms | 对数的三大基本运算法则
These laws are identical for natural logarithms and logarithms of any base, provided the base remains consistent throughout.
这些法则对于自然对数以及任何底数的对数都适用,只要整道题中底数保持一致即可。
- Product Law | 乘法法则: ln(a b) = ln a + ln b
- Quotient Law | 除法法则: ln(a ÷ b) = ln a − ln b
- Power Law | 幂法则: ln(aᵏ) = k ln a
For example, ln(6x²) can be rewritten as ln 6 + 2 ln x, provided x > 0.
例如,ln(6x²) 可以改写为 ln 6 + 2 ln x,前提是 x > 0。
3. Expanding and Condensing Logarithmic Expressions | 对数表达式的展开与合并
Expanding means writing a single logarithm as a sum or difference of simpler logarithms. Condensing is the reverse process, combining multiple logarithms into one.
展开是指将一个单一对数写成若干个更简单对数的和或差;合并则是相反的过程,将多个对数合并为一个。
ln (x² ÷ (x + 1)) = 2 ln x − ln(x + 1)
3 ln y + 2 ln z = ln(y³) + ln(z²) = ln(y³ z²)
Always check that arguments are positive. Expressions like ln(x²) are valid for all x ≠ 0 because x² > 0, but ln x alone requires x > 0.
始终注意真数必须为正。例如 ln(x²) 对一切 x ≠ 0 都有意义,因为 x² > 0;但单独的 ln x 则要求 x > 0。
4. Solving Equations Involving e and ln | 解含 e 与 ln 的方程
To solve an equation containing eˣ, take the natural logarithm of both sides. To solve an equation containing ln x, exponentiate both sides using e.
解含 eˣ 的方程时,两边取自然对数;解含 ln x 的方程时,两边以 e 为底取指数。
Example 1: Solve e^(2x) = 10.
示例 1:解方程 e^(2x) = 10。
ln(e^(2x)) = ln 10 → 2x = ln 10 → x = ½ ln 10
Example 2: Solve ln(3x − 1) = 4.
示例 2:解方程 ln(3x − 1) = 4。
e^(ln(3x − 1)) = e⁴ → 3x − 1 = e⁴ → x = (e⁴ + 1) ÷ 3
Always check that the argument of any logarithm remains positive after substitution.
代入后务必检验对数真数是否依然为正。
5. Solving Equations with Unknowns in the Exponent | 解指数位置含未知数的方程
When the unknown appears in an exponent, taking logs is often the only systematic method. This applies to equations like aˣ = b or 3^(2x+1) = 5ˣ.
当未知数出现在指数位置时,取对数往往是唯一系统性的方法。这适用于 aˣ = b 或 3^(2x+1) = 5ˣ 这类方程。
Example: Solve 3^(2x+1) = 5ˣ.
示例:解方程 3^(2x+1) = 5ˣ。
(2x + 1) ln 3 = x ln 5 → 2x ln 3 + ln 3 = x ln 5 → x(2 ln 3 − ln 5) = − ln 3 → x = − ln 3 ÷ (2 ln 3 − ln 5)
Use the power law to bring the exponent down, then collect like terms. Do not attempt to divide the exponents directly.
利用幂法则将指数移到前面,然后合并同类项。切勿直接对指数相除。
6. Change of Base and Its Use | 换底公式及其应用
Although natural logarithms are standard, questions may contain log₁₀ or log₂. The change of base formula allows conversion to any convenient base.
虽然自然对数是标准形式,但题目中可能出现 log₁₀ 或 log₂。换底公式允许我们将其转换为任何方便的底数。
logₐ x = ln x ÷ ln a
For example, log₂ 9 = ln 9 ÷ ln 2. This is particularly useful when solving equations with mixed bases or when using a calculator.
例如,log₂ 9 = ln 9 ÷ ln 2。当方程中出现不同底数或使用计算器时,这一公式特别有用。
7. Differentiation and Integration | 微分与积分中的自然对数
Natural logarithms have elegant calculus properties. The derivative of ln x is 1/x, and the integral of 1/x is ln|x| + C.
自然对数在微积分中具有优美的性质。ln x 的导数为 1/x,而 1/x 的积分为 ln|x| + C。
d/dx (ln x) = 1/x, ∫ (1/x) dx = ln|x| + C
More generally, using the chain rule, d/dx [ln f(x)] = f'(x) ÷ f(x). This is the basis of integration by recognition: if an integral has the form f'(x)/f(x), its result is ln|f(x)| + C.
更一般地,利用链式法则,d/dx [ln f(x)] = f'(x) ÷ f(x)。这是“观察法积分”的基础:若被积函数形如 f'(x)/f(x),其积分结果即为 ln|f(x)| + C。
Example: ∫ (2x ÷ (x² + 1)) dx = ln(x² + 1) + C.
示例:∫ (2x ÷ (x² + 1)) dx = ln(x² + 1) + C。
8. Exponential Growth and Decay Models | 指数增长与衰减模型
Natural logarithms are essential for rearranging exponential models of the form N = N₀ e^(kt). Taking logs allows us to find time, rate, or initial value.
自然对数在整理 N = N₀ e^(kt) 这类指数模型中至关重要。取对数可以让我们求时间、速率或初始值。
Example: The number of bacteria N satisfies N = 200 e^(0.3t). Find the time when N = 1000.
示例:细菌数量 N 满足 N = 200 e^(0.3t)。求 N = 1000 的时刻 t。
1000 = 200 e^(0.3t) → 5 = e^(0.3t) → ln 5 = 0.3t → t = ln 5 ÷ 0.3 ≈ 5.36
Note that t is often measured in hours, days, or years depending on the context. Always include the correct unit in your final answer.
注意 t 的单位通常为小时、天或年,具体视题目背景而定。最终答案要写上正确的单位。
9. Logarithmic Graphs and Transformations | 对数图像与变换
The graph of y = ln x has a vertical asymptote at x = 0, passes through (1, 0), and increases slowly for large x. Understanding its shape helps interpret transformations.
y = ln x 的图像有一条竖直渐近线 x = 0,经过 (1, 0),在 x 很大时增长缓慢。理解其形状有助于解读各种变换。
- y = ln(x + a): horizontal shift left by a units | 水平向左平移 a 个单位
- y = ln(kx): horizontal compression or stretch | 水平压缩或拉伸
- y = k ln x: vertical stretch by factor k | 竖直拉伸 k 倍
In exam questions, you may be asked to sketch these graphs or identify the asymptote. For y = ln x, the asymptote is x = 0; for y = ln(x − 2), it is x = 2.
考试中常要求画出这些图像或指出渐近线。y = ln x 的渐近线为 x = 0;y = ln(x − 2) 的渐近线则为 x = 2。
10. Common Mistakes and How to Avoid Them | 常见错误与避免方法
Students frequently make the following errors when working with natural logs. Recognising them can save valuable marks.
学生在处理自然对数时常犯以下错误。识别这些陷阱能够帮助你保住宝贵的分数。
- ln(a + b) ≠ ln a + ln b. The product law only applies to multiplication inside the logarithm.
- ln(a − b) ≠ ln a − ln b. The quotient law applies to division, not subtraction.
- ln(a × b) ≠ (ln a)(ln b). Keep the coefficients outside the logarithm separate.
- Forgetting the domain: ln x is only defined for x > 0.
- Dropping absolute values: ∫ 1/x dx = ln|x| + C, not simply ln x + C.
Before submitting, always substitute your solution back into the original equation and verify it works.
提交前,务必将解代回原方程验证是否成立。
11. Exam-Style Problem-Solving Strategy | 考试型问题解题策略
Edexcel questions often combine logs with other topics such as quadratics, inequalities, or coordinate geometry. A structured approach will help.
Edexcel 的题目常常将对数与二次方程、不等式或坐标几何等主题结合。条理清晰的解题策略会大有帮助。
Step 1: Isolate the logarithmic or exponential term. Step 2: Apply logs or exponentiate. Step 3: Solve algebraically. Step 4: Check domain and validity.
第一步:分离对数或指数项。第二步:取对数或取指数。第三步:代数求解。第四步:检验定义域与合理性。
For a quadratic in disguise, such as e^(2x) − 5eˣ + 6 = 0, let u = eˣ. Then u² − 5u + 6 = 0, giving u = 2 or u = 3. Finally x = ln 2 or ln 3.
对于“伪二次方程”,如 e^(2x) − 5eˣ + 6 = 0,令 u = eˣ,则 u² − 5u + 6 = 0,解得 u = 2 或 u = 3,最终 x = ln 2 或 ln 3。
12. Final Quick Reference | 最终快速参考
Keep this compact list in mind before entering the exam hall.
进入考场前,请记住下面这份简明清单。
| Rule | 规则 | Formula | 公式 |
| Product | 乘法 | ln(ab) = ln a + ln b |
| Quotient | 除法 | ln(a ÷ b) = ln a − ln b |
| Power | 幂法 | ln(aᵏ) = k ln a |
| Inverse | 互逆 | e^(ln x) = x, ln(eˣ) = x |
| Change of base | 换底 | logₐ x = ln x ÷ ln a |
| Derivative | 导数 | d/dx (ln x) = 1/x |
| Integral | 积分 | ∫ 1/x dx = ln|x| + C |
With consistent practice and careful attention to domain restrictions, natural logarithms will become one of the most reliable tools in your A-Level Mathematics toolkit.
只要坚持练习并时刻留意定义域的限制,自然对数将成为你 A-Level 数学工具箱中最可靠的工具之一。
Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导