A surface integral is a double integral over a 2D surface embedded in . Important extensions of surface integrals are:
The differential element is given by the norm of the cross product:
which is precisely why we care about parametrisation. The normal vector is given by:
Computations
Steps
- Determine the position vector pointing to the surface and region .
- Find the partial derivatives of with respect to and . Should get two vectors out of this.
- Take the cross product of the partials.
- Compute the unit normal vector.
- Compute .
Differential elements
The differential element for a sphere with radius (in spherical coordinates) is:
For a cylinder with radius (in cylindrical coordinates):
See also
- Line integral, the single-variable equivalent