▲ | btilly 5 days ago | |||||||
While this may convince students, you haven't actually prove that any exponential function has a slope. The usual presentation doesn't even demonstrate that such functions are defined at irrational numbers. That said, it is worthwhile to go through the algebra exercise to convince yourself that, for large n, (1+x/n)^n expands out to approximately 1 + x + x^2/2 + x^3/6 + ... Hint. The x^k terms come out to (x/n)^k (n choose k). This will turn out to be x^k/k! + O(x^k/n). As n goes to infinity, the error term drops out, and we're just left with the series that we want. | ||||||||
▲ | ogogmad 5 days ago | parent [-] | |||||||
> for large n, (1+x/n)^n expands out to approximately 1 + x + x^2/2 + x^3/6 + ... The rigorous version of this argument uses the Dominated Convergence Theorem in the special case of infinite series. | ||||||||
|