I would like to ask if it's possible to solve for the derivative of the error function of $x^3$.
$$\frac{d}{dx} \operatorname{erf}(x^3)$$
I only have little understanding about this topic but I know that $$ \operatorname{erf}(x) = \frac{2}{\sqrt{\pi}} \int_0^x e^{-t^2} dt$$
So, if I solve for $\operatorname{erf}(x^3)$ first, is it correct to just change the bounds from 0 to $x^3$ and then solve it from there?
Error function is actually defined as the integral of the Gaussian function as $$ \text{erf}(x)\triangleq\frac{2}{\sqrt \pi}\int_0^x \exp(-t^2)dt, $$ hence you can find the derivative by using $$ \frac{d}{dx}f(g(x))=g'(x)f'(g(x)) $$