Frenet-Serret formulas

In vector calculus, the Frenet-Serret formulas describe the dynamic properties of a particle which moves along a continuous, differentiable curve in three-dimensional space <math> \mathbb{R}^3 <math>. More specifically, the formulas describe the derivatives of the tangent, normal, and binormal unit vectors in terms of each other. The formulas are named after their (independent) discoverers: the Frenchmen Jean Frédéric Frenet and Joseph Alfred Serret.

Let s(t) represent the distance which the particle has moved along the curve. Let r(t) represent the position vector of the particle. Then the tangent unit vector T is defined as

<math> \mathbf{T} = {d\mathbf{r} \over ds}. \qquad \qquad (1) <math>

The normal unit vector N is defined as

<math> \mathbf{N} = {d\mathbf{T} / ds \over \| d\mathbf{T} / ds \|}, \qquad \qquad (2) <math>

and the binormal unit vector B is defined as

<math> \mathbf{B} = \mathbf{T} \times \mathbf{N}. \qquad \qquad (3) <math>

From equation (2) it follows, since T always has unit magnitude, that N is always perpendicular to T. From equation (3) it follows that B is always perpendicular to both T and N. Thus, the three unit vectors T, N, and B are all perpendicular to each other.

It can be proven, from the above, that

<math> \mathbf{B} \times \mathbf{T} = \mathbf{N} \qquad \qquad (4) <math>

and

<math> \mathbf{N} \times \mathbf{B} = \mathbf{T} \qquad \qquad (5) <math>.

Then the Frenet-Serret formulas are:

<math> {d\mathbf{T} \over ds} = \kappa \mathbf{N}, <math>
<math> {d\mathbf{N} \over ds} = - \kappa \mathbf{T} + \tau \mathbf{B}, <math>
<math> {d\mathbf{B} \over ds} = -\tau \mathbf{N}. <math>

The three vectors: tangent, normal, and binormal, are collectively called the Frenet vectors. Together they form a basis for 3-space, which in turn defines a reference frame with its own coordinate system. The reference frame is called a Frenet frame, and it is neither static nor inertial, since the Frenet frame moves tangentially to the (non-straight) curve, so that it is constantly accelerating. (The curve can be assumed to be parametrically dependent on time: i.e. the Frenet frame can be visualized kinematically).

The Frenet-Serret formulas are also known as Frenet-Serret theorem, and can be stated more concisely using matrix notation:

