Logarithms: Definition and Core Properties Fully Explained | 对数定义与基本性质全解析

📚 Logarithms: Definition and Core Properties Fully Explained | 对数定义与基本性质全解析

Before we dive into the world of logarithms, let us recall that a logarithm is essentially the inverse operation of exponentiation. Just as subtraction undoes addition and division undoes multiplication, the logarithm undoes the power operation. In the Edexcel A-Level Mathematics syllabus, mastering the definition and core properties of logarithms is essential for solving exponential equations, modelling real-world growth and decay, and tackling a wide range of calculus problems.

在我们进入对数世界之前,请先回顾一个核心思想:对数是幂运算的逆运算。正如减法还原加法、除法还原乘法一样,对数还原指数运算。在 Edexcel A-Level 数学考纲中,掌握对数的定义与基本性质,是解指数方程、建立现实世界中增长与衰减模型,以及处理大量微积分题目的基础。


1. The Definition of a Logarithm | 对数的定义

The logarithm of a number to a given base is the exponent to which the base must be raised to produce that number. In formal terms, if a > 0, a ≠ 1, and x > 0, then the statement y = logₐ x is equivalent to a^y = x. The number a is called the base, x is called the argument, and y is the logarithm.

对数是指:在给定底数下,为了得到某个数所需施加的指数。严格地说,若 a > 0、a ≠ 1、x > 0,则 y = logₐ x 与 a^y = x 等价。这里的 a 称为底数,x 称为真数,y 就是对数。

y = logₐ x ⇔ a^y = x

For example, since 2³ = 8, we can write log₂ 8 = 3. Since 5⁻² = 1/25, we have log₅ (1/25) = −2. The logarithm answers the question: “To what power must the base be raised in order to obtain the given argument?”

例如,因为 2³ = 8,所以 log₂ 8 = 3。因为 5⁻² = 1/25,所以 log₅ (1/25) = −2。对数回答的问题是:”底数需要被提升到多少次幂,才能得到给定的真数?”


2. Key Restrictions on the Base and Argument | 底数与真数的关键限制条件

Three restrictions are fundamental. First, the base a must be positive: a > 0. Second, the base cannot equal 1: a ≠ 1. Third, the argument x must be positive: x > 0. These conditions arise directly from the properties of exponential functions. For instance, if a = 1, then 1^y = 1 for all y, so no unique logarithm exists.

有三个基本限制条件需要牢记。第一,底数 a 必须为正:a > 0。第二,底数不能等于 1:a ≠ 1。第三,真数 x 必须为正:x > 0。这些条件直接源于指数函数的性质。例如,若 a = 1,则对于任意 y 都有 1^y = 1,因此无法定义唯一的对数。

Why must x be positive? Because for any real exponent y with a positive base a, the value a^y is always positive. Therefore, the logarithm of a non-positive number is not defined in the real number system. This means expressions like log₂ (−4) or log₃ 0 have no real solution.

为什么真数必须为正?因为对于正底数 a 和实数指数 y,a^y 的结果永远是正数。因此,在实数范围内,非正数的对数没有定义。这意味着 log₂ (−4) 或 log₃ 0 这类表达在实数范围内没有解。


3. The Product Rule | 乘法法则

The product rule states that the logarithm of a product is the sum of the logarithms of the individual factors. In symbols: logₐ (mn) = logₐ m + logₐ n, provided that m > 0 and n > 0. This rule is derived from the laws of exponents: a^p · a^q = a^(p+q).

乘法法则指出:乘积的对数等于各因子对数之和。用符号表示:logₐ (mn) = logₐ m + logₐ n,其中 m > 0 且 n > 0。该法则可由指数法则 a^p · a^q = a^(p+q) 推导得出。

To prove this, let p = logₐ m and q = logₐ n. Then a^p = m and a^q = n. Multiplying gives mn = a^p · a^q = a^(p+q). By the definition of a logarithm, logₐ (mn) = p + q = logₐ m + logₐ n, which completes the proof.

证明如下:设 p = logₐ m,q = logₐ n,则 a^p = m,a^q = n。两式相乘得 mn = a^p · a^q = a^(p+q)。根据对数定义,logₐ (mn) = p + q = logₐ m + logₐ n,证明完毕。


4. The Quotient Rule | 除法法则

The quotient rule states that the logarithm of a quotient is the difference of the logarithms. In symbols: logₐ (m/n) = logₐ m − logₐ n. This is a direct consequence of the exponent law a^p ÷ a^q = a^(p−q). This rule is particularly useful when simplifying logarithmic expressions involving fractions.

