Jupyter notebook calculus/calculus1/SFCFA16/assignments/project-1/project-1.ipynb
Sage project 1
Math 110A SF City College Fall 2016
Name: [Hyungjin Ahn]
In this project we shall use the Jupyter notebook to explore the exponential functions and their derivatives. We first import the scientific functionality (modules) we need, then we start computing. We look at different exponent bases, and we graph each function with the associated tangent lines.
Part 1: Exponential Functions
We want to be able to differentiate exponential functions. We use the limit definition of the derivative for the function : which leads us to computing limits of the form
Exponent base 2
Check the documentation for the command np.linspace, if necessary. (Type ?np.linspace at the command line.) Also check the documentation for derivative.
Exponent base 3
Consider the limit above as a function where the input is the base and the output is the limit. Notice that the approximations for base 2 are less than 1 while the approximations for base 3 are more than 1. Now, recall the Intermediate Value Theorem. What can we say? What can we conclude? Is there a special number such that the limit above is precisely 1?
Part 2: Graphical representation
We plot the graph of the function together with the tangent line at .
Part 3 Limit as a function
Now let's treat the limit above as a function and compute its values.
Now write a conclusion about that special number such that the limit above is precisely 1. The ubiquitous .