How would I solve for something like this??
$$\lim_{x\to 5} \frac{2^x - 32}{x-5}$$
using the definition of derivatives.
How would I solve for something like this??
$$\lim_{x\to 5} \frac{2^x - 32}{x-5}$$
using the definition of derivatives.
I thought it might be instructive to show a way forward that doesn't rely on calculus. Note we can write
$$\begin{align} \frac{2^x-32}{x-5}&=32\frac{2^{x-5}-1}{x-5}\\\\ &=32\left(\frac{e^{\log(2)\,(x-5)}-1}{x-5}\right) \end{align}$$
In THIS ANSWER, I showed using on the limit definition of the exponential function along with Bernoulli's Inequality the exponential function satisfies the inequalities
$$\frac{1}{1-x}\ge e^x\ge 1+x$$
for $x<1$. Therefore, we can assert that
$$\frac{\log(2)\,(x-5)}{x-5}\le \frac{e^{\log(2)\,(x-5)}-1}{x-5}\le \frac{\frac{\log(2)\,(x-5)}{1-\log(2)\,(x-5)}}{x-5}$$
whereupon applying the squeeze theorem gives
$$\lim_{x\to 5}\frac{2^x-32}{x-5}=32\log(2)$$
And we are done!