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

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

Exponential equations appear frequently in A-Level mathematics, from pure algebra to real-world growth and decay problems. When the unknown appears in an exponent, logarithms are the key tool that allows us to bring the variable down to the base line and solve for it.

指数方程在A-Level数学中经常出现,既涉及纯代数问题,也涉及现实中的增长与衰减问题。当未知数出现在指数位置时,对数是将变量“拉回”到基准线下并求解的关键工具。


1. Exponential Equations and the Definition of Logarithms | 指数方程与对数的定义

An exponential equation is an equation in which the unknown variable appears in an exponent. For example: 2ˣ = 16, 3²ˣ⁻¹ = 5, or eˣ = 10.

指数方程是指未知数出现在指数位置上的方程。例如:2ˣ = 16,3²ˣ⁻¹ = 5,或 eˣ = 10。

The logarithm is the inverse operation to exponentiation. For a positive base a (a > 0, a ≠ 1) and a positive number x, we define: y = logₐ x if and only if aʸ = x. This definition is the foundation for solving exponential equations.

对数是乘方运算的逆运算。对于正底数 a(a > 0,a ≠ 1)和正数 x,我们定义:y = logₐ x 当且仅当 aʸ = x。这个定义是求解指数方程的基础。

y = logₐ x ⇔ aʸ = x


2. Key Logarithmic Properties and the Change of Base Rule | 关键对数性质与换底公式

To solve exponential equations, you must be comfortable with the three core logarithm laws. Let a > 0, a ≠ 1, and m, n be positive numbers.

要解指数方程,你必须熟练掌握对数的三大核心法则。设 a > 0,a ≠ 1,m、n 为正数。

  • Product rule: logₐ (mn) = logₐ m + logₐ n

    乘法法则:logₐ (mn) = logₐ m + logₐ n

  • Quotient rule: logₐ (m/n) = logₐ m − logₐ n

    除法法则:logₐ (m/n) = logₐ m − logₐ n

  • Power rule: logₐ (mᵏ) = k logₐ m

    幂法则:logₐ (mᵏ) = k logₐ m

When the base of the exponential and the available logarithm do not match, use the change of base formula:

当指数的底数与所使用的对数底数不一致时,需要使用换底公式:

logₐ x = (logᵦ x) / (logᵦ a)

This allows you to evaluate logₐ x using any base, usually base 10 or base e, which are available on a calculator.

这个公式允许你用任意底数求 logₐ x,通常使用计算器上的常用对数(底数10)或自然对数(底数 e)。


3. Method 1: Take Logarithms of Both Sides | 方法一:两边同时取对数

This is the most general method. When the two sides of the equation are not easily written as powers of the same base, apply a logarithm to both sides and then use the power rule to bring the exponent down.

这是最通用的一种方法。当方程两边不容易写成同底数的幂时,可对方程两边取对数,再利用幂法则将指数降下来。

Example: Solve 3ˣ = 20.

例:解 3ˣ = 20。

Take log₁₀ of both sides:

两边取常用对数:

log₁₀ (3ˣ) = log₁₀ 20 ⇒ x log₁₀ 3 = log₁₀ 20

Then divide by log₁₀ 3:

然后除以 log₁₀ 3:

x = log₁₀ 20 / log₁₀ 3 ≈ 2.7268

Always keep enough decimal places until the final answer, then round appropriately.

在得出最终答案前请保留足够多的小数位,最后再按题目要求进行四舍五入。


4. Method 2: Use the Definition of Logarithm Directly | 方法二:直接利用对数定义

If the exponential equation can be written in the form aˣ = b, then by the definition of logarithms, the solution is simply x = logₐ b. This is equivalent to converting the exponential equation into logarithmic form.

如果指数方程能写成 aˣ = b 的形式,那么根据对数定义,解就是 x = logₐ b。这等价于把指数方程转换为对数形式。

Example: Solve 5²ˣ⁺¹ = 7.

例:解 5²ˣ⁺¹ = 7。

Apply the definition directly:

直接应用定义:

2x + 1 = log₅ 7

Now solve the linear equation:

然后解这个线性方程:

2x = log₅ 7 − 1 ⇒ x = (log₅ 7 − 1) / 2

