Solving Exponential Equations Using Logarithms | 利用对数求解指数方程

📚 Solving Exponential Equations Using Logarithms | 利用对数求解指数方程

Exponential equations appear frequently in mathematics, from pure algebra to real-world models of population growth, radioactive decay, and finance. When the unknown appears in an exponent, ordinary algebraic methods are often insufficient. Logarithms provide the key mathematical tool that allows us to “bring down” the exponent and solve the equation systematically.

指数方程在数学中频繁出现,从纯代数到人口增长、放射性衰变和金融等现实世界模型都离不开它。当未知数出现在指数中时,常规的代数方法往往不够用。对数提供了一个关键的数学工具,使我们能够把指数”拉下来”,从而系统地求解方程。


1. Understanding Exponential Equations | 理解指数方程

An exponential equation is an equation in which the variable appears in the exponent. For example, 2x = 16, et = 5, and 32x+1 = 27 are all exponential equations. In contrast, an equation such as x² = 16 is polynomial because the variable is in the base.

指数方程是指变量出现在指数位置上的方程。例如,2x = 16、et = 5 和 32x+1 = 27 都是指数方程。相比之下,x² = 16 是多项式方程,因为变量位于底数中。

The first step in solving any exponential equation is to examine whether both sides can be written with the same base. If they can, we simply set the exponents equal. If they cannot, we need logarithms.

解任何指数方程的第一步,是检查两边是否能够写成相同的底数。如果能够,我们只需令指数相等;如果不行,则需要使用对数。


2. Why Logarithms Are Essential | 为什么对数必不可少

A logarithm is the inverse operation of exponentiation. The statement logb a = c means that bc = a. Because exponentiation is one-to-one for a positive base not equal to 1, taking the logarithm of both sides of an equation preserves equality and isolates the exponent.

对数是乘方运算的逆运算。logb a = c 的含义是 bc = a。由于对正底数且底数不等于 1 的指数函数是一一对应的,对方程两边同时取对数不会改变等式,并能把指数分离出来。

The most useful property for solving exponential equations is the power rule:

在解指数方程时最常用的性质是幂法则:

logb (ax) = x · logb a

This rule allows us to turn the variable exponent into a coefficient, after which the equation becomes linear or quadratic in that variable.

这条法则可以把指数中的变量转化为系数,之后方程就变成关于该变量的线性或二次方程。


3. Solving the Basic Equation ax = b | 解基本方程 ax = b

Suppose we need to solve ax = b, where a and b are positive and a ≠ 1. Taking the natural logarithm of both sides gives ln(ax) = ln b, and by the power rule x ln a = ln b.

假设我们要解 ax = b,其中 a 和 b 为正数且 a ≠ 1。对两边取自然对数,可得 ln(ax) = ln b,再利用幂法则得到 x ln a = ln b。

Therefore the solution is:

因此解为:

x = ln b / ln a

Equivalently, we could take loga of both sides to obtain x = loga b. When a is 10 or e, we usually use the corresponding logarithm directly.

等价地,我们可以对两边同时取以 a 为底的对数,得到 x = loga b。当 a 是 10 或 e 时,我们通常直接使用常用对数或自然对数。

Example: Solve 3x = 20. Taking natural logs, x ln 3 = ln 20, so x = ln 20 / ln 3 ≈ 2.727.

例:解 3x = 20。两边取自然对数得 x ln 3 = ln 20,所以 x = ln 20 / ln 3 ≈ 2.727。


4. Solving af(x) = b | 解形如 af(x) = b 的方程

When the exponent itself contains a function of x, such as e2x-1 = 7, we follow the same strategy: take ln of both sides and then solve for x.

当指数本身包含 x 的函数时,例如 e2x-1 = 7,我们采用相同策略:两边取自然对数,然后解出 x。

For e2x-1 = 7, we get ln e2x-1 = ln 7. Since ln e = 1, this simplifies to 2x – 1 = ln 7, so x = (ln 7 + 1) / 2.

对于 e2x-1 = 7,有 ln e2x-1 = ln 7。因为 ln e = 1,所以可化简为 2x – 1 = ln 7,从而 x = (ln 7 + 1) / 2。

