Differences between revisions 1 and 2
Revision 1 as of 2025-12-02 00:59:00
Size: 646
Comment: Initial commit
Revision 2 as of 2025-12-02 01:02:29
Size: 742
Comment: More details
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
[[Calculus/ParametricEquation|Parameterize]] ''f'' using ''r(u,v)'' for ''a ≤ u ≤ b'', ''c ≤ v ≤ d'' to get: [[Calculus/ParametricEquation|Parameterize]] ''f'' using ''r(u,v)'' to get:
Line 20: Line 20:

where ''r = [x(u,v) y(u,v) z(u,v)]'', ''r,,u,, = [∂x/∂u ∂y/∂u ∂z/∂u]'', and ''r,,v,, = [∂x/∂v ∂y/∂v ∂z/∂v]''.

Surface Integral

A surface integral is an integral along a smooth curve C.


Scalar Surface Integral

Given a smooth surface S, integrating a function f along S gives the scalar surface integral. As the name implies, this returns a scalar value.

scalar1.svg

Parameterize f using r(u,v) to get:

scalar2.svg

where r = [x(u,v) y(u,v) z(u,v)], ru = [∂x/∂u ∂y/∂u ∂z/∂u], and rv = [∂x/∂v ∂y/∂v ∂z/∂v].

This gives a straightforward calculation for surface area:

sa.svg


CategoryRicottone

Calculus/SurfaceIntegral (last edited 2025-12-10 22:00:18 by DominicRicottone)