<math> \begin{bmatrix} \mathbf{T'} \\ \mathbf{N'} \\ \mathbf{B'} \end{bmatrix} = \begin{bmatrix} 0 & \kappa & 0 \\ -\kappa & 0 & \tau \\ 0 & -\tau & 0 \end{bmatrix} \begin{bmatrix} \mathbf{T} \\ \mathbf{N} \\ \mathbf{B} \end{bmatrix}.<math>
Contents

Proof

Part one

First prove equations (4) and (5). From equation (3) it follows that

<math> \mathbf{B} \times \mathbf{T} = (\mathbf{T} \times \mathbf{N}) \times \mathbf{T} \qquad \qquad (6) <math>.

An identity from vector calculus states that

<math> (\mathbf{a} \times \mathbf{b}) \times \mathbf{c} = \mathbf{b} (\mathbf{a} \cdot \mathbf{c}) - \mathbf{c} (\mathbf{a} \cdot \mathbf{b}). \qquad \qquad (7) <math>

Applying identity (7) to equation (6) yields

<math> \mathbf{B} \times \mathbf{T} = \mathbf{N} (\mathbf{T} \cdot \mathbf{T}) - \mathbf{T} (\mathbf{T} \cdot \mathbf{N}) \qquad \qquad (8) <math>

but N and T are perpendicular so that their dot product is zero. Also, T is always a unit vector, so the dot product of T with itself is always one. Therefore equation (8) simplifies to equation (4).

Now prove equation (5). From equation (4) it follows that

<math> \mathbf{N} \times \mathbf{B} = (\mathbf{B} \times \mathbf{T}) \times \mathbf{B}. \qquad \qquad (9) <math>

Applying identity (7) to equation (9) produces

<math> \mathbf{N} \times \mathbf{B} = \mathbf{T} (\mathbf{B} \cdot \mathbf{B}) - \mathbf{B} (\mathbf{B} \cdot \mathbf{T}) \qquad \qquad (10) <math>

but T and B are perpendicular so that their dot product is zero, and B is always a unit vector so that the dot product of B with itself is always unity. Therefore equation (10) simplifies to equation (5).

Equations (4) and (5) should be intuitively rather obvious.

Part two

Let κ equal the magnitude of dT / ds. Then the first Frenet-Serret formula follows from equation (2), where κ is the curvature of the particle's path.

Now prove the third Frenet-Serret formula. From equation (3) it follows that

<math> {d\mathbf{B} \over ds} = {d (\mathbf{T} \times \mathbf{N}) \over ds}. <math>

Applying the chain rule for the cross product to this last equation yields

<math> {d\mathbf{B} \over ds} = {d \mathbf{T} \over ds} \times \mathbf{N} + \mathbf{T} \times {d \mathbf{N} \over ds}. <math>

Applying the first Frenet-Serret formula to this last equation yields

<math> {d\mathbf{B} \over ds} = \kappa \mathbf{N} \times \mathbf{N} + \mathbf{T} \times {d \mathbf{N} \over ds}, \qquad \qquad (11) <math>

but the cross product of any vector with itself must be zero (due to an identity of vector calculus), so that equation (11) becomes

<math> {d\mathbf{B} \over ds} = \mathbf{T} \times {d \mathbf{N} \over ds}. <math>

The cross product of two vectors must necessarily be perpendicular to both vectors, so that dB/ds must be perpendicular to T, but it must also be perpendicular to B, since B is always a unit vector, so that dB/ds must be parallel to N. Let

<math> {d\mathbf{B} \over ds} = -\tau \mathbf{N} <math>

where τ is torsion, so that the third Frenet-Serret formula has been proven.

Lastly, prove the second Frenet-Serret formula. Equation (4) implies that

<math> {d \mathbf{N} \over ds} = {d (\mathbf{B} \times \mathbf{T}) \over ds}. <math>

Applying the chain rule for the cross product to this last equation yields

<math> {d \mathbf{N} \over ds} = {d \mathbf{B} \over ds} \times \mathbf{T} + \mathbf{B} \times {d \mathbf{T} \over ds} \qquad \qquad (12) <math>

Next, substitute the third and first Frenet-Serret formulas into equation (12), producing

<math> {d \mathbf{N} \over ds} = -\tau \mathbf{N} \times \mathbf{T} + \mathbf{B} \times \kappa \mathbf{N}. <math>

Then, applying equations (3) and (5) to the last equation yields the second Frenet-Serret formula. Q.E.D.

Alternative proof

A different proof applies the chain rule to dot products instead of to cross products. Let us restate the definitions:

<math> \mathbf{T} := {\mathbf{r'} \over |\mathbf{r'}|} <math>
<math> \mathbf{N} := {\mathbf{T'} \over |\mathbf{T'}|} <math>
<math> \mathbf{B} := \mathbf{T} \times \mathbf{N} <math>
<math> \kappa := |\mathbf{T'}| <math>
<math> \tau := - \mathbf{B'} \cdot \mathbf{N} <math>

These five quantities: the (1) tangent, (2) normal and (3) binormal vector fields and the (4) curvature and (5) torsion scalar fields are collectively known as the Frenet-Serret apparatus of the curve. By these definitions, T and N must be unit vectors, and then B must be a unit vector as well since it is the cross product of unit vectors.

From the definitions of N and κ the first Frenet-Serret formula follows immediately:

<math> \mathbf{T'} = \kappa \mathbf{N}. <math>

To prove the third Frenet-Serret formula, notice that

<math> \mathbf{B'} = (\mathbf{B'} \cdot \mathbf{T}) \mathbf{T} + (\mathbf{B'} \cdot \mathbf{N}) \mathbf{N} + (\mathbf{B'} \cdot \mathbf{B}) \mathbf{B}. <math>

The last term on the right side is equal to zero and can be dropped: B is a unit vector so its derivative B′ must be perpendicular to B, i.e. <math> \mathbf{B} \cdot \mathbf{B'} = 0 <math>. The product <math> \mathbf{B'} \cdot \mathbf{N}<math> in the second term on the right is equal to −τ by the definition of torsion. Now for the dot product in the first term. Due to the chain rule for the dot product, it is known that

<math> (\mathbf{B} \cdot \mathbf{T})' = \mathbf{B'} \cdot \mathbf{T} + \mathbf{B} \cdot \mathbf{T'} <math>

but <math> \mathbf{B} \cdot \mathbf{T} = \mathbf{T} \times \mathbf{N} \cdot \mathbf{T} = 0 <math> so <math> \mathbf{B'} \cdot \mathbf{T} = - \mathbf{B} \cdot \mathbf{T'}<math>. Applying the first Frenet-Serret formula, <math> \mathbf{B'} \cdot \mathbf{T} = -\mathbf{B} \cdot \kappa \mathbf{N} = -\kappa \mathbf{T} \times \mathbf{N} \cdot \mathbf{N} = 0 <math>, and the first term also drops out. We are left with the third Frenet-Serret formula:

<math> \mathbf{B'} = -\tau \mathbf{N}. <math>

To prove the second Frenet-Serret formula, notice that

<math> \mathbf{N'} = (\mathbf{N'} \cdot \mathbf{T}) \mathbf{T} + (\mathbf{N'} \cdot \mathbf{N}) \mathbf{N} + (\mathbf{N'} \cdot \mathbf{B}) \mathbf{B}. <math>

The second term on the right drops out: N is a unit vector so its derivative N′ must be perpendicular to N, thus <math> \mathbf{N} \cdot \mathbf{N'} = 0 <math>. From application of the chain rule we know that

<math> (\mathbf{N} \cdot \mathbf{T})' = \mathbf{N'} \cdot \mathbf{T} + \mathbf{N} \cdot \mathbf{T'}, \quad \mathbf{N} \cdot \mathbf{T} = 0, \quad \mathbf{N'} \cdot \mathbf{T} = -\mathbf{N} \cdot \mathbf{T'} <math>
<math> (\mathbf{N} \cdot \mathbf{B})' = \mathbf{N'} \cdot \mathbf{B} + \mathbf{N} \cdot \mathbf{B'}, \quad \mathbf{N} \cdot \mathbf{B} = 0, \quad \mathbf{N'} \cdot \mathbf{B} = -\mathbf{N} \cdot \mathbf{B'} <math>

therefore

<math> \mathbf{N'} = -(\mathbf{T'} \cdot \mathbf{N}) \mathbf{T} - (\mathbf{B'} \cdot \mathbf{N}) \mathbf{B}. <math>

Applying the first and third Frenet-Serret formulas, this last equation reduces to

<math> \mathbf{N'} = -\kappa \mathbf{T} + \tau \mathbf{B} <math>

which is the second Frenet-Serret formula, Q.E.D.

See also: Frenet frame.

References

  • Salas and Hille's Calculus -- One and Several Variables. Seventh Edition. Revised by Garret J. Etgen. John Wiley & Sons, 1995. p. 896.
  • Elements of Differential Geometry, by Richard S. Millman and George D. Parker.

External link

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools