I need to show, that function $f(x) =\frac{2x +3}{x-2}$ is continuous on the interval $(2,\infty)$
My attempt:
We should find the right-hand limit to prove the continuity: and this limit is equal to $\infty$. But in this case i don't now what to do next? Can you give me hints?
This function is a ratio. A ratio is continuous wherever its numerator and denominator are continuous and the denominator is not zero. (In symbols, $\frac{f(x)}{g(x)}$ is continuous at $x$ if $f$ and $g$ are continuous at $x$ and $g(x) \neq 0$. This is an application of the "quotient law" for limits to the ratio.) Your given numerator and denominator are polynomials, so are continuous for all values of $x$. Your denominator, $x-2$ is zero precisely when $x = 2$, so the ratio is continuous for all $x$ except $x=2$.
Written formally and specifically for the interval you give:
Let $x \in (2,\infty)$. Then using the product and sum laws of limits, $2x+3 = \lim_{t \rightarrow x} 2t+3$ and $x-2 = \lim_{t \rightarrow x} t-2$. Furthermore, since $x \neq 2$, the quotient law for limits gives $\frac{2x+3}{x-2} = \lim_{t \rightarrow x} \frac{2t+3}{t-2}$.