📚 PDF资源导航

Laws of Logarithms – A Complete Guide for IB Maths | IB数学:对数运算法则详解

📚 Laws of Logarithms – A Complete Guide for IB Maths | IB数学:对数运算法则详解

Logarithms are one of the most essential topics in the IB Mathematics curriculum, appearing in both Analysis and Approaches (AA) and Applications and Interpretation (AI). Whether you are solving exponential equations, modelling growth and decay, or working with pH and Richter scale problems, a solid command of the laws of logarithms is non-negotiable.

对数是IB数学课程中最核心的知识点之一,无论是在分析与方法(AA)还是应用与解释(AI)中都会频繁出现。无论是解指数方程、建立增长与衰减模型,还是处理pH值与里氏震级问题,熟练掌握对数运算法则都是不可或缺的基础。


1. What Is a Logarithm? | 什么是对数?

Before diving into the laws, it is crucial to understand what a logarithm actually represents. The logarithm of a number is the exponent to which a fixed base must be raised to produce that number.

在深入运算法则之前,理解对数的本质至关重要。一个数的对数,是指一个固定的底数需要被提升到的那个指数,才能得到这个数。

Formally, if aˣ = b, then we write x = logₐ b, where a is the base, b is the argument, and the result x is the exponent.

形式上,若 aˣ = b,则记作 x = logₐ b,其中 a 是底数,b 是真数,结果 x 是指数。

logₐ b = x ⇔ aˣ = b

For example, since 2³ = 8, we have log₂ 8 = 3. This simple interpretation — the logarithm is an exponent — will help you understand all the rules that follow.

例如,因为 2³ = 8,所以 log₂ 8 = 3。这个简单的理解——对数就是指数——将帮助你掌握接下来所有的运算法则。


2. The Three Core Laws | 三大核心法则

The three most fundamental laws of logarithms are directly derived from the laws of exponents. They form the backbone of all logarithmic manipulation.

对数的三条最基本法则直接由指数的运算性质推导而来,它们构成了所有对数运算的骨干。

Law 1 – Product Rule | 法则一:乘法法则

The logarithm of a product equals the sum of the logarithms of its factors.

两个数乘积的对数,等于这两个数各自对数的和。

logₐ (MN) = logₐ M + logₐ N

Law 2 – Quotient Rule | 法则二:除法法则

The logarithm of a quotient equals the difference of the logarithms of the numerator and the denominator.

两个数商的对数,等于分子对数减去分母对数。

logₐ (M/N) = logₐ M − logₐ N

Law 3 – Power Rule | 法则三:幂法则

The logarithm of a number raised to a power equals the power multiplied by the logarithm of the number.

一个数的幂的对数,等于该幂指数乘以此数的对数。

logₐ (Mᵏ) = k · logₐ M


3. Why These Laws Work — A Proof Sketch | 这些法则为什么成立——证明思路

Understanding where these laws come from will help you remember them and apply them correctly in unfamiliar contexts.

理解这些法则的来源,将帮助你在陌生情境中记住并正确运用它们。

Let logₐ M = x and logₐ N = y. Then by definition, aˣ = M and aʸ = N.

设 logₐ M = x,logₐ N = y,则根据定义有 aˣ = M,aʸ = N。

For the product rule: MN = aˣ · aʸ = aˣ⁺ʸ. Taking log base a of both sides gives logₐ (MN) = x + y = logₐ M + logₐ N.

对于乘法法则:MN = aˣ · aʸ = aˣ⁺ʸ。两边同取以 a 为底的对数,得到 logₐ (MN) = x + y = logₐ M + logₐ N。

For the quotient rule: M/N = aˣ / aʸ = aˣ⁻ʸ. Thus logₐ (M/N) = x − y = logₐ M − logₐ N.

对于除法法则:M/N = aˣ / aʸ = aˣ⁻ʸ。因此 logₐ (M/N) = x − y = logₐ M − logₐ N。

For the power rule: Mᵏ = (aˣ)ᵏ = aᵏˣ. Hence logₐ (Mᵏ) = kx = k · logₐ M.

对于幂法则:Mᵏ = (aˣ)ᵏ = aᵏˣ。于是 logₐ (Mᵏ) = kx = k · logₐ M。


4. Worked Examples – Expanding Logarithms | 实例演练——展开对数表达式

One common type of IB question asks you to expand a single logarithm into multiple simpler terms using the laws.

IB考试中常见的一类题型是要求你运用运算法则,将一个对数展开为多个更简单的对数项。

Example 1 | 例1: Expand log₂ (8x³) completely.

展开 log₂ (8x³)。

Using the product rule first, then the power rule:

先用乘法法则,再用幂法则:

log₂ (8x³) = log₂ 8 + log₂ x³ = 3 + 3·log₂ x

Note that log₂ 8 = 3 since 2³ = 8. The final answer is 3 + 3·log₂ x.

注意 log₂ 8 = 3,因为 2³ = 8。最终答案为 3 + 3·log₂ x。

Example 2 | 例2: Expand ln (e²√x) into simpler terms.

将 ln (e²√x) 展开为更简单的项。

