I'm trying to derive the area element $dA$ in polar coordinates using total differentials (just for the sake of trying: I know the existence of the Jacobian), but I can't get the correct result.
Here's how:
$$ \left\{ \begin{array}{c} x\left(\rho,\theta\right)=\rho\cos\theta\\ y\left(\rho,\theta\right)=\rho\sin\theta \end{array}\right. $$
The total differentials of $x\left(\rho,\theta\right)$ and $y\left(\rho,\theta\right)$ are given by
$$ \begin{array}{c} dx=\cos\theta\, d\rho-\rho\sin\theta\, d\theta\\ dy=\sin\theta\, d\rho+\rho\cos\theta\, d\theta \end{array} $$
The area element $dA$ can therefore be written as
$$ dA=dx\, dy=\cos\theta\,\sin\theta\,\left(d\rho\right)^{2}-\rho^{2}\,\cos\theta\,\sin\theta\,\left(d\theta\right)^{2}+\left(\cos^{2}\theta-\sin^{2}\theta\right)\rho\, d\rho\, d\theta $$
By neglecting second order terms
$$ dA\approx\left(\cos^{2}\theta-\sin^{2}\theta\right)\rho\, d\rho\, d\theta $$
Where am I wrong with this? Thanks in advance.