A. Base and Index (Exponent):
When a number is multiplied by itself repeatedly, it can be written compactly using exponential notation:
$$a^n = \underbrace{a \times a \times a \times \dots \times a}_{n \text{ factors}}$$- $a$ is called the Base.
- $n$ is called the Exponent, Index, or Power.
- Read as "$a$ raised to the power $n$". ($a^2$ is "$a$ squared", $a^3$ is "$a$ cubed").
B. Rules for Negative Bases:
- $(-1)^{\text{even integer}} = +1$ (e.g., $(-1)^4 = (-1) \times (-1) \times (-1) \times (-1) = +1$).
- $(-1)^{\text{odd integer}} = -1$ (e.g., $(-1)^5 = -1$).
- $(-a)^n = +a^n$ if $n$ is even; $(-a)^n = -a^n$ if $n$ is odd.