I'm having a hard time verifying these identities, anyone have any suggestions for any of them?
For each Identity $F$ and $G$ denote vector fields, $\phi$ denotes a scalar field, and $R=xi+yj+zk$. $A$ is any constant vector, and f is any differentiable function of a single variable.
The identities I am having trouble verifying are:
1) $\nabla \cdot (R-A)=3$
2) $\nabla \times (R-A)=0$
3) $\nabla(|R-A|^n)$ = $n|R-A|^{n-2}(R-A)$
4) $\nabla(A \cdot R)=A$
Thanks in advance for any and all help!
For #3)
$R=<x,y,z>$, Let $A=<a,b,c>$
$R-A=<x-a,y-b,z-c>$
$|R-A|=\sqrt((x-a)^2 + (y-b)^2 + (z-c)^2)$
$|R-A|^n=[(x-a)^2 + (y-b)^2 + (z-c)^2]^{n/2}$
Then take the derivative w.r.t x,y,z
x: $n/2[(x-a)^2 + (y-b)^2 + (z-c)^2]^{n/2-1} * 2(x-a)$
y: $n/2[(x-a)^2 + (y-b)^2 + (z-c)^2]^{n/2-1} * 2(y-b)$
z: $n/2[(x-a)^2 + (y-b)^2 + (z-c)^2]^{n/2-1} * 2(z-c)$
The 2 in $n/2$ and in each of the $2(x-a)$, $2(y-b)$, $2(z-c)$, will cancel out. Thus you get:
$\nabla |R-A|^n= n[(x-a)^2 + (y-b)^2 + (z-c)^2]^{(n-2)/2} <x-a, y-b, z-c>$
where $[(x-a)^2 + (y-b)^2 + (z-c)^2]^{1/2}$ = $|R-A|^{n-2}$ and
$<x-a, y-b, z-c>$ = $R-A$
Therefore you get:
$n|R-A|^{n-2} * (R-A)$