Exponent Rules Unpacked with Typical IB Problems | 幂的运算法则梳理与典型题型

📚 Exponent Rules Unpacked with Typical IB Problems | 幂的运算法则梳理与典型题型

The laws of exponents are a cornerstone of IB Mathematics, appearing in topics from algebra to calculus. Learners often struggle not because the rules are difficult, but because they are easy to confuse under pressure. In this article, we systematically review the core exponent rules and then apply them to typical exam questions.

幂的运算法则(指数法则)是 IB 数学的基石,出现在从代数到微积分的各个主题中。学习者常感到困难,并不是因为法则本身难,而是因为在考试压力下容易混淆。本文系统梳理指数核心法则,并用典型考题演示如何应用。


1. The Five Golden Rules | 五大黄金法则

  • Product of powers: am × an = am+n. When multiplying two powers with the same base, keep the base and add the exponents. For example, 2³ × 2² = 2⁵ = 32.

    同底数幂相乘:am × an = am+n。当两个同底数的幂相乘时,底数不变,指数相加。例如:2³ × 2² = 2⁵ = 32。

  • Quotient of powers: am ÷ an = am−n (a ≠ 0). When dividing two powers with the same base, subtract the exponents. For example, 3⁵ ÷ 3² = 3³ = 27.

    同底数幂相除:am ÷ an = am−n(a ≠ 0)。当两个同底数的幂相除时,底数不变,指数相减。例如:3⁵ ÷ 3² = 3³ = 27。

  • Power of a power: (am)n = amn. Raise a power to a power by multiplying the exponents. For example, (5²)³ = 5⁶ = 15625.

    幂的乘方:(am)n = amn。幂的幂运算需要将指数相乘。例如:(5²)³ = 5⁶ = 15625。

  • Power of a product: (ab)m = ambm. Distribute the exponent to each factor inside the bracket. For example, (2x)³ = 2³x³ = 8x³.

    积的乘方:(ab)m = ambm。括号内每个因数都要乘方。例如:(2x)³ = 2³x³ = 8x³。

  • Power of a quotient: (a/b)m = am/bm (b ≠ 0). Distribute the exponent to the numerator and denominator separately. For example, (2/3)² = 4/9.

    商的乘方:(a/b)m = am/bm(b ≠ 0)。指数要分配给分子和分母。例如:(2/3)² = 4/9。


2. Zero and Negative Exponents | 零指数与负指数

Zero exponent: For any non-zero base a, a⁰ = 1. This follows from dividing an by an: an ÷ an = a⁰, and any non-zero number divided by itself is 1.

零指数:对于任何非零底数 a,a⁰ = 1。这可由 an ÷ an = a⁰ 推出,任何非零数除以自身等于 1。

Negative exponent: a⁻ⁿ = 1/aⁿ, and 1/a⁻ⁿ = aⁿ. A negative exponent represents a reciprocal, not a negative number. For example, 2⁻³ = 1/8 and (2/3)⁻¹ = 3/2.

负指数:a⁻ⁿ = 1/aⁿ,1/a⁻ⁿ = aⁿ。负指数表示倒数,而非负数。例如:2⁻³ = 1/8,(2/3)⁻¹ = 3/2。

When a negative exponent appears on a product or quotient, the reciprocal applies to the whole expression: (xy)⁻² = 1/(xy)² = 1/(x²y²).

当负指数出现在积或商上时,整体取倒数:(xy)⁻² = 1/(xy)² = 1/(x²y²)。


3. Fractional and Rational Exponents | 分数指数与有理指数

Definition: a1/n = ⁿ√a, the n-th root of a. More generally, am/n = (ⁿ√a)m = ⁿ√(am).

定义:a1/n = ⁿ√a,即 a 的 n 次方根。一般地,am/n = (ⁿ√a)m = ⁿ√(am)。

For example, 272/3 = (∛27)² = 3² = 9. Alternatively, ∛(27²) = ∛729 = 9. Both orders of calculation are valid, but often the root-first approach gives simpler numbers.

例如:272/3 = (∛27)² = 3² = 9。也可以先算 ∛(27²) = ∛729 = 9。两种顺序都成立,但通常先开方更简单。

Fractional exponents with a numerator of 1 are straightforward: 161/2 = √16 = 4, 81/3 = 2, 811/4 = 3.

分子为 1 的分数指数直接对应根式:161/2 = √16 = 4,81/3 = 2,811/4 = 3。


4. Simplifying Algebraic Expressions | 代数式化简

Exam questions often ask you to write an expression with positive exponents only. Use all the laws together and work step by step.

考试常要求将表达式化为只含正指数的形式。需要综合运用所有法则,逐步化简。

Example: Simplify (x²y³)/(x⁵y⁻¹) × (x⁻²)¹.