Using change of base, log₅ 7 = log₁₀ 7 / log₁₀ 5 ≈ 1.2091, so x ≈ 0.1045.

利用换底公式,log₅ 7 = log₁₀ 7 / log₁₀ 5 ≈ 1.2091,所以 x ≈ 0.1045。


5. Handling Equations with Different Bases | 处理不同底数的情况

Some exponential equations contain more than one exponential term with different bases, such as 2ˣ = 3ˣ⁺¹. In such cases, taking logarithms of both sides gives a linear equation in x.

有些指数方程含有多个不同底数的指数项,例如 2ˣ = 3ˣ⁺¹。这种情况下,两边取对数后能得到关于 x 的线性方程。

Example: Solve 2ˣ = 3ˣ⁺¹.

例:解 2ˣ = 3ˣ⁺¹。

Take log₁₀ of both sides:

两边取常用对数:

log₁₀ (2ˣ) = log₁₀ (3ˣ⁺¹) ⇒ x log₁₀ 2 = (x + 1) log₁₀ 3

Expand and collect x terms:

展开并合并含 x 的项:

x log₁₀ 2 = x log₁₀ 3 + log₁₀ 3 ⇒ x (log₁₀ 2 − log₁₀ 3) = log₁₀ 3

Therefore:

因此:

x = log₁₀ 3 / (log₁₀ 2 − log₁₀ 3) ≈ 3.7095

Notice that the answer is negative because 2ˣ is smaller than 3ˣ⁺¹ for positive x, so x must be negative to make 2ˣ larger relative to 3ˣ⁺¹.

注意结果是负数,因为对于正的 x,2ˣ 小于 3ˣ⁺¹,因此需要 x 为负才能使 2ˣ 相对于 3ˣ⁺¹ 变大。


6. Equations with an Added Constant | 含常数项的方程

When the equation has a form like aˣ + c = d, first isolate the exponential term aˣ before taking logarithms.

当方程为 aˣ + c = d 的形式时,先孤立出指数项 aˣ,再取对数。

Example: Solve 4ˣ − 5 = 11.

例:解 4ˣ − 5 = 11。

First add 5 to both sides:

先在两边加 5:

4ˣ = 16

Now solve directly: since 16 = 4², we have x = 2. Alternatively, use logarithms: x = log₄ 16 = 2.

现在可以直接求解:由于 16 = 4²,所以 x = 2。或者用对数:x = log₄ 16 = 2。

Be careful: if the equation is aˣ + bˣ = c, you cannot take logarithms term by term. You must check whether a substitution or numerical method is needed.

注意:如果方程是 aˣ + bˣ = c 这类形式,不能逐项取对数。你需要判断是否需要用换元法或数值方法求解。


7. Quadratic-Type Exponential Equations | 二次型指数方程

Equations such as 2²ˣ − 5(2ˣ) + 6 = 0 look like quadratics. Use the substitution y = 2ˣ, so that 2²ˣ = (2ˣ)² = y², and solve the resulting quadratic equation.

像 2²ˣ − 5(2ˣ) + 6 = 0 这样的方程看起来像二次方程。令 y = 2ˣ,则 2²ˣ = (2ˣ)² = y²,然后解相应的二次方程。

Example: Solve 2²ˣ − 5(2ˣ) + 6 = 0.

例:解 2²ˣ − 5(2ˣ) + 6 = 0。

Let y = 2ˣ, then the equation becomes:

令 y = 2ˣ,则方程变为:

y² − 5y + 6 = 0 ⇒ (y − 2)(y − 3) = 0

So y = 2 or y = 3. Now solve each case:

所以 y = 2 或 y = 3。现在分别求解:

2ˣ = 2 ⇒ x = 1 ; 2ˣ = 3 ⇒ x = log₂ 3 ≈ 1.5850

Always check that the substituted value is positive, because aˣ is always positive for a > 0. A negative solution for y must be rejected.

始终需要检查换元后的值是否为正数,因为当 a > 0 时 aˣ 恒为正。y 的负数解必须舍去。


8. Using Natural Logarithms with Base e | 使用以 e 为底的自然对数

When the base of the exponential is e, it is most natural to take natural logarithms (ln) on both sides. The power rule still applies: ln(eᵏ) = k.

