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

Parametric Surfaces

College Depth 94 in the knowledge graph I know this Set as goal
4,339topics build on this
466prerequisites beneath it
See this on the map →
Cross Product in R^3Partial Derivatives: Definition and Computation+3 moreSurface Integrals and Flux of Vector FieldsSurface Integrals of Scalar Functions
parametric-surface normal-vector surface tangent-plane

Core Idea

A parametric surface is described by a vector function r(u, v) = ⟨x(u,v), y(u,v), z(u,v)⟩ mapping a 2D parameter domain to a surface in ℝ³. The partial derivatives r_u and r_v are tangent vectors to the surface, and their cross product r_u × r_v gives a normal vector to the surface. The magnitude |r_u × r_v| is the surface area element dS for surface integrals. Parametric surfaces generalize from explicit surfaces z = f(x,y) to surfaces that may loop back or cannot be expressed as functions.

How It's Best Learned

Practice parametrizing familiar surfaces: sphere (using spherical angles), cylinder (using angle and height), and the graph z = f(x,y) (using x and y directly). For each, compute r_u × r_v and verify that it points outward (or inward). Emphasize that the parametrization is not unique — the same surface has infinitely many valid parametrizations.

Common Misconceptions

Explainer

You already know how a vector-valued function r(t) traces a curve by mapping a one-dimensional parameter t to points in ℝ³. A parametric surface extends this idea to two parameters: r(u, v) = ⟨x(u,v), y(u,v), z(u,v)⟩ maps a region in the (u, v) parameter plane to a surface in ℝ³. As u and v range over their domain, r sweeps out a two-dimensional sheet in space. This lets you describe surfaces — spheres, cylinders, tori, graphs — in a uniform framework, even when no single formula z = f(x, y) can describe them.

The derivatives from your prerequisite on partial derivatives now describe the surface's local geometry. The partial derivative r_u = ∂r/∂u is the tangent vector you get by moving along the surface in the u-direction (holding v fixed). Similarly, r_v is the tangent vector in the v-direction. At any smooth point of the surface, these two vectors span the tangent plane — the plane that best approximates the surface at that point. From your knowledge of the cross product, you know that r_u × r_v is perpendicular to both tangent vectors. This cross product is therefore a normal vector to the surface.

The magnitude |r_u × r_v| is the most important quantity for integration. Imagine a small rectangle in the parameter domain with dimensions du × dv. Its image on the surface is a small parallelogram with sides r_u du and r_v dv. The area of a parallelogram spanned by two vectors equals the magnitude of their cross product, so the area element on the surface is dS = |r_u × r_v| du dv. This is the surface analogue of the Jacobian factor r that appeared in polar coordinates: it converts parameter-space area into actual surface area. Every surface integral you will compute — for scalar quantities and for flux — uses this formula.

To use parametric surfaces in practice, you need to parametrize familiar shapes. A sphere of radius R uses spherical angles: r(φ, θ) = ⟨R sin φ cos θ, R sin φ sin θ, R cos φ⟩ for φ ∈ [0, π], θ ∈ [0, 2π). A cylinder of radius R and height h uses r(θ, z) = ⟨R cos θ, R sin θ, z⟩. A graph z = f(x, y) parametrizes trivially: r(x, y) = ⟨x, y, f(x, y)⟩, which gives r_x × r_y = ⟨−f_x, −f_y, 1⟩ and |r_x × r_y| = √(f_x² + f_y² + 1), recovering the surface area formula you may have seen earlier. The power of the parametric framework is that all three cases use the same r_u × r_v calculation, regardless of how different the surfaces look.

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 Surfaces

Longest path: 95 steps · 466 total prerequisite topics

Prerequisites (5)

Leads To (2)