Given parametric curve: $x=t\cos(t)$, $y=t^2$, how can i rotate the curve about the origin by an angle $\theta=\pi/3$?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
In $x,y$ coordinates, counterclockwise rotation by $\theta$ takes $(x,y)$ to $(u,v) = (x \cos(\theta) - y \sin(\theta), x \sin(\theta) + y \cos(\theta))$. |
|||
|
|
