If $\vec r = (x,y,z)$ and $\vec r_1 = (x_1,y_1,z_1)$, describe the set of all points $(x,y,z)$ such that $\left|\vec r-\vec r_1\right| = 1$.
Can some one prove the solution for me?
I don't understand why the solution is a a sphere with a radius of one, centered at $(x_1,y_1,z_1)$.
$\Vert r - r_1 \Vert$ = $\Big\Vert [x - x_1; \quad y-y_1; \quad z- z_1] \Big\Vert $ = 1 Using the norm definition, we have, $\sqrt{(x-x_1)^2+(y-y_1)^2+(z- z_1)^2} = 1$ or ${(x-x_1)^2+(y-y_1)^2+(z- z_1)^2} = 1$, which is the equation of a sphere of centre $(x_1,y_1,z_1)$ and radius $1$.