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

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

Exponential equations appear frequently in mathematics, science, and finance. When the unknown appears in an exponent, logarithms provide a systematic way to isolate it and solve for the variable.

指数方程在数学、科学和金融中频繁出现。当未知量出现在指数中时,对数提供了一种系统性的方法将其分离出来,从而求解变量。


1. What is an Exponential Equation? | 什么是指数方程?

An exponential equation is an equation in which the variable appears in an exponent. For example, 2x = 8 and 52x−3 = 125 are exponential equations.

指数方程是变量出现在指数中的方程。例如,2x = 8 和 52x−3 = 125 都是指数方程。

Some exponential equations can be solved by writing both sides with the same base. Others require logarithms. Recognizing which method to apply is an important skill.

有些指数方程可以通过将两边写成相同底数来求解,而另一些则需要使用对数。学会判断采用哪种方法是关键技能。


2. The Definition of Logarithms | 对数的定义

For b > 0, b ≠ 1, and x > 0, the logarithm of x to base b is defined by:

对于 b > 0,b ≠ 1,且 x > 0,以 b 为底 x 的对数定义为:

y = logb x ⇔ by = x

In words, logb x is the exponent y that must be applied to the base b to obtain x. For example, log2 8 = 3 because 23 = 8.

换言之,logb x 是将底数 b 提升到 x 所需的指数 y。例如,log2 8 = 3,因为 23 = 8。

This definition is the bridge between exponential and logarithmic forms. To solve an exponential equation, we often convert it into logarithmic form or take logarithms of both sides.

这一定义为指数形式与对数形式之间架起了桥梁。求解指数方程时,我们常将其转换为对数形式,或对方程两边同时取对数。


3. Key Properties of Logarithms | 对数的基本性质

The following properties are essential when solving exponential equations:

以下性质在求解指数方程时至关重要:

  • Product law: logb(MN) = logb M + logb N
  • Quotient law: logb(M/N) = logb M − logb N
  • Power law: logb(Mp) = p logb M
  • Special values: logb 1 = 0 and logb b = 1
  • 乘积法则:logb(MN) = logb M + logb N
  • 商法则:logb(M/N) = logb M − logb N
  • 幂法则:logb(Mp) = p logb M
  • 特殊值:logb 1 = 0,logb b = 1

These rules allow us to bring exponents down in front of the logarithm, which is exactly what we need when the variable is in the exponent.

这些法则允许我们将指数移到对数前面,这正是当变量在指数中时所需要的关键操作。


4. The Basic Strategy: Taking Logarithms | 基本策略:取对数

To solve an equation like 3x = 7, start by taking the natural logarithm of both sides:

要解像 3x = 7 这样的方程,首先对两边取自然对数:

ln(3x) = ln 7

Using the power law, the exponent x becomes a coefficient:

利用幂法则,指数 x 变为系数:

x ln 3 = ln 7

Therefore:

因此:

x = (ln 7)/(ln 3)

This is the exact solution. A decimal approximation can be obtained using a calculator.

这就是精确解,使用计算器可以得到近似小数。


5. Solving Equations with the Same Base | 同底数方程的求解

If both sides of the equation can be written as powers of the same base, we can simply equate the exponents. For example:

如果方程两边都可以写成同一个底数的幂,那么只需令指数相等即可。例如:

2x+1 = 24

Since the bases are equal, the exponents must be equal:

因为底数相同,指数必然相等:

x + 1 = 4 ⇒ x = 3

This method is faster than taking logarithms. However, it only works when a common base can be found, such as writing 8 as 23 or 1/9 as 3−2.

这种方法比取对数更快,但仅当能找到公共底数时才能使用,例如把 8 写成 23,或把 1/9 写成 3−2


6. Solving Equations with Different Bases | 不同底数方程的求解

When the bases are different and cannot be made equal, logarithms are required. Consider 52x = 7x−1.

当底数不同且无法化为相同底数时,就需要使用对数。考虑 52x = 7x−1

Take the natural logarithm of both sides:

对两边取自然对数:

ln(52x) = ln(7x−1)

Apply the power law:

应用幂法则:

2x ln 5 = (x − 1) ln 7

Expand and collect terms involving x:

展开并合并含 x 的项:

2x ln 5 = x ln 7 − ln 7

Bring all x terms to one side:

将所有含 x 的项移到一边:

x(2 ln 5 − ln 7) = −ln 7

Divide to isolate x:

