A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Surface Integrals of Scalar Functions

College Depth 95 in the knowledge graph I know this Set as goal
4,333topics build on this
467prerequisites beneath it
See this on the map →
Cross Product in R^3Parametric SurfacesFlux Integrals of Vector Fields
surface-integral area

Core Idea

The surface integral ∬_S f dS integrates f over surface S. If S is parametrized as r(u,v), then dS = ||r_u × r_v|| du dv, and ∬_S f dS = ∬_D f(r(u,v)) ||r_u × r_v|| du dv.

Explainer

Recall how arc length works for a curve. If a curve is parametrized by r(t) for t ∈ [a, b], then the arc length element is ds = ||r'(t)|| dt — the speed of the parametrization. You integrate a scalar function f along the curve as ∫f ds = ∫f(r(t))||r'(t)|| dt. The ||r'(t)|| factor converts from the parametrization's time variable to actual geometric length. Surface integrals of scalar functions are the exact analogue in one dimension higher: instead of a curve with a 1D parametrization r(t), you have a surface with a 2D parametrization r(u, v).

The surface element dS is the infinitesimal area patch corresponding to a small rectangle [u, u+du] × [v, v+dv] in the parameter domain. The two partial derivatives r_u = ∂r/∂u and r_v = ∂r/∂v are tangent vectors to the surface in the u- and v-directions. From your work with the cross product in 3D, you know that ||r_u × r_v|| equals the area of the parallelogram spanned by r_u and r_v. So the area of the small patch is exactly ||r_u × r_v|| du dv. This is dS, the surface area element — the 2D analogue of ||r'(t)|| dt.

The full integral is ∬_S f dS = ∬_D f(r(u,v)) ||r_u × r_v|| du dv, where D is the parameter domain. Three steps: parametrize the surface as r(u, v) over a region D; compute the cross product r_u × r_v and its magnitude; substitute the parametrization into f and multiply by the magnitude. The result is an ordinary double integral over D. The magnitude ||r_u × r_v|| is the Jacobian of the parametrization — it accounts for how the map from parameter space to the surface stretches or compresses area.

A concrete example clarifies the computation. For the hemisphere z = √(1 − x² − y²) of radius 1, parametrize using r(x, y) = (x, y, √(1 − x² − y²)) over the unit disk D. Compute r_x = (1, 0, −x/z) and r_y = (0, 1, −y/z), then r_x × r_y = (x/z, y/z, 1), so ||r_x × r_y|| = √(x²/z² + y²/z² + 1) = 1/z. Integrating f = 1 gives the surface area: ∬_D (1/z) dx dy, which in polar coordinates evaluates to 2π — the expected area of a unit hemisphere. The factor 1/z reflects how the hemisphere tilts away from vertical as you move toward the equator, stretching the area element relative to its projection on the xy-plane.

Surface integrals of scalar functions compute physical quantities like total mass (integrate density over a thin shell), total charge on a surface, or simply surface area. They are the foundation for the next step: surface integrals of vector fields (flux integrals), where the integrand is a dot product with the surface normal rather than a scalar function evaluated on the surface.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsTrigonometric IntegralsTrigonometric SubstitutionArc LengthArc Length of Parametric CurvesSpace Curves and Tangent VectorsParametric SurfacesSurface Integrals of Scalar Functions

Longest path: 96 steps · 467 total prerequisite topics

Prerequisites (2)

Leads To (1)