There's a question I need to solve, which requires that I take the derivative of some function by the square of a variable, and I'm not sure how to do such a thing.
For example: $\frac{dx}{d(x^2)}$ - I've tried $t=x^2$, $d\sqrt{t}/dt$ is easy enough to calculate, but is it the right way? $\sqrt{x^2}\ne x$ if $x<0$
So what's the right way to do it?
edit: I got my answer, but I forgot to ask: how would this look when using the definition of the derivative? I know that:
$df(x)/dx = lim_{\Delta \to 0}\frac{f(x+\Delta)-f(x)}{\Delta} $
But if you replace $\Delta$ with $\Delta^2$, wouldn't it be the same?