I have an equation of the form
$$f(x) = \sqrt{x^3 + x}$$
for which one needs to define the maximal domain, and image and domain are part of $\mathbb{R}$ (real numbers).
$$x^3 + x \geq 0 \implies x^2 \geq -1 \implies x \geq i$$
This seems a little confusing to me, since $i$ is an element of $\mathbb{C}$ and not $\mathbb{R}$.
What am I missing?
Can $x \geq i$ be a valid domain of the function given the above constraints?
The domain of $\sqrt{x^3+x}$ is defined for $$x^3+x=x\times(x^2+1)$$ Since $\forall x,x^2+1>0$, we need $x>0$. I.e., the domain of $f(x)$ is simply $$\{x\in\mathbb{R}:x\geq0\}$$