Measure lengths, angles, and areas on surfaces
The first fundamental form is a way to measure distances on a surface using only information intrinsic to the surface itself. It encodes how the surface inherits a metric from the surrounding 3D space.
Given the tangent vectors Su and Sv, we define three coefficients E, F, G that completely determine lengths, angles, and areas on the surface.
Click on the surface to see the metric at that point. The yellow ellipse shows the “unit circle” in the metric — directions where |v| = 1. When E = G and F = 0, this is a circle; otherwise it's stretched into an ellipse.
These three numbers at each point form a 2×2 symmetric matrix called the metric tensor or first fundamental form.
The infinitesimal distance formula. Integrate along a curve to get arc length.
Use the metric to compute dot products and angles between tangent vectors.
The area of an infinitesimal parallelogram. Integrate to get surface area.
When F = 0, the parameter curves are orthogonal (perpendicular). This simplifies many calculations:
Example: Spherical coordinates (θ, φ) on a sphere give F = 0, with E = 1 and G = sin²φ.
The first fundamental form can be written as a 2×2 matrix:
This matrix is always symmetric and positive definite(as long as Su and Sv are linearly independent). Its determinant EG - F² equals |Su × Sv|².
Next: The Second Fundamental Form — capturing how the surface curves in 3D space.