📚 The Logarithmic Function | 对数函数
A logarithmic function is one of the most important inverse functions in A-Level Mathematics. It allows us to solve equations where the unknown appears in an exponent, and it forms the foundation for many topics in calculus, modelling and data analysis.
对数函数是 A-Level 数学中最重要的反函数之一。它使我们能够求解未知量出现在指数中的方程,并为微积分、建模和数据分析中的许多主题奠定基础。
1. Definition and Notation | 定义与记号
For a positive base a (a > 0, a ≠ 1), the logarithm of a positive number x to base a is the power to which a must be raised to obtain x. We write this as y = logₐ x, which means aʸ = x.
对于正底数 a(a > 0,a ≠ 1),正数 x 以 a 为底的对数是指为使 a 的某次幂等于 x 所需的指数。我们将其记为 y = logₐ x,意思是 aʸ = x。
The logarithmic function is defined only for x > 0 because a positive base raised to any real exponent is always positive.
对数函数只在 x > 0 时有定义,因为正底数的任何实数次幂始终为正。
y = logₐ x ⇔ x = aʸ
2. Exponential and Logarithmic Relationship | 指数与对数的互逆关系
The exponential function and the logarithmic function are inverse operations. Taking a logarithm ‘undoes’ exponentiation, and exponentiation ‘undoes’ a logarithm.
指数函数与对数函数互为逆运算。取对数可以“撤销”指数运算,而指数运算可以“撤销”对数运算。
For any valid base a, we have the two fundamental identities:
对于任意有效的底数 a,我们有以下两个基本恒等式:
logₐ(aˣ) = x and a^(logₐ x) = x
These identities are extremely useful when simplifying expressions or solving equations that mix exponentials and logarithms.
这些恒等式在化简表达式或求解同时包含指数和对数的方程时非常有用。
3. Laws of Logarithms | 对数运算法则
Logarithms convert multiplication into addition, division into subtraction, and powers into multiplication. The three main laws are:
对数将乘法转化为加法,将除法转化为减法,将幂运算转化为乘法。三个主要法则是:
-
Product rule: logₐ(xy) = logₐ x + logₐ y
-
Quotient rule: logₐ(x/y) = logₐ x − logₐ y
-
Power rule: logₐ(xⁿ) = n logₐ x
乘法法则:logₐ(xy) = logₐ x + logₐ y
除法法则:logₐ(x/y) = logₐ x − logₐ y
幂法则:logₐ(xⁿ) = n logₐ x
These laws only apply when all logarithms have the same base and all arguments are positive.
这些法则只在所有对数具有相同底数且所有真数均为正数时适用。
4. Common Logarithms and Natural Logarithms | 常用对数与自然对数
Two special bases appear frequently in mathematics. The common logarithm uses base 10 and is written as log₁₀ x or simply log x on many calculators. The natural logarithm uses base e (Euler’s number) and is written as ln x.
数学中经常出现两种特殊底数。常用对数以 10 为底,写作 log₁₀ x,在许多计算器上简写为 log x。自然对数以 e(欧拉数)为底,写作 ln x。
ln x = log_e x
The natural logarithm is especially important in calculus because its derivative has a very simple form.
自然对数在微积分中尤为重要,因为它的导数形式非常简单。
5. Change of Base Formula | 换底公式
If we need to evaluate a logarithm with a base that is not available on a calculator, we can use the change of base formula.
如果我们需要计算一个计算器上没有的底数的对数,可以使用换底公式。
logₐ x = log_b x ÷ log_b a
In particular, converting to natural logarithms or common logarithms is often convenient:
尤其是转化为自然对数或常用对数通常很方便:
logₐ x = ln x / ln a = log x / log a
This formula also helps to prove many logarithmic identities and to compare logarithms with different bases.
该公式还有助于证明许多对数恒等式,并比较不同底数的对数。
6. Graphs and Key Features | 图像与关键特征
The graph of y = logₐ x has a characteristic shape. It passes through the point (1, 0) for every base a, and it has a vertical asymptote at x = 0.
函数 y = logₐ x 的图像具有典型的形状。无论底数 a 为何值,它都经过点 (1, 0),并且在 x = 0 处有一条垂直渐近线。
If a > 1, the function is increasing: as x increases, logₐ x also increases. If 0 < a < 1, the function is decreasing.
如果 a > 1,函数是增函数:随着 x 增大,logₐ x 也增大。如果 0 < a < 1,函数是减函数。
The graph of y = logₐ x is the reflection of y = aˣ in the line y = x, because they are inverse functions.
y = logₐ x 的图像是 y = aˣ 的图像关于直线 y = x 的反射,因为它们互为反函数。
7. Solving Logarithmic Equations | 解对数方程
To solve an equation involving logarithms, we often combine terms using the laws of logarithms and then rewrite the equation in exponential form.
要求解含对数的方程,我们通常先用对数法则合并各项,然后将方程改写为指数形式。
For example, to solve log₂(x + 1) = 3, we rewrite it as x + 1 = 2³ = 8, so x = 7.
例如,要求解 log₂(x + 1) = 3,我们将其改写为 x + 1 = 2³ = 8,因此 x = 7。
Always check that the final answers keep every argument positive, because logarithms of non-positive numbers are undefined.
一定要检查最终答案是否使每个真数都为正,因为非正数没有对数。
8. Exponential Equations and Logarithmic Linearisation | 指数方程与对数线性化
Exponential equations such as 3ˣ = 20 can be solved by taking logarithms of both sides.
诸如 3ˣ = 20 这样的指数方程可以通过对方程两边取对数来求解。
3ˣ = 20 ⇒ ln(3ˣ) = ln 20 ⇒ x ln 3 = ln 20 ⇒ x = ln 20 / ln 3
Taking logs is also useful for transforming exponential data into linear form. If y = k aˣ, then ln y = ln k + x ln a, which is a straight line with slope ln a and intercept ln k.
取对数还可用于将指数数据转化为线性形式。如果 y = k aˣ,则 ln y = ln k + x ln a,这是一条斜率为 ln a、截距为 ln k 的直线。
9. Differentiation of Logarithmic Functions | 对数函数的求导
The derivative of the natural logarithmic function is one of the simplest in calculus.
自然对数函数的导数是微积分中最简单的导数之一。
d/dx (ln x) = 1/x, for x > 0
For logarithms with other bases, we first convert to natural logarithms:
对于其他底数的对数,我们先转化为自然对数:
d/dx (logₐ x) = 1 / (x ln a)
This result is particularly useful when differentiating products, quotients or powers after taking natural logs of both sides.
在对等式两边取自然对数后,该结果在求积、商或幂的导数时特别有用。
10. Integration and the Natural Logarithm | 积分与自然对数
Since the derivative of ln x is 1/x, we immediately obtain the integral of 1/x.
由于 ln x 的导数是 1/x,我们立刻得到 1/x 的积分。
∫ (1/x) dx = ln|x| + C
The absolute value appears because 1/x is defined for both positive and negative x, whereas ln x alone is only defined for positive x.
式中出现绝对值是因为 1/x 在正数和负数时都有定义,而单独的 ln x 只在正数时有定义。
More generally, for a linear function in the denominator:
更一般地,对于分母为线性函数的情况:
∫ (1/(ax + b)) dx = (1/a) ln|ax + b| + C
11. Real-World Applications | 实际应用
Logarithmic functions appear in many real-world contexts. They are used to measure sound intensity in decibels, the magnitude of earthquakes on the Richter scale, and the acidity or alkalinity of a solution using the pH scale.
对数函数出现在许多实际情境中。它们被用来以分贝度量声音强度、用里氏震级度量地震强度,以及用 pH 标度度量溶液的酸碱度。
In growth and decay models, logarithms help to determine the time required for a population to double or for a radioactive substance to decay to half its initial mass.
在增长与衰减模型中,对数有助于确定人口翻倍或放射性物质衰变到其初始质量一半所需的时间。
12. Common Mistakes and Exam Tips | 常见错误与考试提示
A common mistake is to write logₐ(x + y) as logₐ x + logₐ y. This is not generally true: the product rule applies to a product inside the logarithm, not a sum.
一个常见错误是将 logₐ(x + y) 写成 logₐ x + logₐ y。这通常不成立:乘法法则适用于对数内部为乘积的形式,而不是和的形式。
Another frequent error is forgetting to check that all arguments are positive when solving logarithmic equations. Always substitute answers back into the original equation.
另一个常见错误是在解对数方程时忘记检查所有真数是否为正。一定要将答案代回原方程进行检验。
Remember also that ln e = 1 and logₐ 1 = 0, because e¹ = e and a⁰ = 1. These identities are extremely common in exam questions.
还要记住 ln e = 1 和 logₐ 1 = 0,因为 e¹ = e 且 a⁰ = 1。这些恒等式在考试题中极为常见。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导