📚 PDF资源导航

IB WJEC Mathematics: Exponents and Logarithms – Exam Focus | IB WJEC 数学:指数与对数 考点精讲

📚 IB WJEC Mathematics: Exponents and Logarithms – Exam Focus | IB WJEC 数学:指数与对数 考点精讲

Exponents and logarithms form the backbone of advanced algebra in IB and WJEC Mathematics. Mastering their laws, graphs, and equation-solving techniques is essential for success in both calculator and non-calculator papers. This revision guide covers every critical concept, from fundamental index rules to natural logarithms and real-world applications, with clear bilingual explanations and exam-focused tips.

指数与对数是 IB 和 WJEC 数学进阶代数的核心。掌握它们的运算法则、函数图像以及方程求解技巧,对于在可使用计算器与不可使用计算器的考试中取得成功至关重要。本复习指南涵盖每一个关键概念,从基本的指数法则到自然对数及实际应用,配有清晰的双语解析和应试要点。


1. Laws of Exponents | 指数运算法则

Exponent rules simplify expressions and solve equations. The product rule states aᵐ × aⁿ = aᵐ⁺ⁿ. The quotient rule gives aᵐ ÷ aⁿ = aᵐ⁻ⁿ. The power rule says (aᵐ)ⁿ = aᵐⁿ. Zero exponent means a⁰ = 1 (a ≠ 0). Negative exponents produce reciprocals: a⁻ⁿ = 1/aⁿ. Fractional exponents denote roots: a^(1/n) = ⁿ√a, and a^(m/n) = (ⁿ√a)ᵐ = ⁿ√(aᵐ).

指数法则用于简化表达式和求解方程。积的法则:aᵐ × aⁿ = aᵐ⁺ⁿ。商的法则:aᵐ ÷ aⁿ = aᵐ⁻ⁿ。幂的法则:(aᵐ)ⁿ = aᵐⁿ。零指数:a⁰ = 1(a ≠ 0)。负指数产生倒数:a⁻ⁿ = 1/aⁿ。分数指数表示方根:a^(1/n) = ⁿ√a,a^(m/n) = (ⁿ√a)ᵐ = ⁿ√(aᵐ)。

  • Simplify 2³ × 2⁵ = 2⁸ / 化简 2³ × 2⁵ = 2⁸
  • (3²)³ = 3⁶ = 729
  • x⁻² = 1/x²
  • 27^(1/3) = ∛27 = 3

2. Definition of Logarithms | 对数的定义

A logarithm answers the question: to what power must the base be raised to produce a given number? If bˣ = y, then log_b(y) = x. The base b must be positive and not equal to 1. Common logarithms use base 10 (log₁₀ or simply log), and natural logarithms use base e (ln).

对数回答的问题是:底数需要乘多少次方才能得到给定的数?如果 bˣ = y,那么 log_b(y) = x。底数 b 必须为正且不等于 1。常用对数底为 10(log₁₀ 或简写为 log),自然对数底为 e(ln)。

  • 2³ = 8 ⇔ log₂8 = 3
  • 10² = 100 ⇔ log₁₀100 = 2
  • e¹ = e ⇔ ln e = 1

3. Laws of Logarithms | 对数运算法则

The three core logarithm laws mirror exponent rules. Product law: log_b(xy) = log_b x + log_b y. Quotient law: log_b(x/y) = log_b x − log_b y. Power law: log_b(xⁿ) = n log_b x. These hold for any valid base, including common and natural logs.

三条核心对数法则与指数法则相对应。积的法则:log_b(xy) = log_b x + log_b y。商的法则:log_b(x/y) = log_b x − log_b y。幂的法则:log_b(xⁿ) = n log_b x。这些法则对任何有效底数都成立,包括常用对数和自然对数。

  • log₂(8 × 4) = log₂8 + log₂4 = 3 + 2 = 5
  • log₃(27/3) = log₃27 − log₃3 = 3 − 1 = 2
  • ln(x³) = 3 ln x

4. Change of Base Formula | 换底公式

When the logarithm base is not available on a calculator, use the change of base rule: log_b(a) = log_c(a) / log_c(b). Typically c = 10 or c = e. This is vital for solving equations like 3ˣ = 20 or evaluating log₅ 12 exactly in non-calculator contexts.

