Find the n-th derivative of the following functions:
a) $f(x)= e^{x^2}$ b) $f(x)= e^{\frac{a}{x}}$ c) $f(x)= \arctan{x}$
Using
$f(x+h)-f(x) = h f{'}(x) + \frac{h^2}{2!}f{''}(x) + ...$
My initial idea was to find some recursive pattern but didn't have any luck with that.