Skip to main content
Logo image

APEX Calculus

Section 12.5 The Arc Length Parameter and Curvature

Subsection 12.5.1 The Arc Length Parametrization

In normal conversation we describe position in terms of both time and distance. For instance, imagine driving to visit a friend. If she calls and asks where you are, you might answer “I am 20 minutes from your house,” or you might say “I am 10 miles from your house.” Both answers provide your friend with a general idea of where you are.
Figure 12.5.1. Video introduction to Section 12.5
Currently, our vector-valued functions have defined points with a parameter \(t\text{,}\) which we often take to represent time. Consider Figure 12.5.2.(a), where \(\vrt = \la t^2-t,t^2+t\ra\) is graphed and the points corresponding to \(t=0,\ 1\) and \(2\) are shown. Note how the arc length between \(t=0\) and \(t=1\) is smaller than the arc length between \(t=1\) and \(t=2\text{;}\) if the parameter \(t\) is time and \(\vec r\) is position, we can say that the particle traveled faster on \([1,2]\) than on \([0,1]\text{.}\)
(a)
(b)
Figure 12.5.2. Introducing the arc length parameter
Now consider Figure 12.5.2.(b), where the same graph is parametrized by a different variable \(s\text{.}\) Points corresponding to \(s=0\) through \(s=6\) are plotted. The arc length of the graph between each adjacent pair of points is 1. We can view this parameter \(s\) as distance; that is, the arc length of the graph from \(s=0\) to \(s=3\) is 3, the arc length from \(s=2\) to \(s=6\) is 4, etc. If one wants to find the point 2.5 units from an initial location (i.e., \(s=0\)), one would compute \(\vec r(2.5)\text{.}\) This parameter \(s\) is very useful, and is called the arc length parameter.
How do we find the arc length parameter?
Start with any parametrization of \(\vec r\text{.}\) We can compute the arc length of the graph of \(\vec r\) on the interval \([0,t]\) with
\begin{equation*} \text{arc length}\, = \int_0^t\norm{\vrp(u)}\, du\text{.} \end{equation*}
We can turn this into a function: as \(t\) varies, we find the arc length \(s\) from \(0\) to \(t\text{.}\) This function is
\begin{equation} s(t) = \int_0^t \norm{\vrp(u)}\, du\text{.}\tag{12.5.1} \end{equation}
This establishes a relationship between \(s\) and \(t\text{.}\) Knowing this relationship explicitly, we can rewrite \(\vrt\) as a function of \(s\text{:}\) \(\vec r(s)\text{.}\) We demonstrate this in an example.

Example 12.5.3. Finding the arc length parameter.

