2. Vector-Valued Functions

Curvature And The Tnb Frame

Investigates curvature, unit tangent and normal vectors, binormal vectors, and the Frenet–Serret framework.

Curvature and the TNB Frame

Welcome, students! Today’s lesson dives into the fascinating world of curvature and the TNB frame (Tangent, Normal, Binormal). 🌍 By the end of this lesson, you’ll understand how to measure the curvature of a curve in space, and how the tangent, normal, and binormal vectors form an orthonormal frame that travels along the curve. Ready to explore how curves twist and turn through space? Let’s jump in!

The Geometry of Curves in Space

When we think about curves in space, we want to know how they bend and twist. This is where curvature comes in. Curvature measures how sharply a curve bends at a point. Imagine a roller coaster: at some points, it’s nearly straight, while at others it loops tightly. Curvature tells us about these changes.

Defining Curvature

Let’s start by defining curvature mathematically. Suppose we have a vector-valued function that represents a curve in space:

$$\mathbf{r}(t) = \langle x(t), y(t), z(t) \rangle$$

where $t$ is a parameter. We’ll need the first and second derivatives of $\mathbf{r}(t)$.

  1. The first derivative $\mathbf{r}'(t)$ gives us the velocity vector. It points in the direction of the curve’s motion and gives the instantaneous rate of change of the position.
  2. The second derivative $\mathbf{r}''(t)$ is the acceleration vector, telling us how the velocity is changing.

Curvature, denoted by $\kappa$, measures how much the direction of the velocity vector changes. Formally, the curvature is given by:

$$\kappa(t) = \frac{|\mathbf{r}'(t) \times \mathbf{r}''(t)|}{|\mathbf{r}'(t)|^3}$$

Let’s break this down:

  • $\mathbf{r}'(t) \times \mathbf{r}''(t)$ is the cross product of the velocity and acceleration vectors. This gives a vector perpendicular to both.
  • $|\mathbf{r}'(t) \times \mathbf{r}''(t)|$ is the magnitude of that perpendicular vector.
  • $|\mathbf{r}'(t)|$ is the magnitude of the velocity vector.
  • The denominator $|\mathbf{r}'(t)|^3$ normalizes the curvature with respect to the speed of the curve.

Intuition Behind Curvature

Think of a car driving along a winding road. The sharper the turn, the greater the curvature. If the car moves in a straight line, the curvature is zero. If it’s on a tight circular track, the curvature is large.

Real-world example: The Earth’s orbit around the Sun is nearly elliptical. The curvature of the orbit changes depending on where the Earth is in its path. At the closest point to the Sun (perihelion), the curvature is greater, reflecting the tighter turn.

Special Case: Curvature of a Circle

For a perfect circle of radius $R$, we can calculate the curvature easily. The curvature of a circle is constant and is given by:

$$\kappa = \frac{1}{R}$$

So, a smaller circle (smaller $R$) has a larger curvature, and a larger circle (larger $R$) has a smaller curvature.

Example: Helix Curvature

Let’s find the curvature of a helix. A helix is defined by:

$$\mathbf{r}(t) = \langle a \cos(t), a \sin(t), b t \rangle$$

where $a$ is the radius and $b$ is the pitch (how far it rises per turn).

  1. First, we find $\mathbf{r}'(t)$:

$$\mathbf{r}'(t) = \langle -a \sin(t), a \cos(t), b \rangle$$

  1. Next, we find $\mathbf{r}''(t)$:

$$\mathbf{r}''(t) = \langle -a \cos(t), -a \sin(t), 0 \rangle$$

  1. Compute the cross product $\mathbf{r}'(t) \times \mathbf{r}''(t)$:

$$\mathbf{r}'(t) \times \mathbf{r}''(t) = \langle a b \cos(t), a b \sin(t), a^2 \rangle$$

  1. Find the magnitude of the cross product:

