A compact method of writing `5*5*5*5` is `5^4`. The expression `5^4` is written in exponential notation. Similarly, we can write
Exponential notation can be used to express the product of any expression that is used repeatedly as a factor.
| Definition of Natural Number Exponents |
| If `b` is any real number and `n` is any natural number, then In the expression `b^n`, `b` is the base, `n` is the exponent, and `b^n` is the `n`th power of `b` |
For instance,
| Definition of `b^0` |
| For any nonzero real number `b`, `b^0=1`. |
Any nonzero real number raised to the zero power equals 1. For example,
| Definition of `b^(-n)` |
| If `b!=0` and `n` is any natural number, then `b^(-n)=1/(b^n)` and `1/(b^(-n))=b^n` |
Here are some examples of this definition.
| Restriction Agreement |
| The expressions `0^0`, `0^n` where `n` is a negative integer, and `x/0` are all undefined expressions. Therefore, all values of variables in this text are restricted to avoid any one of these expressions. |
For instance, in the following expression
| Properties of Exponents |
| If `m`, `n`, and `p` are integers and `a` and `b` are real numbers, then |
| Product `\ \ \ \ \ \ \ \ \ \ b^m*b^n=b^(m+n)` |
| Quotient `\ \ \ \ \ \ \ \ \ \ (b^m)/(b^n)=b^(m-n)`, `\ \ \ \ \ b!=0` |
| Power `\ \ \ \ \ \ \ \ \ \ (b^m)^n=b^(mn) \ \ \ \ \ (a^mb^n)^p=a^(mp)b^(np) \ \ \ \ \ ((a^m)/(b^n))^p=(a^(mp))/(b^(np))`, `\ \ \ \ \ b!=0` |
To simplify an expression involving exponents, write the expression in a form in which each base appears at most once and no powers of powers or negative exponents appear.
| Simplify. | |
| a. `((2abc^2)/(5a^2b))^3` | b. `(x^ny^(2n))/(x^(n-1)y^n)` |