ln (e²√x) = ln e² + ln x^(1/2) = 2 + (1/2)·ln x

Here we use the fact that ln e = 1, so ln e² = 2.

这里我们用到 ln e = 1,所以 ln e² = 2。


5. Condensing Logarithms – The Reverse Process | 合并对数——反向过程

The reverse operation — combining multiple logarithmic terms into a single logarithm — is equally important. This technique is frequently needed when solving logarithmic equations.

反向操作——将多个对数项合并成一个对数——同样非常重要。这一技巧在解对数方程时被频繁使用。

Example 3 | 例3: Write 2·log₃ x + log₃ y − log₃ z as a single logarithm.

将 2·log₃ x + log₃ y − log₃ z 写成单个对数。

First apply the power rule to the first term, then combine using the product and quotient rules:

先对第一项运用幂法则,再用乘法与除法法则合并:

2·log₃ x + log₃ y − log₃ z = log₃ x² + log₃ y − log₃ z = log₃ (x²y/z)

Notice how the minus sign becomes a division inside the logarithm.

注意减号在对数内部转变成了除法。


6. The Change of Base Formula | 换底公式

The change of base formula allows you to convert a logarithm from one base to another. This is especially useful when working with calculators, which typically only have log (base 10) and ln (base e) keys.

换底公式允许你将一个对数从一个底数转换为另一个底数。这在计算器运算中尤其有用,因为计算器通常只有 log(以10为底)和 ln(以 e 为底)按键。

logₐ b = log꜀ b / log꜀ a

For example, to evaluate log₅ 27 using a calculator, you would compute ln 27 / ln 5 ≈ 3.296 / 1.609 ≈ 2.048.

例如,用计算器求 log₅ 27,可以计算 ln 27 / ln 5 ≈ 3.296 / 1.609 ≈ 2.048。

Example 4 | 例4: Solve the equation 3ˣ = 20 using logarithms.

运用对数解方程 3ˣ = 20。

x = log₃ 20 = ln 20 / ln 3 ≈ 2.996/1.099 ≈ 2.727

This is an IB-style question that often appears in both Paper 1 (without GDC) and Paper 2 (with GDC).

这是IB风格题目,通常在Paper 1(不使用图形计算器)和Paper 2(使用图形计算器)中都会出现。


7. Special Bases and Key Constants | 特殊底数与关键常数

Two bases appear so frequently that they have their own notation: base 10 and base e.

有两个底数出现得如此频繁,以至于它们拥有专门的记号:以10为底和以 e 为底。

Base 10 logarithms are written as log x (with the base omitted). They are often called common logarithms.

以10为底的对数记作 log x(底数省略),通常称为常用对数。

Base e logarithms are written as ln x, where e ≈ 2.71828 is Euler’s number. They are called natural logarithms.

以 e 为底的对数记作 ln x,其中 e ≈ 2.71828 是欧拉数,称为自然对数。

  • log 10 = 1 and log 1 = 0 for common logarithms.

    对于常用对数,log 10 = 1,log 1 = 0。

  • ln e = 1 and ln 1 = 0 for natural logarithms.

    对于自然对数,ln e = 1,ln 1 = 0。

  • For any base a: logₐ 1 = 0 and logₐ a = 1.

    对于任意底数 a:logₐ 1 = 0,logₐ a = 1。

These simple facts are frequently the key to simplifying seemingly complicated expressions.

这些简单事实往往是化简看似复杂表达式时的关键。


8. Solving Logarithmic Equations | 解对数方程

Logarithmic equations are a staple of IB exams. The general strategy is to condense all logarithmic terms into a single logarithm, then convert to exponential form.

对数方程是IB考试的常客。一般策略是将所有对数项合并为单个对数,然后转换为指数形式。

Example 5 | 例5: Solve log₂ x + log₂ (x − 2) = 3.

解方程 log₂ x + log₂ (x − 2) = 3。

Step 1 – Condense: log₂ [x(x − 2)] = 3.

第一步——合并:log₂ [x(x − 2)] = 3。

Step 2 – Convert to exponential form: x(x − 2) = 2³ = 8.

第二步——转换为指数形式:x(x − 2) = 2³ = 8。

Step 3 – Solve the quadratic: x² − 2x − 8 = 0, so (x − 4)(x + 2) = 0, giving x = 4 or x = −2.

第三步——解二次方程:x² − 2x − 8 = 0,即 (x − 4)(x + 2) = 0,得 x = 4 或 x = −2。

Step 4 – Check for validity: log₂ (−2) is undefined, so x = −2 is rejected. The solution is x = 4.

第四步——验证有效性:log₂ (−2) 无定义,因此舍去 x = −2。解为 x = 4。

Always check your answers in logarithmic equations — extraneous solutions are common!

解对数方程时务必检验答案——增根非常常见!


9. Natural Logarithms in Real-World Contexts | 自然对数在实际情境中的应用

In IB Applications & Interpretation, natural logarithms are especially important because they appear in continuous growth models, finance, and scientific contexts.

在IB应用与解释课程中,自然对数尤其重要,因为它出现在连续增长模型、金融和科学情境中。

