I am trying to prove why this function is discontinuous based on the three conditions
function exists at $x=a$ (In other words, $f(a)$ is a real number)
the limit of the function exists at $x=a$. (That is, $\lim_{x\to a}f(x)$ is a real number)
The two values are equal (That is, $\lim_{x\to a}f(x)=f(a)$.)
$$f(x)\begin{cases} x^2 & \text{if $x<2$} \\ 3x-2 & \text{if $x>2$} \\ \end{cases}$$
at $x=2$ (I don't know how to put this to the right of the branches, which is how my book shows it)
From what I gather, if I am looking at this correctly: Conditions 1 and 2 are not met, but condition 3 is
$f(2)$ both parts of the function $x^2=4$ and $3x-2=4$ equal 4 but only $3x-2$ meets the if $x>2$. So the $f(2)=4 \ne2$
The third condition is true because they are equal?
$lim_{x\to 2}(x^2)=4$
$lim_{x\to 2}(3x-2)=4$
So, I think I am on the right track, but not positive.
\lim_{x \to 2}in MathJax to display $\lim_{x \to 2}.$ (I suppose that's what your $\lim_{x>2}$ and $\lim_{x->2}$ were supposed to be?) – David K Nov 13 '17 at 22:24