Based on $f(x) = x^2$, we know $f'(x) = 2x$.
If $x = y^2$
Then $f(y) = (y^2)^2 = y^4$, and $f'(y) = 4y^3$.
My question is if we only know
- $f'(x) = 2x$
- $x = y^2$
How to get $f'(y) = 4y^3$ ? Any hint or formula will be helpful. Thanks
Based on $f(x) = x^2$, we know $f'(x) = 2x$.
If $x = y^2$
Then $f(y) = (y^2)^2 = y^4$, and $f'(y) = 4y^3$.
My question is if we only know
How to get $f'(y) = 4y^3$ ? Any hint or formula will be helpful. Thanks
Your $f'$ is incorrect; it should be $2x$. And what are you looking for is called Chain rule: https://en.wikipedia.org/wiki/Chain_rule
This is simply the chain rule. Since $x(y) = y^2, x'(y) = 2y$ and $$ \frac{d}{dy} f(x(y)) = f'(x(y)) x'(y) = 2(y^2) 2y = 4y^3. $$