Let \(\vrt = \la 3t-1,4t+2\ra\text{.}\) Parametrize \(\vec r\) with the arc length parameter \(s\text{.}\)
Solution 1. Video solution
Solution 2.
Using Equation (12.5.1), we write
\begin{equation*} s(t) = \int_0^t \norm{\vrp(u)}\, du\text{.} \end{equation*}
We can integrate this, explicitly finding a relationship between \(s\) and \(t\text{:}\)
\begin{align*} s(t) \amp = \int_0^t \norm{\vrp(u)}\, du\\ \amp = \int_0^t \sqrt{3^2+4^2}\, du\\ \amp = \int_0^t 5\, du\\ \amp = 5t\text{.} \end{align*}
Since \(s=5t\text{,}\) we can write \(t=s/5\) and replace \(t\) in \(\vrt\) with \(s/5\text{:}\)
\begin{equation*} \vec r(s) = \la 3(s/5)-1, 4(s/5)+2\ra = \la \frac35s-1,\frac45s+2\ra\text{.} \end{equation*}
Clearly, as shown in Figure 12.5.4, the graph of \(\vec r\) is a line, where \(t=0\) corresponds to the point \((-1,2)\text{.}\) What point on the line is 2 units away from this initial point? We find it with \(\vec r(2) = \la 1/5, 18/5\ra\text{.}\)
Figure 12.5.4. Graphing \(\vec r\) in Example 12.5.3 with parameters \(t\) and \(s\)
Is the point \((1/5,18/5)\) really 2 units away from \((-1,2)\text{?}\) We use the Distance Formula to check:
\begin{equation*} d = \sqrt{\left(\frac15-(-1)\right)^2+ \left(\frac{18}5-2\right)^2} = \sqrt{\frac{36}{25}+\frac{64}{25}} = \sqrt{4}=2\text{.} \end{equation*}
Yes, \(\vec r(2)\) is indeed 2 units away, in the direction of travel, from the initial point.
Things worked out very nicely in Example 12.5.3; we were able to establish directly that \(s=5t\text{.}\) Usually, the arc length parameter is much more difficult to describe in terms of \(t\text{,}\) a result of integrating a square root. There are a number of things that we can learn about the arc length parameter from Equation (12.5.1), though, that are incredibly useful.
First, take the derivative of \(s\) with respect to \(t\text{.}\) The Fundamental Theorem of Calculus (see Theorem 5.4.7) states that
\begin{equation} \frac{ds}{dt}=s\primeskip'(t) = \norm{\vrp(t)}\text{.}\tag{12.5.2} \end{equation}
Letting \(t\) represent time and \(\vrt\) represent position, we see that the rate of change of \(s\) with respect to \(t\) is speed; that is, the rate of change of “distance traveled” is speed, which should match our intuition.
The Chain Rule states that
\begin{align*} \frac{d\vec r}{dt} \amp = \frac{d\vec r}{ds}\cdot\frac{ds}{dt}\\ \vrp(t) \amp = \vrp(s)\cdot \norm{\vrp(t)}\text{.} \end{align*}
Solving for \(\vrp(s)\text{,}\) we have
\begin{equation} \vrp(s) = \frac{\vrp(t)}{\norm{\vrp(t)}} = \unittangent(t)\text{,}\tag{12.5.3} \end{equation}
where \(\unittangent(t)\) is the unit tangent vector. Equation (12.5.3) is often misinterpreted, as one is tempted to think it states \(\vrp(t) = \unittangent(t)\text{,}\) but there is a big difference between \(\vrp(s)\) and \(\vrp(t)\text{.}\) The key to take from it is that \(\vrp(s)\) is a unit vector. In fact, the following theorem states that this characterizes the arc length parameter.
Figure 12.5.6. Video presentation of Theorem 12.5.5

Subsection 12.5.2 Curvature

Consider points \(A\) and \(B\) on the curve graphed in Figure 12.5.7.(a). One can readily argue that the curve curves more sharply at \(A\) than at \(B\text{.}\) It is useful to use a number to describe how sharply the curve bends; that number is the curvature of the curve.
(a)
(b)
Figure 12.5.7. Establishing the concept of curvature
We derive this number in the following way. Consider Figure 12.5.7.(b), where unit tangent vectors are graphed around points \(A\) and \(B\text{.}\) Notice how the direction of the unit tangent vector changes quite a bit near \(A\text{,}\) whereas it does not change as much around \(B\text{.}\) This leads to an important concept: measuring the rate of change of the unit tangent vector with respect to arc length gives us a measurement of curvature.

Definition 12.5.8. Curvature.