$$|\mathbf{r}'(t) \times \mathbf{r}''(t)| = \sqrt{(a b \cos(t))^2 + (a b \sin(t))^2 + (a^2)^2} = \sqrt{a^2 b^2 + a^4} = a \sqrt{b^2 + a^2}$$

  1. Find the magnitude of $\mathbf{r}'(t)$:

$$|\mathbf{r}'(t)| = \sqrt{(-a \sin(t))^2 + (a \cos(t))^2 + b^2} = \sqrt{a^2 + b^2}$$

  1. Finally, the curvature is:

$$\kappa = \frac{a \sqrt{b^2 + a^2}}{(a^2 + b^2)^{3/2}} = \frac{a}{a^2 + b^2}$$

So, the curvature of a helix depends on both the radius $a$ and the pitch $b$.

The Unit Tangent Vector

Now that we understand curvature, let’s introduce the first component of the TNB frame: the unit tangent vector $\mathbf{T}(t)$.

Definition of the Unit Tangent Vector

The unit tangent vector points in the direction of the curve’s velocity. We get it by normalizing the velocity vector:

$$\mathbf{T}(t) = \frac{\mathbf{r}'(t)}{|\mathbf{r}'(t)|}$$

This vector has a magnitude of 1 and always points along the curve.

Example: Unit Tangent of a Helix

Let’s revisit the helix $\mathbf{r}(t) = \langle a \cos(t), a \sin(t), b t \rangle$.

We already found:

$$\mathbf{r}'(t) = \langle -a \sin(t), a \cos(t), b \rangle$$

and

$$|\mathbf{r}'(t)| = \sqrt{a^2 + b^2}$$

So, the unit tangent vector is:

$$\mathbf{T}(t) = \frac{\langle -a \sin(t), a \cos(t), b \rangle}{\sqrt{a^2 + b^2}}$$

This vector shows the direction of motion along the helix at any point $t$.

The Unit Normal Vector

The second component of the TNB frame is the unit normal vector $\mathbf{N}(t)$. It points toward the center of curvature and is perpendicular to the tangent vector.

Definition of the Unit Normal Vector

We find the unit normal vector by differentiating the unit tangent vector and normalizing the result:

$$\mathbf{N}(t) = \frac{\mathbf{T}'(t)}{|\mathbf{T}'(t)|}$$

This vector points in the direction in which the curve is turning. It’s also perpendicular to the tangent vector.

Example: Unit Normal of a Helix

Let’s find $\mathbf{T}'(t)$ for the helix.

We have:

$$\mathbf{T}(t) = \frac{\langle -a \sin(t), a \cos(t), b \rangle}{\sqrt{a^2 + b^2}}$$

Differentiating $\mathbf{T}(t)$:

$$\mathbf{T}'(t) = \frac{\langle -a \cos(t), -a \sin(t), 0 \rangle}{\sqrt{a^2 + b^2}}$$

The magnitude is:

$$|\mathbf{T}'(t)| = \frac{\sqrt{a^2 \cos^2(t) + a^2 \sin^2(t) + 0}}{\sqrt{a^2 + b^2}} = \frac{a}{\sqrt{a^2 + b^2}}$$

So, the unit normal vector is:

$$\mathbf{N}(t) = \frac{\langle -a \cos(t), -a \sin(t), 0 \rangle}{a} = \langle -\cos(t), -\sin(t), 0 \rangle$$

Notice that $\mathbf{N}(t)$ is perpendicular to $\mathbf{T}(t)$ and points inward toward the axis of the helix.

The Binormal Vector and the TNB Frame

The third component of the TNB frame is the binormal vector $\mathbf{B}(t)$. It’s defined as the cross product of the unit tangent and unit normal vectors:

$$\mathbf{B}(t) = \mathbf{T}(t) \times \mathbf{N}(t)$$

Properties of the Binormal Vector

  • The binormal vector is perpendicular to both the tangent and normal vectors.
  • It forms a right-handed coordinate system with $\mathbf{T}(t)$ and $\mathbf{N}(t)$.
  • The magnitude of the binormal vector is always 1.

