Sorry, my bad. I was switching to a different definition of unit vectors without realizing that it is different than the one I was previously using for writing the equations in post #2. So, you are correct.
TheArun said:
Can u also explain the meaning of unit vector in a particular direction being equal to derivative of the vector in that direction divided by the magnitude of that derivative
If you fix two coordinates among ##(r,\theta,\phi)## and let the last one varies, you will get the so-called "space curve" or the more technical term "3D curve". For example fix ##r## and ##\theta##, then you will get a space curve ##\mathbf{r}(\phi)## which forms a circle of radius ##r\sin \theta## "floating" horizontally above the ##xy## plane at a height of ##r\cos\theta##. Now, define a vector ##\mathbf{u} = \frac{d \mathbf{r}}{d s}##, where ##ds = r\sin\theta d\phi## is an element of arc length along the circle. Vector ##\mathbf{u}## is tangent to the circle, and its explicit expression is
$$
\mathbf{u} = \frac{d \mathbf{r}}{d s} = \frac{1}{r\sin\theta} \frac{d \mathbf{r}}{d\phi }
$$
But ##r\sin\theta## is the length of the vector ##\frac{d \mathbf{r}}{d\phi }## itself. Therefore one can write
$$
\mathbf{u} = \frac{\frac{d\mathbf{r}}{d\phi}}{ \left | \frac{d\mathbf{r}}{d\phi} \right |}
$$
Because ##\mathbf{u}## is tangent to the circle at any given point and it has unit length, this vector must be the unit vector in the direction of increasing ##\phi##.
TheArun said:
I was actually studying this inorder to find the spherical coordinates representation of the 'laplacian' of a vector( scalar electric potential)...how to reach into that form for here?
laplacian ∇2V = Vxx +Vyy + Vzz
must be converted to ∇2V = 1/r2 ∂/∂r(r2∂V/∂r) + ...
Such a task is of course doable but tedious. I suggest that you read "Mathematical Methods for Physics and Engineering" by K. F. Riley, Hobson, and Bence subchapter 10.10.