📚 PDF资源导航

IB Mathematics: Definition and Properties of Exponents | IB数学:指数的定义与性质

📚 IB Mathematics: Definition and Properties of Exponents | IB数学:指数的定义与性质

Exponents, also known as powers or indices, are a fundamental concept in IB Mathematics. They appear in almost every topic, from algebra to calculus, and a solid understanding of their definition and properties is essential for success.

指数(也称为幂或次方)是IB数学中的一个基础概念。它几乎出现在所有主题中,从代数到微积分,深入理解其定义和性质对取得优异成绩至关重要。


1. Definition of an Exponent | 指数的定义

An exponent indicates how many times a number, called the base, is multiplied by itself. If \(n\) is a positive integer, then \(a^n = a \times a \times \cdots \times a\) (with \(n\) factors of \(a\)).

指数表示一个称为底数的数自乘的次数。若 \(n\) 是正整数,则 \(a^n = a \times a \times \cdots \times a\)(共有 \(n\) 个 \(a\) 相乘)。

For example, \(2^3 = 2 \times 2 \times 2 = 8\). The base is 2 and the exponent is 3.

例如,\(2^3 = 2 \times 2 \times 2 = 8\)。这里底数是2,指数是3。


2. The Zero Exponent | 零指数

Any nonzero base raised to the power of zero equals 1: \(a^0 = 1\) (where \(a \neq 0\)).

任何非零底数的零次幂都等于1:\(a^0 = 1\)(其中 \(a \neq 0\))。

This rule arises from the law of division: \(a^m \div a^m = a^{m-m} = a^0\), and since a number divided by itself is 1, \(a^0 = 1\).

这个规则来自除法法则:\(a^m \div a^m = a^{m-m} = a^0\),而一个数除以自身等于1,因此 \(a^0 = 1\)。

\(a^0 = 1, \quad a \neq 0\)


3. Negative Exponents | 负指数

A negative exponent represents the reciprocal of the corresponding positive power: \(a^{-n} = \frac{1}{a^n}\), where \(a \neq 0\).

负指数表示对应正指数的倒数:\(a^{-n} = \frac{1}{a^n}\),其中 \(a \neq 0\)。

For instance, \(2^{-3} = \frac{1}{2^3} = \frac{1}{8}\). This property is crucial when simplifying expressions and solving equations.

例如,\(2^{-3} = \frac{1}{2^3} = \frac{1}{8}\)。这个性质在化简表达式和求解方程时至关重要。

\(a^{-n} = \frac{1}{a^n}\)


4. Fractional Exponents | 分数指数

A fractional exponent indicates a root. Specifically, \(a^{1/n} = \sqrt[n]{a}\), and more generally \(a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m\), where \(n\) is a positive integer.

分数指数表示开方。特别地,\(a^{1/n} = \sqrt[n]{a}\),更一般地,\(a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m\),其中 \(n\) 是正整数。

For example, \(8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4\). This connects exponents with radicals and is tested frequently in IB exams.

例如,\(8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4\)。这将对指数与根号联系起来,也是IB考试中的常见考点。


5. Multiplication of Powers | 同底数幂相乘

When multiplying two powers with the same base, add their exponents: \(a^m \times a^n = a^{m+n}\).

当两个同底数的幂相乘时,指数相加:\(a^m \times a^n = a^{m+n}\)。

Example: \(x^2 \times x^5 = x^{2+5} = x^7\). This rule streamlines many algebraic manipulations.

示例:\(x^2 \times x^5 = x^{2+5} = x^7\)。这条规则能大大简化代数运算。


6. Division of Powers | 同底数幂相除

When dividing two powers with the same base, subtract the exponents: \(a^m \div a^n = a^{m-n}\) (where \(a \neq 0\)).

当两个同底数的幂相除时,指数相减:\(a^m \div a^n = a^{m-n}\)(其中 \(a \neq 0\))。

Example: \(y^6 \div y^2 = y^{6-2} = y^4\). Note that this rule is consistent with the zero and negative exponent definitions.

示例:\(y^6 \div y^2 = y^{6-2} = y^4\)。注意这条规则与零指数和负指数的定义保持一致。


7. Power of a Power | 幂的乘方

When raising a power to another power, multiply the exponents: \((a^m)^n = a^{m \times n}\).

当一个幂再乘方时,指数相乘:\((a^m)^n = a^{m \times n}\)。

