0

I have the function $f:\mathbb{R}\rightarrow \mathbb{R}; f(x) = \sqrt{x^2+x+1}$. I don't know exactly what should I do since the squre root function is defined only for positive real numbers, and f takes inputs from the whole set of real number. Also if I would study the continuity for $x^2+x+1$ I know that this function is continuous everywhere since it is a polynomial.

1 Answers1

2

$x^2 + x +1 = 0 $ has no solution. As the term with the highest degree is positive, the function is always positive. Thus the square root function gets only positive input for $\forall x \in \mathbb{R}$, and so the function $f(x)$ is continuous on the whole $\mathbb{R}$.

user401855
  • 1,067