If the base is not e or 10, use the change of base carefully. For example, 53x+4 = 2 gives 3x + 4 = log5 2 = ln 2 / ln 5, and then x = (ln 2 / ln 5 – 4) / 3.

如果底数不是 e 或 10,要谨慎使用换底公式。例如,53x+4 = 2 可化为 3x + 4 = log5 2 = ln 2 / ln 5,然后 x = (ln 2 / ln 5 – 4) / 3。


5. Equations with Different Bases | 不同底数的方程

Some equations contain exponentials with different bases on each side, for example 2x = 3x+1. In such cases we cannot simply compare exponents. Taking logs of both sides is the standard approach.

有些方程两边含有不同底数的指数,例如 2x = 3x+1。这种情况下不能直接比较指数,对两边取对数是标准做法。

Take natural logs: ln(2x) = ln(3x+1). Using the power rule:

两边取自然对数:ln(2x) = ln(3x+1)。利用幂法则:

x ln 2 = (x + 1) ln 3

Expanding and collecting x terms gives x ln 2 – x ln 3 = ln 3, so x(ln 2 – ln 3) = ln 3, and

展开并合并含 x 的项,得 x ln 2 – x ln 3 = ln 3,即 x(ln 2 – ln 3) = ln 3,于是

x = ln 3 / (ln 2 – ln 3) ≈ -1.710

This method works for any combination of positive bases.

这种方法对任意正底数的组合都适用。


6. Using the Change of Base Formula | 使用换底公式

The change of base formula is central to solving exponential equations when logarithms need to be evaluated on a calculator:

在解指数方程需要借助计算器求值时,换底公式非常重要:

loga b = logc b / logc a

It allows us to convert any logarithm into natural or common logarithms. For instance, log7 50 = ln 50 / ln 7 ≈ 2.010.

它允许我们把任意对数转化为自然对数或常用对数。例如,log7 50 = ln 50 / ln 7 ≈ 2.010。

In an equation such as 4x = 12, you can immediately write x = log4 12 and then evaluate using the formula above. This is often more direct than taking logs of both sides.

在解 4x = 12 这类方程时,可以直接写 x = log4 12,然后通过上述公式求值。这通常比两边取对数更直接。


7. Equations with Quadratic Structure | 具有二次结构的指数方程

Sometimes an exponential equation contains multiple terms with the same base, e.g. 32x + 3x – 6 = 0. Such equations can be solved by substitution y = 3x.

有时指数方程包含同底数的多个项,例如 32x + 3x – 6 = 0。这类方程可通过换元 y = 3x 来求解。

Since 32x = (3x)², the equation becomes y² + y – 6 = 0. Factoring gives (y + 3)(y – 2) = 0, so y = 2 or y = -3. Because 3x is always positive, y = -3 is rejected.

由于 32x = (3x)²,方程变为 y² + y – 6 = 0。因式分解得 (y + 3)(y – 2) = 0,所以 y = 2 或 y = -3。因为 3x 恒为正,故舍去 y = -3。

Then solve 3x = 2 to get x = log₃ 2 = ln 2 / ln 3 ≈ 0.631.

接着解 3x = 2,得到 x = log₃ 2 = ln 2 / ln 3 ≈ 0.631。

Always check whether the substituted variable introduces extraneous roots, especially when the exponential function has a restricted range.

换元后一定要检查是否引入增根,尤其当指数函数的值域受限时。


8. Linear-Exponential Mixed Equations | 线性与指数混合方程

Equations such as x = 2x or ex = 3x + 1 cannot be solved using logarithms alone. The logarithm can bring the exponent down, but it will not give a closed-form solution because the variable also appears outside the exponent.

像 x = 2x 或 ex = 3x + 1 这类方程不能仅靠对数求解。对数虽然能把指数拉下来,但变量同时也出现在指数之外,所以无法得到封闭形式的解。

For such mixed equations, we usually use numerical methods such as the Newton-Raphson method or graphical intersection methods. Logarithms may still help to rewrite the equation into a more convenient form, but they do not eliminate the need for approximation.

对于这类混合方程,我们通常使用数值方法,如牛顿-拉弗森法或图形交点法。对数有时能帮助把方程改写为更方便的形式,但并不能避免近似计算。

