Indices and Powers | 指数与幂运算

📚 Indices and Powers | 指数与幂运算

Indices (also called powers or exponents) are a fundamental concept in IGCSE Mathematics. They allow us to express repeated multiplication in a compact form and are essential for solving equations, simplifying expressions, and understanding scientific notation. This article covers all the key rules, properties, and applications of indices that you need for your exams.

指数(也称为幂或乘方)是 IGCSE 数学中的一个基础概念。它让我们能够以简洁的形式表达重复乘法,并在解方程、化简表达式以及理解科学计数法方面至关重要。本文将涵盖你在考试中需要掌握的指数的所有关键规则、性质和应用。


1. What Are Indices? | 什么是指数?

An index (plural: indices) tells us how many times a number (the base) is multiplied by itself. For example, in the expression \( 2^5 \), the base is 2 and the index is 5, meaning \( 2 \times 2 \times 2 \times 2 \times 2 = 32 \). The base can be any real number, and the index can be positive, negative, zero, or even a fraction.

指数告诉我们一个数(底数)乘以自身的次数。例如,在表达式 \( 2^5 \) 中,底数是 2,指数是 5,表示 \( 2 \times 2 \times 2 \times 2 \times 2 = 32 \)。底数可以是任何实数,指数可以是正数、负数、零,甚至是分数。

aⁿ = a × a × a × … × a (n times)

For example:

例如:

  • 3⁴ = 3 × 3 × 3 × 3 = 81
  • 10³ = 10 × 10 × 10 = 1000
  • 5² = 5 × 5 = 25

2. The First Law: Multiplication | 乘法法则

When multiplying two powers with the same base, we add the indices. For instance, \( a^m \times a^n = a^{m+n} \). This works because \( a^m \) means m factors of a, and \( a^n \) means n factors of a; multiplying them together gives m + n factors in total.

当两个同底数的幂相乘时,我们将指数相加。例如,\( a^m \times a^n = a^{m+n} \)。这是因为 \( a^m \) 表示 m 个 a 相乘,\( a^n \) 表示 n 个 a 相乘,将它们相乘后总共得到 m + n 个因子。

aᵐ × aⁿ = aᵐ⁺ⁿ

Worked Example:

例题:

2³ × 2⁴ = 2³⁺⁴ = 2⁷ = 128

Similarly, with algebraic bases:

对于代数底数同样适用:

x⁴ × x⁶ = x⁴⁺⁶ = x¹⁰


3. The Second Law: Division | 除法法则

When dividing two powers with the same base, we subtract the indices: \( a^m \div a^n = a^{m-n} \). This rule follows from the cancellation of common factors in the numerator and denominator.

当两个同底数的幂相除时,我们将指数相减:\( a^m \div a^n = a^{m-n} \)。此法则源于分子和分母中公因数的约分。

aᵐ ÷ aⁿ = aᵐ⁻ⁿ

Worked Example:

例题:

5⁶ ÷ 5² = 5⁶⁻² = 5⁴ = 625

With algebraic bases:

对于代数底数:

y⁸ ÷ y³ = y⁸⁻³ = y⁵

Note that the base must not be zero, as division by zero is undefined.

注意底数不能为零,因为除以零是没有意义的。


4. The Third Law: Power of a Power | 幂的乘方法则

When a power is raised to another power, we multiply the indices: \( (a^m)^n = a^{m \times n} \). For example, \( (x²)³ \) means \( x² \times x² \times x² = x^{2+2+2} = x⁶ \), which equals \( x^{2 \times 3} \).

当一个幂再被乘方时,我们将指数相乘:\( (a^m)^n = a^{m \times n} \)。例如,\( (x²)³ \) 表示 \( x² \times x² \times x² = x^{2+2+2} = x⁶ \),即 \( x^{2 \times 3} \)。

(aᵐ)ⁿ = aᵐⁿ

Worked Example:

例题:

(3²)⁴ = 3²ˣ⁴ = 3⁸ = 6561

This rule is especially useful when simplifying nested expressions.

这条法则在化简嵌套表达式时特别有用。


5. The Zero Index | 零次幂

Any non-zero number raised to the power of zero equals 1. This follows from the division law: \( a^m \div a^m = a^{m-m} = a⁰ \), and since any number divided by itself is 1, we conclude \( a⁰ = 1 \).