例题:化简 (x²y³)/(x⁵y⁻¹) × (x⁻²)¹。

First apply the product of powers in the numerator? Actually note (x⁻²)¹ = x⁻². Combine numerator powers: x² × x⁻² = x⁰ = 1. Then the expression becomes (y³)/(x⁵y⁻¹) = y³ × y⁻⁻¹? Wait y³ divided by y⁻¹ equals y^(3−(−1)) = y⁴. So the final is y⁴/x⁵.

先处理分子:x² × x⁻² = x⁰ = 1。原式变为 (y³)/(x⁵y⁻¹)。用同底数幂相除:y³ ÷ y⁻¹ = y^(3−(−1)) = y⁴。最终结果为 y⁴/x⁵。

This example shows how the rules interact: negative exponents move bases between numerator and denominator, while the zero exponent silently removes factors.

这个例子展示了法则的相互作用:负指数使底数在分子分母间移动,零指数则会把对应因子“消灭”。


5. Exponential Equations | 指数方程

Strategy 1: Make the bases equal. If both sides can be written as powers of the same base, set the exponents equal to each other.

策略一:化成同底。如果方程两边可以写成同底数的幂,则直接令指数相等。

Example: Solve 3x+1 = 9x−2.

例题:解方程 3x+1 = 9x−2

Rewrite 9 as 3²: 3x+1 = (3²)x−2 = 32x−4. Since the bases are equal, x+1 = 2x−4, giving x = 5.

将 9 写成 3²:3x+1 = (3²)x−2 = 32x−4。底数相同,所以 x+1 = 2x−4,解得 x = 5。

Strategy 2: Use substitution. When an equation contains terms like a2x, ax and constants, set u = ax to obtain a quadratic equation.

策略二:换元。当方程含有 a2x、ax 和常数时,令 u = ax,转化为二次方程。

Example: Solve 22x − 10 × 2x + 16 = 0.

例题:解方程 22x − 10 × 2x + 16 = 0。

Let u = 2x. Then 22x = u². The equation becomes u² − 10u + 16 = 0 = (u−2)(u−8). Thus u = 2 or u = 8. Hence 2x = 2 → x = 1, or 2x = 8 → x = 3.

令 u = 2x,则 22x = u²。方程化为 u² − 10u + 16 = 0 = (u−2)(u−8)。因此 u = 2 或 u = 8。于是 2x = 2 → x = 1;2x = 8 → x = 3。


6. Exponential Functions and Transformations | 指数函数与变换

The general exponential function is f(x) = ax, where a > 0 and a ≠ 1. Its domain is all real numbers, and its range is y > 0.

一般指数函数为 f(x) = ax,其中 a > 0 且 a ≠ 1。定义域为全体实数,值域为 y > 0。

The graph passes through (0, 1) and has a horizontal asymptote at y = 0. If a > 1, the function is increasing; if 0 < a < 1, it is decreasing.

图像经过点 (0, 1),并且以 y = 0 为水平渐近线。若 a > 1,函数递增;若 0 < a < 1,函数递减。

For a transformed function f(x) = ax−h + k, the horizontal shift is h and vertical shift is k. The asymptote moves to y = k, and the y-intercept changes accordingly.

对于变换后的函数 f(x) = ax−h + k,h 为水平平移,k 为垂直平移。渐近线变为 y = k,y 截距也随之改变。

For example, g(x) = 2x+3 − 4 is the graph of 2x shifted 3 units left and 4 units down. Its horizontal asymptote is y = −4.

例如,g(x) = 2x+3 − 4 是由 2x 向左平移 3 个单位、向下平移 4 个单位得到的。其水平渐近线为 y = −4。


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

Exponent rules are central to real-world models: population growth, radioactive half-life, compound interest, and cooling processes.

幂的法则在现实模型中非常重要:人口增长、放射性半衰期、复利和冷却过程等都离不开指数。

The general model is N(t) = N₀ × akt, where N₀ is the initial quantity, a is the growth/decay factor, and k controls the rate. If a > 1, we have growth; if 0 < a < 1, decay.

一般模型为 N(t) = N₀ × akt,其中 N₀ 为初始量,a 为增长/衰减因子,k 控制速率。若 a > 1 则为增长;若 0 < a < 1 则为衰减。

For half-life problems, the decay factor is a = 1/2, and the exponent k is replaced by t/T, where T is the half-life. The formula becomes N(t) = N₀ × (1/2)t/T.

对于半衰期问题,衰减因子 a = 1/2,指数 k 用 t/T 代替,其中 T 为半衰期。公式变为 N(t) = N₀ × (1/2)t/T

Example: A radioactive sample has a half-life of 5 years. How much of a 100 g sample remains after 15 years? Use N(15) = 100 × (1/2)15/5 = 100 × (1/2)³ = 100 × 1/8 = 12.5 g.

