If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Curvature

How do you measure how much a curve actually, you know, curves?

What we're building to

  • The radius of curvature at a point on a curve is, loosely speaking, the radius of a circle which fits the curve most snugly at that point.
  • The curvature, denoted κ, is one divided by the radius of curvature.
  • In formulas, curvature is defined as the magnitude of the derivative of a unit tangent vector function with respect to arc length:
    κ=||dTds||
    Don't worry, I'll talk about each step of computing this value.
  • The intuition here is that the unit tangent vector tells you which direction you are moving, and the rate at which it changes with respect to small steps ds along the curve is a good indication of how quickly you are turning.

Driving along a curve

Picture some curve in the xy-plane. We'll treat everything with formulas in a bit, but for now, just think of the picture:
Imagine driving a car along this curve, and think of how much you would be turning the steering wheel at each point. At some points, the road hardly curves, and you are practically​ driving straight. At others, you have to turn the wheel quite a bit.
Now imagine that at some time while you drive, your steering wheel locks. If you were to keep driving with this locked steering wheel, not at all minding the fact that you're going off the road, your car would trace out some circle, like the one drawn in green below:
If the steering wheel was turned a lot when it froze, that circle would have a relatively small radius. If you were hardly turning at all, the circle would have a very large radius. The following animation shows what those various circles (drawn in green) might look like at different points on the curve. The radius of each circle is drawn in red.
Khan Academy video wrapper
We call the radius of the circle associated with each point the radius of curvature at that point. It's a good way to measure how much a curve actually, you know, curves at each point. Another way to think about these circles is that they hug the curve more closely than any other circle would.
Another important term is curvature, which is just one divided by the radius of curvature. It's typically denoted with the funky-looking little κ symbol:
κ=1R
Concept check: When a curve is very close to being a straight line, the curvature would be
Choose 1 answer:

Computing curvature

Suppose you have the function which defines a curve in the xy-plane. For example, the curve I used in the previous section is defined by the following vector-valued function:
s(t)=[tsin(t)1cos(t)]
This is the same thing as saying it is defined by the following parametric equations:
x(t)=tsin(t)y(t)=1cos(t)
Computing curvature involves two broad steps:

Step 1: Find a unit tangent vector

A "unit tangent vector" to the curve at a point is, unsurprisingly​, a tangent vector with length 1. In the context of a parametric curve defined by s(t), "finding a unit tangent vector" almost always means finding all unit tangent vectors. That is to say, defining a vector-valued function T(t), which takes in the same parameter and spits out a unit vector which is tangent to the curve at the point s(t).

Step 2: Find dTds

As you travel along the curve according to s(t), the unit vector changes direction whenever you turn. At sharp turns, it changes a lot, on relatively straight portions, it hardly changes at all. In fact, the curvature κ is defined to be the derivative of the unit tangent vector function.
However, it is not the derivative with respect to the parameter t, since that could depend on how quickly you are moving along the curve. It is the derivative with respect to tiny changes in arc length, usually represented by the letter s.
κ=||dTds||
Typically, the way to compute this is by first taking the derivative of T with respect to t, then dividing it by ||dsdt||.
||dTds||=||dTdt||||dsdt||

Finding the unit tangent vector

Let's take a look at the function we had above:
s(t)=[tsin(t)1cos(t)]
If you read the article on differentiating vector-valued functions, you will know that the derivative of this function can be thought of as a velocity vector.
dsdt=[ddt(tsin(t))ddt(1cos(t))]=[1cos(t)sin(t)]
For example, if we evaluate the derivative we just calculated at a specific time, perhaps t=π, here's the vector we get:
[1cos(π)sin(π)]=[20]
Positioning this vector so that its tail sits on the point s(π), where the particle is at time t=π, it represents the velocity of the particle at that time.
However, we must tweak this function, since we want unit tangent vectors. For example, this particular tangent vector has length 2, and 21[citation needed].
Concept check: Given the formula I just showed for s(t),
s(t)=[1cos(t)sin(t)]
what is the magnitude of this vector (as a function of time)?
Choose 1 answer:

Concept check: What is the unit vector pointing in the same direction as v=[21]? (This specific vector is not related to our problem at hand, this is just practice with unit vectors).
Choose 1 answer:

Key question:Which of the following represents the unit tangent vector of a curve parameterized by s (as a function of time)?
Choose 1 answer:

Getting curvature from the unit tangent vector

Now we have an expression for the unit tangent vector as a function of time, which I'll denote with a capital T for tangent, (not to be confused with lower-case t for the parameter):
T(t)=s(t)||s(t)||
The curvature κ is the magnitude of the derivative of this unit tangent vector, but with respect to arc length s, not the parameter t.
κ=||dTds||
Nevertheless, the typical way to compute this is to first differentiate T with respect to t, then to divide by the magnitude ||s(t)||, which you can think of as dsdt.
κ=||dTds||=||dTdt||||dsdt||