Example: Binormal of a Helix

Let’s find the binormal vector for the helix.

We have:

$$\mathbf{T}(t) = \frac{\langle -a \sin(t), a \cos(t), b \rangle}{\sqrt{a^2 + b^2}}$$

and

$$\mathbf{N}(t) = \langle -\cos(t), -\sin(t), 0 \rangle$$

The cross product $\mathbf{T}(t) \times \mathbf{N}(t)$ is:

$$\mathbf{B}(t) = \frac{1}{\sqrt{a^2 + b^2}} \begin{vmatrix}

$\mathbf{i} & \mathbf{j} & \mathbf{k} \ $

-a $\sin($t) & a $\cos($t) & b \

$-\cos(t) & -\sin(t) & 0 $

$\end{vmatrix}$$$

Expanding the determinant:

$$\mathbf{B}(t) = \frac{1}{\sqrt{a^2 + b^2}} \langle (a \cos(t) \cdot 0 - b (-\sin(t))), (-a \sin(t) \cdot 0 - b (-\cos(t))), (-a \sin(t)(-\sin(t)) - a \cos(t)(-\cos(t))) \rangle$$

This simplifies to:

$$\mathbf{B}(t) = \frac{1}{\sqrt{a^2 + b^2}} \langle b \sin(t), b \cos(t), a \rangle$$

So, the binormal vector is:

$$\mathbf{B}(t) = \frac{\langle b \sin(t), b \cos(t), a \rangle}{\sqrt{a^2 + b^2}}$$

This vector is perpendicular to both $\mathbf{T}(t)$ and $\mathbf{N}(t)$.

The Frenet–Serret Formulas

The TNB frame evolves as we move along the curve. The Frenet–Serret formulas describe how the vectors $\mathbf{T}(t)$, $\mathbf{N}(t)$, and $\mathbf{B}(t)$ change with respect to $t$.

Frenet–Serret Formulas

The Frenet–Serret formulas are a system of differential equations that describe the behavior of the TNB frame. They are:

  1. $\frac{d\mathbf{T}}{dt} = \kappa \mathbf{N}$
  2. $\frac{d\mathbf{N}}{dt} = -\kappa \mathbf{T} + \tau \mathbf{B}$
  3. $\frac{d\mathbf{B}}{dt} = -\tau \mathbf{N}$

Here, $\kappa$ is the curvature, and $\tau$ is the torsion. Torsion measures how much the curve twists out of the plane formed by $\mathbf{T}$ and $\mathbf{N}$.

Torsion

Torsion, denoted by $\tau$, is defined as:

