0

Given a Cartesian coordinate system with basis vectors (ex, ey, ez)

and a Cylindrical coordinate system with basis vectors (er, eθ, ez)

Why and how does:

ex = erCos(θ) - eθSin(θ) ?

ey = erSin(θ) + eθCos(θ) ?

This is from a derivation of the del operator in cylindrical coordinates from my lecture notes.

I cannot for the life of me figure this out. Shouldn't ex = erCos(θ) and ey = erSin(θ)?

What is it with the extra Sin and Cos?

A simple, detailed derivation/ explanation would be very helpful.

  • This seems related https://math.stackexchange.com/questions/2947583/graphically-representing-vectors-with-polar-unit-vectors-without-converting-to-c – David K Oct 18 '18 at 22:19
  • The differential of a function $f(u,v)$ is $f_u du + f_v dv$. Apply this to $x=r\cos(\theta)$ to get $dx = \cos(\theta) dr - \sin(\theta) d\theta$, and similarly for $y = r\sin\theta$. – Nick Oct 18 '18 at 23:01

0 Answers0