I'm working with Munkres' Analysis on Manifolds.
From chapter 2 (this isn't a homework question):
Given $f: \mathbb R^2 \rightarrow \mathbb R^2 : f(r,\theta)=(r\cos(\theta),r\sin(\theta))$, calculate $Df$.
I can use directional derivatives (evaluated via a limit), but I'm basically at a loss for how to start. A nudge in the right direction would be great.
The derivative happens to be: $$Df=\left(\begin{array}{cc} \cos(\theta)&-r\sin(\theta)\\ \sin(\theta)&r\cos(\theta) \end{array}\right),$$ and as you can see, in the rows are the gradients of the two functions components of $f$.