Intuition

Let's pause for a moment to get an intuition for this. The derivative of T(t) tells us how the unit tangent vector changes over time. Since it's always a unit tangent vector, it never changes length, and only changes direction.
At a particular time t0, you can think of the vector dTdt(t0) as sitting at the tip of the vector T(t0). Imagine the derivative vector trying to pull the vector T(t0) one way or another, telling it, "Hey! Come point more in this direction."
Since the length of T(t0) never changes, this derivative vector must always be perpendicular to T(t0); otherwise. it would "pull" it longer or shorter.
When this derivative vector is long, it's pulling the unit tangent vector really hard to change direction. As a result, the curve will change direction more suddenly, meaning it will have a smaller radius of curvature, and hence a very large curvature. Conversely, if the derivative vector is short, it's only half-heartedly pulling on the tangent vector. This translates to a very gentle turn, and hence a large radius of curvature, meaning a small curvature.
However, we don't want differences in the rate at which we move along the curve to influence the value of curvature since it is a statement about the geometry of the curve itself and not the time-dependent trajectory of whatever particle happens to be traversing it. For this reason, curvature requires differentiating T with respect to arc length, s, instead of the parameter t.

Example: Curvature of a helix

There's nothing specific about two-dimensions in everything we've just done. For example, let's find the curvature of the following three-dimensional function:
v(t)=[cos(t)sin(t)t/5]
The animation below shows the shape of this curve, which is known as a helix. It also indicates the radius of curvature at each point by showing the circle (drawn in green) which most closely "hugs" the curve at each point, with the radius of each circle drawn in red.
Khan Academy video wrapper
Ah yes, I call this one "vector-calculus hula hoop dance."
One thing you might notice is that the size of these circles doesn't seem to change. This is far from true for most three-dimensional curves, making our example somewhat special.
Concept check: By seeing that the circles above don't change size, what do you expect to be true of our curvature function κ(t)?
Choose 1 answer:

If you would like to get some practice with this type of problem, now is the time you should pull out a pencil and paper. We'll go through it together, you and I, but I'll give you the chance to try each step for yourself before the answer is shown.

Step 1: Compute derivative

The first step to finding curvature is to take the derivative of our function,
v(t)=[cos(t)sin(t)t/5]
This will give us a tangent vector to the curve which we can then mold into a unit tangent vector. Compute this derivative.

Step 2: Normalize the derivative

To get a unit tangent vector we have to normalize this derivative vector, which is to say, divide it by Its magnitude. What is the magnitude of this derivative?
Thankfully this is a constant. Things are a real pain when it's not. Using the previous two answers, what is our unit tangent vector T(t) as a function of time?

Step 3: Take the derivative of the unit tangent

To get curvature, we must find the derivative of this function, with respect to time, then take its magnitude. What is the derivative of T(t) in this case?

Step 4: Find the magnitude of this value

What is the magnitude of this vector?

Step 5: Divide this value by ||v(t)||

To go from dTdt to dTds, we must divide this by the magnitude of the derivative of the original parametric function.
Notice, this is a constant, so the curvature is the same at all points on the curve.

Summary

  • The radius of curvature at a point on a curve is, loosely speaking, the radius of a circle which fits the curve most snugly at that point.
  • The curvature, denoted κ, is one divided by the radius of curvature.
  • To find the curvature given the parametric function s defining a curve:
    • Find the unit tangent vector by normalizing the derivative of s:
      T(t)=s(t)||s(t)||
    • Curvature is defined as the magnitude of the derivative of this value with respect to arc length s. You can compute that as follows:
κ=||dTds||=||dTdt||||dsdt||
  • The intuition here is that the unit tangent vector tells you which direction you are moving, and the rate at which it changes with respect to small steps ds along the curve is a good indication of how quickly you are turning.