Let \(\vec r(s)\) be a vector-valued function where \(s\) is the arc length parameter. The curvature \(\kappa\) of the graph of \(\vec r(s)\) is
\begin{equation*} \kappa = \snorm{\frac{d\unittangent}{ds}} = \snorm{\unittangentprime(s)}\text{.} \end{equation*}
Figure 12.5.9. Video presentation of Definition 12.5.8
If \(\vec r(s)\) is parametrized by the arc length parameter, then
\begin{equation*} \unittangent(s) = \frac{\vrp(s)}{\norm{\vrp(s)}} \text{ and } \unitnormal(s) = \frac{\unittangentprime(s)}{\norm{\unittangentprime(s)}}\text{.} \end{equation*}
Having defined \(\norm{\unittangentprime(s)} =\kappa\text{,}\) we can rewrite the second equation as
\begin{equation} \unittangentprime(s) = \kappa\unitnormal(s)\text{.}\tag{12.5.4} \end{equation}
We already knew that \(\unittangentprime(s)\) is in the same direction as \(\unitnormal(s)\text{;}\) that is, we can think of \(\unittangent(s)\) as being “pulled” in the direction of \(\unitnormal(s)\text{.}\) How “hard” is it being pulled? By a factor of \(\kappa\text{.}\) When the curvature is large, \(\unittangent(s)\) is being “pulled hard” and the direction of \(\unittangent(s)\) changes rapidly. When \(\kappa\) is small, \(T(s)\) is not being pulled hard and hence its direction is not changing rapidly.
We use Definition 12.5.8 to find the curvature of the line in Example 12.5.3.

Example 12.5.10. Finding the curvature of a line.

Use Definition 12.5.8 to find the curvature of \(\vrt = \la 3t-1,4t+2\ra\text{.}\)
Solution 1. Video solution
Solution 2.
In Example 12.5.3, we found that the arc length parameter was defined by \(s=5t\text{,}\) so \(\vec r(s) =\la 3s/5-1, 4s/5+2\ra\) parametrized \(\vec r\) with the arc length parameter. To find \(\kappa\text{,}\) we need to find \(\unittangentprime(s)\text{.}\)
\begin{align*} \unittangent(s) \amp = \vrp(s) \text{ (recall this is a unit vector) }\\ \amp = \la 3/5, 4/5\ra.\\ \end{align*}

Therefore

\begin{align*} \unittangentprime(s) \amp = \la 0,0\ra\\ \end{align*}

and

\begin{align*} \kappa\amp =\snorm{\unittangentprime(s)} = 0\text{.} \end{align*}
It probably comes as no surprise that the curvature of a line is 0. (How “curvy” is a line? It is not curvy at all.)
While the definition of curvature is a beautiful mathematical concept, it is nearly impossible to use most of the time; writing \(\vec r\) in terms of the arc length parameter is generally very hard. Fortunately, there are other methods of calculating this value that are much easier. There is a tradeoff: the definition is “easy” to understand though hard to compute, whereas these other formulas are easy to compute though it may be hard to understand why they work.
We practice using these formulas.

Example 12.5.12. Finding the curvature of a circle.

Find the curvature of a circle with radius \(r\text{,}\) defined by \(\vec c(t) = \la r\cos(t), r\sin(t)\ra\text{.}\)
Solution 1. Video solution
Solution 2.
Before we start, we should expect the curvature of a circle to be constant, and not dependent on \(t\text{.}\) (Why?)
We compute \(\kappa\) using the second part of Theorem 12.5.11.
\begin{align*} \kappa \amp = \frac{\abs{(-r\sin(t) )(-r\sin(t) ) - (-r\cos(t) )(r\cos(t) )}}{\big( (-r\sin(t) )^2+(r\cos(t) )^2\big)^{3/2}}\\ \amp = \frac{r^2(\sin^2(t) +\cos^2(t) )}{\big(r^2(\sin^2(t) +\cos^2(t) )\big)^{3/2}}\\ \amp = \frac{r^2}{r^3} = \frac1r\text{.} \end{align*}
We have found that a circle with radius \(r\) has curvature \(\kappa = 1/r\text{.}\)
Example 12.5.12 gives a great result. Before this example, if we were told “The curve has a curvature of 5 at point \(A\text{,}\)” we would have no idea what this really meant. Is 5 “big” — does is correspond to a really sharp turn, or a not-so-sharp turn? Now we can think of 5 in terms of a circle with radius 1/5. Knowing the units (inches vs. miles, for instance) allows us to determine how sharply the curve is curving.
Let a point \(P\) on a smooth curve \(C\) be given, and let \(\kappa\) be the curvature of the curve at \(P\text{.}\) A circle that:
  • passes through \(P\text{,}\)
  • lies on the concave side of \(C\text{,}\)
  • has a common tangent line as \(C\) at \(P\) and
  • has radius \(r=1/\kappa\) (hence has curvature \(\kappa\))
