Lebombo said:
I watched a video that seemed to point out that the significance of expressing the definition with f'(0) is simply to show that the derivative of a^{x}, which is a^{x}(f'(0)) always contains a multiple of itself. Would there be any other reason besides pointing out that fact for proving and defining the derivative of the exponential function this way: \frac{d}{dx}a^{x}=a^{x}(f'(0)) rather than this way: \frac{d}{dx}a^{x}=a^{x}lna? The latter way seems more straight forward, so what other point might there be for substituting and defining with f'(0)?
That's a good question. I can't say for sure what point the video was making, but note that the proof that ##\frac{d}{dx}a^x = a^x f'(0)## did not explicitly require us to know anything about logarithms, nor indeed very much about exponential functions. The only facts that it made use of are that ##f## is differentiable and that it satisfies the following properties: ##f(x+h) = f(x)f(h)## for all ##x## and ##h##, and ##f(0) = 1##. If these conditions are satisfied, then ##f'(x) = f(x)f'(0)##. If we further assume that ##f'(0) = 1##, then ##f## it its own derivative: ##f'(x) = f(x)##.
Indeed, we may use that last fact as a starting point to
define the exponential function. Let us assume that ##f## is a differentiable function satisfying ##f'(x) = f(x)## and ##f(0) = 1##. Then by the product rule,
$$\frac{d}{dx}(f(x)f(-x)) = f'(x)f(-x) - f(x)f'(-x) = f(x)f(-x) - f(x)f(-x) = 0$$
so ##f(x)f(-x)## equals some constant for all ##x##. Plugging in ##x = 0##, we see that this constant must be ##f(0)f(-0) = f(0)f(0) = 1##. So ##f(x)f(-x) = 1## for all ##x##. This shows that ##f(x)## is never zero for any ##x##, and also that ##f(-x) = 1/f(x)##.
Now suppose we have a second function ##g## satisfying the same conditions: ##g'(x) = g(x)## and ##g(0) = 1##. Then ##g## is also never zero, so we may form the quotient ##f(x)/g(x)##, and we may differentiate it using the quotient rule:
$$\frac{d}{dx} \frac{f(x)}{g(x)} = \frac{g(x)f'(x) - f(x)g'(x)}{g^2(x)} = \frac{g(x)f(x) - f(x)g(x)}{g^2(x)} = 0$$
Therefore ##f(x)/g(x)## is constant, and once again plugging in ##x = 0##, we find that the constant must equal ##f(0)/g(0) = 1/1 = 1##, which means ##f(x) = g(x)## for all ##x##. This shows that if there is a differentiable function satisfying ##f'(x) = f(x)## and ##f(0) = 1##, then it is unique. We may similarly show that ##f(x+y) = f(x)f(y)## for all ##x## and ##y##.
So in this way, we see that all of the key properties of the exponential function follow from the simple criteria ##f'(x) = f(x)## and ##f(0) = 1##.
On a technical note, observe that we have only shown that
if a function exists which satisfies the criteria, then it is unique and has the indicated properties. There is still some work to be done to show that such a function exists if we want to have a rigorous definition of the exponential function. This can be done many ways: for example, one can define a particular power series and show that it satisfies the criteria:
$$e^x = \sum_{n = 0}^{\infty} \frac{x^n}{n!}$$