Proving ∇·F = r̂·dF/dr using the chain rule

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
yy205001
Messages
60
Reaction score
0

Homework Statement


[itex]\widetilde{F}[/itex](r)=F1(r)i+F2(r)j+F3(r)k
[itex]\hat{r}[/itex]=r/r
r(x,y,z)=xi+yj+zk, r=abs(r)=sqrt(x2+y2+z2)
(Hint: The chain rule will be helpful for this question.)

Show that:
[itex]\nabla[/itex][itex]\cdot[/itex]F = [itex]\hat{r}[/itex][itex]\cdot[/itex]dF/dr.



Homework Equations





The Attempt at a Solution


My attempt:
First, [itex]\nabla[/itex][itex]\cdot[/itex]F=(dF1/dr,dF2/dr,dF3/dr)

Then, Start on the RHS.
[itex]\hat{r}[/itex][itex]\cdot[/itex]dF/dr
=[itex]\hat{r}[/itex][itex]\cdot[/itex](dF1/dr,dF2/dr,dF3/dr)
=((x,y,z)/r)[itex]\cdot[/itex](dF1/dr,dF2/dr,dF3/dr)
Now, i use the chain rule here.
=((x,y,z)/r)[itex]\cdot[/itex](dF1/dx*dx/dr, dF2/dy*dy/dr, dF3/dz*dz/dr)

And i can't do further more here, can anyone help me on this?
Thanks in advanced!
 
Physics news on Phys.org
yy205001 said:

The Attempt at a Solution


My attempt:
First, [itex]\nabla[/itex][itex]\cdot[/itex]F=(dF1/dr,dF2/dr,dF3/dr)

I'm pretty sure that's not how the gradient works.
First of all, the "definition" is
[tex]\vec\nabla = \left( \frac{d}{dx}, \frac{d}{dy}, \frac{d}{dz} \right)[/tex]

Secondly, there is a dot in between, which means that you should get a scalar and not a vector like you have written.
 
ops! So my definition is wrong! That's why i can't do it further more!
I can prove it now!
thanks CompuChip