两边除以 x 的系数以分离 x:

x = (−ln 7)/(2 ln 5 − ln 7) = (ln 7)/(ln 7 − 2 ln 5)

This exact answer is perfectly acceptable in IB examinations unless a decimal approximation is requested.

这个精确答案在 IB 考试中完全可接受,除非题目要求给出近似值。


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

The change of base formula lets us rewrite any logarithm in terms of another base, typically base 10 or base e:

换底公式允许我们将任何对数改写为另一个底数的对数,通常是底数 10 或底数 e:

logb a = (logc a)/(logc b)

This is particularly useful when solving exponential equations where the answer must be expressed as a common logarithm. For instance, the solution x = log7 10 can be computed as:

当答案必须以常用对数表示时,这个公式尤为有用。例如,解 x = log7 10 可以计算为:

x = (ln 10)/(ln 7) ≈ 1.1833

The change of base formula also shows why logarithms of different bases are proportional to one another.

换底公式还表明,不同底数的对数之间是成比例的。


8. More Complex Exponential Equations | 更复杂的指数方程

Some equations require additional steps before logarithms can be applied. For example, solve e2x − 5ex + 6 = 0.

有些方程在应用对数之前需要额外步骤。例如,求解 e2x − 5ex + 6 = 0。

Notice that e2x = (ex)2. Let u = ex. Then the equation becomes:

注意到 e2x = (ex)2。令 u = ex,则方程变为:

u2 − 5u + 6 = 0

Factor the quadratic:

分解因式:

(u − 2)(u − 3) = 0

Thus u = 2 or u = 3. Since u = ex, we have:

因此 u = 2 或 u = 3。因为 u = ex,所以:

ex = 2 or ex = 3

Taking natural logarithms gives:

取自然对数得到:

x = ln 2 or x = ln 3

Both solutions are positive, and ex is always positive, so neither u-value is rejected.

由于 ex 恒为正,这两个 u 值均不会被舍弃,所以两个解都成立。


9. Common Mistakes and How to Avoid Them | 常见错误及其避免方法

A frequent error is assuming that ln(A + B) equals ln A + ln B. This is false. The correct product law involves logb(AB), not logb(A + B).

一个常见错误是认为 ln(A + B) 等于 ln A + ln B。这是错误的。正确的乘积法则涉及 logb(AB),而不是 logb(A + B)。

Another mistake is forgetting that the argument of a logarithm must be positive. Before accepting a solution, substitute it back into the original equation to check that all logarithmic terms are defined.

另一个错误是忘记对数的真数必须为正。在接受解之前,将解代回原方程,确保所有对数项都有意义。

When using logarithms, students sometimes divide both sides by ln a before the exponent has been properly brought down. Always apply the power law first.

使用对数时,学生有时会在指数被正确移下之前就两边除以 ln a。务必先应用幂法则。

Finally, do not round intermediate results. Keep the exact logarithmic form until the final step, then round only once for a numerical answer.

最后,不要在中间步骤四舍五入。请保留精确的对数形式,直到最后一步再对数值答案进行一次四舍五入。


10. Applications and Practice | 实际应用与练习

Logarithms are used to solve exponential models in real life. For compound interest, the formula A = P ert can be solved for t using logarithms:

对数常用于求解现实生活中的指数模型。对于复利公式 A = P ert,可以使用对数求解 t:

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

In radioactive decay, N(t) = N0 e−kt can be rearranged to find the time when half of the substance remains:

在放射性衰变中,N(t) = N0 e−kt 可以变形来求物质剩下一半所需的时间:

t = (−1/k) ln(N/N0)

Try these practice problems:

试试以下练习:

  • Solve 4x = 64.
  • Solve 2x+1 = 3x.
  • Solve 102x−1 = 25.
  • 求 4x = 64 的解。
  • 求 2x+1 = 3x 的解。
  • 求 102x−1 = 25 的解。

The answers are x = 3, x = (ln 2)/(ln 3 − ln 2), and x = (1 + log 25)/2 respectively. Check them by substitution.

答案分别是 x = 3,x = (ln 2)/(ln 3 − ln 2),以及 x = (1 + log 25)/2。请代入原方程验证。

Mastering logarithms takes practice. Once you become comfortable with the power law and the change of base formula, exponential equations become a straightforward algebra exercise.

掌握对数需要练习。一旦你熟悉了幂法则和换底公式,指数方程就会变成一道简单的代数习题。

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