I am working on an assignment and my professor has written a question regarding a vector field as:
$$\vec{F}(\vec{x})=\frac{\vec{x}}{|\vec{x}|^3}$$
But I have not seen this in our lectures and cannot find it used elsewhere. Is this telling me in shorthand to use,
$$\vec{F}(\vec{x}) = \langle \frac{x}{|x|^{3}},\frac{y}{|y|^3},\frac{z}{|z|^3}\rangle$$
as the vector field? If not, how should I interpret this so that I can do things like calculate the divergence and flux?
Thank you!
If you consider $\vec{x'} = \left<x,y,z\right>$ ($'$ is used to indicate difference),
then, $\dfrac{\vec{x'}}{|\vec{x'}|^3} = \dfrac{\left<x,y,z\right>}{(\sqrt{x^2+y^2+z^2})^3} = \dfrac{\left<x,y,z\right>}{r^3} = \left<\dfrac{x}{r^3},\dfrac{y}{r^3},\dfrac{z}{r^3}\right>$
where $r = \sqrt{x^2+y^2+z^2}$.