| There is no need for that definition. It is possible to completely remove the e^x function from mathematics without losing anything. It is possible to express everything using a pair of functions, the real function 2^x and the complex function 1^x. Then the cosinus and the sinus are the real and imaginary parts of 1^x (where x is measured in cycles a.k.a. turns). The only disadvantage of this approach is that symbolic differentiation and integration are more complicated, by multiplication with a constant. In my opinion the simplifications that are introduced everywhere else are more important than this disadvantage. The real and complex function e^x was preferable in the 19th century, when numeric computations were avoided as too difficult and simple problems were solved by symbolic computation done with pen and paper. Now, when anything difficult is done with a computer, both the function e^x and associated units like the radian and the neper are obsolete. When programming computations on a computer, using 2^x and 1^x results in simpler and more accurate computations. Moreover, when doing real physical measurements it is possible to obtain highly accurate values when the units are cycle and octave, but not when they are radian and neper. |
>The only disadvantage of this approach is that symbolic differentiation and integration are more complicated, by multiplication with a constant.
There is more to it than that. The exponential function is not really e^x, it is lim_{N->∞} (1 + x/N)^N. The advantage of this definition is that, since it is valid everywhere on the complex plane, it allows the rigorous definition of real powers without recourse to inverse functions. We still teach students to prove things.
But also, isn't this a little contradictory? The goal of the original blog post was to simplify various differential equations. If you aren't simplifying symbolic differentiation, then what are you simplifying?