当计算器上没有所需对数底数时,使用换底公式:log_b(a) = log_c(a) / log_c(b)。通常取 c = 10 或 c = e。这对于求解方程如 3ˣ = 20,或在无计算器情况下精确计算 log₅ 12 至关重要。

log_b(a) = log(a) / log(b) = ln(a) / ln(b)

  • log₅ 12 = ln 12 / ln 5 ≈ 1.544
  • Solve 2ˣ = 10: x = log₂10 = log 10 / log 2 ≈ 3.3219

5. Exponential Equations | 指数方程

Exponential equations have the unknown in the exponent. To solve, if both sides can be written as powers of the same base, set exponents equal. Otherwise, take logarithms of both sides and apply the power law. Always check for extraneous solutions when the exponent involves an even denominator.

指数方程中未知数出现在指数位置。求解时,如果两边能写成相同底数的幂,则令指数相等。否则,对两边取对数并应用幂的法则。当指数含有偶数分母时,务必检查是否产生增根。

  • Same base: 5²ˣ⁻¹ = 125 → 5²ˣ⁻¹ = 5³ → 2x−1 = 3 → x = 2
  • Different bases: 3ˣ = 7 → x ln 3 = ln 7 → x = ln 7 / ln 3
  • Quadratic in disguise: 2²ˣ − 5·2ˣ + 4 = 0, let y = 2ˣ → y² − 5y + 4 = 0 → y=1,4 → x=0,2

6. Logarithmic Equations | 对数方程

Logarithmic equations require combining log terms into a single logarithm using the laws, then converting to exponential form. Always check the domain: arguments of logarithms must be strictly positive. Solutions that make any argument zero or negative must be rejected.

对数方程需要利用法则将对数项合并为一个对数,然后转化为指数形式。务必检查定义域:对数的真数必须严格为正。凡是导致真数为零或负数的解都必须舍去。

  • log₂(x) + log₂(x−2) = 3 → log₂[x(x−2)] = 3 → x(x−2) = 2³ = 8 → x² − 2x − 8 = 0 → x = 4 or x = −2 (reject, since log₂(−2) undefined). Final x=4.
  • ln(x+1) = 2 → x+1 = e² → x = e² − 1

7. Natural Logarithm and e | 自然对数与 e

The number e ≈ 2.71828 is the unique base such that the derivative of eˣ is eˣ and the integral of 1/x yields ln|x|. Natural logarithms, ln x = log_e x, appear in calculus, exponential growth/decay, and compound interest. Know that ln e = 1, ln 1 = 0, and e^(ln x) = x.

数 e ≈ 2.71828 是一个独特的底数,使得 eˣ 的导数仍为 eˣ,而 1/x 的积分为 ln|x|。自然对数 ln x = log_e x 出现在微积分、指数增长与衰减以及复利计算中。要牢记 ln e = 1,ln 1 = 0,以及 e^(ln x) = x。

d/dx (eˣ) = eˣ    ∫ 1/x dx = ln|x| + C

  • Simplify e^(2 ln 3) = e^(ln 9) = 9
  • Equation: e^(2x) = 5 → 2x = ln 5 → x = (ln 5)/2

8. Graphs of Exponentials and Logarithms | 指数函数与对数函数的图像

Exponential functions y = aˣ (a>1) grow rapidly, pass through (0,1), have a horizontal asymptote y=0, and are always positive. Logarithmic functions y = log_a x (a>1) pass through (1,0), have a vertical asymptote x=0, and exist only for x>0. They are inverses, reflected across y=x. Transformations y = a·bˣ⁻ʰ + k shift asymptotes and intercepts.

指数函数 y = aˣ(a>1)增长迅速,过点 (0,1),有水平渐近线 y=0,且函数值恒正。对数函数 y = log_a x(a>1)过点 (1,0),有垂直渐近线 x=0,且仅当 x>0 时有定义。两者互为反函数,关于直线 y=x 对称。变换 y = a·bˣ⁻ʰ + k 会移动渐近线和截距。

  • y = 2ˣ⁻¹ + 3: asymptote y=3, point (0, 3.5)
  • y = log₂(x+1): asymptote x = −1, domain x > −1

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