当指数式的底数是 e 时,最自然的做法是两边取自然对数。幂法则仍然适用:ln(eᵏ) = k。

Example: Solve e²ˣ⁻¹ = 8.

例:解 e²ˣ⁻¹ = 8。

Take ln of both sides:

两边取自然对数:

ln(e²ˣ⁻¹) = ln 8 ⇒ 2x − 1 = ln 8

Then solve:

然后求解:

x = (1 + ln 8) / 2 ≈ (1 + 2.0794) / 2 ≈ 1.5397

Using natural logarithms avoids the need to change base when the base is e, and this is the expected approach in Edexcel exams.

当底数是 e 时,使用自然对数可以避免换底,这也是 Edexcel 考试中期望的做法。


9. Real-World Applications: Growth and Decay | 实际应用:增长与衰减

Exponential equations model many real situations, such as population growth, radioactive decay, and continuously compounded interest. The general form is N = N₀ eᵏᵗ or N = N₀ aᵗ. Solving for t requires logarithms.

指数方程可以模拟许多现实情境,如人口增长、放射性衰变和连续复利。一般形式为 N = N₀ eᵏᵗ 或 N = N₀ aᵗ。求解 t 需要用到对数。

Example: A radioactive substance decays according to N = 50 e^(−0.02t), where t is in years. Find the time taken for the substance to decay to 10 grams.

例:一种放射性物质按 N = 50 e^(−0.02t) 衰减,t 的单位是年。求该物质衰变到10克所需的时间。

Set N = 10 and divide by 50:

令 N = 10 并除以50:

10 = 50 e^(−0.02t) ⇒ 0.2 = e^(−0.02t)

Take ln of both sides:

两边取自然对数:

ln 0.2 = −0.02t ⇒ t = ln 0.2 / (−0.02) ≈ 80.47 years

This demonstrates how logarithms convert exponential relationships into linear ones, making unknown times solvable.

这展示了对数如何将指数关系转化为线性关系,从而可以求解未知的时间。


10. Common Pitfalls and Checking Solutions | 常见陷阱与答案检验

Students often make mistakes when applying logarithms. Below are common pitfalls and tips to avoid them.

学生在使用对数时经常出错。下面是一些常见陷阱及避免方法。

Pitfall Correction
Taking logarithms term by term: log(a + b) = log a + log b No such rule. log(a + b) cannot be simplified. Isolate before taking logs.
Forgetting the power rule: log(aᵏ) = k log a Always bring the exponent down correctly.
Dividing by a negative logarithm without flipping inequality (in inequalities) When solving equations, this is fine; when solving inequalities, reverse the sign.

Always check your answer by substituting back into the original equation. For example, if you solve 3ˣ = 20 and get x ≈ 2.7268, verify 3^2.7268 ≈ 20. This catches most algebraic mistakes.

始终将答案代回原方程进行检验。例如,如果你解得 3ˣ = 20 的 x ≈ 2.7268,可验证 3^2.7268 ≈ 20。这样可以发现大多数代数错误。


11. Summary and Exam Tips | 总结与考试提示

To solve exponential equations using logarithms, follow these steps: isolate the exponential term, take logarithms of both sides, use the power rule to bring the exponent down, solve the resulting equation, and check your answer.

利用对数求解指数方程的步骤如下:孤立指数项,两边取对数,用幂法则将指数降下,解所得方程,并检验答案。

  • If both sides can be written with the same base, equate the exponents directly.

    如果两边可以写成同底数幂,直接令指数相等。

  • If not, take log₁₀ or ln of both sides and use the power rule.

    如果不能,则两边取常用对数或自然对数,并用幂法则。

  • When the base is e, use natural logarithms (ln).

    当底数是 e 时,使用自然对数。

  • For quadratic-type exponential equations, use substitution y = aˣ.

    对于二次型指数方程,使用换元 y = aˣ。

  • Reject any solution that would make aˣ negative or zero when a > 0.

    当 a > 0 时,舍去会使 aˣ 为负数或零的解。

In Edexcel A-Level Mathematics exams, marks are often awarded for the method of taking logs and for correct algebraic manipulation. Write down each step clearly, especially when using the change of base formula.

在 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