When computing a line integral, or any integral that requires parametrization, what are you integrating with respect to?
For example, if parametrizing in polar coordinates, with $x=r\cos\theta$ and $y=r\sin\theta$, would you use
$\ dx=-r\sin \theta \ d\theta $ and $\ dy=r\cos\theta \ d\theta$,
or $\ dx \ dy = r \ dr \ d\theta$?
Or, would these be equivalent?
Thanks.
It depends on whether you are computing a line integral or a double integral over a region.
When computing a line integral, you parameterize the path with one variable. You are integrating w.r.t. that variable.
However, if you are doing a double (area) integral, then you parameterize the region in two variables, and you integrate w.r.t. these variables.
If you are computing a line integral around the circle $x^2+y^2 = R^2$ (where the radius of the circle, $R$, is constant), then we have $x = R\cos\theta$, $y = R\sin\theta$ where $0 \le \theta \le 2\pi$, and $dx = -R\sin\theta\,d\theta$, $dy = R\cos\theta\,d\theta$.
If you are computing a double integral over the disk $x^2+y^2 \le R^2$, then we have $x = r\cos\theta$, $y = r\sin\theta$, where $0 \le r \le R$, $0 \le \theta \le 2\pi$, and $\,dx\,dy = r\,dr\,d\theta$.
In either case, the resulting integral is integrating w.r.t. the parameter/parameters which you used to parameterize the curve/region.