Skip to content

Tangents and Curvature

Before we introduce the definition of curvature, we firs introduce the position vector r(t).

It is actually the vector pointing at the given point from the origin. And a function of the position vector about t is the position function.

The position vector can also be presented by the sum of three independent vectors like p=i+j+k, where i,j,k are vectors in x,y,z directions.

Tangents

The key property of the tangent line of the curve at a given position is its direction. This can be calculated by finding the derivative of the position function:

v(t)=r(t)

Where v(t) is the tangent vector.

Curvature

The curvature is a value that depict how sharp the curve bends at a given point. The definition of the curvature is:

κ=|dTds|

Where T is the unit tangent vector, and we have T=r(t)|r(t)|=v(t)|v(t)|. s is the arc length in a small interval near t.

And from the kinematics we can know that dsdt=|v(t)|, by finding the derivative of s, we have κ=|dTds|=|dTdtdtds|=T1|v(t)|=|T(t)||rt|.

That is the definition of the curvature.

But it is not so clear for calculation, so we introduce a formula for calculation here:

κ=|r(t)×r(t)||r(t)|3

Notice that there is a cross product in the numerator.

The formula above are the basic information for finding curvature.