What is a double integral?
I = ∬A f(x, y) dA where A is the region/domain of integration and dA is the infinitesimal area element.
What is the area element in Cartesian coordinates?
dA = dx dy
What is the area element in polar coordinates?
For (x, y) = (R cos φ, R sin φ): dA = R dR dφ
What is the Jacobian determinant
J(u, v) = (∂x/∂u)(∂y/∂v) − (∂x/∂v)(∂y/∂u)
How do you change variables in a double integral?
If x = x(u, v), y = y(u, v): ∬A f(x, y) dx dy = ∬S f(x(u, v), y(u, v)) |J(u, v)| du dv where region A in (x, y)-plane corresponds to region S in (u, v)-plane.