ex and the differential of 10x

Introduction

The Feynman lectures in Physics contains a numerical example for calculating the power of 10x, (see 22-5 and table 22-2). With modern computing methods it is easy to miss how important these techniques were historically. As an exercise to explain powers and exponential, Feynman used a numerical approximation. This approximation was historically important for the calculation of logarithmic tables that were used for some three hundred years,

In the example it is shown numerically that the differential of 10x tends to a constant value for small values of x. This simplifies finding small powers of 10x from an operation of taking a power to a simpler operation involving only multiplication.

These notes were made to clarify why it tends to a limit and how this relates to the exponential.

Expansion as a finite difference for yx

Consider the differential d10xdx expanded as the finite difference 10(x2-x1)-10x1Δx

Numerical values range from zero to x2, so x1=0 and 10Δx-1Δx

10x is a smooth function and can be expanded as a polynomial series,

10x=1+ax+bx2+c3

For small x, the higher powers will vanish and the difference reduces to 1+aΔx. Substituting this into the differential equation shows that, in the limit of small x, it tends to a constant value,

lim x0 d10xdx = aconst

This result is general to any base, y, and in the limit,

limx0dyxdx=bconst

Summary

This answers why the numerical example tends to a constant value. It is the value of aconst that Feynman finds by numerical means. If aconst, or in general bconst, is known, then for small x it is easy to find the power,

limx1010x=1+aconstx, or in general, yx=1+bconstx

yxandthe exponential

In the previous section it was shown that, in the limit, yx will tend to a constant value. It is possible to take this further and find this limiting value and how it relates to other bases. Consider what happens if yx is re-expressed in terms of some new base zx,

yx=zlogzyx=zxlogz(y)=limx01+logz(y)x

From the previous section it was found that limx0yx=1+bconstx. This gives a relation between bases in terms of the limiting value bconst,

bconst=logz(y)

The most natural base to work with would be one where bconst =1. This is called the exponential base,

limx0ex=1+x

Knowing this, other bases can be scaled to it,

10x=eln10x=exln10=limx01+ln(10)x

It is this value of ln(10), 2.3025, that Feynman's series is tending to in table 22-2.