除法法则指出:商的对数等于被除数对数减去除数对数。即:logₐ (m/n) = logₐ m − logₐ n。这是指数法则 a^p ÷ a^q = a^(p−q) 的直接推论。该法则在简化含分数的对数表达式时尤为有用。

For instance, evaluate log₃ 27 − log₃ 9. Using the quotient rule, this becomes log₃ (27/9) = log₃ 3 = 1. We can verify this step by step: log₃ 27 = 3 and log₃ 9 = 2, so 3 − 2 = 1. Both approaches yield the same answer, confirming the validity of the rule.

例如,计算 log₃ 27 − log₃ 9。利用除法法则,其等于 log₃ (27/9) = log₃ 3 = 1。我们逐步验证:log₃ 27 = 3,log₃ 9 = 2,因此 3 − 2 = 1。两种方法得到相同答案,验证了该法则的正确性。


5. The Power Rule | 幂法则

The power rule states that the logarithm of a number raised to a power equals the power multiplied by the logarithm of the number. In symbols: logₐ (x^k) = k · logₐ x. This rule is valid for any real exponent k and any positive x. The derivation follows from repeated application of the product rule for integer powers, but it holds for all real powers through the laws of exponents.

幂法则指出:一个数的幂的对数等于该指数乘以这个数的对数。即:logₐ (x^k) = k · logₐ x。该法则适用于任意实数指数 k 和任意正数 x。对于整数次幂,可以通过反复使用乘法法则推导,但借助指数法则,它实际上对一切实数幂都成立。

For example, simplify log₅ (625³). Since 625 = 5⁴, we have 625³ = (5⁴)³ = 5¹². Using the power rule directly: log₅ (625³) = 3 · log₅ 625 = 3 × 4 = 12. This demonstrates how the power rule can dramatically simplify complex expressions.

例如,化简 log₅ (625³)。因为 625 = 5⁴,所以 625³ = (5⁴)³ = 5¹²。直接使用幂法则得:log₅ (625³) = 3 · log₅ 625 = 3 × 4 = 12。这展示了幂法则可以极大地简化复杂表达式。


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

The change of base formula allows us to express a logarithm in terms of logarithms of any other valid base. The standard formula is: logₐ x = log_b x / log_b a, where a, b, and x are all positive, and a ≠ 1, b ≠ 1. This is one of the most powerful tools in solving logarithmic equations and is frequently tested in Edexcel examinations.

换底公式允许我们用一个任意其他有效底数的对数来表示一个对数。标准公式为:logₐ x = log_b x / log_b a,其中 a、b、x 均为正数,且 a ≠ 1,b ≠ 1。这是解对数方程最强大的工具之一,也是 Edexcel 考试中的高频考点。

To prove this, let y = logₐ x. By definition, a^y = x. Taking log_b of both sides gives log_b (a^y) = log_b x. Using the power rule on the left side: y · log_b a = log_b x. Solving for y, we obtain y = log_b x / log_b a, which is precisely the change of base formula.

证明如下:设 y = logₐ x。由定义知 a^y = x。两边同时取以 b 为底的对数得 log_b (a^y) = log_b x。对左边使用幂法则:y · log_b a = log_b x。解出 y,得 y = log_b x / log_b a,即为换底公式。

In practice, calculators typically only have buttons for log₁₀ (common log, written as log) and log_e (natural log, written as ln). Therefore, to evaluate log₂ 7 on a calculator, one would compute log₁₀ 7 / log₁₀ 2 or ln 7 / ln 2, giving approximately 2.807.

在实际操作中,计算器通常只有 log₁₀(常用对数,记作 log)和 log_e(自然对数,记作 ln)两个按键。因此,要在计算器上计算 log₂ 7,需要计算 log₁₀ 7 / log₁₀ 2 或 ln 7 / ln 2,结果约为 2.807。


7. Special Logarithms: Common and Natural | 特殊对数:常用对数与自然对数

The common logarithm has base 10 and is written as log x (without writing the base) or log₁₀ x. It is widely used in scientific notation, pH calculations in chemistry, and the Richter scale for earthquake magnitudes. For example, log 1000 = 3 because 10³ = 1000.

常用对数以 10 为底,通常写成 log x(省略底数)或 log₁₀ x。它在科学计数法、化学中的 pH 值计算以及地震震级的里氏标度中广泛使用。例如,log 1000 = 3,因为 10³ = 1000。