任何非零数的零次幂都等于 1。这是由除法法则得出的:\( a^m \div a^m = a^{m-m} = a⁰ \),而任何数除以它本身等于 1,所以 \( a⁰ = 1 \)。

a⁰ = 1 (a ≠ 0)

Examples:

例如:

  • 7⁰ = 1
  • (−5)⁰ = 1
  • x⁰ = 1 (where x ≠ 0)

Be careful: the expression 0⁰ is undefined in mathematics.

请注意:数学中 0⁰ 是未定义的。


6. Negative Indices | 负指数

A negative index represents the reciprocal of the corresponding positive power: \( a^{-n} = \frac{1}{a^n} \). This rule allows us to express division in a compact form.

负指数表示相应正幂的倒数:\( a^{-n} = \frac{1}{a^n} \)。这条法则让我们能够以紧凑的形式表达除法。

a⁻ⁿ = 1 / aⁿ (a ≠ 0)

Worked Examples:

例题:

  • 2⁻³ = 1 / 2³ = 1/8 = 0.125
  • 10⁻² = 1 / 10² = 1/100 = 0.01
  • x⁻⁵ = 1 / x⁵

Often, you will be asked to express answers with positive indices. Remember to convert negative powers into fractions in your final answer.

通常,你会被要求用正指数来表达答案。记住在最终答案中将负幂转换为分数形式。


7. Fractional Indices | 分数指数

Fractional indices indicate roots. Specifically, \( a^{1/n} = \sqrt[n]{a} \), and more generally, \( a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m \). For example, \( 9^{1/2} = \sqrt{9} = 3 \) and \( 8^{2/3} = (\sqrt[3]{8})² = 2² = 4 \).

分数指数表示开方。具体来说,\( a^{1/n} = \sqrt[n]{a} \),更一般地,\( a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m \)。例如,\( 9^{1/2} = \sqrt{9} = 3 \),\( 8^{2/3} = (\sqrt[3]{8})² = 2² = 4 \)。

aᵐ/ⁿ = ⁿ√(aᵐ)

Key examples:

关键示例:

Expression Meaning Value
25¹ᐟ² √25 5
27¹ᐟ³ ∛27 3
16³ᐟ⁴ (⁴√16)³ 2³ = 8

8. Combined Operations on Indices | 指数的综合运算

In IGCSE examinations, you will frequently encounter expressions that require you to apply multiple index laws at once. The key is to identify the base of each term and apply the appropriate rules step by step.

在 IGCSE 考试中,你经常会遇到需要同时运用多条指数法则的表达式。关键在于识别每一项的底数,然后逐步应用相应的法则。

Worked Example: Simplify \( \frac{2x³ \times (3x²)²}{6x⁴} \)

例题:化简 \( \frac{2x³ \times (3x²)²}{6x⁴} \)

Step 1: Expand the numerator:

第一步:展开分子:

2x³ × 9x⁴ = 18x³⁺⁴ = 18x⁷

Step 2: Divide by the denominator:

第二步:除以分母:

18x⁷ ÷ 6x⁴ = 3x⁷⁻⁴ = 3x³

Final answer: \( 3x³ \).

最终答案:\( 3x³ \)。


9. Scientific Notation | 科学计数法

Scientific notation (also called standard form) expresses numbers as a product of a number between 1 and 10 and a power of 10. This system is essential in science and engineering for representing very large or very small quantities.

科学计数法(也称为标准形式)将一个数表示为 1 到 10 之间的数乘以 10 的幂的乘积。这一体系在科学和工程领域中表示非常大或非常小的量时至关重要。

A × 10ⁿ where 1 ≤ A < 10

Examples:

示例:

  • The speed of light: \( 3 \times 10⁸ \) m/s
  • 光速:\( 3 \times 10⁸ \) 米/秒
  • Mass of an electron: \( 9.11 \times 10⁻³¹ \) kg
  • 电子质量:\( 9.11 \times 10⁻³¹ \) 千克
  • Distance to the Sun: \( 1.5 \times 10¹¹ \) m
  • 到太阳的距离:\( 1.5 \times 10¹¹ \) 米

To convert a number into scientific notation, move the decimal point until there is exactly one non-zero digit to its left, then multiply by the appropriate power of 10.

要将一个数转换为科学计数法,移动小数点直到其左边正好有一位非零数字,然后乘以相应的 10 的幂。


10. Laws of Indices: Summary Table | 指数法则汇总表

Here is a comprehensive summary of the index laws you must memorize for your IGCSE examination.

