I have a question that asks to find all local extrema for the following function $$f(x)=x^3-\sqrt{4x}$$
I started by finding computing the first derivative: $$f'(x)=\frac{3x^{5/2}-1}{\sqrt{x}}$$ $f'(x) = 0$ if $x=\left(\frac{1}{3}\right)^{2/5}$. Also, $f'$ is not defined when $x=0$. In finding the local extrema do I include $x=0$?
Yes, you need to add $0$.
Study the variations of $f$ to convince yourself. It is nonincreasing on $[0,x]$ and nondecreasing on $[x,+\infty)$.
So $f(x)$ is actually a global minimum.
And since $\lim_{+\infty}f(x)=+\infty$, $f(0)$ is a local (not global) maximum.
Be careful, not every critical point is a local extremum. You need the first derivative test or the second derivative test, for instance, to conclude. That's why, anyhow, the best way is to fully study the variations of the function on its domain by determining the sign of its derivative, when it is available like here.