
We handle fractional powers in two stages. We begin by defining b
m
where m is a reciprocal
such as
1
/
2
or
1
/
8
and then consider more general fractions such as
3
/
4
or
3
/
8
later. Assuming that
n is a positive whole number, we define
By this we mean that b
1/n
is a number which, when raised to the power n, produces b. In sym-
bols, if c = b
1/n
then c
n
= b. Using this definition,
9
1/2
= square root of 9 = 3 (because 3
2
= 9)
8
1/3
= cube root of 8 = 2 (because 2
3
= 8)
625
1/4
= fourth root of 625 = 5 (because 5
4
= 625)
Of course, the nth root of a number may not exist. There is no number c satisfying c
2
=−4,
for example, and so (−4)
1/2
is not defined. It is also possible for some numbers to have more
than one nth root. For example, there are two values of c which satisfy c
4
= 16, namely c = 2 and
c =−2. In these circumstances it is standard practice to take the positive root, so 16
1/4
= 2.
We now turn our attention to the case of b
m
, where m is a general fraction of the form p/q
for some whole numbers p and q. What interpretation are we going to put on a number such
as 16
3/4
? To be consistent with our previous definitions, the numerator, 3, can be thought of as
an instruction for us to raise 16 to the power of 3, and the denominator tells us to take the
fourth root. In fact, it is immaterial in which order these two operations are carried out. If we
begin by cubing 16 we get
16
3
= 16 × 16 × 16 = 4096
and taking the fourth root of this gives
16
3/4
= (4096)
1/4
= 8 (because 8
4
= 4096)
On the other hand, taking the fourth root first gives
16
1/4
= 2 (because 2
4
= 16)
and cubing this gives
16
3/4
= 2
3
= 8
which is the same answer as before. We therefore see that
(16
3
)
1/4
= (16
1/4
)
3
This result holds for any base b and fraction p/q (provided that q is positive), so we define
b
p/q
= (b
p
)
1/q
= (b
1/q
)
p
b
1/n
= nth root of b
Non-linear Equations
144
Practice Problem
1 (1) Without using a calculator evaluate
(a)
10
2
(b) 10
1
(c) 10
0
(d) 10
−1
(e) 10
−2
(f) (−1)
100
(g) (−1)
99
(h) 7
−3
(i) (−9)
2
(j) (72 101)
1
(k) (2.718)
0
(2) Confirm your answer to part (1) using a calculator.
MFE_C02c.qxd 16/12/2005 11:00 Page 144