Directional derivatives and partial derivatives

The1TL
Messages
23
Reaction score
0

Homework Statement



Suppose f: R -> R is differentiable and let h(x,y) = f(√(x^2 + y^2)) for x ≠ 0. Letting r = √(x^2 + y^2), show that:

x(dh/dx) + y(dh/dy) = rf'(r)

Homework Equations





The Attempt at a Solution


I have begun by showing that rf'(r) = sqrt(x^2 + y^2) * limt->0 (f(r+t) - f(r))/t

and written out the definition form of the directional derivatives. I can't seem to find a way to equate both sides of the equation. Can anyone help?
 
Physics news on Phys.org
I don't see that there is any "directional derivative" involved here. You are given that h(x,y)= f(\sqrt{x^2+ y^2}) . By the chain rule \partial f/\partial y= (df/dr)(\partial r/\partial y) and \partial f/\partial x= (df/dr)(\partial r/\partial x.

With r= \sqrt{x^2+ y^2}, it is easy to find \partial r/\partial x and \partial r/\partial y.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top