exp and log functions
2210 fall 2002 Exponential and log functions
Exponential functions, even simple ones like 10^x, or 2^x, are relatively difficult to describe and to calculate because they involve taking high roots of integers, and we do not know much even about computing square roots, much less cube roots or fifth roots, or 29th roots, etc. Let's review the "standard" description of exponential functions, and then see the additional problems involved in trying to compute their derivatives. Let's start with an easy base like 2.
Positive Integer exponents
We want to define 2^x for all real numbers as a continuous function. We start by saying that 2^1 = 2, and 2^n = a product of n factors of 2, for any positive integer n. I.e. 2^2 = 2(2), 2^3 = 2(2)(2), 2^4 = 2(2)(2)(2), and so on.
Negative integer exponents
But what next? How do we define negative powers of 2? or 2^0? Notice a very important property of the exponential function, it satisfies 2^(n+m) = 2^n2^m for all positive integers n,m. I.e. to get a product of n+m factors of 2, just multiply a product with n factors by a product with m factors. Altogether, there will be n+m factors of 2. This is such a useful property that we would like it to continue to hold for all values of the exponential function. But that demand, limits how we can define the exponential function very much. I.e. if we want to have 2^m = 2^(0+m) = 2^02^m, then we must have 2^0 = 1. And then if we want to have 1 = 2^0 = 2^(n+(-n)) = 2^n2^-n, then we must have 2^-n = 1/2^n. Thus we have no choice about how to define negative and zero powers of 2.
Fractional exponents
What about rational powers? If we want to have 2 = 2^1 =
2^(1/2 + 1/2) = (2^1/2)(2^1/2), then (2^1/2) must be a number which gives 2 when multiplied by itself, i.e. we must have (2^1/2) = sqrt(2). Similarly, we must have 2^1/3 = cuberoot(2), and 2^1/n = nth root(2). For 2^m/n we must have 2^m/n = 2^(1/n + 1/n +...+1/n) (m terms) = (2^1/n)(2^1/n)(...)(2^1/n) (m factors) = [nth root(2)]^m = nth root(2^m).
As before than we must have 2^-n/m = (1/2)^n/m = 1/[m^th root(2^n)]. Thus we are forced in our definition of every rational power of 2, just by the definition for positive integer powers, plus the basic law 2^(x+y) = 2^x 2^y. This completely determines the exponential function on all rational numbers.
Irrational exponents and continuity
Then what about irrational numbers? This extension uses continuity, and a complete proof would take more care and time than we wish to devote to it. But we can state it easily as follows. Note that 2^x is an increasing function on rational numbers, since for every positive n and m, 2^m/n = nth root(2^m) is greater than one. Hence for any rational numbers r < s, we have s-r a positive rational number, so 2^s = 2^(r+(s-r)) = 2^r 2^s-r where 2^s-r is greater than 1. Since we get 2^s from 2^r by multiplying 2^r by a number greater than 1, 2^s > 2^r, i.e. 2^x is an increasing function. Then we extend it to irrational values just by keeping it increasing. I.e. define for any irrational number x, 2^x to be the smallest real number not smaller than 2^r for any rational number r < x. Put another way, choose an infinite decimal expansion for x. Then for each n, taking an approximation by only using the first n digits, gives us a sequence of approximations to x from below, by rational numbers. If we exponentiate each of these rational numbers, we get a bounded increasing sequence of real numbers which therefore have a limit, and we call this limit 2^x.
One can prove with some work, that with this definition, 2^x is a continuous increasing function, defined for all real numbers, and that it still satisfies the relation 2^(x+y) = 2^x 2^y for all real numbers x,y. If we use a base less than 1, say (1/2)^x, all the same things are true except our function is decreasing.