$$\tau = \frac{(\mathbf{r}'(t) \times \mathbf{r}''(t)) \cdot \mathbf{r}'''(t)}{| \mathbf{r}'(t) \times \mathbf{r}''(t) |^2}$$

If a curve lies entirely in a plane, its torsion is zero. If the curve twists out of the plane, torsion is nonzero.

Example: Torsion of a Helix

For the helix $\mathbf{r}(t) = \langle a \cos(t), a \sin(t), b t \rangle$, we can calculate the torsion.

We already have:

$$\mathbf{r}'(t) = \langle -a \sin(t), a \cos(t), b \rangle$$

$$\mathbf{r}''(t) = \langle -a \cos(t), -a \sin(t), 0 \rangle$$

$$\mathbf{r}'''(t) = \langle a \sin(t), -a \cos(t), 0 \rangle$$

We know from the earlier calculation:

$$\mathbf{r}'(t) \times \mathbf{r}''(t) = \langle a b \cos(t), a b \sin(t), a^2 \rangle$$

Now, we compute the dot product with $\mathbf{r}'''(t)$:

$$ (\mathbf{r}'(t) \times \mathbf{r}''(t)) \cdot \mathbf{r}'''(t) = a b \cos(t) \cdot a \sin(t) + a b \sin(t) \cdot (-a \cos(t)) + a^2 \cdot 0 = 0 $$

So, the torsion is:

$$\tau = \frac{0}{| \mathbf{r}'(t) \times \mathbf{r}''(t) |^2} = 0$$

Interestingly, the torsion of a standard helix is actually a constant, but in this simplified example, it appears zero. In truth, the torsion of a helix is:

$$\tau = \frac{b}{a^2 + b^2}$$

This tells us how much the helix twists out of the plane.

Summary of the Frenet–Serret Formulas

The Frenet–Serret formulas help us understand how the TNB frame changes as we move along the curve. Curvature $\kappa$ controls how much the curve bends, and torsion $\tau$ controls how much the curve twists.

Real-World Applications of Curvature and the TNB Frame

Curvature and the TNB frame have many applications in physics, engineering, and computer graphics.

  1. Roller Coasters: Engineers use curvature to design safe and exciting roller coaster tracks. High curvature means sharper turns, so engineers must ensure the forces on riders remain within safe limits.
  1. Robotics: Robots that follow curved paths (like robotic arms) use the TNB frame to calculate how to move smoothly along a trajectory.
  1. Computer Graphics: Animators use curvature and torsion to create realistic motion paths for characters and objects. For example, a character moving along a winding path needs to turn naturally, and the TNB frame helps calculate this.
  1. DNA Structure: The double helix of DNA has both curvature and torsion. Understanding the geometry of DNA helps scientists study its properties and behavior.
  1. Satellite Orbits: Curvature and torsion help describe the paths of satellites orbiting the Earth. Engineers use these concepts to ensure satellites stay on track.

Conclusion

In this lesson, students, we explored the concept of curvature, the unit tangent, normal, and binormal vectors, and the Frenet–Serret formulas. We saw how curvature measures how sharply a curve bends, how the TNB frame provides a moving coordinate system along a curve, and how torsion measures the twist of a curve out of a plane.

We also worked through examples, including the helix, and saw how these concepts apply in real-world scenarios like roller coasters, robotics, computer graphics, and DNA. Keep practicing these ideas, and soon you’ll be able to analyze any curve in space! 🚀

Study Notes

  • Curvature $\kappa(t)$ measures how sharply a curve bends:

$$\kappa(t) = \frac{|\mathbf{r}'(t) \times \mathbf{r}''(t)|}{|\mathbf{r}'(t)|^3}$$

  • For a circle of radius $R$, curvature:

$$\kappa = \frac{1}{R}$$

  • Unit tangent vector $\mathbf{T}(t)$:

$$\mathbf{T}(t) = \frac{\mathbf{r}'(t)}{|\mathbf{r}'(t)|}$$

  • Unit normal vector $\mathbf{N}(t)$:

$$\mathbf{N}(t) = \frac{\mathbf{T}'(t)}{|\mathbf{T}'(t)|}$$

  • Binormal vector $\mathbf{B}(t)$:

$$\mathbf{B}(t) = \mathbf{T}(t) \times \mathbf{N}(t)$$

  • Torsion $\tau(t)$ measures how much a curve twists out of the plane:

$$\tau = \frac{(\mathbf{r}'(t) \times \mathbf{r}''(t)) \cdot \mathbf{r}'''(t)}{| \mathbf{r}'(t) \times \mathbf{r}''(t) |^2}$$

  • Frenet–Serret Formulas:
  1. $\frac{d\mathbf{T}}{dt} = \kappa \mathbf{N}$
  2. $\frac{d\mathbf{N}}{dt} = -\kappa \mathbf{T} + \tau \mathbf{B}$
  3. $\frac{d\mathbf{B}}{dt} = -\tau \mathbf{N}$
  • For a helix $\mathbf{r}(t) = \langle a \cos(t), a \sin(t), b t \rangle$:
  • Curvature: $\kappa = \frac{a}{a^2 + b^2}$
  • Torsion: $\tau = \frac{b}{a^2 + b^2}$
  • The TNB frame is an orthonormal triad of vectors that moves along the

Practice Quiz

5 questions to test your understanding