Want to join the conversation?

  • mr pants teal style avatar for user sauj123
    Why is the tag [citation needed] labelled after 2 /= 1? Are portions of this article copied off Wikipedia?
    (0 votes)
    Default Khan Academy avatar avatar for user
  • mr pants teal style avatar for user sauj123
    How would you work out curvature for a parametric surface? I can picture out a sphere that fits the parametric surface most snugly about a point, but I don't know how to compute it using multivariable calculus.
    (4 votes)
    Default Khan Academy avatar avatar for user
    • mr pants teal style avatar for user Robert
      Actually for a surface, curvature would depend on the direction of the cross-section you take at the point, and in general, if I recall correctly, there are, under certain smoothness conditions, always two particularly interresting directions to consider, one which gives a maximal curvature, and one which gives a minimal curvature, and sometimes these are equal (as is the case for a sphere or a plane).

      I'm being a little loose with the details, but if you want to learn more, your question is one which is addressed formally in the branch of math sometimes called "differential geometry." If it sounds interesting to you, and I suspect it might if you've read this far, then I suggest finding a course on YouTube to hold you over until KA adds more advanced math sections. Hope that helps!
      (9 votes)
  • blobby green style avatar for user dominic.r.martin
    So we first differentiate the velocity vector, and then normalize it. This becomes the unit tangent vector. Finally, we differentiate the unit tangent vector to produce curvature. Is this correct?
    (3 votes)
    Default Khan Academy avatar avatar for user
  • piceratops ultimate style avatar for user Robert
    This may be a stupid question, but where is the connection between the "closest circle"-thing and the actual formula of curvature? Because it seems to work pretty well, but I don't see why
    (6 votes)
    Default Khan Academy avatar avatar for user
    • piceratops ultimate style avatar for user Khaled Oqab
      no it's not a stupid question:), you can prove the formula of the curvature by assuming a circle which touch the curve at some point (x,y) and then set its first and second derivatives to be equal to the first and second derivatives of the curve at that point(x,y) and then you will get a system of three equations solve for the coordinates of the center of the circle as a function of x,x',x",y,y',y" and then solve for the radius and to know the curvature take the reciprocal of the radius and then you are done.
      (4 votes)
  • blobby green style avatar for user nicky t
    How would the derivative of the unit tangent vector always be perpendicular to the unit tangent vector? This doesn't make sense to me, as in my thinking a perpendicular/90 degree angle would create a right triangle in which the new unit vector produced would be the hypotenuse, which would be longer than the previous unit tangent vector.

    Wouldn't the angle of the vector (produced by the derivative of the unit tangent vector) be at an angle to the unit tangent vector that depended on the magnitude of the vector produced by the derivative of the unit tangent vector as to create an isosceles triangle where the two equal side are the previous unit tangent vector and the new unit tangent vector?
    (4 votes)
    Default Khan Academy avatar avatar for user
    • blobby green style avatar for user Ereje
      there is a math way to demonstrate that: if you take the derivative of the dot product
      T·T=1;
      d/dt(T·T)=d/dt(1);
      d/dt(T)·T+T·d/dt(T)=0;
      2 d/dt(T)·T=0
      then the only way that the dot product is zero is that the two vector are normal to each other.
      (4 votes)
  • stelly orange style avatar for user aspgupta82
    I have curvature defined in radians/m. What is equivalent in 1/m? Will it be the same?
    (3 votes)
    Default Khan Academy avatar avatar for user
  • blobby green style avatar for user Freezeen3
    Can we write that the curvature of the function v(t) is equal to |v''(t)|/(|v'(t)|^2) ?
    (2 votes)
    Default Khan Academy avatar avatar for user
  • male robot hal style avatar for user Ryder
    Isn't it true that curvature k = 1/|v|*|dT/dt| and not just |dT/dt|?
    (2 votes)
    Default Khan Academy avatar avatar for user
    • orange juice squid orange style avatar for user Richard Kopcke
      Express the points (vectors) on the circumference of a circle with radius r as a function of the distance (s) we travel along the circumference (starting at (r,0)) to reach the point.
      C(s) = r (cos(s/r) , sin(s/r)), with 0 <= s < 2pi r
      Then T(s) = C'(s) = (-sin(s/r) , cos(s/r)) and T'(s) = - (1/r) (cos(s/r) , sin(s/r))
      k(s) = 1/r
      We want to measure the deflection of the unit tangent per unit of distance along the circumference; not the deflection per radian. To do this we, we need to use the parameter s which measures distance along the circumference which must be scaled by 1/r (so that 2pi r of distance equals one cycle around the circle, 0 to 2pi radians) to get the correct answer. The change in radians depends on the change in distance along the circumference. t = s/r and dt = ds/r. The equations above result from this substitution.
      (1 vote)
  • leaf blue style avatar for user Zardo Michael
    Maybe not exactly about this topic, how can I get the parametric equations itself, to find its curvature next, if I have some graphed curve ?
    (2 votes)
    Default Khan Academy avatar avatar for user
  • spunky sam blue style avatar for user Sean Reagan
    For the answer to part 2, how did we arrive at an answer for dv/dt? I don't know where the 5 came from/why T(t) seems to just be the reciprocal of ||dv/dt||.
    (2 votes)
    Default Khan Academy avatar avatar for user