Exponential models describe population growth A = P(1 + r)ᵗ, radioactive decay A = P(½)^(t/h), and continuously compounded interest A = Pe^(rt). Logarithms linearise the equations to solve for time t or rate r. In IB and WJEC, you may need to find half-life or doubling time using logarithms.

指数模型可用于描述人口增长 A = P(1 + r)ᵗ、放射性衰变 A = P(½)^(t/h) 以及连续复利 A = Pe^(rt)。对数能将方程线性化,从而求出时间 t 或速率 r。在 IB 和 WJEC 考试中,可能需要运用对数求解半衰期或翻倍时间。

Doubling time t = ln 2 / ln(1+r)   Half-life t = ln 2 / k

  • A substance decays to 60% in 5 hours. Find k in A = P e^(−kt): 0.6 = e^(−5k) → −5k = ln 0.6 → k ≈ 0.1022.
  • Population doubles every 10 years. 3% growth? Solve 2 = e^(10r) → r = ln2/10 ≈ 0.0693, so r ≈ 6.93%.

10. Common Mistakes and Exam Tips | 常见错误与考试技巧

Top pitfalls include confusing log_a(x+y) with log_a x + log_a y (it is NOT!), misapplying negative exponent rules, forgetting to check domain restrictions in log equations, and losing marks by not simplifying exact answers (e.g., leaving ln 8 instead of 3 ln 2). In WJEC, show all algebraic steps; in IB, justify domain restrictions explicitly.

最常见的错误包括:混淆 log_a(x+y) 与 log_a x + log_a y(两者并不相等!);误用负指数法则;忘记在对数方程中检查定义域限制;以及因未简化精确答案而失分(例如保留 ln 8 而不写作 3 ln 2)。在 WJEC 中,需展示所有代数步骤;在 IB 中,要明确说明定义域限制。

  • Incorrect: log₂(8+2) = log₂8 + log₂2 → Wrong, log₂10 ≠ 3+1
  • Correct: log₂(8×2) = log₂8 + log₂2 = 4
  • Always write final answer in simplest exact form using log properties.
  • For equation 2 log x = log 9, remember domain x>0, so x=3 only, reject x=−3.

11. Advanced: Combining Exponents and Logarithms | 进阶:指对混合运算

Complex problems involve simultaneous equations with logs, differentiation of aˣ, or using log-log graphs to determine power laws. In IB, you might be given data and asked to find constants a and n in y = axⁿ by plotting log y against log x. Gradient = n, intercept = log a.

更复杂的题型包括含对数的联立方程、对 aˣ 求导,或利用双对数图确定幂律。在 IB 中,可能会给出数据并要求通过绘制 log y 对 log x 的图线来求 y = axⁿ 中的常数 a 和 n。斜率为 n,截距为 log a。

  • If log y = m log x + c, then y = 10ᶜ xᵐ.
  • Exponential model y = abˣ linearised: log y = log a + x log b.
  • Derivative of 3ˣ: d/dx (3ˣ) = 3ˣ ln 3.

12. Summary and Quick Reference | 总结与速查表

Keep a formula card: exponent laws, log laws, change of base, and the inverse relationship b^(log_b x) = x and log_b(bˣ) = x. Practice switching between exponential and logarithmic forms instantly. Focus on exact answers and domain checks. With consistent drill, exponents and logarithms become a reliable high-score area in any exam.

制作一张公式卡:指数法则、对数法则、换底公式,以及逆运算关系 b^(log_b x) = x 和 log_b(bˣ) = x。练习能在指数形式与对数形式之间瞬间转换。重点关注精确答案和定义域检查。通过持续的针对性训练,指数与对数将成为任何考试中稳定的高分板块。

Concept / 概念 Key Formula / 关键公式
Exponent product aᵐ × aⁿ = aᵐ⁺ⁿ
Negative exponent a⁻ⁿ = 1/aⁿ
Log definition log_b(y) = x ⇔ bˣ = y
Log product law log_b(xy) = log_b x + log_b y
Change of base log_b a = log a / log b
Natural log special ln e = 1, e^(ln x) = x
Exponential growth A = Pe^(rt)

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