The natural logarithm has base e, where e ≈ 2.71828, and is written as ln x. The number e is an irrational constant that arises naturally in calculus, particularly in problems involving continuous growth. The natural logarithm plays a central role in differentiating and integrating exponential functions, and in solving differential equations that model population growth, radioactive decay, and cooling processes.

自然对数以 e 为底,其中 e ≈ 2.71828,写成 ln x。e 是一个无理常数,自然地在微积分中产生,尤其是在涉及连续增长的问题中。自然对数在指数函数的求导与积分、以及描述人口增长、放射性衰变和冷却过程的微分方程求解中扮演核心角色。

Note that in Edexcel A-Level papers, unless a base is explicitly written, the notation log x generally means log₁₀ x at AS level, while ln x always means log_e x. Students should always read the question carefully to identify which base is intended.

注意:在 Edexcel A-Level 试卷中,除非显式写出底数,AS 阶段中 log x 通常表示 log₁₀ x,而 ln x 始终表示 log_e x。同学们应仔细审题,以判断题目所用的底数。


8. Solving Basic Logarithmic Equations | 解基本对数方程

To solve an equation of the form logₐ x = b, we convert it to exponential form: x = a^b. For example, solve log₃ x = 4. Converting gives x = 3⁴ = 81. This simple conversion is often the first step in solving more complicated logarithmic equations.

解形如 logₐ x = b 的方程时,我们将其转换为指数形式:x = a^b。例如,解 log₃ x = 4。转换得 x = 3⁴ = 81。这一简单转换往往是解更复杂对数方程的第一步。

For equations involving multiple logarithmic terms, we use the product, quotient, and power rules to combine them first. For instance, solve log₂ x + log₂ (x − 1) = 1. Using the product rule, log₂ [x(x − 1)] = 1. Converting to exponential form: x(x − 1) = 2¹ = 2. Expanding gives x² − x − 2 = 0, so (x − 2)(x + 1) = 0, yielding x = 2 or x = −1. Since x must be positive and x − 1 > 0, the only valid solution is x = 2.

对于包含多个对数项的方程,我们需要先用乘法、除法和幂法则将其合并。例如,解 log₂ x + log₂ (x − 1) = 1。使用乘法法则得 log₂ [x(x − 1)] = 1。转换为指数形式:x(x − 1) = 2¹ = 2。展开得 x² − x − 2 = 0,于是 (x − 2)(x + 1) = 0,得到 x = 2 或 x = −1。由于 x 必须为正且 x − 1 > 0,唯一有效解是 x = 2。


9. Common Pitfalls and Misconceptions | 常见陷阱与误区

Several misconceptions frequently lead students astray. One common error is believing that logₐ (x + y) equals logₐ x + logₐ y. This is incorrect: logₐ x + logₐ y = logₐ (xy), not logₐ (x + y). Similarly, logₐ (x − y) is not equal to logₐ x − logₐ y; the quotient rule only applies to division, not subtraction of the arguments.

有几个常见误区经常使学生犯错。一个常见错误是认为 logₐ (x + y) 等于 logₐ x + logₐ y。这是不对的:logₐ x + logₐ y = logₐ (xy),而不是 logₐ (x + y)。同理,logₐ (x − y) 不等于 logₐ x − logₐ y;除法法则只适用于真数的除法,而不是减法。

Another frequent error is mishandling the power rule: logₐ (x^k) equals k · logₐ x, but logₐ (k^x) equals x · logₐ k, and these are completely different expressions. Students should also be careful not to confuse log x² with (log x)². The former equals 2 log x, while the latter is the square of the logarithm itself, which cannot be simplified in general.

另一个高频错误是误用幂法则:logₐ (x^k) 等于 k · logₐ x,而 logₐ (k^x) 等于 x · logₐ k,这两者是完全不同的表达式。此外,需要注意不要混淆 log x² 与 (log x)²。前者等于 2 log x,后者是对数的平方,一般情况下无法化简。

Finally, a common exam mistake is forgetting to check the domain after solving. Because logarithms are only defined for positive arguments, any solution that yields a non-positive argument inside a logarithm must be rejected. Always substitute your answers back into the original equation to verify their validity.

最后,一个常见的考试失误是解出答案后忘记检查定义域。因为对数只对正真数有定义,任何使对数内部出现非正数的解都必须舍去。务必把答案代回原方程验证其有效性。


10. Logarithms in Real-World Applications | 对数在实际生活中的应用

