Mathematica will only plot a function at the points at which it is real-valued. Try
plotting Sqrt[x] as x ranges from -5 to 5. What happens?

Click here for the answer


Mathematica displays a curve only for values of x between 0 and 5. This makes
sense, since Sqrt[x] is undefined for negative numbers.