Laws of Logarithms | 对数法则

📚 Laws of Logarithms | 对数法则

Logarithms are a fundamental concept in algebra, providing the inverse operation to exponentiation. In IB Mathematics, a solid grasp of the laws of logarithms is essential for simplifying expressions, solving exponential equations, and modelling real-world phenomena such as population growth, radioactive decay, and sound intensity. This article presents the core laws of logarithms with clear explanations, examples, and applications, ensuring you can confidently tackle any logarithmic problem in your exams and beyond.

对数是代数中的基本概念,是指数运算的逆运算。在 IB 数学中,牢牢掌握对数法则对于化简表达式、求解指数方程以及对人口增长、放射性衰变和声音强度等现实现象进行建模至关重要。本文通过清晰的解释、示例和应用,介绍对数运算的核心法则,确保你能够自信地应对考试及之后遇到的任何对数问题。


1. What are Logarithms? | 什么是对数?

A logarithm answers the question: “To what power must a given base be raised to produce a certain number?” For base a > 0, a ≠ 1, and x > 0, we write logₐ x = y if and only if aʸ = x. Here, a is the base, x is the argument, and y is the logarithm (the exponent). For example, log₂ 8 = 3 because 2³ = 8.

对数回答的问题是:“一个给定的底数需要乘多少次方才能得到某个数?” 对于底数 a > 0,a ≠ 1 且 x > 0,我们写作 logₐ x = y 当且仅当 aʸ = x。其中 a 是底数,x 是真数,y 是对数(指数)。例如,log₂ 8 = 3,因为 2³ = 8。


2. Definition and Basic Properties | 定义与基本性质

From the definition, two immediate properties emerge. First, logₐ 1 = 0 because any non-zero base raised to the power 0 equals 1 (a⁰ = 1). Second, logₐ a = 1 since a¹ = a. Additionally, the logarithm and exponentiation are inverse operations: a^(logₐ x) = x for x > 0, and logₐ (aˣ) = x for any real x. These foundational identities are used repeatedly in algebraic manipulation.

由定义可直接得出两个性质。第一,logₐ 1 = 0,因为任何非零底数的 0 次方等于 1(a⁰ = 1)。第二,logₐ a = 1,因为 a¹ = a。此外,对数与指数互为逆运算:对于 x > 0,有 a^(logₐ x) = x;对于任意实数 x,有 logₐ (aˣ) = x。这些基本恒等式在代数变形中反复使用。


3. Product Rule | 乘积法则

The product rule states that the logarithm of a product is the sum of the logarithms of the factors, provided all values are in the domain. Formally, for M > 0 and N > 0, logₐ (MN) = logₐ M + logₐ N. This law transforms multiplication inside a logarithm into addition outside, greatly simplifying calculations. For instance, log₃ (9·27) = log₃ 9 + log₃ 27 = 2 + 3 = 5, which matches log₃ 243 = 5.

乘积法则指出,乘积的对数等于各因子的对数之和,前提是各值均在定义域内。正式表述为,对于 M > 0 且 N > 0,logₐ (MN) = logₐ M + logₐ N。该法则将对数内部的乘法转化为外部的加法,从而大大简化计算。例如,log₃ (9·27) = log₃ 9 + log₃ 27 = 2 + 3 = 5,这与 log₃ 243 = 5 一致。


4. Quotient Rule | 商法则

The quotient rule tells us that the logarithm of a quotient equals the difference of the logarithms. For M > 0, N > 0, we have logₐ (M/N) = logₐ M – logₐ N. This is simply the product rule combined with the fact that division is multiplication by the reciprocal. For example, log₅ (125/5) = log₅ 125 – log₅ 5 = 3 – 1 = 2, which is indeed log₅ 25.

商法则告诉我们,商的对数等于分子的对数减去分母的对数。对于 M > 0,N > 0,有 logₐ (M/N) = logₐ M – logₐ N。这本质上是乘积法则与除以一个数等于乘以其倒数这一事实的结合。例如,log₅ (125/5) = log₅ 125 – log₅ 5 = 3 – 1 = 2,确实等于 log₅ 25。


5. Power Rule | 幂法则

The power rule allows us to bring an exponent down in front of the logarithm. For M > 0 and any real number k, logₐ (Mᵏ) = k · logₐ M. This is extremely useful when solving equations where the unknown is in the exponent. For example, log₂ (8⁴) = 4 · log₂ 8 = 4 · 3 = 12. The rule also works for roots by expressing them as fractional exponents: logₐ (√M) = logₐ (M^(1/2)) = (1/2) logₐ M.

幂法则使我们能够将指数提到对数前面。对于 M > 0 和任意实数 k,logₐ (Mᵏ) = k · logₐ M。这在求解未知数位于指数位置的方程时极为有用。例如,log₂ (8⁴) = 4 · log₂ 8 = 4 · 3 = 12。该法则也适用于根式,只需将根式写成分数指数:logₐ (√M) = logₐ (M^(1/2)) = (1/2) logₐ M。


6. Change of Base Formula | 换底公式

Most calculators only evaluate logarithms to base 10 or base e. The change of base formula provides a bridge to compute logs with any base. For a, b > 0 and a, b ≠ 1, and x > 0, logₐ x = (log_b x) / (log_b a). Choosing b = 10 or b = e gives a practical method: logₐ x = log x / log a or ln x / ln a. For example, log₄ 64 can be found as log 64 / log 4 = 1.806… / 0.602… = 3, which is correct.

大多数计算器只能计算以 10 或 e 为底的对数。换底公式为计算任意底数的对数提供了桥梁。对于 a, b > 0 且 a, b ≠ 1,以及 x > 0,有 logₐ x = (log_b x) / (log_b a)。选取 b = 10 或 b = e 可得实用方法:logₐ x = log x / log a 或 ln x / ln a。例如,log₄ 64 可通过 log 64 / log 4 = 1.806… / 0.602… = 3 求得,结果正确。