Logarithms appear throughout the sciences and in everyday contexts. In chemistry, pH is defined as pH = −log₁₀ [H⁺], where [H⁺] is the hydrogen ion concentration in moles per litre. A change of one pH unit represents a tenfold change in acidity. In seismology, the Richter magnitude M = log₁₀ (A/A₀) measures earthquake amplitude, meaning each whole number increase on the scale represents a tenfold increase in measured amplitude.

对数在科学和日常生活中随处可见。在化学中,pH 定义为 pH = −log₁₀ [H⁺],其中 [H⁺] 是氢离子浓度(单位:摩尔/升)。pH 每变化一个单位,代表酸度变化十倍。在地震学中,里氏震级 M = log₁₀ (A/A₀) 衡量地震振幅,震级每增加 1 级代表测量振幅增大十倍。

In finance, the concept of continuous compound interest uses the natural exponential function e and its inverse, the natural logarithm. The doubling time of an investment can be found by solving A = Pe^(rt) using ln. In biology, population growth models and the decay of radioactive isotopes are both described by exponential functions, with logarithms used to solve for the rate constant or the time required to reach a certain population or remaining mass.

在金融学中,连续复利的概念使用自然指数函数 e 及其逆运算——自然对数。投资翻倍时间可以通过求解 A = Pe^(rt) 并利用 ln 得到。在生物学中,人口增长模型和放射性同位素的衰变都可用指数函数描述,而对数则用于求解速率常数或达到某一人口数量/剩余质量所需的时间。


11. Worked Examples in Exam Style | 考试风格例题精讲

Let us work through a typical Edexcel-style question. Given that logₐ 2 = 0.356 and logₐ 5 = 0.827, find logₐ 40. Using the properties: 40 = 2³ × 5, so logₐ 40 = logₐ (2³ × 5) = 3 logₐ 2 + logₐ 5 = 3(0.356) + 0.827 = 1.068 + 0.827 = 1.895.

让我们做一道典型 Edexcel 风格的例题。已知 logₐ 2 = 0.356,logₐ 5 = 0.827,求 logₐ 40。利用性质:40 = 2³ × 5,所以 logₐ 40 = logₐ (2³ × 5) = 3 logₐ 2 + logₐ 5 = 3(0.356) + 0.827 = 1.068 + 0.827 = 1.895。

Consider another question: solve the equation log₃ (x + 2) − log₃ x = 2. Using the quotient rule, log₃ [(x + 2)/x] = 2. Converting to exponential form: (x + 2)/x = 3² = 9. Multiplying both sides by x: x + 2 = 9x, so 8x = 2, giving x = 1/4. Checking the original equation: log₃ (2.25) − log₃ (0.25) = log₃ 9 = 2, which confirms the solution is correct.

再看另一道题:解方程 log₃ (x + 2) − log₃ x = 2。使用除法法则得 log₃ [(x + 2)/x] = 2。转换为指数形式:(x + 2)/x = 3² = 9。两边乘以 x 得 x + 2 = 9x,于是 8x = 2,得到 x = 1/4。代回原方程验证:log₃ (2.25) − log₃ (0.25) = log₃ 9 = 2,确认解是正确的。


12. Summary and Revision Checklist | 总结与复习清单

The logarithm is defined as the inverse of exponentiation: y = logₐ x ⇔ a^y = x. The base a must be positive and not equal to 1, and the argument x must be positive. The three core properties are the product rule, the quotient rule, and the power rule. The change of base formula connects logarithms of different bases. Common logs use base 10, and natural logs use base e.

对数是幂运算的逆运算:y = logₐ x ⇔ a^y = x。底数 a 必须为正且不等于 1,真数 x 必须为正。三大核心性质是乘法法则、除法法则和幂法则。换底公式将不同底数的对数联系起来。常用对数以 10 为底,自然对数以 e 为底。

Before the exam, make sure you can: (1) convert between logarithmic and exponential forms with confidence; (2) apply the product, quotient, and power rules correctly to combine or expand logarithmic expressions; (3) use the change of base formula when working with unfamiliar bases; (4) check whether logarithmic solutions satisfy the domain conditions; and (5) solve equations with logarithms on both sides. With these skills mastered, you will be well prepared for any logarithmic question on the Edexcel A-Level paper.

考试前,请确保你能够:(1) 熟练地对数式与指数式互相转换;(2) 正确运用乘法法则、除法法则和幂法则来合并或展开对数表达式;(3) 在遇到不熟悉底数时使用换底公式;(4) 检查对数解是否满足定义域条件;(5) 解两边都含对数的方程。掌握以上技能,你将完全有准备应对 Edexcel A-Level 试卷中的任何对数题目。

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