For the function $$y = \frac{2x^2}{x-3},$$ I understand that $x = 3$ and $y = 2x+6$ are asymptote, but according to the answers in my textbook, there is a discontinuity at the origin. Why is this?
Asked
Active
Viewed 213 times
4
-
2No there isn't. – Augustin Aug 04 '15 at 09:02
-
Discontinuit fot the function at the origin? Your book is wrong! – Euler88 ... Aug 04 '15 at 09:02
-
The book is wrong – David Quinn Aug 04 '15 at 09:02
2 Answers
0
For, discontinuity at $x=0$, let's check both left hand & right hand limits as follows
$$LHL=\lim_{x\to 0^{-}}\frac{2x^2}{x-3}$$ $$=\lim_{h\to 0}\frac{2(0-h)^2}{(0-h)-3}$$ $$=\lim_{h\to 0}\frac{2h^2}{-h-3}$$ $$=\lim_{h\to 0}\frac{-2h^2}{h+3}=\frac{-2(0)^2}{0+3}=0$$
Similarly, $$RHL=\lim_{x\to 0^{+}}\frac{2x^2}{x-3}$$ $$=\lim_{h\to 0}\frac{2(0+h)^2}{(0+h)-3}$$ $$=\lim_{h\to 0}\frac{2h^2}{h-3}$$ $$=\frac{2(0)^2}{0+3}=0$$ & we have $$f(0)=\frac{2(0)^2}{0-3}=0$$ Thus, we have $$LHL=RHL=f(0)$$ Hence the function $y=\frac{2x^2}{x-3}$ is continuous at $x=0$ i.e. it has no discontinuity at $x=0$.
Harish Chandra Rajpoot
- 37,450
-
-
But for proving continuity or discontinuity at $x=a$, we have to prove $LHL=RHL=f(a)$ . Isn't it right? – Harish Chandra Rajpoot Aug 04 '15 at 09:24
-
-
1@MichaelGaluza Yes, this is rather like swatting a fly with a sledgehammer. But when the "fly" is a statement made with the authority of a textbook, it becomes a big, big, hairy fly, and to make sure you really kill it, the sledgehammer may be a good tool. – David K Aug 06 '15 at 13:29
-
-
@MichaelGaluza Of course no textbook is the Pope, but from the point of view of a student, when the student's understanding contradicts the book, the error is almost always on the student's side. At first glance, then, "the book is wrong" is an extraordinary claim for the student to believe, and so extraordinary evidence is merited. – David K Aug 06 '15 at 13:41