Example: \((3^2)^4 = 3^{2 \times 4} = 3^8\). This rule is often used in combination with other exponent laws.

示例:\((3^2)^4 = 3^{2 \times 4} = 3^8\)。该规则常与其他指数法则联合使用。


8. Power of a Product | 积的乘方

The exponent distributes over multiplication: \((ab)^n = a^n b^n\).

指数可以分配到乘法上:\((ab)^n = a^n b^n\)。

Example: \((2x)^3 = 2^3 x^3 = 8x^3\). Be careful: this property applies only to multiplication, not addition or subtraction.

示例:\((2x)^3 = 2^3 x^3 = 8x^3\)。注意:此性质仅适用于乘法,不适用于加法或减法。


9. Power of a Quotient | 商的乘方

Similarly, the exponent distributes over division: \(\left( \frac{a}{b} \right)^n = \frac{a^n}{b^n}\), where \(b \neq 0\).

类似地,指数也可以分配到除法上:\(\left( \frac{a}{b} \right)^n = \frac{a^n}{b^n}\),其中 \(b \neq 0\)。

Example: \(\left( \frac{x}{y} \right)^4 = \frac{x^4}{y^4}\). This is essential when simplifying rational expressions.

示例:\(\left( \frac{x}{y} \right)^4 = \frac{x^4}{y^4}\)。这在化简分式表达式时必不可少。


10. Simplifying Expressions with Exponents | 指数表达式化简

Combining the properties above allows us to simplify complex exponential expressions. Always ensure final answers contain only positive exponents unless requested otherwise.

综合运用以上性质可以化简复杂的指数表达式。除非另有要求,最终答案中通常应只保留正指数。

Worked example / 例题:

Simplify / 化简: \(\frac{(2a^3 b^{-2})^2}{a^4 b^5}\)

\[
(2a^3 b^{-2})^2 = 4a^6 b^{-4}
\]

Then / 然后:

\[
\frac{4a^6 b^{-4}}{a^4 b^5} = 4a^{6-4} b^{-4-5} = 4a^2 b^{-9} = \frac{4a^2}{b^9}
\]

So the simplified form is \(\frac{4a^2}{b^9}\).

因此化简结果为 \(\frac{4a^2}{b^9}\)。


11. Common Mistakes and Tips | 常见错误与提示

Mistake 1: Applying the multiplication rule to different bases: \(a^m \times b^n \neq (ab)^{m+n}\). The bases must be the same.

错误1:对不同底数使用乘法法则:\(a^m \times b^n \neq (ab)^{m+n}\)。底数必须相同才能相加指数。

Mistake 2: Confusing \((a^m)^n\) with \(a^{m^n}\). The former equals \(a^{mn}\), while the latter means \(a^{(m^n)}\).

错误2:混淆 \((a^m)^n\) 与 \(a^{m^n}\)。前者等于 \(a^{mn}\),而后者表示 \(a^{(m^n)}\)。

Tip: Always write out each step when simplifying, and double-check whether exponents are positive or negative.

提示:化简时一步一步写清楚,并仔细检查指数的正负。


12. Summary Table of Exponent Properties | 指数性质总结表

Property / 性质 Rule / 规则 Example / 示例
Zero exponent / 零指数 \(a^0 = 1\) \(7^0 = 1\)
Negative exponent / 负指数 \(a^{-n} = \frac{1}{a^n}\) \(5^{-2} = \frac{1}{25}\)
Fractional exponent / 分数指数 \(a^{m/n} = \sqrt[n]{a^m}\) \(27^{2/3} = 9\)
Multiplication / 乘法 \(a^m a^n = a^{m+n}\) \(x^3 x^4 = x^7\)
Division / 除法 \(a^m \div a^n = a^{m-n}\) \(y^7 \div y^2 = y^5\)
Power of a power / 幂的乘方 \((a^m)^n = a^{mn}\) \((2^3)^2 = 64\)
Product power / 积的乘方 \((ab)^n = a^n b^n\) \((2x)^3 = 8x^3\)
Quotient power / 商的乘方 \(\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}\) \(\left(\frac{x}{2}\right)^4 = \frac{x^4}{16}\)

Mastering these fundamental definitions and properties will build a strong foundation for more advanced topics such as exponential functions, logarithms, and calculus.

掌握这些基本定义和性质,将为学习指数函数、对数以及微积分等进阶主题打下坚实基础。

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