Curvature Introduction Slides Curvature
Defining the "Bendiness" of Space Curves
Lesson 1 Vector Calculus
Why Curvature Matters
Consider a highway off-ramp. If the curve is too sharp, the lateral force required to stay on the road exceeds the friction of the tires.
"The tighter the curve, the larger the curvature."
How do we mathematically define "tightness" independently of the speed of the car?
High Curvature Low Curvature
01. The Unit Tangent Vector
The tangent vector \(\mathbf{r}'(t)\) points in the direction of motion, but its magnitude depends on the speed of the parameterization.
\(\mathbf{T}(t) = \frac{\mathbf{r}'(t)}{\|\mathbf{r}'(t)\|}\)
Key Properties:
It is always a unit vector (\(\|\mathbf{T}(t)\| = 1\)).
It indicates the direction of the curve at any point.
It is independent of the speed of the object moving along the curve.
Defining Curvature \(\kappa\)
Curvature measures how fast the direction of the curve changes with respect to arc length \(s\).
\(\kappa = \left\| \frac{d\mathbf{T}}{ds} \right\|\)
Since we usually parameterize by \(t\), we use the chain rule:
\(\kappa(t) = \frac{\|\mathbf{T}'(t)\|}{\|\mathbf{r}'(t)\|}\)
The Shortcut Formula
Best for complex 3D curves where \(\mathbf{T}'(t)\) is messy:
\(\kappa(t) = \frac{\|\mathbf{r}'(t) \times \mathbf{r}''(t)\|}{\|\mathbf{r}'(t)\|^3}\)
Geometric Intuition
Straight Lines
The direction never changes.
\(\kappa = 0\)
Circles
Direction changes at a constant rate.
\(\kappa = \frac{1}{R}\)
Space Curves
Curvature varies based on "tightness".
\(\kappa = f(t)\)
Curvature Practice Worksheet Refined Curve Mechanics Worksheet
Topic: Curvature & Unit Tangent Vectors
Name:
Date:
1
The Unit Tangent Vector
For the vector-valued function \(\mathbf{r}(t) = \langle 3\cos(t), 3\sin(t), 4t \rangle\), find the unit tangent vector \(\mathbf{T}(t)\) and evaluate it at \(t = \pi\).
Show Work
\(\mathbf{T}(\pi) =\)
2
Curvature for Planar Curves
Consider the parabola \(y = x^2\). Use the formula \(\kappa(x) = \frac{|f''(x)|}{[1 + (f'(x))^2]^{3/2}}\) to find the curvature at:
A) The Vertex \((0,0)\)
\(\kappa(0) =\)
B) The Point \((1,1)\)
\(\kappa(1) =\)
3
The Cross Product Shortcut
Calculate the curvature \(\kappa(t)\) of the curve \(\mathbf{r}(t) = \langle t, t^2, \frac{2}{3}t^3 \rangle\) at the point \(t = 1\). Use the formula: \(\kappa(t) = \frac{\|\mathbf{r}'(t) \times \mathbf{r}''(t)\|}{\|\mathbf{r}'(t)\|^3}\).
Step 1: Compute \(\mathbf{r}'(t)\) and \(\mathbf{r}''(t)\)
Step 2: Compute the cross product \(\mathbf{r}'(1) \times \mathbf{r}''(1)\)
Step 3: Calculate the magnitude and final curvature
Final Answer: \(\kappa(1) =\)
4
Analysis
A particle moves along a path such that its speed \(\|\mathbf{r}'(t)\|\) is doubled while the rate of change of its direction \(\|\mathbf{T}'(t)\|\) remains constant. What happens to the curvature of the path? Explain using the formula \(\kappa(t) = \frac{\|\mathbf{T}'(t)\|}{\|\mathbf{r}'(t)\|}\).
Curvature Teacher Guide Teacher Guide L1: CURVATURE
Curvature & Tangent Vectors
Instructional Strategies and Facilitation Guide
Learning Objectives
• Establish the geometric meaning of \(\mathbf{T}(t)\) as a direction-only vector.
• Distinguish between arc length parameterization (\(s\)) and general parameterization (\(t\)).
• Identify when to use the cross-product shortcut vs. the unit tangent derivative formula.
Key Discussion Questions
"Why do we divide \(\mathbf{r}'(t)\) by its magnitude? What information is lost in this process?"
Response Goal: Speed information is removed; only the direction remains. This makes the vector "intrinsic" to the curve's shape rather than its motion.
"Is it possible for a non-linear curve to have zero curvature?"
Response Goal: No. Curvature measures the rate of change of direction. If curvature is zero everywhere, the direction never changes, which defines a straight line.
Common Pitfalls
Notation Confusion: Students often confuse \(\mathbf{T}'(t)\) with \(\frac{d\mathbf{T}}{ds}\). Emphasize the chain rule factor \(\frac{1}{\|\mathbf{r}'(t)\|}\).
Algebraic Fatigue: The helix example \(\langle \cos t, \sin t, t \rangle\) is a classic for a reason—it stays algebraically clean. Start there.
Timing Suggestions
Hook/Intro10 min
T(t) Derivation15 min
Kappa Formulas25 min
Worksheet Prep10 min
Facilitation Notes
The "Highway" Analogy
Ask students to imagine two cars on the same off-ramp. Car A is going 20 mph, Car B is going 60 mph. Does the curve change? No. Curvature is a property of the road , not the car . This motivates why we use arc length \(s\) for the definition.
The Circle Proof
Walk through the derivation that \(\kappa = 1/R\) for a circle. This is the most important "sanity check" for students. If a formula doesn't yield \(1/R\) for a circle of radius \(R\), something is wrong.
Formula Choice
Teach students to look ahead: if \(\mathbf{T}(t)\) involves heavy radicals in the denominator, abandon the derivative formula and use the cross-product shortcut immediately.
Vector Calculus Series • Unit 3: Intrinsic Geometry
Normal Vector Slides The Normal Vector
Defining the Direction of the Turn
Lesson 2 Vector Calculus
Where are you looking?
Imagine you are on a roller coaster loop.
Your velocity (and Tangent Vector ) points straight ahead.
But as you turn, your head is pulled toward the center of the loop.
"The Normal Vector points in the direction the curve is bending."
T N
02. Defining \(\mathbf{N}(t)\)
Since \(\mathbf{T}(t)\) is a unit vector, its derivative \(\mathbf{T}'(t)\) is always orthogonal to \(\mathbf{T}(t)\). We normalize this derivative to get the principal unit normal vector:
\(\mathbf{N}(t) = \frac{\mathbf{T}'(t)}{\|\mathbf{T}'(t)\|}\)
Requirement:
Curvature must be non-zero (\(\kappa \neq 0\)). If \(\kappa = 0\), the normal vector is undefined (straight line).
Geometry:
\(\mathbf{N}(t)\) points toward the "inner" side of the curve, where the center of curvature lies.
Proof of Orthogonality
Why is \(\mathbf{T}'(t) \perp \mathbf{T}(t)\)?
1. Start with: \(\mathbf{T}(t) \cdot \mathbf{T}(t) = 1\)
2. Differentiate both sides:
\(2 \mathbf{T}(t) \cdot \mathbf{T}'(t) = 0\)
4. Therefore: \(\mathbf{T}(t) \perp \mathbf{T}'(t)\)
Conclusion
The principal unit normal vector \(\mathbf{N}\) is always perpendicular to the direction of travel \(\mathbf{T}\).
Computational Workflow
01
Find \(\mathbf{T}(t)\)
Calculate \(\mathbf{r}'(t)\) and divide by its magnitude.
02
Find \(\mathbf{T}'(t)\)
Differentiate your unit tangent vector with respect to \(t\).
03
Normalize
Divide \(\mathbf{T}'(t)\) by its magnitude to ensure it's a unit vector.
⚠️ Warning: Always find the unit vector \(\mathbf{T}(t)\) BEFORE differentiating!
Normal Vector Sketching Activity Normal Vector Workshop
Geometric Interpretation & Visual Analysis
NAME:
Task 1: Intuitive Sketching
For each path shown below, sketch the Unit Tangent Vector (\(\mathbf{T}\)) in blue and the Principal Unit Normal Vector (\(\mathbf{N}\)) in orange at the indicated points.
A) Clockwise Circle
Sketch at Top and Right points
B) Sine Wave \(y = \sin(x)\)
Sketch at Peak and Trough
Task 2: Deriving \(\mathbf{N}(t)\)
Calculate the Principal Unit Normal Vector for the helix: \(\mathbf{r}(t) = \langle \cos t, \sin t, t \rangle\).
1. Find the Unit Tangent Vector \(\mathbf{T}(t)\)
2. Find the derivative \(\mathbf{T}'(t)\)
3. Find \(\|\mathbf{T}'(t)\|\) and state \(\mathbf{N}(t)\)
Task 3: The Directional Rule
In your own words, explain the relationship between the direction of \(\mathbf{N}(t)\) and the "concavity" of the curve. If a curve is bending to the left, which way does \(\mathbf{N}(t)\) point?
Normal Vector Key Answer Key L2: NORMAL VECTORS
Normal Vector Activity Keys
Task 1: Visual Solutions
A) Clockwise Circle
Top Point: \(\mathbf{T}\) points right; \(\mathbf{N}\) points down (toward center).
Right Point: \(\mathbf{T}\) points down; \(\mathbf{N}\) points left (toward center).
Note: \(\mathbf{N}\) always points toward the center of the circle regardless of direction of travel.
B) Sine Wave
Peak: \(\mathbf{T}\) is horizontal (right); \(\mathbf{N}\) points vertically down.
Trough: \(\mathbf{T}\) is horizontal (right); \(\mathbf{N}\) points vertically up.
Note: \(\mathbf{N}\) always points in the direction of concavity.
Task 2: Helix Derivation
Step 1: \(\mathbf{T}(t)\)
\(\mathbf{r}'(t) = \langle -\sin t, \cos t, 1 \rangle\)
\(\|\mathbf{r}'(t)\| = \sqrt{(-\sin t)^2 + (\cos t)^2 + 1^2} = \sqrt{1+1} = \sqrt{2}\)
\(\mathbf{T}(t) = \frac{1}{\sqrt{2}} \langle -\sin t, \cos t, 1 \rangle\)
Step 2: \(\mathbf{T}'(t)\)
\(\mathbf{T}'(t) = \frac{1}{\sqrt{2}} \langle -\cos t, -\sin t, 0 \rangle\)
Step 3: \(\mathbf{N}(t)\)
\(\|\mathbf{T}'(t)\| = \frac{1}{\sqrt{2}} \sqrt{(-\cos t)^2 + (-\sin t)^2 + 0} = \frac{1}{\sqrt{2}}\)
\(\mathbf{N}(t) = \frac{\mathbf{T}'(t)}{1/\sqrt{2}} = \langle -\cos t, -\sin t, 0 \rangle\)
Task 3: Conceptual Reflection
"The Normal vector \(\mathbf{N}(t)\) always points in the direction of the turn, which is the direction of concavity. If a curve is bending left, \(\mathbf{N}(t)\) points to the left. Mathematically, it points toward the center of the osculating circle (the circle that best fits the curve at that point)."
Binormal Vector and Torsion Slides Torsion
The Third Dimension of Curve Geometry
Lesson 3 Vector Calculus
Circle vs. Helix
A circle and a helix both have constant curvature \(\kappa\).
So what makes them different?
"The circle stays in a plane. The helix twists out of it."
We need a mathematical quantity to measure this "twisting" out of the plane.
PLANAR
TWISTED
03. The Binormal Vector \(\mathbf{B}(t)\)
To complete our coordinate system, we use the cross product of our existing vectors:
\(\mathbf{B} = \mathbf{T} \times \mathbf{N}\)
It is a unit vector .
It is orthogonal to both \(\mathbf{T}\) and \(\mathbf{N}\).
It represents the axis of the curve's turn.
T N B
Defining Torsion \(\tau\)
Torsion measures the rate at which the Binormal vector \(\mathbf{B}\) rotates. This rotation indicates how quickly the curve is leaving its plane of motion.
Theoretical Formula
\(\frac{d\mathbf{B}}{ds} = -\tau \mathbf{N}\)
Computational Formula
\(\tau = \frac{(\mathbf{r}' \times \mathbf{r}'') \cdot \mathbf{r}'''}{\|\mathbf{r}' \times \mathbf{r}''\|^2}\)
Interpreting \(\tau\)
\(\tau = 0\)
The curve is Planar . It never leaves its initial plane.
\(\tau > 0\)
A Right-handed twist (like a standard screw).
\(\tau < 0\)
A Left-handed twist.
Twisting and Turning Worksheet Twisting & Turning
Calculations for Binormal Vectors and Torsion
NAME:
1
The Binormal Vector \(\mathbf{B}\)
For a curve with \(\mathbf{T}(t) = \frac{1}{\sqrt{2}} \langle \cos t, \sin t, 1 \rangle\) and \(\mathbf{N}(t) = \langle -\sin t, \cos t, 0 \rangle\), calculate the binormal vector \(\mathbf{B}(t)\).
VECTOR CROSS PRODUCT WORKSPACE
\(\mathbf{B}(t) = \langle\) \(\rangle\)
2
Calculating Torsion \(\tau\)
Calculate the torsion \(\tau(t)\) of the curve \(\mathbf{r}(t) = \langle \cos t, \sin t, t \rangle\). Recall the formula: \(\tau = \frac{(\mathbf{r}' \times \mathbf{r}'') \cdot \mathbf{r}'''}{\|\mathbf{r}' \times \mathbf{r}''\|^2}\) .
Step A: Find \(\mathbf{r}'(t), \mathbf{r}''(t), \text{ and } \mathbf{r}'''(t)\)
Step B: Compute \(\mathbf{r}' \times \mathbf{r}''\)
Step C: Compute the Scalar Triple Product and Final Torsion
Final Torsion: \(\tau(t) = \)
3
Planarity Test
Prove that the curve \(\mathbf{r}(t) = \langle t+1, 2t, 3t-5 \rangle\) is planar.
Hint: Calculate \(\mathbf{r}'''(t)\) or examine the nature of the path.
Vector Calculus Formula Sheet TNB Frame Reference Sheet
Vector Calculus • Differential Geometry of Curves
1. THE MOVING FRAME (TNB)
Unit Tangent Vector
\[\mathbf{T}(t) = \frac{\mathbf{r}'(t)}{\|\mathbf{r}'(t)\|}\]
Principal Unit Normal Vector
\[\mathbf{N}(t) = \frac{\mathbf{T}'(t)}{\|\mathbf{T}'(t)\|}\]
Binormal Vector
\[\mathbf{B}(t) = \mathbf{T}(t) \times \mathbf{N}(t)\]
3. TORSION (\(\tau\))
General Parameter Formula
\[\tau = \frac{(\mathbf{r}' \times \mathbf{r}'') \cdot \mathbf{r}'''}{\|\mathbf{r}' \times \mathbf{r}''\|^2}\]
Interpretation
\(\tau = 0 \implies\) Curve is Planar
\(\tau > 0 \implies\) Right-hand Twist
\(\tau < 0 \implies\) Left-hand Twist
2. CURVATURE (\(\kappa\))
Derivative Definition
\[\kappa = \frac{\|\mathbf{T}'(t)\|}{\|\mathbf{r}'(t)\|}\]
Cross Product Formula (3D)
\[\kappa = \frac{\|\mathbf{r}' \times \mathbf{r}''\|}{\|\mathbf{r}'\|^3}\]
Function Form \(y=f(x)\)
\[\kappa = \frac{|f''(x)|}{[1 + (f'(x))^2]^{3/2}}\]
FRENET-SERRET FORMULAS
How the frame rotates (arc length \(s\)):
1. \(\frac{d\mathbf{T}}{ds} = \kappa \mathbf{N}\)
2. \(\frac{d\mathbf{N}}{ds} = -\kappa \mathbf{T} + \tau \mathbf{B}\)
3. \(\frac{d\mathbf{B}}{ds} = -\tau \mathbf{N}\)
Orthogonality Check: \(\mathbf{T} \cdot \mathbf{N} = 0\), \(\mathbf{N} \cdot \mathbf{B} = 0\), \(\mathbf{T} \cdot \mathbf{B} = 0\)
Frenet-Serret Synthesis Slides The Moving Frame
Frenet-Serret Formulas & The Synthesis
Lesson 4 Vector Calculus
Putting it Together
We have three mutually orthogonal unit vectors that form a local coordinate system at every point on a curve.
The TNB Frame
\(\mathbf{T}\): Direction of motion
\(\mathbf{N}\): Direction of turn
\(\mathbf{B}\): Axis of rotation
Orthonormal Basis
As the curve moves, the basis vectors rotate. How do they rotate?
04. The Frenet-Serret Formulas
With respect to arc length \(s\):
\(\frac{d\mathbf{T}}{ds} = \kappa \mathbf{N}\)
\(\frac{d\mathbf{N}}{ds} = -\kappa \mathbf{T} + \tau \mathbf{B}\)
\(\frac{d\mathbf{B}}{ds} = -\tau \mathbf{N}\)
The Rotation Matrix
The formulas can be written in matrix form, showing an antisymmetric operator:
\[\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}\]
Physical Meaning
This system describes how a coordinate frame twists and bends as it traverses a curve. It is the foundation of Differential Geometry .
Why do we care?
Animation
Attaching a camera to a motion path requires a stable frame (TNB).
Physics
Decomposing acceleration into tangential and normal components.
Biology
Modeling the supercoiling of DNA and protein structures.
TNB Frame Construction Lab TNB Frame Construction Lab
Topic: Full Synthesis of Differential Geometry
Candidate:
Design Challenge
In computer graphics, to animate a camera "sliding" along a rail, we must define three vectors at every point: where it's looking (\(\mathbf{T}\)), where "up" is (\(\mathbf{N}\)), and a third axis (\(\mathbf{B}\)). Construct this frame for the following curve.
Target Curve: \(\mathbf{r}(t) = \langle e^t \cos t, e^t \sin t, e^t \rangle\)
Evaluate the frame at the anchor point \(t = 0\).
1 Tangent Vector \(\mathbf{T}(0)\)
\(\mathbf{T}(0) =\)
2 Normal Vector \(\mathbf{N}(0)\)
\(\mathbf{N}(0) =\)
3 Binormal Vector \(\mathbf{B}(0)\)
\(\mathbf{B}(0) =\)
Quality Control
Verification 1: Orthogonality
Check that \(\mathbf{T}(0) \cdot \mathbf{N}(0) = 0\).
Verification 2: Magnitude
Confirm \(\mathbf{B}(0)\) is a unit vector.
Frenet-Serret Teacher Guide Facilitation Guide L4: FRENET-SERRET
The Frame in Motion
The Rotation Analogy
To help students visualize the Frenet-Serret formulas, use the "Airplane" analogy :
Yaw: Change in direction (\(\mathbf{T}'\)) controlled by curvature (\(\kappa\)). The plane turns left or right.
Roll: Change in the orientation of the wings (\(\mathbf{B}'\)) controlled by torsion (\(\tau\)). The plane twists.
Pitch: Handled by the interaction of \(\mathbf{T}\) and \(\mathbf{N}\) in 3D space.
Conceptual Hurdles
"Why the negative sign in \(d\mathbf{B}/ds = -\tau\mathbf{N}\)?"
This is a matter of convention. It ensures that a "right-handed" helix has positive torsion. Remind students that \(\tau\) measures how the binormal vector (the axis of the turn) is tipping over.
"What happens if \(\kappa = 0\)??"
The entire frame collapses! Without curvature, \(\mathbf{N}\) is not defined, and thus \(\mathbf{B}\) is not defined. Differential geometry of curves requires "bendiness" to create a reference frame.
Teacher Tip
The matrix form of Frenet-Serret is much easier for students to memorize than the individual equations. Highlight the antisymmetry —every positive term has a matching negative term across the diagonal.
Checking Work
In the TNB Lab, students will calculate for \(t=0\). This allows for quick verbal checks. \(\mathbf{T}(0)\) should be \(\langle 1, 0, 1 \rangle/\sqrt{2}\). If they miss the \(\sqrt{2}\), their subsequent dot products won't work.
Osculating Geometry Slides The Perfect Fit
Osculating Planes and Circles
Lesson 5 Final Analysis
The Best Approximation
In Single-Variable Calculus, the Tangent Line is the best linear approximation of a curve at a point.
"What is the best circular approximation for a space curve?"
To find it, we need two things: a plane to hold the circle, and a radius to define it.
Osculating Circle
05. The Osculating Plane
The plane containing the Tangent (\(\mathbf{T}\)) and Normal (\(\mathbf{N}\)) vectors.
Normal Vector of the Plane:
\(\mathbf{B} = \mathbf{T} \times \mathbf{N}\)
This is the plane in which the curve "locally" lies.
Key Concept
The equation of the osculating plane at point \(P\) uses \(\mathbf{B}\) as the normal vector and \(P\) as the anchor point.
The Osculating Circle
Also known as the "Kissing Circle" (from Latin osculari , to kiss).
1. Radius (\(\rho\)):
\(\rho = \frac{1}{\kappa}\)
2. Center (\(C\)):
\(C = P + \rho \mathbf{N}\)
It lies in the osculating plane.
It has the same tangent as the curve at point \(P\).
It has the same curvature as the curve at point \(P\).
The Three Fundamental Planes
Osculating
Contains \(\mathbf{T}\) and \(\mathbf{N}\).
Normal Vector: \(\mathbf{B}\)
Normal
Contains \(\mathbf{N}\) and \(\mathbf{B}\).
Normal Vector: \(\mathbf{T}\)
Rectifying
Contains \(\mathbf{T}\) and \(\mathbf{B}\).
Normal Vector: \(\mathbf{N}\)
Osculating Planes and Circles Worksheet Fitting the Circle
Applied Geometry: Osculating Planes & Circles
NAME:
1
The Osculating Plane
Find the equation of the osculating plane of the curve \(\mathbf{r}(t) = \langle \cos t, \sin t, t \rangle\) at the point where \(t = \pi/2\).
Step A: Identify the Point \(P\)
Step B: Compute the Binormal Vector \(\mathbf{B}(\pi/2)\)
Step C: Write the Plane Equation \(a(x-x_0) + b(y-y_0) + c(z-z_0) = 0\)
2
The Kissing Circle
For the parabola \(y = \frac{1}{2}x^2\), find the center and radius of the osculating circle at the vertex \((0,0)\).
Radius Calculation (\(\rho = 1/\kappa\))
\(\rho =\)
Center Calculation (\(C = P + \rho\mathbf{N}\))
Center \(C =\)
Final Circle Equation
3
Geometric Insight
At a point of inflection on a planar curve (where \(f''(x) = 0\)), what happens to the radius of the osculating circle? Is it possible to construct the circle? Explain.
TNB Frame Mastery Quiz CALCULUS III UNITS 3.1 - 3.5
TNB Frame Mastery Quiz
NAME:
SCORE:
Part 1: Conceptual Foundations
Match the vector or scalar to its geometric physical interpretation:
1
\(\mathbf{T}(t)\)
2
\(\mathbf{N}(t)\)
3
\(\mathbf{B}(t)\)
4
\(\kappa(t)\)
5
\(\tau(t)\)
_____ A. Measures the rate of "twist" out of a plane.
_____ B. Points in the direction of motion.
_____ C. Normal to the osculating plane.
_____ D. Measures the "bendiness" of the curve.
_____ E. Points in the direction of the turn.
Part 2: Applied Calculation
A space curve is defined by \(\mathbf{r}(t) = \langle t, 1-t, t^2 \rangle\). Compute the curvature \(\kappa\) at the point \((0, 1, 0)\).
Workspace: Show all vector products and magnitudes
Final Answer:
Part 3: Surface Analysis
If \(\mathbf{T}(0) = \langle 1, 0, 0 \rangle\) and \(\mathbf{N}(0) = \langle 0, 1, 0 \rangle\), what is the equation of the Normal Plane at the origin \((0,0,0)\)?
Workspace
\(x = 0\)
\(y = 0\)
\(z = 0\)
\(x+y=0\)