next up previous
Next: Solutions Up: Exponents and Logarithms (C) Previous: Exponents and Logarithms (C)

Exponents

If b is a complex number and n > 1 is an integer, the symbol

bn

represents the product of n factors of b. Thus

\begin{displaymath}
\begin{array}
{rcl}
3^3 & = & 27\ (1/2)^4 & = & 1/16\ (-3)^5 & = & -243\end{array}\end{displaymath}

The number b is called the base of bn and the number n is called the exponent of the expression, or the power of b, or the logarithm of bn in the base b if b > 0.

We if $b \neq 0$ we DEFINE

b0 = 1

as it would be nonsensical to speak of zero factors, and for any complex number, we DEFINE

b1 = b

since it would be nonsensical to speak of the product of a single factor.

If n is a negative integer and $b \neq 0$ is a complex number we DEFINE

\begin{displaymath}
b^{n} = \frac{1}{b^{-n}} = \frac{1}{b^{\vert n\vert}}\end{displaymath}

since it would make no sense to speak of a product of a negative number of factors. For example,

\begin{displaymath}
(1+i)^{-1} = \frac{1}{1+i} = \frac{1}{2} - \frac{1}{2}i.\end{displaymath}

It is straightforward to check that if $a\neq 0$, $b \neq 0$ and m and n are any integers then

anbn = (ab)n,

\begin{displaymath}
b^n\times b^m = b^{m+n},\end{displaymath}

\begin{displaymath}
\frac{b^n}{b^m} = b^{n-m},\end{displaymath}

and

\begin{displaymath}
\left(b^n\right)^m = b^{nm}.\end{displaymath}

For example,

(2+i)3(2-i)3 = 53,

\begin{displaymath}
(9+7i)^3\times (9+7i)^{-4} = (9+7i)^{-1} = \frac{1}{9+7i} = \frac{9}{130}
-\frac{7}{130} i,\end{displaymath}

\begin{displaymath}
\frac{10^5}{10^{-2}} = 10^7\end{displaymath}

and

(23)2 = 64 = 26.

We now restrict our attention to positive bases. If d is a positive integer and b > 0 we define

b1/d

to be the POSITIVE solution to the equation xd = b. For example,

81/3 = 2

since 23 = 8 and 2 > 0.

Finally if n and d are integers and d > 0 then we define

\begin{displaymath}
b^{n/d} = \left(b^{1/d}\right)^n.\end{displaymath}

We have, then, for all b > 0 and all rational numbers r defined the symbol br. It can be checked in a straightforward matter that

arbr = (ab)r,

\begin{displaymath}
b^r\times b^s = b^{r+s},\end{displaymath}

\begin{displaymath}
\frac{b^r}{b^s} = b^{r-s}\end{displaymath}

and

\begin{displaymath}
\left(b^r\right)^s = b^{rs},\end{displaymath}

for any pair of rational numbers r and s, and any a > 0 and b > 0.

It should be noted that for some rational numbers r it is possible to extend the definition of br to negative bases. We shall not consider that here, and in the case of reciprocals of positive integers, that is 1/d, we suggest the notation $\sqrt[d]{b}$ to refer to solutions to xd = b when $b \leq 0$ provided such solutions exist.

Exercises

1.
Write each expression in the form br:
(a)
61/363/5
(b)
(1/3)6(3/2)6
(c)
61/36-3/5
(d)
$\left(6^{1/3}\right)^{-3/5}$
(e)
$\displaystyle{\frac{7^{-3/5}}{7^{-4/9}}}$
(f)
31/351/3
2.
Combine exponents where possible.
(a)
(a2b3)5.
(b)
(a2b-1)3(a2 + b3).
(c)
$\displaystyle{\frac{(x^3y^2z^{-3})^2}{(xy^2z^3)^2}}$.
(d)
$\displaystyle{\frac{(x^{1/3}y^2z^{-3})^2}{(xy^{-1/2}z^3)^2}}$.
(e)
$\displaystyle{\frac{(x^{-1}y^2z^{-1/3})^5}{(x^{-1}y^2z^3)^{1/7}}}$.


 
next up previous
Next: Solutions Up: Exponents and Logarithms (C) Previous: Exponents and Logarithms (C)
Eric S Key
5/8/2001