Deriving Partial Derivatives for Power Functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
BobV
Messages
2
Reaction score
0
Is there a derivation for ∂f(x,y)/∂x given:

f(x,y): g(x,y)h(x,y)

e.g. sin(x)(x+2y)
 
Physics news on Phys.org
Yes, of course. Given [itex]f(x)= g(x)^{h(x)}[/itex] we have [itex]ln(f(x))= h(x)ln(g(x))[/itex], then [itex]\frac{1}{f(x)}\frac{df}{dx}= ln(g(x))\frac{dh}{dx}+ \frac{h(x)}{g(x)}\frac{dg}{dx}[/itex]

So [tex]\frac{df}{dx}= g(x)^{h(x)}\left(ln(g(x))\frac{dh}{dx}+ \frac{h(x)}{g(x)}\frac{dg}{dx}\right)[/tex]

Of course, the same is true if g and h are functions of x and y and you are taking the derivative with respect to x because you are treating y as a constant.

(This has nothing to do with differential equations.)
 
Thanks

Ah, I got it, I see what you did! Sometimes when puzzled in an instant with mysterious delight the answer appears. Thanks for the surprise gift - and problem solution.