We were given the function below in maths and were told to find the limit as x approaches 0
$\lim_{x\to0}(1+(2x)^2)^{1/x^2}$
the way i did it was just to make all the x's tend towards zero as follows:
$\lim_{x\to0}(1+(0)^2)^{1/0}$
Which i said that means that the limit is undefined. When we went over the answers the professor gave the answer as
$\lim_{x\to0}=e^4$
I am not quite sure how they got this, so could someone point to where i went wrong in my thinking.
Let $y = \frac{1}{4x^2}$, then $y\to\infty$. $$\lim_{y\to\infty}(1+\frac{1}{y})^{4y}$$ You substituted x by y in the previus step. Now $$\lim_{y\to\infty}(1+\frac{1}{y})^{4y} = \lim_{y\to \infty}((1+\frac{1}{y})^{y})^4=e^4$$ That is becaouse $e$ is defined as $\lim_{y\to \infty}(1+\frac{1}{y})^{y}$