I was doing a problem involving the first-derivative test for relative extrema for $f(x)=x^\frac{1}{3} + 1$ and found the derivative: $$f'(x)=\frac{1}{3} * x^\frac{-2}{3}$$
I then discovered that all my tools for finding roots (Quadratic formula, factoring, synthetic division) seem to not fit! Obviously 0 is a root since there is only one term which is an x term. The answer in the back says "No relative extrema" which surprised me. How I might I have identified that there are no extrema?
Edit: changed on to one

Remember that to find extrema, set the derivative to zero and solve the equation:
$$f'(x) = \dfrac{1}{3}x^{-\frac{2}{3}} = 0$$ $$x^{-\frac{2}{3}} = 0$$ $$ \dfrac{1}{x^{\frac{2}{3}}} = 0$$
Realize that no real number reciprocal will lead to $0$, thus the equation has no solution—meaning no local extrema.
Note that this doesn't necessarily mean there are no extrema. A good example is $f(x) = x^{\frac{2}{3}}$ which has a cusp at $0$, meaning it isn't differentiable there (and the equation of the derivative $\frac{2}{3}x^{-\frac{1}{3}} = 0$ has no solutions), but the function still has an absolute minimum at $x = 0$. But in this case, $x^{\frac{1}{3}} + 1$ increases without bound in the positive and negative $y$ directions, thus there are also no absolute extrema.
$0$ is not a solution. $0^{-\frac{2}{3}}$ is undefined: $\dfrac{1}{0^{\frac{2}{3}}} = \dfrac{1}{0}$