How can I calculate the partial derivative of this parametric function?

56 Views Asked by At

Given the Function:

$f : \mathbb{R}^2 \rightarrow \mathbb{R}^2$ , $r \in \mathbb{R}.$

$f(x,y) = \begin{cases} x=r\cos(\theta)\\ y= r\sin(\theta) \end{cases}$


Calculate this Partial Derivative:

\begin{equation} \frac{\partial (x,y)}{\partial (r,\theta)} \end{equation}


I do really need some help on this lads, any help would be really appreciated.

1

There are 1 best solutions below

0
On BEST ANSWER

This symbol is shorthand for the Jacobian matrix $$\left[\begin{matrix}\frac{\partial x}{\partial r}& \frac{\partial x}{\partial \theta}\\ \frac{\partial y}{\partial r} & \frac{\partial y}{\partial \theta}\\ \end{matrix}\right] $$