My friend was asking me how to find derivative of $e^x$ using first principle of derivative. I gave him the following method: $$f(x) = e^x$$
$$f'(x) = \lim_{h\to0}\dfrac{e^{x+h}-x}{h}$$ $$f'(x) = \lim_{h\to0}\dfrac{e^x(e^{h}-1)}{h}$$ Now using the well known limit $\lim_{x\to0}\dfrac{e^x- 1}{x}$ $$f'(x) =e^x(1) => e^x$$
Then he asked me for the proof of $\lim_{x\to0}\dfrac{e^x- 1}{x}$. $$e^x = 1 + x + \dfrac{x^2}{2!} + \dfrac{x^3}{3!} + ...$$ $$e^x - 1= x + \dfrac{x^2}{2!} + \dfrac{x^3}{3!} + ...$$ $$\dfrac{e^x-1}x = 1 + \dfrac{x}{2!} + \dfrac{x^2}{3!} + ...$$ $$\lim_{x\to0}\dfrac{e^x-1}x = \lim_{x\to0}1 + \dfrac{x}{2!} + \dfrac{x^2}{3!} + ...$$ $$\lim_{x\to0}\dfrac{e^x-1}x = 1$$
He told me that for finding derivative of $e^x$ we use Maclaurin series and for finding Maclaurin series, we use derivative. So they are inter related. How can I satisfy him?