is the osculating circle, or circle of curvature, to \(C\) at \(P\text{,}\) and \(r\) is the radius of curvature. Figure 12.5.13 shows the graph of the curve seen earlier in Figure 12.5.7 and its osculating circles at \(A\) and \(B\text{.}\) A sharp turn corresponds to a circle with a small radius; a gradual turn corresponds to a circle with a large radius. Being able to think of curvature in terms of the radius of a circle is very useful.
Figure 12.5.13. Illustrating the osculating circles for the curve seen in Figure 12.5.7
Figure 12.5.14. The osculating circle
(The word “osculating” comes from a Latin word related to kissing; an osculating circle “kisses” the graph at a particular point. Many beautiful ideas in mathematics have come from studying the osculating circles to a curve.)

Example 12.5.15. Finding curvature.

Find the curvature of the parabola defined by \(y=x^2\) at the vertex and at \(x=1\text{.}\)
Solution.
We use the first formula found in Theorem 12.5.11.
\begin{align*} \kappa(x) \amp = \frac{\abs{2}}{\big(1+(2x)^2\big)^{3/2}}\\ \amp = \frac2{\big(1+4x^2\big)^{3/2}}\text{.} \end{align*}
Figure 12.5.16. Examining the curvature of \(y=x^2\)
At the vertex (\(x=0\)), the curvature is \(\kappa = 2\text{.}\) At \(x=1\text{,}\) the curvature is \(\kappa = 2/(5)^{3/2} \approx 0.179\text{.}\) So at \(x=0\text{,}\) the curvature of \(y=x^2\) is that of a circle of radius \(1/2\text{;}\) at \(x=1\text{,}\) the curvature is that of a circle with radius \(\approx 1/0.179 \approx 5.59\text{.}\) This is illustrated in Figure 12.5.16. At \(x=3\text{,}\) the curvature is \(0.009\text{;}\) the graph is nearly straight as the curvature is very close to 0.

Example 12.5.17. Finding curvature.

