Differentiation & composite functions (2)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
kingwinner
Messages
1,266
Reaction score
0
Suppose we are given that
d
--F(y) = f(y)
dy

Then is it true that
dF(h(u))
-------- = f(h(u))[/color] dh(u)/du ?
du
Why or why not? In particular, I don't understand how to get the red part...

Thanks for explaining!
 
Last edited:
Physics news on Phys.org
It is basically just application of the chain rule.
Calling y = h(u),

[tex]\frac{dF(y)}{du} = \frac{dF(y)}{dy} \times \frac{dy}{du}[/tex]
so if you call dF(y)/dy = f(y) then you have your identity (just replace y with its definition h(u) again).
 
CompuChip said:
It is basically just application of the chain rule.
Calling y = h(u),

[tex]\frac{dF(y)}{du} = \frac{dF(y)}{dy} \times \frac{dy}{du}[/tex]
so if you call dF(y)/dy = f(y) then you have your identity (just replace y with its definition h(u) again).

OK, thanks!

But can we replace y by h(u) and vice versa that freely?

Sorry my calculus is a bit rusty now...
 
kingwinner said:
OK, thanks!

But can we replace y by h(u) and vice versa that freely?

Sorry my calculus is a bit rusty now...

I defined y to be h(u). So, as HallsOfIvy points out, anywhere you see one you can replace it by the other.