例题:一种放射性样品的半衰期为 5 年。100 g 样品经过 15 年后还剩多少?N(15) = 100 × (1/2)15/5 = 100 × (1/2)³ = 100 × 1/8 = 12.5 g。


8. Common Pitfalls and Misconceptions | 常见误区

Even strong students make these errors. Recognise them before they appear in the exam.

即使是优秀学生也会犯这些错误。在考前提早识别它们。

  • (a + b)ⁿ is not equal to aⁿ + bⁿ. Exponents do not distribute over addition or subtraction. For example, (2 + 3)² = 25, but 2² + 3² = 13.

    (a + b)ⁿ 不等于 aⁿ + bⁿ。指数不能分配到加减运算上。例如:(2 + 3)² = 25,但 2² + 3² = 13。

  • (aⁿ)m is not the same as an^m. The former multiplies exponents; the latter exponentiation is nested. For example, (2³)² = 64, but 2^(3²) = 2⁹ = 512.

    (aⁿ)m 不同于 an^m。前者是幂的乘方,指数相乘;后者是嵌套指数。例如:(2³)² = 64,而 2^(3²) = 2⁹ = 512。

  • A negative exponent does not change the sign of the base. 2⁻³ = 1/8, not −8.

    负指数 不改变底数符号。2⁻³ = 1/8,而不是 −8。

  • For fractional exponents, a negative sign can be attached to the numerator or denominator, but not in a way that flips the base sign: (−8)2/3 = (∛(−8))² = 4, while −82/3 = −4. Parentheses matter.

    对于分数指数,负号可以加在分子或分母,但不能改变底数符号:(−8)2/3 = (∛(−8))² = 4,而 −82/3 = −4。括号至关重要。


9. Typical Exam Problems | 典型考题

Here are three IB-style questions that combine several rules.

以下是三道结合多个法则的 IB 风格考题。

Problem 1: Simplify (43/2 × 2−1) / 81/3.

题目 1:化简 (43/2 × 2−1) / 81/3

Write everything as powers of 2: 4 = 2², 8 = 2³. Then 43/2 = (2²)3/2 = 2²·(3/2) = 2³ = 8. Multiplying by 2⁻¹ gives 8 × 1/2 = 4. Dividing by 81/3 = 2, we get 4 ÷ 2 = 2. Final answer: 2.

将各项写成 2 的幂:4 = 2²,8 = 2³。于是 43/2 = (2²)3/2 = 2³ = 8。乘以 2⁻¹ 得 8 × 1/2 = 4。除以 81/3 = 2,得 4 ÷ 2 = 2。最终答案:2。

Problem 2: Solve 23x−1 = 4x+2.

题目 2:解方程 23x−1 = 4x+2

Rewrite 4 as 2²: 23x−1 = 22(x+2) = 22x+4. Equating exponents: 3x−1 = 2x+4 → x = 5.

将 4 写成 2²:23x−1 = 22(x+2) = 22x+4。令指数相等:3x−1 = 2x+4,解得 x = 5。

Problem 3: If f(x) = 3x, find an expression for f(x+1) − f(x) in simplified form.

题目 3:已知 f(x) = 3x,求出 f(x+1) − f(x) 的最简表达式。

f(x+1) = 3x+1 = 3 × 3x. Therefore f(x+1) − f(x) = 3 × 3x − 3x = 2 × 3x. This is a common manipulation in IB questions.

f(x+1) = 3x+1 = 3 × 3x。因此 f(x+1) − f(x) = 3 × 3x − 3x = 2 × 3x。这是 IB 考题中常见的变形。


10. Summary and Revision Checklist | 总结与复习清单

Mastering exponent rules is not about memorising isolated facts. Build a mental map that connects each rule to the operation that generates it.

掌握幂的法则不是孤立地记忆知识,而应建立一张思维导图,把每条法则与产生它的运算联系起来。

  • Product of powers: aman = am+n.

    同底数幂相乘:aman = am+n

  • Quotient of powers: am/an = am−n.

    同底数幂相除:am/an = am−n

  • Power of a power: (am)n = amn.

    幂的乘方:(am)n = amn

  • Zero and negative exponents: a⁰ = 1, a⁻ⁿ = 1/aⁿ.

    零指数与负指数:a⁰ = 1,a⁻ⁿ = 1/aⁿ。

  • Fractional exponents: am/n = ⁿ√(am) = (ⁿ√a)m.

    分数指数:am/n = ⁿ√(am) = (ⁿ√a)m

Before the exam, practise rewriting expressions with positive exponents and recognising when to make bases equal. These skills reappear across algebra, functions, and calculus.

考试前,请练习将表达式改写为正指数形式,并识别何时需要化成同底数。这些技能在代数、函数和微积分中会反复出现。


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