Derivative of a composite function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Tensel
Messages
6
Reaction score
0
y =f(x), and y'=df(x)/dx, F(y)=y^3+(y')^2
how to deal with the (y')^2 when i calculate dF(y)/dy?
thanks.
 
Physics news on Phys.org
Do you remember the chain rule? Are you having trouble differentiating that term?
 
If u(x) is a fuction of x, then, by the chain rule, the derivative of [itex]u^2[/itex] is 2u times the derivative of u.

If y is a function of x, then the derivative of [itex](y')^2[/itex], with respect to x, is [itex]2y'[/itex] times the derivative of y' which is, of course, y''. That is, the derivative if [itex](y')^2[/itex] is [itex]2y' y''[/itex].
 
HallsofIvy, i want to calculate dF(y)/dy, not dF(y)/dx, but you remand me sth. thank you.