The first fundamental form of a surface is a mathematical concept used in differential geometry to describe the intrinsic geometry of a surface. It provides a way to measure distances and angles on the surface. Here's a detailed explanation:
### **Definition**
The first fundamental form is essentially a way to express the dot product of vectors on the surface using the surface's local coordinates. If you have a surface parameterized by a set of coordinates, the first fundamental form gives you the metric properties of the surface in those coordinates.
### **Mathematical Formulation**
Suppose a surface \( S \) in \(\mathbb{R}^3\) is parameterized by \(\mathbf{r}(u, v)\), where \(u\) and \(v\) are parameters. The position vector \(\mathbf{r}(u, v)\) describes the surface in terms of these parameters.
To compute the first fundamental form, you start by finding the partial derivatives of \(\mathbf{r}\) with respect to \(u\) and \(v\):
- \(\mathbf{r}_u = \frac{\partial \mathbf{r}}{\partial u}\)
- \(\mathbf{r}_v = \frac{\partial \mathbf{r}}{\partial v}\)
The first fundamental form \(I\) is then defined as:
\[ I = E \, du^2 + 2F \, du \, dv + G \, dv^2 \]
where:
- \(E = \mathbf{r}_u \cdot \mathbf{r}_u\) (the dot product of \(\mathbf{r}_u\) with itself)
- \(F = \mathbf{r}_u \cdot \mathbf{r}_v\) (the dot product of \(\mathbf{r}_u\) and \(\mathbf{r}_v\))
- \(G = \mathbf{r}_v \cdot \mathbf{r}_v\) (the dot product of \(\mathbf{r}_v\) with itself)
### **Interpretation**
- **\(E\)** represents the squared length of a differential element of the surface in the \(u\) direction.
- **\(G\)** represents the squared length of a differential element in the \(v\) direction.
- **\(F\)** accounts for the interaction between changes in \(u\) and \(v\), describing how the surface tilts relative to the parameterization.
### **Applications**
The first fundamental form is crucial for:
- **Measuring Distances:** It allows you to compute the length of curves lying on the surface.
- **Calculating Angles:** You can determine angles between curves on the surface.
- **Surface Area Computations:** It helps in calculating the surface area by integrating the form over the parameter domain.
### **Example**
Consider a simple surface, such as a sphere parameterized by spherical coordinates \( ( \theta, \phi ) \):
- \(\mathbf{r}(\theta, \phi) = (R \sin \theta \cos \phi, R \sin \theta \sin \phi, R \cos \theta)\)
- The partial derivatives \(\mathbf{r}_\theta\) and \(\mathbf{r}_\phi\) can be computed and used to find \(E\), \(F\), and \(G\).
For the sphere, this results in a specific form of the first fundamental form:
\[ I = R^2 \, (d\theta^2 + \sin^2 \theta \, d\phi^2) \]
This formula tells us how distances and angles are related to the spherical coordinates.
In summary, the first fundamental form is a foundational concept in understanding the geometry of surfaces, giving insight into how to measure and analyze the surface's intrinsic properties.