Find where the curvature of \(\vrt = \la t, t^2, 2t^3\ra\) is maximized.
Solution.
We use the third formula in Theorem 12.5.11 as \(\vrt\) is defined in space. We leave it to the reader to verify that
\begin{equation*} \vrp(t) =\la 1,2t,6t^2\ra, \vrp'(t) = \la 0,2,12t\ra, \text{ and } \vrp(t)\times \vrpp(t) = \la 12t^2,-12t,2\ra\text{.} \end{equation*}
Figure 12.5.18. Understanding the curvature of a curve in space
Thus
\begin{align*} \kappa(t) \amp = \frac{\norm{\vrp(t)\times\vrp'(t)}}{\norm{\vrp(t)}^3}\\ \amp = \frac{\norm{\la 12t^2,-12t,2\ra}}{\norm{\la 1,2t,6t^2\ra}^3}\\ \amp = \frac{\sqrt{144t^4+144t^2+4}}{\left(\sqrt{1+4t^2+36t^4\ }\right)^3} \end{align*}
While this is not a particularly “nice” formula, it does explicitly tell us what the curvature is at a given \(t\) value. To maximize \(\kappa(t)\text{,}\) we should solve \(\kappa'(t)=0\) for \(t\text{.}\) This is doable, but very time consuming. Instead, consider the graph of \(\kappa(t)\) as given in Figure 12.5.18.(a). We see that \(\kappa\) is maximized at two \(t\) values; using a numerical solver, we find these values are \(t\approx\pm 0.189\text{.}\) In Figure 12.5.18.(b) we graph \(\vrt\) and indicate the points where curvature is maximized.

Subsection 12.5.3 Curvature and Motion

Let \(\vrt\) be a position function of an object, with velocity \(\vvt = \vrp(t)\) and acceleration \(\vec a(t)=\vrpp(t)\text{.}\) In Section 12.4 we established that acceleration is in the plane formed by \(\unittangent(t)\) and \(\unitnormal(t)\text{,}\) and that we can find scalars \(a_\text{T}\) and \(a_\text{N}\) such that
\begin{equation*} \vat = a_\text{T} \unittangent(t) + a_\text{N} \unitnormal(t)\text{.} \end{equation*}
Theorem 12.4.15 gives formulas for \(a_\text{T}\) and \(a_\text{N}\text{:}\)
\begin{equation*} a_\text{T} = \frac{d}{dt}\Big(\norm{\vvt}\Big) \text{ and } a_\text{N} = \frac{\norm{\vvt\times \vat}}{\norm{\vvt}}\text{.} \end{equation*}
We understood that the amount of acceleration in the direction of \(\unittangent\) relates only to how the speed of the object is changing, and that the amount of acceleration in the direction of \(\unitnormal\) relates to how the direction of travel of the object is changing. (That is, if the object travels at constant speed, \(a_\text{T} =0\text{;}\) if the object travels in a constant direction, \(a_\text{N} =0\text{.}\))
In Equation (12.5.2) at the beginning of this section, we found \(s\primeskip'(t) = \norm{\vvt}\text{.}\) We can combine this fact with the above formula for \(a_\text{T}\) to write
\begin{equation*} a_\text{T} = \frac{d}{dt}\Big(\norm{\vvt}\Big) = \frac{d}{dt}\big( s\primeskip'(t)\big) = s\primeskip''(t)\text{.} \end{equation*}
Since \(s\primeskip'(t)\) is speed, \(s\primeskip''(t)\) is the rate at which speed is changing with respect to time. We see once more that the component of acceleration in the direction of travel relates only to speed, not to a change in direction.
Now compare the formula for \(a_\text{N}\) above to the formula for curvature in Theorem 12.5.11:
\begin{equation*} a_\text{N} = \frac{\norm{\vvt\times \vat}}{\norm{\vvt}} \text{ and } \kappa = \frac{\norm{\vrp(t)\times\vrpp(t)}}{\norm{\vrp(t)}^3}=\frac{\norm{\vvt\times \vat}}{\norm{\vvt}^3}\text{.} \end{equation*}
Thus
\begin{align*} a_\text{N} \amp = \kappa \norm{\vvt}^2\\ \amp = \kappa\Big(s\primeskip'(t)\Big)^2 \end{align*}
This last equation shows that the component of acceleration that changes the object’s direction is dependent on two things: the curvature of the path and the speed of the object.
Imagine driving a car in a clockwise circle. You will naturally feel a force pushing you towards the door (more accurately, the door is pushing you as the car is turning and you want to travel in a straight line). If you keep the radius of the circle constant but speed up (i.e., increasing \(s\primeskip'(t)\)), the door pushes harder against you (\(a_\text{N}\) has increased). If you keep your speed constant but tighten the turn (i.e., increase \(\kappa\)), once again the door will push harder against you.
Putting our new formulas for \(a_\text{T}\) and \(a_\text{N}\) together, we have
\begin{equation*} \vat = s\primeskip''(t)\unittangent(t) + \kappa\norm{\vvt}^2\unitnormal(t)\text{.} \end{equation*}
This is not a particularly practical way of finding \(a_\text{T}\) and \(a_\text{N}\text{,}\) but it reveals some great concepts about how acceleration interacts with speed and the shape of a curve.

Example 12.5.19. Curvature and road design.

The minimum radius of the curve in a highway cloverleaf is determined by the operating speed, as given in the table in Table 12.5.20. For each curve and speed, compute \(a_\text{N}\text{.}\)
Solution.
Table 12.5.20. Operating speed and minimum radius in highway cloverleaf design
Operating
Speed (mph)
Minimum
Radius (ft)
35 310
40 430
45 540
Using Equation (12.5.4), we can compute the acceleration normal to the curve in each case. We start by converting each speed from “miles per hour” to “feet per second” by multiplying by \(5280/3600\text{.}\)
\begin{align*} \text{35 mph, 310 ft} \amp \Rightarrow 51.33\,\text{ft/s},\, \kappa = 1/310\\ a_\text{N} \amp = \kappa\, \norm{\vvt}^2\\ \amp = \frac1{310}\big(51.33\big)^2\\ \amp = 8.50\,\text{ft/s}^2\text{.} \end{align*}
\begin{align*} \text{40 mph, 430 ft} \amp \Rightarrow 58.67\,\text{ft/s},\, \kappa = 1/430\\ a_\text{N} \amp = \frac1{430}\big(58.67\big)^2\\ \amp = 8.00\,\text{ft/s}^2\text{.} \end{align*}
\begin{align*} \text{45 mph, 540 ft} \amp \Rightarrow 66\,\text{ft/s},\, \kappa = 1/540\\ a_\text{N} \amp = \frac1{540}\big(66\big)^2\\ \amp = 8.07\,\text{ft/s}^2\text{.} \end{align*}
Note that each acceleration is similar; this is by design. Considering the classic “Force \(=\) mass × acceleration” formula, this acceleration must be kept small in order for the tires of a vehicle to keep a “grip” on the road. If one travels on a turn of radius 310 ft at a rate of 50 mph, the acceleration is double, at 17.35 fts2. If the acceleration is too high, the frictional force created by the tires may not be enough to keep the car from sliding. Civil engineers routinely compute a “safe” design speed, then subtract 5-10 mph to create the posted speed limit for additional safety.
We end this chapter with a reflection on what we’ve covered. We started with vector-valued functions, which may have seemed at the time to be just another way of writing parametric equations. However, we have seen that the vector perspective has given us great insight into the behavior of functions and the study of motion. Vector-valued position functions convey displacement, distance traveled, speed, velocity, acceleration and curvature information, each of which has great importance in science and engineering.

Exercises 12.5.4 Exercises

Terms and Concepts

1.
It is common to describe position in terms of both and/or .
2.
A measure of the “curviness” of a curve is .
3.
Give two shapes with constant curvature.
4.
Describe in your own words what an “osculating circle” is.
5.
Complete the identity: \(\unittangentprime(s) = \fillinmath{XXX}\unitnormal(s)\text{.}\)
6.
Given a position function \(\vrt\text{,}\) how are \(a_\text{T}\) and \(a_\text{N}\) affected by the curvature?

Problems

Exercise Group.
In the following exercises, a position function \(\vrt\) is given, where \(t=0\) corresponds to the initial position. Find the arc length parameter \(s\text{,}\) and rewrite \(\vrt\) in terms of \(s\text{;}\) that is, find \(\vec r(s)\text{.}\)
7.
\(\vrt = \la 2t, t, -2t\ra\)
8.
\(\vrt = \la 7\cos(t) ,7\sin(t) \ra\text{.}\)
9.
\(\vrt = \la 3\cos(t) ,3\sin(t) , 2t\ra\)
10.
\(\vrt = \vrt = \la 5\cos(t) ,13\sin(t) , 12\cos(t) \ra\text{.}\)
Exercise Group.
In the following exercises, a curve \(C\) is described along with 2 points on \(C\text{.}\)
  1. Using a sketch, determine at which of these points the curvature is greater.
  2. Find the curvature \(\kappa\) of \(C\text{,}\) and evaluate \(\kappa\) at each of the 2 given points.
11.
\(C\) is defined by \(y = x^3-x\text{;}\) points given at \(x=0\) and \(x=1/2\text{.}\)
12.
\(C\) is defined by \(y=\frac{1}{x^2+1}\text{;}\) points given at \(x=0\) and \(x=2\text{.}\)
The curvature at \(x=0\) is
  • greater than
  • equal to
  • less than
the curvature at \(x=2\text{.}\)
\(\kappa(0)=\)
13.
\(C\) is defined by \(\ds y = \cos(x)\text{;}\) points given at \(x=0\) and \(x=\pi/2\text{.}\)
14.
\(C\) is defined by \(\ds y = \sqrt{1-x^2}\) on \((-1,1)\text{;}\) points given at \(x=0\) and \(x=1/2\text{.}\)
15.
\(C\) is defined by \(\vrt = \la \cos(t) , \sin(2t)\ra\text{;}\) points given at \(t=0\) and \(t=\pi/4\text{.}\)
The curvature at \(t=0\) is
  • greater than
  • equal to
  • less than
the curvature at \(t=\pi/4\text{.}\)
\(\kappa(0)=\)
16.
\(C\) is defined by \(\ds \vrt = \la \cos^2(t) , \sin(t) \cos(t) \ra\text{;}\) points given at \(t=0\) and \(t=\pi/3\text{.}\)
17.
\(C\) is defined by \(\ds \vrt = \la t^2-1,t^3-t\ra\text{;}\) points given at \(t=0\) and \(t=5\text{.}\)
18.
\(C\) is defined by \(\vrt = \la \tan(t) ,\sec(t) \ra\text{;}\) points given at \(t=0\) and \(t=\pi/6\text{.}\)
The curvature at \(t=0\) is
  • greater than
  • equal to
  • less than
the curvature at \(t=\pi/6\text{.}\)
\(\kappa(0)=\)
19.
\(C\) is defined by \(\ds \vrt = \la 4t+2,3t-1,2t+5\ra\text{;}\) points given at \(t=0\) and \(t=1\text{.}\)
20.
\(C\) is defined by \(\vrt = \la t^3-t,t^3-4,t^2-1\ra\text{;}\) points given at \(t=0\) and \(t=1\text{.}\)
The curvature at \(t=0\) is
  • greater than
  • equal to
  • less than
the curvature at \(t=1\text{.}\)
\(\kappa(0)=\)
21.
\(C\) is defined by \(\ds \vrt = \la 3\cos(t) ,3\sin(t) , 2t\ra\text{;}\) points given at \(t=0\) and \(t=\pi/2\text{.}\)
22.
\(C\) is defined by \(\vrt = \la 5\cos(t) ,13\sin(t) , 12\cos(t) \ra\text{.}\) Points given at \(t=0\) and \(t=\pi/2\text{.}\)
The curvature at \(t=0\) is
  • greater than
  • equal to
  • less than
the curvature at \(t=\pi/2\text{.}\)
\(\kappa(0)=\)
Exercise Group.
Find the value of \(x\) or \(t\) where curvature is maximized.
23.
\(y=\frac{1}{6}x^3\)
24.
\(\ds y=\sin(x)\)
25.
\(\vrt = \la t^2+2t,3t-t^2\ra\)
26.
\(\vrt = \la t, 4/t, 3/t\ra\)
Exercise Group.
Find the radius of curvature at the indicated value.
27.
\(y=\tan(x)\text{,}\) at \(x=\pi/4\)
28.
\(y=x^2+x-3\) at \(x=1\)
29.
\(\vrt = \la \cos(t) , \sin(3t)\ra\text{,}\) at \(t=0\)
30.
\(\vrt = \la 5\cos(3 t), t\ra\) at \(t=0\)
Exercise Group.
Find the equation of the osculating circle to the curve at the indicated \(t\)-value.
31.
\(\vrt = \la t,t^2\ra\text{,}\) at \(t=0\)
32.
\(\vrt = \la 3\cos(t) , \sin(t) \ra\) at \(t=0\)
33.
\(\vrt = \la 3\cos(t) , \sin(t) \ra\text{,}\) at \(t=\pi/2\)
34.
\(\vrt = \la t^2-t,t^2+t\ra\) at \(t=0\)
You have attempted of activities on this page.