$$\lim_{h\to 0} \frac{4^{x+h}+4^{x-h}-4^{x+\frac12}}{h^2}=?$$
I evaluated the limit by using the Hopital rule,$$\lim_{h\to 0} \frac{4^{x+h}+4^{x-h}-4^{x+\frac12}}{h^2}=4^x\lim_{h\to0}\frac{4^h+4^{-h}-2}{h^2}=4^x\lim_{h\to0}\frac{\ln(4)(4^h-4^{-h})}{2h}=4^x\lim_{h\to0}\frac{(\ln4)^2(4^h+4^{-h})}{2}=4^x\times4(\ln2)^2=4^{x+1}(\ln2)^2$$ I want to learn other ideas to solving this problem, so can you please evaluate the limit with other approaches?
A technique that requires no L'Hopital, Taylor series or anything more complicated that the definition of limit, knowledge of the natural logarithm (e.g. from $\int_1^2\mathrm{d}t/t=\ln 2)$ and continuity of $x\mapsto x^2$:$$\begin{align}4^x\cdot\lim_{h\to0}\frac{4^h+4^{-h}-2}{h^2}&=4^x\cdot\lim_{h\to0}\frac{(4^h-1)^2}{h^24^h}\\&=4^x\cdot\left(\lim_{h\to0}\frac{4^h-1}{h2^h}\right)^2\\&=4^x\cdot4\cdot\left(\lim_{h\to0}\frac{2^h-2^{-h}}{2h}\right)^2\\&=4^{x+1}\cdot(\ln2)^2\end{align}$$