Course: Calculus & Linear Algebra (TU Delft)
Topic: Lecture 1 - Surface Parametrization, Tangents, and Area
1. Finding Parameters from a Point
Before calculating vectors, you must know which input values
- Set the
components of the parametrization equal to the coordinates of point . - Solve the system of equations (usually by substitution).
- Tip: Look for the simplest equation first (e.g.,
is easier to solve than ).
2. Finding the Normal Vector ( )
The normal vector is perpendicular to the surface at a specific point.
Where:
(Tangent vector in direction) (Tangent vector in direction)
Steps:
- Calculate partial derivatives
and . - Plug in the numerical values for
and . - Perform the Cross Product:
- Verification: Ensure
and .
3. Parametrizing a Sphere
Using spherical coordinates is the standard way to describe a sphere of radius
Let
Finding Domain Limits (
If the sphere is cut by planes (e.g., between
- Use the
formula: . - Solve for
: . - Remember:
(or ) always stays between and .
4. Equation of the Tangent Plane
A flat plane touching the surface at point
Where
Geometric Shortcut:
If the surface is a sphere centered at the origin, the normal vector
5. Surface Area Element ( )
Used to calculate the area of a small "patch" on the surface.
Steps:
- Find the normal vector
. - Calculate the Magnitude (Scalar):
. - Multiply by the given change in parameters (
and ). - Result: Always a positive scalar (number), not a vector.
6. Total Surface Area for
When the surface is a "topography" defined by a function
Instead of doing the full cross product, use this simplified magnitude:
The "Circular Boundary" Workflow
If the region
- Calculate Partial Derivatives: Find
and . - Set up the Integral: Plug them into
. - Convert to Polar Coordinates:
- Replace
with . - Replace
with (Don't forget the !). - Set limits:
and .
- Replace
- Solve using u-substitution: Usually, the "inside" of the square root becomes your
.
Example Case (
, - Integrand:
- Polar:
Why this works:
This is actually the same as the parametric method. If you treat
7. The Torus (The "Donut" Shape) - Pappus's Theorem
A torus is created by taking a circle of radius
The Standard Parametrization
For a torus centered on the
(Where= major radius to center of tube, = minor radius of the tube itself).
The "Product of Circumferences" Shortcut
The surface area of a torus is simply the circumference of the small circle multiplied by the circumference of the path it travels.
From your exercise:
(distance from origin) (radius of the vertical circle) - Area
Integration Detail (The "Why")
If you are asked to show the work, the magnitude of the cross product (the surface area element) for a torus always simplifies to:
When you integrate this from
Tags: #calculus #linear-algebra #parametric-surfaces #surface-area #tudelft