skip navigation
University of Strathclyde Crest Exponentials & Logarithms- Powers & Roots
back forward

Introduction to Powers and Roots

In an expression of the form xa, the name given to a is the index, or power, or exponent. For any number x and a positive integer n, we define xn in terms of multiplication by:

xn = x × x × x × x × ... × x (where there are n factors)

i.e. xn is the product of n x's.

For example

x2 = x × x

x5 = x × x × x × x × x

x3 = x(x2)

For x != 0 we can define negative integer powers by the reciprocal of xn, that is

x-n = 1 / xn

For example

x-2 = 1 / x2

x-5 = 1 / x5

Finally, for x != 0, we define

x0 = 1

so that we have defined xa for any integer value of a.

What about fractional powers?

First we define the n-th roots of any number x member of R.

If two non-zero numbers x and y are related by:

y^n = x where n is a member of N

Then y is called an n-th root of x and we write:

y = x^(1/n)

i.e.

y = x^(1/n) is equivalent to y^n = x (n is a member of N)

Examples

2 = 81/3 because 23 = 8
3 = 91/2 because 32 = 9
-3 = 91/2 because (-3)2 = 9
(-1/2)^3 = -1/8 because -1/2 = (-1/8)^(1/3)

Remarks

1. For every positive number x, there is a unique positive n-th root for all n member of N. The notation nth root of x is used to denote this unique positive n-th root (but note that: x^(1/n) will almost always be interpreted as this unique positive n-th root).

In particular, for x > 0, root x always means the unique positive square root of x; the other (negative) square root is - root x.

e.g.

4^(1/2) = 2, -(4^(1/2)) = -2

2. For every positive number x, there are two n-th roots for all even n member of N

e.g.

16^(1/4) = ±4; (4 = 4th root 16, -4 = -[4th root 16])

But again, in calculation, 161/4 will almost always be interpreted as the positive value +4.

3. For every negative number x < 0, there is a unique negative n-th root if n is odd and no real n-th root if n is even.

e.g.

81/3 = 2

(-4)1/3 does not exist in the set of real numbers R.

4. Note the last comment "in the set of real numbers". When you study complex numbers you will discover that the situation regarding n-th roots is much simpler! In the complex number system every non-zero number has n distinct n-th roots for all positive integers n.

Now we can define the fractional powers of a number, xa, where a is a fraction. Firstly, for any fraction p/q written in its lowest terms: p is any integer q is a member of N, q is any positive integer p is a member of Z and p and q have no common factors (this last point is important):

y = xp/q is equivalent to yq = xp is equivalent to y = (xp)1/q

yp/q = (xp)1/q = (x1/q)p

The expression on the right is often easier to calculate, especially if qth root x is an integer.

Whether xp/q exists at all, or is unique, or is two-valued, depends on x, p and q. Remember, p and q should have no common factors and in particular should not both be even.

Examples

1.

82/3 = (82)1/3 = 641/3 = 4

or

82/3 = (81/3)2 = 22 = 4

2.

(-32)-3/5 = ((-32)1/5)-3 = (-2)-3 = -1/8

3.

163/4 = (161/4)3 = (±2)3 = ±8

4.

(-8)4/3 = ((-8)1/3)4 = (-2)4 = 16

5.

(-16)3/4 = ((-16)1/4)3 does not exist.

N.B. For x > 0, xp/q is almost always interpreted as the positive value

qth root of x^p = (qth root of x)^p

even when strictly it is two-valued (i.e. when p is odd and q is even). That is, in Example 3 above, +8 will almost always be taken as the value of 163/4.

The fact that p and q have no common factors is particularly important to ensure, for example, that

(-8)1/3 = -2

is properly defined as -2. Otherwise we could have:

-2 = (-8)1/3 = (-8)2/6 = ((-8)2)1/6 = 641/6 = ±2

and often 641/6 will be interpreted as +2. This erroneous answer is introduced by writing the power 1/3 as 2/6.

Thus we have defined xa, where a can be any rational number, that is a number that can be written as a ratio p/q. Extending this to irrational powers such as x^(root 2) is intuitively reasonable - your calculator will give you the answer - but it is theoretically difficult. Remember, irrational numbers cannot be written in the form of a ratio, so try to decide for yourself what x^(root 2) really means.

Rules of Indices

The following rules for indices should be familiar to you and must be memorised:

1 xaxb = xa+b e.g. x2x3 = x5
2 x^a / x^b = x^[a-b] e.g.  x^2 / x^3  = x^[-1]
3 (xa)b = xab e.g. (x2)3 = x6
4 (xy)a = xaya e.g. 27^[1/2] = 9^[1/2] × 3^[1/2] = 3 × 3^[1/2]
5. For x != 0, x^0 = 1

(a definition)

 

These rules hold whenever both sides of the equality are defined, but note, using 4. with a = b = -1, we get

11/2 = ((-1)(-1))1/2 = (-1)1/2(-1)1/2

and we are not able to interpret (-1)1/2 until we study complex numbers.

Exercise 19 Indices

 back forward