Continuity of a piecewise function.

71 Views Asked by At

I have the following function

$$ f(x) = \begin{cases} x & \text{if } x \le 1 \\ x^2 & \text{if }x>1 \end{cases} $$

How do I show that this function is continuous at $x_0=1$?