A polynomial can simply use direct substitution.
$\lim_{x\to0}3x^2-2x+1=\lim_{x\to 1}(3\times0^2-2\times0+1)=1$
A rational function can easily use direct substitution on its domain.
$\lim_{x\to0}\frac{1-x^2}{1+x}=1$
Does an algebraic function can easily use direct substitution on its domain?
$\lim_{x\to0}\sqrt[3]{x^2}$
In this limit, I can use continuity to make the limit under the triple square root, and use direct substitution on the polynomial $x^2$.
$\lim_{x\to0}\sqrt[3]{x^2}=\sqrt[3]{\lim_{x\to0}x^2}=\sqrt[3]{0^2}=0$.
But the direct substitution property just say,
If $f$ is a polynomial or a rational function and $a$ is in the domain of $f$, then $\lim_{x\to a}f(x)=f(a)$.
Why not just simply say 'if $f$ is an algebraic function...'?
Is there are any pitfall that I have not realized?