If you encounter these in an exam, read the question carefully: it may ask for a solution “to 3 significant figures” using a numerical method.

如果在考试中遇到这类方程,请仔细阅读题目:题目可能要求”精确到3位有效数字”,需要使用数值方法。


9. Applications: Growth and Decay | 应用:增长与衰减

Exponential equations appear naturally in models of population growth, radioactive decay, and continuously compounded interest. The general formula is A(t) = A₀ ekt, where A₀ is the initial amount and k is the growth or decay rate.

指数方程自然出现在人口增长、放射性衰变和连续复利模型中。一般公式为 A(t) = A₀ ekt,其中 A₀ 是初始数量,k 是增长或衰减速率。

To find the time t when A(t) reaches a certain value, we solve for t using logarithms:

要找到 A(t) 达到某个值时的时间 t,我们使用对数来求解 t:

ekt = A / A₀ ⇒ kt = ln(A / A₀) ⇒ t = ln(A / A₀) / k

For example, if a population doubles, A/A₀ = 2, so t = ln 2 / k. Notice that the doubling time is independent of the initial population size.

例如,若人口翻倍,则 A/A₀ = 2,所以 t = ln 2 / k。注意倍增时间与初始人口大小无关。

In financial mathematics, if an investment grows continuously at annual rate r, the equation A = P ert is solved for t in exactly the same way.

在金融数学中,如果一笔投资以年利率 r 连续增长,则方程 A = P ert 可以用完全相同的方式求解 t。


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

One frequent error is distributing the logarithm incorrectly, such as writing ln(x + y) = ln x + ln y. This is wrong; the product rule applies to multiplication, not addition.

一个常见错误是错误地分配对数,例如写成 ln(x + y) = ln x + ln y。这是错误的;乘积法则适用于乘法,而不是加法。

Another mistake is forgetting that the power rule gives

另一个错误是忘记幂法则给出

logb (ax) = x logb a

but not x + logb a. Always multiply the exponent as a coefficient.

而不是 x + logb a。一定要把指数作为系数相乘。

Students also sometimes drop negative solutions when solving a quadratic in a substituted variable, not realising that y = ax must be positive. However, after solving for x itself, negative x values are perfectly valid because ax is always positive.

学生有时在求解换元后的二次方程时忽略负数解,没有意识到 y = ax 必须为正。但解出 x 本身后,负的 x 值完全合法,因为 ax 总是正的。

Finally, when taking logs, ensure the base is positive and not equal to 1, and remember that logb a is defined only when a > 0.

最后,取对数时确保底数为正且不等于 1,并记住 logb a 仅在 a > 0 时有定义。


11. Summary and Practice | 总结与练习

To solve an exponential equation using logarithms, follow these steps:

利用对数求解指数方程时,请遵循以下步骤:

  • Try to express both sides with the same base; if possible, compare exponents directly.
  • 如果可能,尝试把两边表示为相同的底数,然后直接比较指数。
  • If the bases are different or the exponent is complicated, take logarithms of both sides.
  • 如果底数不同或指数较复杂,则对两边取对数。
  • Use the power rule to bring the variable exponent down.
  • 使用幂法则把变量指数拉下来。
  • Solve the resulting linear or quadratic equation.
  • 解出由此得到的线性或二次方程。
  • Check the solution in the original equation, especially for extraneous roots.
  • 将解代回原方程进行检验,尤其注意增根。

Practice with a variety of questions: 2x = 11, 43x-1 = 8x, 52x – 5x – 2 = 0, and e2t = 3et + 4. Each of these tests a different skill, from basic logarithms to substitution methods.

用多种题目进行练习:2x = 11,43x-1 = 8x,52x – 5x – 2 = 0,以及 e2t = 3et + 4。每一道题都考查不同的技能,从基本对数到换元法。

Mastering these methods will allow you to approach any exponential equation with confidence. Logarithms are not just a tool in algebra; they are the bridge between exponential growth and the algebraic equations we know how to solve.

掌握这些方法后,你就能自信地面对任何指数方程。对数不仅仅是代数中的工具,它更是连接指数增长与我们熟悉的代数方程之间的桥梁。

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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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