Differentiate $f(x) = exp_{a}(x) $ from first principles, for $ a > 0 $ (Recall that $ exp_{a}(x) = exp(x.ln(a)) $
Here is where I am so far:
$ f'(x) = \lim\limits_{h \rightarrow 0} \frac{exp((x+h) \cdot ln(a)) - exp(x \cdot ln(a))}{h}$
$ = \lim\limits_{h \rightarrow 0} \frac{exp(x \cdot ln(a)) \cdot exp(h \cdot ln(a)) - exp(c \cdot ln(a))}{h} $
$ = exp(x \cdot ln(a)) \cdot \lim\limits_{h \rightarrow 0} \frac{exp(h \cdot ln(a))-1}{h} $
$ = a^{x} \cdot \lim\limits_{h \rightarrow 0} \frac{a^{h \cdot ln(a)} - 1}{h} $
You have
$$\begin{align} \exp(x\ln(a)) \lim_{h \to 0} \frac{\exp(h\ln(a)) - 1}{h} &= a^{x} \lim_{h \to 0} \frac{\exp(h\ln(a)) - 1}{h} \end{align}$$
Set
$$y = h\ln(a) \implies h = \frac{y}{\ln(a)}$$
and notice that $y \to 0$ as $h \to 0$
Hence
$$\begin{align} a^{x} \lim_{h \to 0} \frac{\exp(h\ln(a)) - 1}{h} &= a^{x} \lim_{y \to 0} \frac{\exp(y) - 1}{\frac{y}{\ln(a)}} \\ &= \ln(a)a^{x} \lim_{y \to 0} \frac{\exp(y) - 1}{y} \ \ \ (*) \\ \end{align}$$
This last limit can be evaluated using L'Hopitals rule as the limit gives $\frac{0}{0}$
$$\begin{align} \implies \lim_{y \to 0} \frac{\exp(y) - 1}{y} &= \lim_{y \to 0} \exp(y) \\ &= 1 \ \ \ \ \ \ (**)\\ \end{align}$$
Substituting $(**)$ into $(*)$ we get
$$f'(x) = \ln(a) a^{x}$$