I have to find limit of the following
$(a^\sqrt{x}-a^\frac{1}{\sqrt{x}})/(a^\sqrt{x}+a^\frac{1}{\sqrt{x}})\;$ as $x$ tends to $0$.
My attempt: $(a^\frac{x-1}{\sqrt{x}}-1)/(a^\frac{x-1}{\sqrt{x}}+1)$
Now let $\frac{x-1}{\sqrt{x}}=t$ Then as $x$ tends to 0 $t$ tends negative infinity. So my limit is -1. Is this answer correct? Thanks in advance