The formula A = Peʳᵗ describes continuous compound growth, where P is the principal, r is the rate, and t is time. To solve for t, you would take ln of both sides.

公式 A = Peʳᵗ 描述连续复利增长,其中 P 是本金,r 是利率,t 是时间。要求解 t,需要对两边取自然对数。

ln(A/P) = rt ⇒ t = ln(A/P) / r

In science, the pH of a solution is defined as pH = −log [H⁺], and the Richter scale uses M = log (I/I₀). Both rely on base-10 logarithms.

在科学中,溶液 pH 值定义为 pH = −log [H⁺],里氏震级使用 M = log (I/I₀)。两者都依赖于以10为底的对数。


10. Common Mistakes to Avoid | 常见错误避坑指南

Even strong students lose marks on logarithms due to a few recurring errors. Here are the most important pitfalls to watch out for.

即使是数学能力较强学生,也常因一些反复出现的错误在对数题上丢分。以下是最需要警惕的常见陷阱。

Common Mistake | 常见错误 Correct | 正确做法
log (M + N) = log M + log N log (M + N) cannot be simplified further
log (MN) = log M × log N log (MN) = log M + log N
log (M/N) = log M / log N log (M/N) = log M − log N
(log M)ᵏ = k·log M Only log (Mᵏ) = k·log M
Forgetting to check domain: log of a negative or zero Always verify the argument is positive

Remember: the logarithm function only accepts positive arguments. The domain of logₐ x is x > 0.

切记:对数函数只接受正数作为真数。logₐ x 的定义域是 x > 0。


11. IB Exam Tips for Logarithms | IB对数考点应试建议

Having taught thousands of IB students, I have identified the strategies that consistently lead to top marks on logarithm questions.

在辅导过数千名IB学生之后,我总结出了在对数题目中稳定拿高分的策略。

  • Memorise the three core laws and the change of base formula — you should be able to recall them instantly without hesitation.

    熟练掌握三大法则和换底公式——你应该能在不假思索的情况下立即回忆出来。

  • When expanding, apply the product rule before the power rule to avoid missing coefficients.

    展开时,先运用乘法法则再运用幂法则,以免遗漏系数。

  • When solving equations, condense first, then convert to exponential form. Do not try to solve in logarithmic form.

    解方程时,先合并再转换为指数形式。不要试图在对数形式下直接求解。

  • For AA students, be comfortable with proofs involving logs, as Paper 1 may ask you to show that a given identity holds.

    对于AA学生,要熟悉涉及对数的证明题,Paper 1可能会要求你证明某个恒等式成立。

  • For AI students, understand how logs appear in real-world models — you may be asked to interpret the meaning of a logarithm in context.

    对于AI学生,要理解对数如何出现在现实模型中——你可能需要在情境中解释对数的含义。

  • Pay attention to the base. A question involving log₃ and a question involving ln require entirely different approaches.

    注意底数。涉及 log₃ 的题目和涉及 ln 的题目需要完全不同的处理方法。


12. Practice Questions | 实战练习

The only way to truly master logarithms is through consistent practice. Here are some IB-style questions to test your understanding.

真正掌握对数唯一的方法就是持续练习。以下是一些IB风格的题目来检验你的理解。

Question 1 | 题目1: Simplify log₃ 27 + log₃ 9 − log₃ 3.

化简 log₃ 27 + log₃ 9 − log₃ 3。

Answer hint: 27 = 3³, 9 = 3², 3 = 3¹, so the answer is 3 + 2 − 1 = 4.

提示:27 = 3³,9 = 3²,3 = 3¹,所以答案为 3 + 2 − 1 = 4。

Question 2 | 题目2: Write ln x + 2·ln y − 3·ln z as a single logarithm.

将 ln x + 2·ln y − 3·ln z 写成单个对数。

Answer: ln (xy²/z³).

答案:ln (xy²/z³)。

Question 3 | 题目3: Solve for x: log₅ (x + 1) − log₅ (x − 1) = 1.

解方程:log₅ (x + 1) − log₅ (x − 1) = 1。

Solution: Condense to get log₅ [(x+1)/(x−1)] = 1, so (x+1)/(x−1) = 5. Solving gives x + 1 = 5x − 5, so 4x = 6, hence x = 1.5. Verify: both arguments are positive. ✓

解答:合并得 log₅ [(x+1)/(x−1)] = 1,所以 (x+1)/(x−1) = 5。解得 x + 1 = 5x − 5,即 4x = 6,因此 x = 1.5。检验:两个真数均为正。✓

Question 4 | 题目4: Given that logₐ b = 3 and logₐ c = 2, find logₐ (b²√c).

已知 logₐ b = 3,logₐ c = 2,求 logₐ (b²√c)。

Solution: logₐ (b²√c) = 2·logₐ b + (1/2)·logₐ c = 2(3) + (1/2)(2) = 6 + 1 = 7.

解答:logₐ (b²√c) = 2·logₐ b + (1/2)·logₐ c = 2(3) + (1/2)(2) = 6 + 1 = 7。


Published by TutorHao | IB Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

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