Dot product in cylindrical coordinates
The dot product of the two vectors in cartesian coordinates is defined as: Multiply corresponding components and the add the results. Thus \( \vec a \cdot \vec b=a_1b_1+a_2b_2+a_3b_3\) If there are two vectors in cylindrical coordinates, \(\vec{A} = A_r \hat{r} + A_\theta \hat{\theta} + A_z \hat{z}\) \(\vec{B} = B_r \hat{r} + B_\theta \hat{\theta} + B_z … Read more