Homework Statement
I'm given 2 unit vectors a_x and a_theta.
I need to find the dot product between the two.
Homework Equations
Conversion from Cylindrical to Cartesian
x = r * sin(theta)
y = r * cos(theta)
z = z
Conversion from Cartesian to Cylindrical
r = sqrt(x^2 +...