0

I've seen in a limit problem(limit of a fraction) that the fraction can be inverted and then proceed on the new fraction. Is this ok? Can someone show a proof?

LearningMath
  • 1,201

1 Answers1

2

If you have: $$\lim_{x \to a} f(x) = L$$ with $L \ne 0$, then you also have: $$\lim_{x \to a} \frac{1}{f(x)} = \frac{1}{L}$$ So yes: you can consider the inverted fraction, but then you get the reciprocal of the (non-zero) limit as well.

StackTD
  • 27,903
  • 34
  • 63
  • Reference and proof to this? – LearningMath Feb 22 '18 at 15:09
  • @LearningMath Continuity of $1/x$ isn't enough? – egreg Feb 22 '18 at 15:10
  • 1
    @LearningMath Most calculus texts cover this and some related questions on this site; do a search on reciprocal (rule). You can find a proof of the main limit laws, including this one, on this site. – StackTD Feb 22 '18 at 15:12
  • 1
    +1. Note this is a consequence of the following. If $\lim\limits_{x \to a} f(x) = L$ and $g$ is continuous at $L$, then $\lim\limits_{x \to a} g(f(x)) = g(L)$. In your case, you are taking $g(x) = 1/x$ so $g$ is continuous there as long as $L\neq 0$. – MPW Feb 22 '18 at 15:16