Unit 08: Arc Length and Curvature


Unit01

Unit02

Unit03

Unit04

Unit05

Unit06

Unit07

Unit08

Unit09

Unit10

Unit11

Unit12

Unit13

Unit14

Unit15

Unit16

Unit17

Unit18

Unit19

Unit20

Unit21

Unit22

Unit23

Unit24
You see coffee cup caustics everywhere!

A video from Summer 2021

Here is the verification of the curvature formula:
r[t_]:= {x[t], y[t], z[t]}; 
s[t_]:= Sqrt[r'[t].r'[t]];
T[t_]:= r'[t]/s[t];
kappa1[t_]:= Sqrt[T'[t].T'[t]]/s[t]
kappa2[t_]:= Sqrt[Cross[r'[t], r''[t]].Cross[r'[t], r''[t]]]/s[t]^3
Simplify[kappa1[t]^2 == kappa2[t]^2]

A video from Summer 2020

-->