Eulers identity gives us a manner to describe traversing a circle using imaginary numbers $e^{ix}=\cos(x)+i\cdot \sin(x)$.
From what I understand, the right part is rather simple and just describes a location on a circle using a complex number. The left part though apparently traverses us around the circle at constant increments each constantly changing the direction by 90 degrees. If you think about tracing out the unit circle in small increments using the left hand side of the equation, from what I understand the transformation to each subsequent increment will necessarily be an operation which brings you to a position orthogonal to the starting point because its a circle. However this rate at which the tracing occurs shouldn't speed up. I think I understand this mental picture but don't understand the intuition that we don't have an acceleration for the rate we traverse the circle. It is exponential after all. I am looking for an intuitive approach to understanding the left side.
There's an elegant connection to the polar representation of motion in a plane. Associate $x+iy$ with $x\vec{i}+y\vec{j}$ so $re^{i\theta}$ becomes $r\hat{\vec{r}}$ and $ie^{i\theta}=\hat{\vec{\theta}}$. With $\dot{\theta}=1$, the velocity is then the purely transverse vector $ir\hat{\vec{r}}=r\hat{\vec{\theta}}$. Why is it orthogonal to the radius? Because vectors $\vec{w},\,\vec{z}$ associated with complex numbers $w,\,z$ satisfy $\vec{w}\cdot\vec{z}=\Re (\overline{W} z)$. And of course, $\Re (\overline{e^{i\theta}} ie^{i\theta})=\Re i=0$.