Let $0 I want to compute $$\lim_{t\to 0} \frac{ (x+\frac{t}{x^2})^a}{t^a}.$$ The only thing I can come up with is to use L'Hopital's rule. Differentiating the denominator and numerator $a$ times I end up with $$\lim_{t\to 0} \frac{ (x+\frac{t}{x^2})^a}{t^a} = \frac{1}{x^{2a}}.$$ Is this correct? Thnx for your help!
what is the limit of this function as t goes to zero
0
$\begingroup$
limits
-
1Is t supposed to be equal to r? If not, you have a constant on the numerator. EDIT: Misread the question. There's a t on the numerator. – 2011-10-06
-
3HINT: For integer $a$ or positive $t$, $(x+t/x^2)^a/t^a = ((x+t/x^2)/t)^a = (x/t+1/x^2)^a$. – 2011-10-06
-
1Be careful. Can you use L'Hopital? Do you really get "0/0"? Also, even if L'Hopital applies, you must differentiate with respect to "t" not "x" ("t" is the limiting variable). – 2011-10-06
1 Answers
4
Since $x$ is fixed and $t\to0$, $x+t/x^2\to x$ hence $(x+t/x^2)^a$ converges to $x^a$. The ratio $\dfrac1{t^a}$ converges to $\pm\infty$, depending on whether $t\to0^+$ or $t\to0^-$, and on the parity of the positive integer $a$, hence the whole thing converges to $\pm\infty$ as well.
If $a$ is even, the limit is $+\infty$. If $a$ is odd, the limit does not exist, but the limit from the left (that is, when $t\to0^-$) is $-\infty$ and the limit from the right (that is, when $t\to0^+$) is $+\infty$.
-
0I want to learn the difference between say the limit is $+\infty$ and saying that the limit does not exist. Thanks. – 2011-10-06