📚 Exponents and Logarithms | 指数与对数
Exponents and logarithms are fundamental concepts in IB Mathematics that underpin algebraic modelling, growth and decay, and many advanced topics. Mastering the laws of exponents and the relationship between exponentiation and logarithms enables you to simplify expressions, solve equations, and interpret real‑world phenomena. In this article, we review the core rules and techniques with clear examples, paying special attention to the natural exponential function and logarithmic applications required by the IB syllabus.
指数与对数是 IB 数学中的基础概念,支撑着代数建模、增长与衰减以及许多高级主题。掌握指数的运算律和指数与对数之间的关系,能够帮助你化简表达式、求解方程以及解释现实世界中的现象。在本文中,我们将通过清晰的示例回顾核心规则与技巧,并特别关注 IB 大纲所要求的自然指数函数与对数应用。
1. Exponent Notation and Terminology | 指数记法与术语
An exponent tells us how many times the base is multiplied by itself. In the expression an, a is the base and n is the exponent. When n is a positive integer, an = a × a × … × a (n factors). We also define a0 = 1 for any a ≠ 0, and negative exponents denote reciprocals: a−n = 1 / an.
指数表示底数自身相乘的次数。在表达式 an 中,a 是底数,n 是指数。当 n 为正整数时,an = a × a × … × a(共 n 个因子)。我们还规定对于任何 a ≠ 0,a0 = 1,而负指数表示倒数:a−n = 1 / an。
2. Laws of Exponents | 指数运算法则
The laws of exponents allow us to manipulate products, quotients, and powers efficiently:
指数运算法则使我们能够高效地处理乘积、商和幂:
- Product rule: am × an = am+n | 同底数幂相乘,底数不变,指数相加:am × an = am+n
- Quotient rule: am ÷ an = am−n | 同底数幂相除,底数不变,指数相减:am ÷ an = am−n
- Power of a power: (am)n = am×n | 幂的乘方,底数不变,指数相乘:(am)n = am×n
- Power of a product: (ab)n = an bn | 积的乘方等于各因式乘方的积:(ab)n = an bn
- Power of a quotient: (a/b)n = an / bn | 商的乘方等于分子、分母各自乘方:(a/b)n = an / bn
These rules are also valid for rational exponents, such as a1/n = ⁿ√a, making the connection between radicals and exponents explicit. For example, 82/3 = (81/3)2 = 22 = 4.
这些法则同样适用于有理指数,比如 a1/n = ⁿ√a,从而清楚地显示了根式与指数的联系。例如,82/3 = (81/3)2 = 22 = 4。
3. Introduction to Logarithms | 对数入门
A logarithm answers the question: to what exponent must the base be raised to obtain a given number? The equation y = bx is equivalent to logb(y) = x, where b > 0, b ≠ 1. The expression logb(y) is read “log base b of y”. The common logarithm uses base 10 (often written log(x)), and the natural logarithm uses base e (written ln(x)).
对数的本质是回答这样一个问题:底数必须经过多少次方才能得到给定的数?方程 y = bx 等价于 logb(y) = x,其中要求 b > 0 且 b ≠ 1。logb(y) 读作“以 b 为底 y 的对数”。常用对数以 10 为底(常写作 log(x)),自然对数以 e 为底(写作 ln(x))。
4. Laws of Logarithms | 对数运算法则
Logarithms simplify multiplication into addition and division into subtraction, which historically made complex calculations manageable. The key laws are:
对数将乘法化为加法、将除法化为减法,这在历史上使得复杂的计算变得易于处理。关键法则如下:
- Product law: logb(MN) = logb(M) + logb(N) | 乘积的对数等于对数的和:logb(MN) = logb(M) + logb(N)
- Quotient law: logb(M/N) = logb(M) − logb(N) | 商的对数等于对数的差:logb(M/N) = logb(M) − logb(N)
- Power law: logb(Mp) = p·logb(M) | 幂的对数等于指数与底数的对数的乘积:logb(Mp) = p·logb(M)
- Logarithm of the base: logb(b) = 1 | 底数的对数等于 1:logb(b) = 1
- Logarithm of 1: logb(1) = 0 | 1 的对数等于 0:logb(1) = 0
It is essential to remember that these laws only apply when the logarithms have the same base and arguments are positive.
必须记住,这些法则只有在底数相同且真数为正数时才适用。
5. The Inverse Relationship | 指数与对数的互逆关系
The exponential function f(x) = bx and the logarithmic function g(x) = logb(x) are inverses of each other. This means that applying one after the other returns the original input: logb(bx) = x for all real x, and blogb(x) = x for all x > 0. Graphically, the two functions are symmetric with respect to the line y = x, and they intersect at the point (1,0) for the logarithm and (0,1) for the exponential when b > 1.
指数函数 f(x) = bx 与对数函数 g(x) = logb(x) 互为反函数。这意味着先后作用会回到原来的输入值:对于所有实数 x,logb(bx) = x;对于所有 x > 0,blogb(x) = x。在图像上,这两个函数关于直线 y = x 对称,当 b > 1 时,对数函数经过 (1,0),指数函数经过 (0,1)。
6. Change of Base Formula | 换底公式
Often we need to evaluate a logarithm whose base is not available on a calculator. The change of base formula states that loga(x) = logb(x) / logb(a) for any appropriate base b. A common choice is base 10 or base e, giving loga(x) = log(x)/log(a) or ln(x)/ln(a). This formula also helps to compare logarithms with different bases and to solve equations where bases differ.
我们常常需要计算计算器上不提供的底数的对数值。换底公式表明,对于任意合适的底数 b,loga(x) = logb(x) / logb(a)。常用的选择是底数 10 或底数 e,即 loga(x) = log(x)/log(a) 或 ln(x)/ln(a)。这个公式也有助于比较不同底数的对数,以及求解底数不同的方程。
7. Solving Exponential Equations | 求解指数方程
Exponential equations involve the variable in the exponent. When both sides can be expressed as powers of the same base, we equate exponents. For example, to solve 32x−1 = 27, write 27 as 33, giving 2x − 1 = 3 ⇒ x = 2. If this is not possible, we take logarithms of both sides and use the power law. For 5x = 12, taking ln of both sides yields x·ln(5) = ln(12) ⇒ x = ln(12)/ln(5). Exact answers are often left in logarithmic form or approximated with a calculator.
指数方程是指数中含有未知数的方程。当方程两边可以写成同底数的幂时,我们令指数相等。例如,解 32x−1 = 27 时,将 27 写成 33,得到 2x − 1 = 3 ⇒ x = 2。如果不能写成同底数,则对两边取对数并运用幂法则。对于 5x = 12,两边取自然对数得 x·ln(5) = ln(12) ⇒ x = ln(12)/ln(5)。精确答案通常保留对数形式,或使用计算器求近似值。
8. Solving Logarithmic Equations | 求解对数方程
Logarithmic equations contain the variable inside a logarithm argument or base. The key strategy is to combine logarithmic expressions using the laws, then rewrite the equation in exponential form. For instance, solve log3(x + 2) = 2: rewrite as 32 = x + 2 ⇒ x = 7. Always check for extraneous solutions, because logarithms are only defined for positive arguments. An equation like log2(x) + log2(x − 1) = 1 gives log2(x(x − 1)) = 1 ⇒ x(x − 1) = 2 ⇒ x = 2 or x = −1; x = −1 must be rejected as it makes the original logs undefined.
对数方程中的未知数出现在对数真数或底数中。求解的关键策略是利用运算法则合并对数表达式,然后将方程改写为指数形式。例如,解 log3(x + 2) = 2:改写为 32 = x + 2 ⇒ x = 7。务必检验增根,因为只有当真数为正数时对数才有定义。像 log2(x) + log2(x − 1) = 1 这样的方程,简化后得 log2(x(x − 1)) = 1 ⇒ x(x − 1) = 2 ⇒ x = 2 或 x = −1;必须舍去 x = −1,因为它会使原对数无定义。
9. The Natural Exponential and Natural Logarithm | 自然指数与自然对数
The number e ≈ 2.71828 is one of the most important constants in mathematics. The function f(x) = ex is its own derivative, and the inverse function is the natural logarithm ln(x). The natural logarithm follows all standard log laws, and the change of base formula often connects any logarithm to the natural logarithm. In IB Mathematics, e appears in continuous compound interest, growth and decay models, and probability density functions. The domain of ln(x) is x > 0, and its range is all real numbers.
常数 e ≈ 2.71828 是数学中最重要的常数之一。函数 f(x) = ex 的导数就是它本身,而它的反函数就是自然对数 ln(x)。自然对数遵循所有标准对数运算法则,换底公式也常常将任意底数的对数与自然对数联系起来。在 IB 数学中,e 出现在连续复利、增长与衰减模型以及概率密度函数中。ln(x) 的定义域为 x > 0,值域为全体实数。
10. Exponential and Logarithmic Graphs | 指数函数与对数函数的图像
The graph of y = bx (b > 1) passes through (0,1), is always increasing, and has a horizontal asymptote y = 0 as x → −∞. For 0 < b < 1, the function decreases. The graph of y = logb(x) (b > 1) passes through (1,0), is always increasing, and has a vertical asymptote x = 0. Transformations of these graphs—shifts, stretches, and reflections—follow the standard rules for functions. Recognising the effect of changing the base is often assessed in IB exam questions.
y = bx(b > 1)的图像经过点 (0,1),始终递增,且当 x → −∞ 时以 y = 0 为水平渐近线。当 0 < b < 1 时,函数递减。y = logb(x)(b > 1)的图像经过点 (1,0),始终递增,且以 x = 0 为垂直渐近线。这些图像的变换——平移、伸缩和反射——遵循函数变换的标准规则。识别底数变化对图像的影响是 IB 考试中经常考查的内容。
11. Applications in Growth and Decay | 增长与衰减的应用
Many IB problems involve exponential models of the form N(t) = N0ekt for continuous growth (k > 0) or decay (k < 0). Using logarithms, we can find the time required for a quantity to double or halve. For instance, if a population doubles every 5 hours, we set ek·5 = 2 ⇒ k = (1/5)ln(2). The doubling time Td = ln(2)/k. Similarly, in radioactive decay, the half‑life is T½ = ln(2)/|k|. Logarithmic scales are also used to handle data spanning several orders of magnitude, such as pH, sound intensity, and earthquake magnitude.
许多 IB 题目涉及形如 N(t) = N0ekt 的指数模型,其中 k > 0 表示连续增长,k < 0 表示连续衰减。利用对数,我们可以求出一个量翻倍或减半所需的时间。例如,若人口每 5 小时翻一番,则设 ek·5 = 2 ⇒ k = (1/5)ln(2)。翻倍时间 Td = ln(2)/k。类似地,在放射性衰变中,半衰期 T½ = ln(2)/|k|。对数标度也用于处理跨越多个数量级的数据,例如 pH 值、声强和地震震级。
12. Common Pitfalls and Exam Tips | 常见错误与应试技巧
Students often mistakenly apply the product law to a sum inside a logarithm, e.g., incorrectly writing log(x + y) = log(x) + log(y). Remember that log(x + y) cannot be simplified further. Another frequent error is mishandling negative arguments: logb(x) is undefined for x ≤ 0. When solving, always verify solutions fall in the domain. Additionally, use parentheses carefully: log2(x) + 3 is not the same as log2(x + 3). In IB exams, showing clear steps—indicating when you apply a log law or rewrite in exponential form—can gain method marks even if the final answer is incorrect.
学生经常错误地将加法法则用于对数内部的和,例如写错成 log(x + y) = log(x) + log(y)。请记住,log(x + y) 无法进一步化简。另一个常见错误是忽略了负真数:当 x ≤ 0 时,logb(x) 无定义。求解时务必检验所得解是否在定义域内。此外,要小心使用括号:log2(x) + 3 与 log2(x + 3) 截然不同。在 IB 考试中,清晰展示步骤——标明何时运用对数运算法则、何时改写为指数形式——即使最终答案有误,也能够获得方法分数。
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导