Introduction to Indices | 指数入门
Indices (also called exponents or powers) are a fundamental concept in A-Level Mathematics. They appear in every topic from algebra and calculus to logarithms and trigonometry. The Edexcel A-Level specification expects you to be fluent with all the laws of indices and able to apply them in complex algebraic manipulations. This guide covers everything from the basic rules through to advanced applications you will encounter in your exam.
指数(也称幂或乘方)是A-Level数学中的基础概念。它们出现在从代数、微积分到对数和三角学的每个主题中。Edexcel A-Level考试大纲要求你熟练掌握所有指数定律,并能在复杂的代数运算中应用它们。本指南涵盖从基本规则到考试中会遇到的高级应用的全部内容。
What Are Indices? | 什么是指数?
An index tells you how many times a number (the base) is multiplied by itself. In the expression a to the power of n, written as a^n, the base is a and the index (or exponent) is n. For example, 2^3 = 2 x 2 x 2 = 8. Here 2 is the base, 3 is the index, and 8 is the value of the power.
指数告诉你一个数(底数)乘以自身的次数。在表达式 a 的 n 次方(写作 a^n)中,a 是底数,n 是指数(或幂)。例如,2^3 = 2 x 2 x 2 = 8。这里 2 是底数,3 是指数,8 是幂的值。
The word “index” (plural: indices) comes from Latin, meaning “pointer” or “indicator.” The notation was developed in the 17th century by mathematicians like Rene Descartes, who first used the modern superscript notation. Understanding indices is essential because they provide a compact way to write repeated multiplication, and the laws that govern them simplify otherwise tedious calculations.
“Index”(复数 indices)一词源自拉丁语,意为”指针”或”指示器”。这种记法是在 17 世纪由笛卡尔等数学家发展起来的,笛卡尔首次使用了现代的上标记法。理解指数至关重要,因为它们提供了一种简洁的方式来表示重复乘法,而支配它们的定律则简化了原本繁琐的计算。
The Seven Laws of Indices | 指数的七大定律
The Edexcel A-Level syllabus requires you to know and apply all seven fundamental laws of indices. These laws work for any real numbers as the base (positive, negative, or fractions) and any real number as the index (integers, fractions, negatives, or zero). Let us explore each one in detail with worked examples.
Edexcel A-Level教学大纲要求你知晓并应用所有七条基本指数定律。这些定律适用于任意实数作为底数(正数、负数或分数)和任意实数作为指数(整数、分数、负数或零)。让我们通过详细的解答示例逐一探讨。
Law 1: Multiplication of Powers | 定律一:同底数幂的乘法
When multiplying two powers with the same base, add the indices: a^m x a^n = a^(m+n). This works because you are multiplying m copies of a by n more copies of a, giving m+n copies total. For example, 2^3 x 2^4 = (2x2x2) x (2x2x2x2) = 2^7 = 128. Check: 8 x 16 = 128. This law only works when the bases are identical – you cannot combine expressions like 2^3 x 3^4 into a single power.
当两个同底数的幂相乘时,指数相加:a^m x a^n = a^(m+n)。这是因为你将 a 的 m 个副本乘以另外 n 个 a 的副本,总共得到 m+n 个副本。例如,2^3 x 2^4 = (2x2x2) x (2x2x2x2) = 2^7 = 128。验证:8 x 16 = 128。该定律仅在底数相同时有效 – 你不能将 2^3 x 3^4 这样的表达式合并为单个幂。
Worked Example 1: Simplify 5^2 x 5^6. Solution: Using Law 1, we add the indices: 5^(2+6) = 5^8 = 390625.
解答示例 1:化简 5^2 x 5^6。解:使用定律一,指数相加:5^(2+6) = 5^8 = 390625。
Worked Example 2: Simplify x^3 x x^7 x x^(-2). Solution: x^(3+7+(-2)) = x^8.
解答示例 2:化简 x^3 x x^7 x x^(-2)。解:x^(3+7+(-2)) = x^8。
Law 2: Division of Powers | 定律二:同底数幂的除法
When dividing two powers with the same base, subtract the indices: a^m / a^n = a^(m-n). This makes sense because you are cancelling n copies of a from the numerator and denominator. For instance, 5^7 / 5^4 = 5^(7-4) = 5^3 = 125. Check: 78125 / 625 = 125. A common mistake is subtracting in the wrong order – always do numerator index minus denominator index.
当两个同底数的幂相除时,指数相减:a^m / a^n = a^(m-n)。这很合理,因为你正在从分子和分母中消去 a 的 n 个副本。例如,5^7 / 5^4 = 5^(7-4) = 5^3 = 125。验证:78125 / 625 = 125。一个常见错误是减法顺序搞反 – 始终用分子的指数减去分母的指数。
Worked Example 3: Simplify (x^10) / (x^4). Solution: x^(10-4) = x^6.
解答示例 3:化简 (x^10) / (x^4)。解:x^(10-4) = x^6。
Worked Example 4: Simplify (3a^5 b^2) / (a^2 b). Solution: For each variable separately: a^(5-2) x b^(2-1) = 3a^3 b.
解答示例 4:化简 (3a^5 b^2) / (a^2 b)。解:分别处理每个变量:a^(5-2) x b^(2-1) = 3a^3 b。
Law 3: Power of a Power | 定律三:幂的幂
When raising a power to another power, multiply the indices: (a^m)^n = a^(mn). This is because you have n copies of a^m multiplied together, each containing m copies of a, for a total of mn copies. Example: (2^3)^4 = 2^(3×4) = 2^12 = 4096. Check: (8)^4 = 8x8x8x8 = 4096. A very common exam mistake is adding instead of multiplying when you see this pattern – be careful!
当幂的幂时,将指数相乘:(a^m)^n = a^(mn)。这是因为你有 n 个 a^m 相乘,每个包含 m 个 a,总共 mn 个 a。例如:(2^3)^4 = 2^(3×4) = 2^12 = 4096。验证:(8)^4 = 8x8x8x8 = 4096。考试中一个非常常见的错误是看到这种形式时用加法而非乘法 – 要小心!
Worked Example 5: Simplify (p^4)^5. Solution: p^(4×5) = p^20.
解答示例 5:化简 (p^4)^5。解:p^(4×5) = p^20。
Worked Example 6: Simplify (2y^3)^4. Solution: Apply Law 3 to both 2 (which is 2^1) and y^3: 2^(1×4) x y^(3×4) = 2^4 x y^12 = 16y^12.
解答示例 6:化简 (2y^3)^4。解:将定律三应用于 2(即 2^1)和 y^3:2^(1×4) x y^(3×4) = 2^4 x y^12 = 16y^12。
Law 4: The Zero Index | 定律四:零指数
Any non-zero number raised to the power of zero equals 1: a^0 = 1 (provided a is not equal to 0). This follows logically from Law 2: a^m / a^m = a^(m-m) = a^0, but any number divided by itself equals 1. Note that 0^0 is undefined – it is an indeterminate form. The zero index law is extremely useful for simplifying expressions and solving equations.
任何非零数的零次方等于 1:a^0 = 1(前提是 a 不等于 0)。这从定律二可以逻辑推导:a^m / a^m = a^(m-m) = a^0,但任何数除以自身等于 1。注意 0^0 是未定义的 – 它是一个不定式。零指数定律在化简表达式和解方程时非常有用。
Worked Example 7: Evaluate 7^0. Solution: 7^0 = 1.
解答示例 7:计算 7^0。解:7^0 = 1。
Worked Example 8: Simplify (5x^3 y^0) / (x^3). Solution: y^0 = 1, so numerator becomes 5x^3 x 1 = 5x^3. Then dividing: 5x^3 / x^3 = 5.
解答示例 8:化简 (5x^3 y^0) / (x^3)。解:y^0 = 1,所以分子变为 5x^3 x 1 = 5x^3。然后相除:5x^3 / x^3 = 5。
Law 5: Negative Indices | 定律五:负指数
A negative index means the reciprocal of the positive power: a^(-n) = 1 / (a^n). Equivalently, 1 / (a^(-n)) = a^n. This follows from Law 2: a^0 / a^n = a^(0-n) = a^(-n), and we know a^0 / a^n = 1 / a^n. A negative index does NOT mean the number is negative – the sign of the base determines the sign. For example, 2^(-3) = 1/8 = 0.125, but (-2)^3 = -8.
负指数表示正指数的倒数:a^(-n) = 1 / (a^n)。等价地,1 / (a^(-n)) = a^n。这从定律二推导:a^0 / a^n = a^(0-n) = a^(-n),而我们知道 a^0 / a^n = 1 / a^n。负指数并不意味着该数是负数 – 底数的符号决定正负。例如,2^(-3) = 1/8 = 0.125,但 (-2)^3 = -8。
Worked Example 9: Write 3^(-2) as a fraction. Solution: 3^(-2) = 1 / 3^2 = 1/9.
解答示例 9:将 3^(-2) 写成分数。解:3^(-2) = 1 / 3^2 = 1/9。
Worked Example 10: Simplify (2x^(-3) y^2) / (x y^(-1)). Solution: Move negative-exponent terms: numerator x^(-3) becomes 1/x^3, denominator y^(-1) becomes y in numerator. Result: 2y^2 y / x^3 x = 2y^3 / x^4.
解答示例 10:化简 (2x^(-3) y^2) / (x y^(-1))。解:移动负指数项:分子的 x^(-3) 变为 1/x^3,分母的 y^(-1) 变为分子的 y。结果:2y^2 y / x^3 x = 2y^3 / x^4。
Law 6: Fractional Indices (Roots) | 定律六:分数指数(根式)
Fractional indices represent roots. The denominator of the fraction gives the type of root: a^(1/n) is the nth root of a. More generally, a^(m/n) = (a^(1/n))^m = (a^m)^(1/n), meaning you can take the root first and then the power, or the power first and then the root – both give the same result. For example, 8^(2/3) = (8^(1/3))^2 = 2^2 = 4, or alternatively 8^(2/3) = (8^2)^(1/3) = 64^(1/3) = 4.
分数指数表示根式。分数的分母表示根的类型:a^(1/n) 是 a 的 n 次方根。更一般地,a^(m/n) = (a^(1/n))^m = (a^m)^(1/n),意味着你可以先开根再乘方,或先乘方再开根 – 两种方法结果相同。例如,8^(2/3) = (8^(1/3))^2 = 2^2 = 4,或者 8^(2/3) = (8^2)^(1/3) = 64^(1/3) = 4。
This connection between indices and roots is one of the most powerful ideas in algebra. It allows you to write any root as an index and then apply all the other laws. In calculus, writing roots as fractional powers is essential for differentiation and integration.
指数与根式之间的这种联系是代数中最强大的思想之一。它允许你将任何根式写为指数形式,然后应用所有其他定律。在微积分中,将根式写为分数次幂对求导和积分至关重要。
Worked Example 11: Evaluate 27^(2/3). Solution: 27^(1/3) = 3 (cube root of 27), then 3^2 = 9. So 27^(2/3) = 9.
解答示例 11:计算 27^(2/3)。解:27^(1/3) = 3(27 的立方根),然后 3^2 = 9。所以 27^(2/3) = 9。
Worked Example 12: Write the square root of x cubed as a single power of x. Solution: sqrt(x^3) = (x^3)^(1/2) = x^(3/2).
解答示例 12:将 x 的立方的平方根写为 x 的单次幂。解:sqrt(x^3) = (x^3)^(1/2) = x^(3/2)。
Law 7: Power of a Product and Quotient | 定律七:积的幂与商的幂
When a product is raised to a power, each factor is raised to that power: (ab)^n = a^n x b^n. Similarly, for a quotient: (a/b)^n = a^n / b^n (provided b is not equal to 0). These laws are essential for expanding brackets and simplifying expressions involving multiple variables.
当积被乘方时,每个因子都被乘方:(ab)^n = a^n x b^n。类似地,对于商:(a/b)^n = a^n / b^n(前提是 b 不等于 0)。这些定律对于展开括号和化简涉及多个变量的表达式至关重要。
Worked Example 13: Simplify (2x^2 y)^3. Solution: 2^3 x (x^2)^3 x y^3 = 8 x x^6 x y^3 = 8x^6 y^3.
解答示例 13:化简 (2x^2 y)^3。解:2^3 x (x^2)^3 x y^3 = 8 x x^6 x y^3 = 8x^6 y^3。
Worked Example 14: Simplify (x^3 / y^2)^4. Solution: x^(3×4) / y^(2×4) = x^12 / y^8.
解答示例 14:化简 (x^3 / y^2)^4。解:x^(3×4) / y^(2×4) = x^12 / y^8。
Summary of All Seven Laws | 七大定律总结
Here is a quick-reference summary of all the laws of indices. Memorise these and you will be able to handle any index problem the Edexcel A-Level exam throws at you:
以下是指数全部定律的快速参考总结。记住这些,你就能应对 Edexcel A-Level 考试中的任何指数问题:
Law 1: a^m x a^n = a^(m+n) (Multiplication – add indices)
Law 2: a^m / a^n = a^(m-n) (Division – subtract indices)
Law 3: (a^m)^n = a^(mn) (Power of a power – multiply indices)
Law 4: a^0 = 1, for a not equal to 0 (Zero index)
Law 5: a^(-n) = 1 / a^n (Negative index – reciprocal)
Law 6: a^(m/n) = nth root of (a^m) (Fractional index – roots)
Law 7: (ab)^n = a^n b^n, (a/b)^n = a^n / b^n (Product/quotient)
定律一:a^m x a^n = a^(m+n)(乘法 – 指数相加)
定律二:a^m / a^n = a^(m-n)(除法 – 指数相减)
定律三:(a^m)^n = a^(mn)(幂的幂 – 指数相乘)
定律四:a^0 = 1,a 不等于 0(零指数)
定律五:a^(-n) = 1 / a^n(负指数 – 取倒数)
定律六:a^(m/n) = (a^m)的 n 次方根(分数指数 – 根式)
定律七:(ab)^n = a^n b^n,(a/b)^n = a^n / b^n(积/商的幂)
Solving Exponential Equations | 解指数方程
One of the most common applications of index laws at A-Level is solving equations where the unknown is in the exponent. The key strategy is to rewrite both sides of the equation with the same base, then equate the indices. This technique appears frequently in Edexcel Pure Mathematics papers.
A-Level 中最常见的指数定律应用之一是解未知数在指数位置的方程。关键策略是将方程两边改写为同底数的形式,然后让指数相等。这种技巧经常出现在 Edexcel 纯数学试卷中。
Worked Example 15: Solve 2^(2x+1) = 32. Solution: First, write 32 as a power of 2: 32 = 2^5. So 2^(2x+1) = 2^5. Equating indices: 2x+1 = 5, so 2x = 4, x = 2. Check: 2^(2×2+1) = 2^5 = 32.
解答示例 15:解 2^(2x+1) = 32。解:首先,将 32 写为 2 的幂:32 = 2^5。所以 2^(2x+1) = 2^5。指数相等:2x+1 = 5,所以 2x = 4,x = 2。验证:2^(2×2+1) = 2^5 = 32。
Worked Example 16: Solve 3^(x) x 9^(x-1) = 27. Solution: Express all terms with base 3. 9 = 3^2, 27 = 3^3. So 3^x x (3^2)^(x-1) = 3^3. Simplify: 3^x x 3^(2x-2) = 3^3. Using Law 1: 3^(x+2x-2) = 3^3, so 3^(3x-2) = 3^3. Equating: 3x-2 = 3, so x = 5/3.
解答示例 16:解 3^(x) x 9^(x-1) = 27。解:将所有项用底数 3 表示。9 = 3^2,27 = 3^3。所以 3^x x (3^2)^(x-1) = 3^3。化简:3^x x 3^(2x-2) = 3^3。使用定律一:3^(x+2x-2) = 3^3,所以 3^(3x-2) = 3^3。等式成立:3x-2 = 3,所以 x = 5/3。
Worked Example 17 (with fractional answer): Solve 4^(x) = 8^(x-3). Solution: Write with common base. 4 = 2^2, 8 = 2^3. So (2^2)^x = (2^3)^(x-3). Simplify: 2^(2x) = 2^(3x-9). Equating: 2x = 3x-9, so x = 9.
解答示例 17(分数答案):解 4^(x) = 8^(x-3)。解:用公共底数表示。4 = 2^2,8 = 2^3。所以 (2^2)^x = (2^3)^(x-3)。化简:2^(2x) = 2^(3x-9)。等式成立:2x = 3x-9,所以 x = 9。
Simplifying Complex Expressions | 化简复杂表达式
In A-Level exams, you rarely see a single law applied in isolation. Questions typically combine multiple laws and require careful step-by-step simplification. The key is to work methodically, handling one variable or operation at a time.
在 A-Level 考试中,你很少看到单独应用一个定律。题目通常综合多个定律,要求仔细逐步化简。关键是有条理地处理,一次处理一个变量或一种运算。
Worked Example 18: Simplify (27x^6 y^(-3))^(2/3) / (9x^(-2) y^4). Solution: Step 1: Apply Laws 7 and 3 to the numerator: 27^(2/3) x (x^6)^(2/3) x (y^(-3))^(2/3) = 27^(2/3) x x^4 x y^(-2). Step 2: 27^(2/3) = (27^(1/3))^2 = 3^2 = 9. So numerator = 9x^4 y^(-2). Step 3: Divide by denominator: (9x^4 y^(-2)) / (9x^(-2) y^4) = x^(4-(-2)) y^(-2-4) = x^6 y^(-6) = x^6 / y^6.
解答示例 18:化简 (27x^6 y^(-3))^(2/3) / (9x^(-2) y^4)。解:第一步:将定律七和三应用于分子:27^(2/3) x (x^6)^(2/3) x (y^(-3))^(2/3) = 27^(2/3) x x^4 x y^(-2)。第二步:27^(2/3) = (27^(1/3))^2 = 3^2 = 9。所以分子 = 9x^4 y^(-2)。第三步:除以分母:(9x^4 y^(-2)) / (9x^(-2) y^4) = x^(4-(-2)) y^(-2-4) = x^6 y^(-6) = x^6 / y^6。
Worked Example 19: Express (3a^(-1/2) b^2)^4 x (a^(3/2) b^(-1))^2 in its simplest form. Solution: First bracket: 3^4 x a^(-2) x b^8 = 81 a^(-2) b^8. Second bracket: a^3 x b^(-2). Multiply: 81 a^(-2+3) b^(8-2) = 81 a^1 b^6 = 81ab^6.
解答示例 19:将 (3a^(-1/2) b^2)^4 x (a^(3/2) b^(-1))^2 表示成最简形式。解:第一个括号:3^4 x a^(-2) x b^8 = 81 a^(-2) b^8。第二个括号:a^3 x b^(-2)。相乘:81 a^(-2+3) b^(8-2) = 81 a^1 b^6 = 81ab^6。
Index Laws in Calculus | 指数定律在微积分中的应用
The laws of indices are indispensable tools in A-Level calculus. Before you can differentiate or integrate expressions involving roots or fractions with powers in the denominator, you must first rewrite them using index form. This is a routine first step that Edexcel examiners look for.
指数定律是 A-Level 微积分中不可或缺的工具。在求导或积分涉及根式或分母中有幂的分式之前,你必须先用指数形式重写它们。这是 Edexcel 考官期望看到的常规第一步。
Differentiation example: Find dy/dx for y = 1 / (x^3) + sqrt(x). Rewrite in index form: y = x^(-3) + x^(1/2). Now differentiate using the power rule (multiply by the index, reduce the index by 1): dy/dx = -3x^(-4) + (1/2)x^(-1/2).
求导示例:求 y = 1 / (x^3) + sqrt(x) 的 dy/dx。用指数形式重写:y = x^(-3) + x^(1/2)。现在使用幂法则求导(乘以指数,指数减 1):dy/dx = -3x^(-4) + (1/2)x^(-1/2)。
Integration example: Find the indefinite integral of (4/x^2 + 3*sqrt[3](x)) dx. Rewrite: 4x^(-2) + 3x^(1/3). Integrate: 4x^(-1)/(-1) + 3x^(4/3)/(4/3) + C = -4/x + (9/4)x^(4/3) + C.
积分示例:求 (4/x^2 + 3*sqrt[3](x)) dx 的不定积分。重写:4x^(-2) + 3x^(1/3)。积分:4x^(-1)/(-1) + 3x^(4/3)/(4/3) + C = -4/x + (9/4)x^(4/3) + C。
This approach is far more efficient than trying to differentiate or integrate with roots and fractions in their original form. Master the conversion between root notation and fractional indices, and calculus becomes significantly easier.
这种方法比用原始形式的根式和分数来求导或积分高效得多。掌握根式记法与分数指数之间的转换,微积分就会变得容易得多。
Common Mistakes and How to Avoid Them | 常见错误及如何避免
Even strong students make mistakes with indices. Here are the most frequent errors seen in Edexcel marking, along with strategies to avoid them:
即使是优秀的学生也会在指数上出错。以下是 Edexcel 阅卷中最常见的错误,以及避免这些错误的策略:
Mistake 1: Adding exponents when raising a power to a power. The expression (x^2)^3 equals x^6, not x^5. Remember: when a power is raised to another power, multiply the indices. A good way to check: (x^2)^3 = x^2 x x^2 x x^2 = x^(2+2+2) = x^6. Three copies of x^2 means the index 2 is added three times, which is the same as 2 x 3.
错误 1:幂的幂时指数相加。表达式 (x^2)^3 等于 x^6,而不是 x^5。记住:当幂的幂时,指数相乘。一个很好的检验方法:(x^2)^3 = x^2 x x^2 x x^2 = x^(2+2+2) = x^6。三个 x^2 的副本意味着指数 2 被加了三次,这与 2 x 3 相同。
Mistake 2: Applying the multiplication law to different bases. The expression 2^3 x 3^4 cannot be simplified to a single power. The laws only apply when the bases are the same. You can multiply 2^3 x 2^4 to get 2^7, but 2^3 x 3^4 stays as it is (or you evaluate each separately: 8 x 81 = 648).
错误 2:将乘法定律应用于不同底数。表达式 2^3 x 3^4 不能化简为单个幂。这些定律仅在底数相同时适用。你可以将 2^3 x 2^4 合并得到 2^7,但 2^3 x 3^4 保持原样(或者分别计算:8 x 81 = 648)。
Mistake 3: Misunderstanding negative indices. A negative index does not make the number negative. The expression 5^(-2) equals 1/25 = 0.04, which is positive. The negative sign in the index tells you to take the reciprocal, not to make the result negative. Compare: 5^(-2) = 1/25 versus (-5)^2 = 25.
错误 3:误解负指数。负指数不会使该数变为负数。表达式 5^(-2) 等于 1/25 = 0.04,是正数。指数中的负号告诉你要取倒数,而不是使结果为负数。比较:5^(-2) = 1/25 与 (-5)^2 = 25。
Mistake 4: Forgetting that a term without a visible index actually has an index of 1. In the expression 3x, the coefficient 3 has no index (it is 3^1) and x has an index of 1 (x = x^1). When applying laws to expressions like (3x)^4, you get 3^4 x x^4 = 81x^4.
错误 4:忘记没有可见指数的项实际上指数为 1。在表达式 3x 中,系数 3 没有指数(它是 3^1),x 的指数为 1(x = x^1)。当对 (3x)^4 这样的表达式应用定律时,你得到 3^4 x x^4 = 81x^4。
Mistake 5: Getting the order wrong in fractional indices. In a^(m/n), the denominator n is the root and the numerator m is the power. A common error is swapping them. For 8^(2/3), take the cube root first (8^(1/3)=2) then square (2^2=4). Doing it the other way (8^2=64, then cube root of 64 is 4) also works, so this law is forgiving – but in exams, computing the root first usually gives smaller numbers to work with.
错误 5:分数指数中搞错顺序。在 a^(m/n) 中,分母 n 是根,分子 m 是幂。一个常见错误是交换它们。对于 8^(2/3),先开立方根(8^(1/3)=2)再平方(2^2=4)。反过来做(8^2=64,然后 64 的立方根是 4)也行,所以这个定律是宽容的 – 但在考试中,先开根通常能得到较小的数字来运算。
Connections to Other A-Level Topics | 与其他A-Level主题的联系
Index laws are not an isolated topic. They weave through the entire Edexcel A-Level Mathematics specification. Here are the key connections you should be aware of:
指数定律不是一个孤立的主题。它们贯穿整个 Edexcel A-Level 数学考试大纲。以下是你应该了解的关键联系:
Logarithms (Pure Mathematics, Year 1): The logarithm is the inverse operation of exponentiation. If a^x = b, then log_a(b) = x. Every index law has a corresponding logarithm law, and solving exponential equations often requires logarithms when the bases cannot be made the same. For example, solving 3^x = 20 requires taking log_3 of both sides: x = log_3(20).
对数(纯数学,第一年):对数是指数运算的逆运算。如果 a^x = b,那么 log_a(b) = x。每条指数定律都有对应的对数定律,当底数不能统一时,解指数方程往往需要对数。例如,解 3^x = 20 需要对两边取 log_3:x = log_3(20)。
Binomial Expansion (Pure Mathematics, Year 1-2): The binomial theorem for (1+x)^n requires index laws when n is a fraction or negative number. Understanding how negative and fractional indices behave is essential for expanding expressions like (1+x)^(-2) or sqrt(1+x).
二项式展开(纯数学,第一至二年):(1+x)^n 的二项式定理在 n 为分数或负数时需要指数定律。理解负指数和分数指数的行为对于展开 (1+x)^(-2) 或 sqrt(1+x) 这样的表达式至关重要。
Algebraic Fractions (Pure Mathematics, Year 1-2): Simplifying algebraic fractions often involves moving terms between numerator and denominator using negative indices, then combining like terms. This skill is tested throughout the course, from basic simplification to partial fractions.
代数分式(纯数学,第一至二年):化简代数分式通常涉及使用负指数在分子和分母之间移动项,然后合并同类项。这个技能在整个课程中都会考查,从基本化简到部分分式。
Practice Questions | 练习题
Test your understanding with these exam-style questions. Full worked solutions are provided at the end:
用这些考试风格的题目来测试你的理解。完整的解答过程在末尾提供:
Question 1: Simplify (2x^3 y^(-2))^3 x (x^(-4) y^5)^2, giving your answer with positive indices only.
问题 1:化简 (2x^3 y^(-2))^3 x (x^(-4) y^5)^2,答案仅用正指数表示。
Question 2: Solve the equation 4^(2x-1) = 8^(x+3).
问题 2:解方程 4^(2x-1) = 8^(x+3)。
Question 3: Express (3a^(-1/3) b^(1/2))^6 / (a^(1/2) b^(-1/3))^3 in its simplest form.
问题 3:将 (3a^(-1/3) b^(1/2))^6 / (a^(1/2) b^(-1/3))^3 表示成最简形式。
Question 4: Evaluate (16/81)^(-3/4), giving your answer as a simplified fraction.
问题 4:计算 (16/81)^(-3/4),答案以化简分数表示。
Question 5: Given that 3^(x) x 9^(x+1) = 27^(x-2), find the value of x.
问题 5:已知 3^(x) x 9^(x+1) = 27^(x-2),求 x 的值。
Question 6: Simplify (x^2 y^(-3))^(1/2) x (x^(-1) y^6)^(1/3), writing your answer with positive indices.
问题 6:化简 (x^2 y^(-3))^(1/2) x (x^(-1) y^6)^(1/3),答案用正指数表示。
Worked Solutions | 解答过程
Solution 1: (2x^3 y^(-2))^3 = 2^3 x x^9 x y^(-6) = 8x^9 y^(-6). (x^(-4) y^5)^2 = x^(-8) y^10. Multiply: 8 x x^(9-8) x y^(-6+10) = 8x y^4.
解答 1:(2x^3 y^(-2))^3 = 2^3 x x^9 x y^(-6) = 8x^9 y^(-6)。(x^(-4) y^5)^2 = x^(-8) y^10。相乘:8 x x^(9-8) x y^(-6+10) = 8x y^4。
Solution 2: Write with common base 2. 4 = 2^2, 8 = 2^3. So (2^2)^(2x-1) = (2^3)^(x+3). Simplify: 2^(4x-2) = 2^(3x+9). Equate indices: 4x-2 = 3x+9, so x = 11.
解答 2:用公共底数 2 表示。4 = 2^2,8 = 2^3。所以 (2^2)^(2x-1) = (2^3)^(x+3)。化简:2^(4x-2) = 2^(3x+9)。指数相等:4x-2 = 3x+9,所以 x = 11。
Solution 3: First bracket: 3^6 x a^(-2) x b^3 = 729 a^(-2) b^3. Second bracket: a^(3/2) x b^(-1). Division: 729 a^(-2 – 3/2) x b^(3 – (-1)) = 729 a^(-7/2) x b^4. With positive indices: 729b^4 / a^(7/2).
解答 3:第一个括号:3^6 x a^(-2) x b^3 = 729 a^(-2) b^3。第二个括号:a^(3/2) x b^(-1)。相除:729 a^(-2 – 3/2) x b^(3 – (-1)) = 729 a^(-7/2) x b^4。用正指数表示:729b^4 / a^(7/2)。
Solution 4: (16/81)^(-3/4) = (81/16)^(3/4) (reciprocal). Now 81^(1/4) = 3, 16^(1/4) = 2. So (81/16)^(3/4) = (3/2)^3 = 27/8.
解答 4:(16/81)^(-3/4) = (81/16)^(3/4)(取倒数)。现在 81^(1/4) = 3,16^(1/4) = 2。所以 (81/16)^(3/4) = (3/2)^3 = 27/8。
Solution 5: Express all in base 3. 9^(x+1) = 3^(2(x+1)) = 3^(2x+2). 27^(x-2) = 3^(3(x-2)) = 3^(3x-6). So LHS = 3^x x 3^(2x+2) = 3^(3x+2). Equating: 3^(3x+2) = 3^(3x-6), so 3x+2 = 3x-6, which gives 2 = -6 – impossible! Wait, let me re-check. 3^x x 3^(2x+2) = 3^(x+2x+2) = 3^(3x+2). And 27^(x-2) = 3^(3x-6). So 3x+2 = 3x-6, giving 2 = -6. This means the equation has no solution. Alternatively, re-check: 3^x x 9^(x+1) = 3^x x (3^2)^(x+1) = 3^x x 3^(2x+2) = 3^(3x+2). RHS: 27^(x-2) = 3^(3x-6). So 3^(3x+2) = 3^(3x-6) implies 3x+2 = 3x-6 implies 2 = -6. No solution.
解答 5:全部用底数 3 表示。9^(x+1) = 3^(2(x+1)) = 3^(2x+2)。27^(x-2) = 3^(3(x-2)) = 3^(3x-6)。所以左边 = 3^x x 3^(2x+2) = 3^(3x+2)。等式成立:3^(3x+2) = 3^(3x-6),所以 3x+2 = 3x-6,得出 2 = -6 – 不可能!重新检查:3^x x 3^(2x+2) = 3^(x+2x+2) = 3^(3x+2)。右边:27^(x-2) = 3^(3x-6)。所以 3^(3x+2) = 3^(3x-6) 推出 3x+2 = 3x-6 推出 2 = -6。无解。
Solution 6: (x^2 y^(-3))^(1/2) = x^1 y^(-3/2). (x^(-1) y^6)^(1/3) = x^(-1/3) y^2. Multiply: x^(1 – 1/3) x y^(-3/2 + 2) = x^(2/3) y^(1/2). Both indices are positive.
解答 6:(x^2 y^(-3))^(1/2) = x^1 y^(-3/2)。(x^(-1) y^6)^(1/3) = x^(-1/3) y^2。相乘:x^(1 – 1/3) x y^(-3/2 + 2) = x^(2/3) y^(1/2)。两个指数都是正数。
Summary | 总结
Index laws are the foundation upon which much of A-Level algebra, calculus, and equation-solving is built. The seven laws – multiplication, division, power of a power, zero index, negative index, fractional index, and power of a product/quotient – cover every manipulation you need. The key to mastery is practice: work through the exercises, understand why each law works rather than just memorising, and always check your answers. Remember that index laws work for all real numbers as exponents, not just integers, and that writing expressions in index form is your first step before differentiating, integrating, or solving exponential equations.
指数定律是 A-Level 代数、微积分和方程求解的基础。七大定律 – 乘法、除法、幂的幂、零指数、负指数、分数指数以及积的幂/商的幂 – 涵盖了你需要的所有运算。掌握的关键在于练习:完成练习题目,理解每条定律为什么有效而不仅仅是记忆,并始终检查你的答案。记住指数定律适用于所有实数作为指数,不仅仅是整数,并且在求导、积分或解指数方程之前,将表达式写成指数形式是你的第一步。
For Edexcel A-Level students, index laws appear in Pure Mathematics Paper 1 and Paper 2, often combined with logarithms, algebraic fractions, or calculus questions. A solid grasp of this topic will serve you well throughout the course and in your final examinations.
对于 Edexcel A-Level 学生来说,指数定律出现在纯数学试卷 1 和试卷 2 中,通常与对数、代数分式或微积分题目结合考查。扎实掌握这个主题将在整个课程和最终考试中为你带来优势。