Is the function $f(x) = \sqrt{x^{2} - 9}$ continuous at $x = 3$?
I tried to check by solving each requirement for continuity, which are the following:
- The limit at the point must exist;
- The function at the point must exist;
- The limit at the point must be equal to the function at the point.
The second requirement can be easily checked as 'satisfied' as $f(3) = 0$. Thus, I only need to check if the first requirement is satisfied.
I started by solving for the left-hand limit as follows: \[L^{-} = \lim_{x \to 3^{-}}\left[\sqrt{x^{2} - 9}\right]\]
Then, I eventually got $L^{-}$ to be zero.
My question is this: Is it correct to rewrite the problem by substituting $x = 3 - a$, where $a \geqslant 0$, then solving for the limit as $a$ approaches zero?
Edit: This is a question about solving one-sided limits, and not about the continuity of the square root function.