7. Natural and Common Logarithms | 自然对数与常用对数

Two special bases appear so frequently that they have their own notation. The common logarithm uses base 10 and is written simply as log x (base 10 implied). The natural logarithm uses base e (≈ 2.71828) and is written as ln x. All the laws of logarithms apply to these bases, and they are essential in calculus, growth models, and the IB syllabus. The natural logarithm has the property ln e = 1 and ln 1 = 0, and it is the inverse of the exponential function eˣ.

有两个特殊的底数出现得如此频繁,以至于它们拥有专门的符号。常用对数以 10 为底,简写为 log x(隐含底数 10)。自然对数以 e(≈ 2.71828)为底,写作 ln x。所有对数法则均适用于这两个底数,它们在微积分、增长模型以及 IB 课程中不可或缺。自然对数具有 ln e = 1 和 ln 1 = 0 的性质,并且是指数函数 eˣ 的逆运算。


8. Solving Logarithmic Equations | 解对数方程

The laws of logarithms are powerful tools for solving equations where the variable appears inside a logarithm or as an exponent. A typical strategy is to condense multiple logarithmic terms into a single logarithm using the product, quotient, and power rules, then convert to exponential form. For example, to solve log₂ x + log₂ (x – 2) = 3, combine to log₂ [x(x – 2)] = 3, then rewrite as x(x – 2) = 2³ = 8, yielding the quadratic x² – 2x – 8 = 0, solutions x = 4 or x = -2. Since arguments must be positive, x = 4 is the only valid solution. Always check for extraneous solutions.

对数法则是求解变量出现在对数内部或指数位置的方程的有力工具。一种典型策略是利用乘积、商和幂法则将多个对数项合并为单个对数,然后转化为指数形式。例如,求解 log₂ x + log₂ (x – 2) = 3,合并为 log₂ [x(x – 2)] = 3,接着改写为 x(x – 2) = 2³ = 8,得到二次方程 x² – 2x – 8 = 0,解为 x = 4 或 x = -2。由于真数必须为正,只有 x = 4 是有效解。务必检查增根。


9. Applications of Logarithm Laws | 对数法则的应用

Beyond pure algebra, logarithm laws simplify scientific calculations involving very large or very small numbers, such as pH in chemistry (pH = -log[H⁺]), the Richter scale for earthquakes, and decibel sound levels. In IB Mathematics, logarithms are used to linearise exponential data: taking logs of both sides of y = abˣ yields ln y = ln a + x ln b, which is a linear relation between ln y and x. This technique is invaluable for experimental data analysis in the Internal Assessment.

在纯代数之外,对数法则可用于简化涉及极大或极小数值的科学计算,例如化学中的 pH(pH = -log[H⁺])、地震的里氏震级以及分贝声级。在 IB 数学中,对数还用于将指数型数据线性化:对 y = abˣ 两边取对数得到 ln y = ln a + x ln b,这给出了 ln y 与 x 之间的线性关系。该技巧对于内部评估中的实验数据分析极具价值。


10. Common Mistakes to Avoid | 常见错误避免

Students often misapply the laws by assuming that logₐ (M + N) equals logₐ M + logₐ N, which is false. Another frequent error is writing logₐ (M – N) as a difference of logs; there is no general simplification for the logarithm of a sum or difference. Also, forgetting the domain restrictions (arguments must be positive, base positive and not 1) can lead to invalid solutions. Finally, be careful with the power rule: logₐ (Mᵏ) is k logₐ M only if M > 0; if M is an expression that could be negative, use logₐ |M| if appropriate.

学生常因错误假设 logₐ (M + N) 等于 logₐ M + logₐ N 而误用法则,这是不成立的。另一个常见错误是将 logₐ (M – N) 写成两个对数之差;对数的和或差没有通用的化简方法。同样,忘记定义域限制(真数必须为正,底数必须为正且不等于 1)可能导致无效解。最后,使用幂法则时要小心:logₐ (Mᵏ) = k logₐ M 只有在 M > 0 时才成立;如果 M 是可能为负的表达式,在合适的情况下应使用 logₐ |M|。


11. Summary of the Laws | 法则总结

The following table succinctly gathers the essential logarithm laws. Mastering these will provide a solid foundation for all logarithmic manipulation in IB Mathematics.

下表简明地汇总了基本对数法则。掌握这些法则将为 IB 数学中所有对数运算打下坚实的基础。

Law / 法则 Formula / 公式 Conditions / 条件
Product Rule / 乘积法则 logₐ (MN) = logₐ M + logₐ N a > 0, a ≠ 1; M, N > 0
Quotient Rule / 商法则 logₐ (M/N) = logₐ M – logₐ N a > 0, a ≠ 1; M, N > 0
Power Rule / 幂法则 logₐ (Mᵏ) = k logₐ M a > 0, a ≠ 1; M > 0; k ∈ ℝ
Change of Base / 换底 logₐ x = (log_b x) / (log_b a) a, b > 0; a, b ≠ 1; x > 0
Inverse Identity / 逆恒等式 a^(logₐ x) = x and logₐ (aˣ) = x a > 0, a ≠ 1; x > 0

Recall that logₐ 1 = 0 and logₐ a = 1 are immediate consequences of the definition and serve as quick checks in problem-solving. When solving equations, always verify that the arguments remain positive after finding a candidate solution.

请记住,logₐ 1 = 0 和 logₐ a = 1 是定义带来的直接推论,可作为解题中的快速验证。在求解方程时,务必在找到候选解后检查真数是否保持为正。


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