Function pointer

From formulasearchengine
Revision as of 13:39, 14 January 2014 by en>Qwertyus (In Ruby: remove, this is not about pointers)
Jump to navigation Jump to search

In differential geometry, the first fundamental form is the inner product on the tangent space of a surface in three-dimensional Euclidean space which is induced canonically from the dot product of R3. It permits the calculation of curvature and metric properties of a surface such as length and area in a manner consistent with the ambient space. The first fundamental form is denoted by the Roman numeral I,

I(x,y)=x,y.

Let X(uv) be a parametric surface. Then the inner product of two tangent vectors is

I(aXu+bXv,cXu+dXv)=acXu,Xu+(ad+bc)Xu,Xv+bdXv,Xv=Eac+F(ad+bc)+Gbd,

where E, F, and G are the coefficients of the first fundamental form.

The first fundamental form may be represented as a symmetric matrix.

I(x,y)=xT(EFFG)y

Further notation

When the first fundamental form is written with only one argument, it denotes the inner product of that vector with itself.

I(v)=v,v=|v|2

The first fundamental form is often written in the modern notation of the metric tensor. The coefficients may then be written as gij:

(gij)=(g11g12g21g22)=(EFFG)

The components of this tensor are calculated as the scalar product of tangent vectors X1 and X2:

gij=XiXj

for i, j = 1, 2. See example below.

Calculating lengths and areas

The first fundamental form completely describes the metric properties of a surface. Thus, it enables one to calculate the lengths of curves on the surface and the areas of regions on the surface. The line element ds may be expressed in terms of the coefficients of the first fundamental form as

ds2=Edu2+2Fdudv+Gdv2.

The classical area element given by dA=|Xu×Xv|dudv can be expressed in terms of the first fundamental form with the assistance of Lagrange's identity,

dA=|Xu×Xv|dudv=Xu,XuXv,XvXu,Xv2dudv=EGF2dudv.

Example

The unit sphere in R3 may be parametrized as

X(u,v)=(cosusinvsinusinvcosv),(u,v)[0,2π)×[0,π).

Differentiating X(u,v) with respect to u and v yields

Xu=(sinusinvcosusinv0),Xv=(cosucosvsinucosvsinv).

The coefficients of the first fundamental form may be found by taking the dot product of the partial derivatives.

E=XuXu=sin2v
F=XuXv=0
G=XvXv=1

Length of a curve on the sphere

The equator of the sphere is a parametrized curve given by (u(t),v(t))=(t,π2) with t ranging from 0 to 2π. The line element may be used to calculate the length of this curve.

02πE(dudt)2+2Fdudtdvdt+G(dvdt)2dt=02πsinvdt=2πsinπ2=2π

Area of a region on the sphere

The area element may be used to calculate the area of the sphere.

0π02πEGF2dudv=0π02πsinvdudv=2π[cosv]0π=4π

Gaussian curvature

The Gaussian curvature of a surface is given by

K=detIIdetI=LNM2EGF2,

where L, M, and N are the coefficients of the second fundamental form.

Theorema egregium of Gauss states that the Gaussian curvature of a surface can be expressed solely in terms of the first fundamental form and its derivatives, so that K is in fact an intrinsic invariant of the surface. An explicit expression for the Gaussian curvature in terms of the first fundamental form is provided by the Brioschi formula.

See also

External links

Template:Curvature