以下是你必须为 IGCSE 考试记住的指数法则的全面汇总。

Rule Law Example
Multiplication aᵐ × aⁿ = aᵐ⁺ⁿ 2³ × 2² = 2⁵
Division aᵐ ÷ aⁿ = aᵐ⁻ⁿ 5⁶ ÷ 5² = 5⁴
Power of a power (aᵐ)ⁿ = aᵐⁿ (3²)⁴ = 3⁸
Zero index a⁰ = 1 7⁰ = 1
Negative index a⁻ⁿ = 1/aⁿ 2⁻³ = 1/8
Fractional index a¹ᐟⁿ = ⁿ√a 27¹ᐟ³ = 3

11. Common Mistakes to Avoid | 常见错误与注意事项

Students often make the following errors when working with indices. Being aware of these pitfalls will help you avoid losing marks in the examination.

学生在处理指数时经常犯以下错误。了解这些陷阱将帮助你在考试中避免失分。

Mistake 1: Treating different bases as the same. For example, \( 2³ \times 3² \) cannot be simplified using the multiplication law because the bases (2 and 3) are different.

错误一:将不同的底数当作相同底数。例如,\( 2³ \times 3² \) 不能使用乘法法则化简,因为底数(2 和 3)不同。

Mistake 2: Confusing \( (a+b)² \) with \( a² + b² \). The correct expansion is \( (a+b)² = a² + 2ab + b² \).

错误二:混淆 \( (a+b)² \) 与 \( a² + b² \)。正确的展开是 \( (a+b)² = a² + 2ab + b² \)。

Mistake 3: Applying the multiplication law to x² × y². These have different bases, so we cannot combine them — the correct result is x²y².

错误三:将乘法法则应用于 x² × y²。它们的底数不同,不能合并,正确结果是 x²y²。

Mistake 4: Forgetting that a negative index gives a reciprocal, not a negative number. For instance, 2⁻³ = 1/8, not −8.

错误四:忘记负指数给出的是倒数,而不是负数。例如,2⁻³ = 1/8,而不是 −8。


12. Solving Exponential Equations | 解指数方程

An exponential equation is one in which the unknown appears in the index. The simplest type can be solved by expressing both sides with the same base.

指数方程是未知数出现在指数中的方程。最简单的类型可以通过将两边化为同底数来解决。

Worked Example 1: Solve \( 2^x = 32 \).

例题 1:解 \( 2^x = 32 \)。

Since \( 32 = 2⁵ \), we have \( 2^x = 2⁵ \), hence \( x = 5 \).

由于 \( 32 = 2⁵ \),因此 \( 2^x = 2⁵ \),所以 \( x = 5 \)。

Worked Example 2: Solve \( 3^{2x+1} = 27 \).

例题 2:解 \( 3^{2x+1} = 27 \)。

Since \( 27 = 3³ \), we have \( 3^{2x+1} = 3³ \), so \( 2x + 1 = 3 \), giving \( 2x = 2 \), hence \( x = 1 \).

由于 \( 27 = 3³ \),因此 \( 3^{2x+1} = 3³ \),所以 \( 2x + 1 = 3 \),即 \( 2x = 2 \),因此 \( x = 1 \)。

Worked Example 3 (with fractional answers): Solve \( 4^x = 8 \).

例题 3(带分数答案):解 \( 4^x = 8 \)。

Write both sides with base 2: \( 4^x = (2²)^x = 2^{2x} \) and \( 8 = 2³ \). Therefore \( 2^{2x} = 2³ \), so \( 2x = 3 \), giving \( x = 3/2 \).

将两边写成以 2 为底:\( 4^x = (2²)^x = 2^{2x} \),\( 8 = 2³ \)。因此 \( 2^{2x} = 2³ \),所以 \( 2x = 3 \),即 \( x = 3/2 \)。


In conclusion, mastering the laws of indices is essential for achieving top marks in IGCSE Mathematics. Practice applying these rules to a variety of expressions, from simple numerical calculations to complex algebraic simplifications and exponential equations.

总而言之,掌握指数法则对于在 IGCSE 数学中取得高分至关重要。练习将这些法则应用于各种表达式,从简单的数值计算到复杂的代数化简和指数方程。

Remember: check your base before applying any rule, and always express your final answer with positive indices where appropriate.

记住:在应用任何法则之前先检查底数,并且在适当的情况下始终用正指数表达最终答案。

Published by TutorHao | IGCSE 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