Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Calculus Volume 3

3.3 Arc Length and Curvature

Calculus Volume 33.3 Arc Length and Curvature

Learning Objectives

  • 3.3.1 Determine the length of a particle’s path in space by using the arc-length function.
  • 3.3.2 Explain the meaning of the curvature of a curve in space and state its formula.
  • 3.3.3 Describe the meaning of the normal and binormal vectors of a curve in space.

In this section, we study formulas related to curves in both two and three dimensions, and see how they are related to various properties of the same curve. For example, suppose a vector-valued function describes the motion of a particle in space. We would like to determine how far the particle has traveled over a given time interval, which can be described by the arc length of the path it follows. Or, suppose that the vector-valued function describes a road we are building and we want to determine how sharply the road curves at a given point. This is described by the curvature of the function at that point. We explore each of these concepts in this section.

Arc Length for Vector Functions

We have seen how a vector-valued function describes a curve in either two or three dimensions. Recall Arc Length of a Parametric Curve, which states that the formula for the arc length of a curve defined by the parametric functions x=x(t),y=y(t),t1tt2x=x(t),y=y(t),t1tt2 is given by

s=t1t2(x(t))2+(y(t))2dt.s=t1t2(x(t))2+(y(t))2dt.

In a similar fashion, if we define a smooth curve using a vector-valued function r(t)=f(t)i+g(t)j,r(t)=f(t)i+g(t)j, where atb,atb, the arc length is given by the formula

s=ab(f(t))2+(g(t))2dt.s=ab(f(t))2+(g(t))2dt.

In three dimensions, if the vector-valued function is described by r(t)=f(t)i+g(t)j+h(t)kr(t)=f(t)i+g(t)j+h(t)k over the same interval atb,atb, the arc length is given by

s=ab(f(t))2+(g(t))2+(h(t))2dt.s=ab(f(t))2+(g(t))2+(h(t))2dt.

Theorem 3.4

Arc-Length Formulas

  1. Plane curve: Given a smooth curve C defined by the function r(t)=f(t)i+g(t)j,r(t)=f(t)i+g(t)j, where t lies within the interval [a,b],[a,b], the arc length of C over the interval is
    s=ab[f(t)]2+[g(t)]2dt=abr(t)dt.s=ab[f(t)]2+[g(t)]2dt=abr(t)dt.
    (3.11)
  2. Space curve: Given a smooth curve C defined by the function r(t)=f(t)i+g(t)j+h(t)k,r(t)=f(t)i+g(t)j+h(t)k, where t lies within the interval [a,b],[a,b], the arc length of C over the interval is
    s=ab[f(t)]2+[g(t)]2+[h(t)]2dt=abr(t)dt.s=ab[f(t)]2+[g(t)]2+[h(t)]2dt=abr(t)dt.
    (3.12)

The two formulas are very similar; they differ only in the fact that a space curve has three component functions instead of two. Note that the formulas are defined for smooth curves: curves where the vector-valued function r(t)r(t) is differentiable with a non-zero derivative. The smoothness condition guarantees that the curve has no cusps (or corners) that could make the formula problematic.

Example 3.9

Finding the Arc Length

Calculate the arc length for each of the following vector-valued functions:

  1. r(t)=(3t2)i+(4t+5)j,1t5r(t)=(3t2)i+(4t+5)j,1t5
  2. r(t)=tcost,tsint,2t,0t2πr(t)=tcost,tsint,2t,0t2π

Checkpoint 3.9

Calculate the arc length of the parameterized curve

r(t)=2t2+1,2t21,t3,0t3.r(t)=2t2+1,2t21,t3,0t3.

We now return to the helix introduced earlier in this chapter. A vector-valued function that describes a helix can be written in the form

r(t)=Rcos(2πNth)i+Rsin(2πNth)j+tk,0th,r(t)=Rcos(2πNth)i+Rsin(2πNth)j+tk,0th,

where R represents the radius of the helix, h represents the height (distance between two consecutive turns), and the helix completes N turns. Let’s derive a formula for the arc length of this helix using Equation 3.12. First of all,

r(t)=2πNRhsin(2πNth)i+2πNRhcos(2πNth)j+k.r(t)=2πNRhsin(2πNth)i+2πNRhcos(2πNth)j+k.

Therefore,

s=abr(t)dt=0h(2πNRhsin(2πNth))2+(2πNRhcos(2πNth))2+12dt=0h4π2N2R2h2(sin2(2πNth)+cos2(2πNth))+1dt=0h4π2N2R2h2+1dt=[t4π2N2R2h2+1]0h=h4π2N2R2+h2h2=4π2N2R2+h2.s=abr(t)dt=0h(2πNRhsin(2πNth))2+(2πNRhcos(2πNth))2+12dt=0h4π2N2R2h2(sin2(2πNth)+cos2(2πNth))+1dt=0h4π2N2R2h2+1dt=[t4π2N2R2h2+1]0h=h4π2N2R2+h2h2=4π2N2R2+h2.

This gives a formula for the length of a wire needed to form a helix with N turns that has radius R and height h.

Arc-Length Parameterization

We now have a formula for the arc length of a curve defined by a vector-valued function. Let’s take this one step further and examine what an arc-length function is.

If a vector-valued function represents the position of a particle in space as a function of time, then the arc-length function measures how far that particle travels as a function of time. The formula for the arc-length function follows directly from the formula for arc length:

s(t)=at(f(u))2+(g(u))2+(h(u))2du.s(t)=at(f(u))2+(g(u))2+(h(u))2du.
(3.13)

If the curve is in two dimensions, then only two terms appear under the square root inside the integral. The reason for using the independent variable u is to distinguish between time and the variable of integration. Since s(t)s(t) measures distance traveled as a function of time, s(t)s(t) measures the speed of the particle at any given time. Since we have a formula for s(t)s(t) in Equation 3.13, we can differentiate both sides of the equation:

s(t)=ddt[at(f(u))2+(g(u))2+(h(u))2du]=ddt[atr(u)du]=r(t).s(t)=ddt[at(f(u))2+(g(u))2+(h(u))2du]=ddt[atr(u)du]=r(t).

If we assume that r(t)r(t) defines a smooth curve, then the arc length is always increasing, so s(t)>0s(t)>0 for t>a.t>a. Last, if r(t)r(t) is a curve on which r(t)=1r(t)=1 for all t, then

s(t)=atr(u)du=at1du=ta,s(t)=atr(u)du=at1du=ta,

which means that t represents the arc length as long as a=0.a=0.

Theorem 3.5

Arc-Length Function

Let r(t)r(t) describe a smooth curve for ta.ta. Then the arc-length function is given by

s(t)=atr(u)du.s(t)=atr(u)du.
(3.14)

Furthermore, dsdt=r(t)>0.dsdt=r(t)>0. If r(t)=1r(t)=1 for all ta,ta, then the parameter t represents the arc length from the starting point at t=a.t=a.

A useful application of this theorem is to find an alternative parameterization of a given curve, called an arc-length parameterization. Recall that any vector-valued function can be reparameterized via a change of variables. For example, if we have a function r(t)=3cost,3sint,0t2πr(t)=3cost,3sint,0t2π that parameterizes a circle of radius 3, we can change the parameter from t to 4t,4t, obtaining a new parameterization r(t)=3cos4t,3sin4t.r(t)=3cos4t,3sin4t. The new parameterization still defines a circle of radius 3, but now we need only use the values 0tπ/20tπ/2 to traverse the circle once.

Suppose that we find the arc-length function s(t)s(t) and are able to solve this function for t as a function of s. We can then reparameterize the original function r(t)r(t) by substituting the expression for t back into r(t).r(t). The vector-valued function is now written in terms of the parameter s. Since the variable s represents the arc length, we call this an arc-length parameterization of the original function r(t).r(t). One advantage of finding the arc-length parameterization is that the distance traveled along the curve starting from s=0s=0 is now equal to the parameter s. The arc-length parameterization also appears in the context of curvature (which we examine later in this section) and line integrals, which we study in the Introduction to Vector Calculus.

Example 3.10

Finding an Arc-Length Parameterization

Find the arc-length parameterization for each of the following curves:

  1. r(t)=4costi+4sintj,t0r(t)=4costi+4sintj,t0
  2. r(t)=t+3,2t4,2t,t3r(t)=t+3,2t4,2t,t3

Checkpoint 3.10

Find the arc-length function for the helix

r(t)=3cost,3sint,4t,t0.r(t)=3cost,3sint,4t,t0.

Then, use the relationship between the arc length and the parameter t to find an arc-length parameterization of r(t).r(t).

Curvature

An important topic related to arc length is curvature. The concept of curvature provides a way to measure how sharply a smooth curve turns. A circle has constant curvature. The smaller the radius of the circle, the greater the curvature.

Think of driving down a road. Suppose the road lies on an arc of a large circle. In this case you would barely have to turn the wheel to stay on the road. Now suppose the radius is smaller. In this case you would need to turn more sharply to stay on the road. In the case of a curve other than a circle, it is often useful first to inscribe a circle to the curve at a given point so that it is tangent to the curve at that point and “hugs” the curve as closely as possible in a neighborhood of the point (Figure 3.6). The curvature of the graph at that point is then defined to be the same as the curvature of the inscribed circle.

This figure is the graph of a curve. The curve rises and falls in the first quadrant. Along the curve, where the curve changes from decreasing to increasing there is a circle. The bottom of the circle curves the same as the graph of the curve. There is also a second smaller circle where the curve goes from increasing to decreasing. Part of the circle falls on the curve. Both circles have the radius r represented.
Figure 3.6 The graph represents the curvature of a function y=f(x).y=f(x). The sharper the turn in the graph, the greater the curvature, and the smaller the radius of the inscribed circle.

Definition

Let C be a smooth curve in the plane or in space given by r(s),r(s), where ss is the arc-length parameter. The curvature κκ at s is

κ=dTds=T(s).κ=dTds=T(s).

Media

Visit this website for more information about the curvature of a space curve.

The formula in the definition of curvature is not very useful in terms of calculation. In particular, recall that T(t)T(t) represents the unit tangent vector to a given vector-valued function r(t),r(t), and the formula for T(t)T(t) is T(t)=r(t)r(t).T(t)=r(t)r(t). To use the formula for curvature, it is first necessary to express r(t)r(t) in terms of the arc-length parameter s, then find the unit tangent vector T(s)T(s) for the function r(s),r(s), then take the derivative of T(s)T(s) with respect to s. This is a tedious process. Fortunately, there are equivalent formulas for curvature.

Theorem 3.6

Alternative Formulas for Curvature

If C is a smooth curve given by r(t),r(t), then the curvature κκ of C at t is given by

κ=T(t)r(t).κ=T(t)r(t).
(3.15)

If C is a three-dimensional curve, then the curvature can be given by the formula

κ=r(t)×r″(t)r(t)3.κ=r(t)×r″(t)r(t)3.
(3.16)

If C is the graph of a function y=f(x)y=f(x) and both yy and yy exist, then the curvature κκ at point (x,y)(x,y) is given by

κ=|y|[1+(y)2]3/2.κ=|y|[1+(y)2]3/2.
(3.17)

Proof

The first formula follows directly from the chain rule:

dTdt=dTdsdsdt,dTdt=dTdsdsdt,

where s is the arc length along the curve C. Dividing both sides by ds/dt,ds/dt, and taking the magnitude of both sides gives

dTds=T(t)dsdt.dTds=T(t)dsdt.

Since ds/dt=r(t),ds/dt=r(t), this gives the formula for the curvature κκ of a curve C in terms of any parameterization of C:

κ=T(t)r(t).κ=T(t)r(t).

In the case of a three-dimensional curve, we start with the formulas T(t)=(r(t))/r(t)T(t)=(r(t))/r(t) and ds/dt=r(t).ds/dt=r(t). Therefore, r(t)=(ds/dt)T(t).r(t)=(ds/dt)T(t). We can take the derivative of this function using the scalar product formula:

r″(t)=d2sdt2T(t)+dsdtT(t).r″(t)=d2sdt2T(t)+dsdtT(t).

Using these last two equations we get

r(t)×r″(t)=dsdtT(t)×(d2sdt2T(t)+dsdtT(t))=dsdtd2sdt2T(t)×T(t)+(dsdt)2T(t)×T(t).r(t)×r″(t)=dsdtT(t)×(d2sdt2T(t)+dsdtT(t))=dsdtd2sdt2T(t)×T(t)+(dsdt)2T(t)×T(t).

Since T(t)×T(t)=0,T(t)×T(t)=0, this reduces to

r(t)×r″(t)=(dsdt)2T(t)×T(t).r(t)×r″(t)=(dsdt)2T(t)×T(t).

Since TT is parallel to N,N, and TT is orthogonal to N,N, it follows that TT and TT are orthogonal. This means that T×T=TTsin(π/2)=T,T×T=TTsin(π/2)=T, so

r'(t)×r″(t)=(dsdt)2T'(t).r'(t)×r″(t)=(dsdt)2T'(t).

Now we solve this equation for T(t)T(t) and use the fact that ds/dt=r(t):ds/dt=r(t):

T(t)=r(t)×r″(t)r(t)2.T(t)=r(t)×r″(t)r(t)2.

Then, we divide both sides by r(t).r(t). This gives

κ=T(t)r(t)=r(t)×r″(t)r(t)3.κ=T(t)r(t)=r(t)×r″(t)r(t)3.

This proves Equation 3.16. To prove Equation 3.17, we start with the assumption that curve C is defined by the function y=f(x).y=f(x). Then, we can define r(t)=xi+f(x)j+0k.r(t)=xi+f(x)j+0k. Using the previous formula for curvature:

r(t)=i+f(x)jr″(t)=f(x)jr(t)×r″(t)=|ijk1f(x)00f(x)0|=f(x)k.r(t)=i+f(x)jr″(t)=f(x)jr(t)×r″(t)=|ijk1f(x)00f(x)0|=f(x)k.

Therefore,

κ=r(t)×r″(t)r(t)3=|f(x)|(1+[(f(x))2])3/2.κ=r(t)×r″(t)r(t)3=|f(x)|(1+[(f(x))2])3/2.

Example 3.11

Finding Curvature

Find the curvature for each of the following curves at the given point:

  1. r(t)=4costi+4sintj+3tk,t=4π3r(t)=4costi+4sintj+3tk,t=4π3
  2. f(x)=4xx2,x=2f(x)=4xx2,x=2

Checkpoint 3.11

Find the curvature of the curve defined by the function

y=3x22x+4y=3x22x+4

at the point x=2.x=2.

The Normal and Binormal Vectors

We have seen that the derivative r(t)r(t) of a vector-valued function is a tangent vector to the curve defined by r(t),r(t), and the unit tangent vector T(t)T(t) can be calculated by dividing r(t)r(t) by its magnitude. When studying motion in three dimensions, two other vectors are useful in describing the motion of a particle along a path in space: the principal unit normal vector and the binormal vector.

Definition

Let C be a three-dimensional smooth curve represented by r over an open interval I. If T(t)0,T(t)0, then the principal unit normal vector at t is defined to be

N(t)=T(t)T(t).N(t)=T(t)T(t).
(3.18)

The binormal vector at t is defined as

B(t)=T(t)×N(t),B(t)=T(t)×N(t),
(3.19)

where T(t)T(t) is the unit tangent vector.

Note that, by definition, the binormal vector is orthogonal to both the unit tangent vector and the normal vector. Furthermore, B(t)B(t) is always a unit vector. This can be shown using the formula for the magnitude of a cross product

B(t)=T(t)×N(t)=T(t)N(t)sinθ,B(t)=T(t)×N(t)=T(t)N(t)sinθ,

where θθ is the angle between T(t)T(t) and N(t).N(t). Since N(t)N(t) is the derivative of a unit vector, property (vii) of the derivative of a vector-valued function tells us that T(t)T(t) and N(t)N(t) are orthogonal to each other, so θ=π/2.θ=π/2. Furthermore, they are both unit vectors, so their magnitude is 1. Therefore, T(t)N(t)sinθ=(1)(1)sin(π/2)=1T(t)N(t)sinθ=(1)(1)sin(π/2)=1 and B(t)B(t) is a unit vector.

The principal unit normal vector can be challenging to calculate because the unit tangent vector involves a quotient, and this quotient often has a square root in the denominator. In the three-dimensional case, finding the cross product of the unit tangent vector and the unit normal vector can be even more cumbersome. Fortunately, we have alternative formulas for finding these two vectors, and they are presented in Motion in Space.

Example 3.12

Finding the Principal Unit Normal Vector and Binormal Vector

For each of the following vector-valued functions, find the principal unit normal vector. Then, if possible, find the binormal vector.

  1. r(t)=4costi4sintjr(t)=4costi4sintj
  2. r(t)=(6t+2)i+5t2j8tkr(t)=(6t+2)i+5t2j8tk

Checkpoint 3.12

Find the unit normal vector for the vector-valued function r(t)=(t23t)i+(4t+1)jr(t)=(t23t)i+(4t+1)j and evaluate it at t=2.t=2.

For any smooth curve in three dimensions that is defined by a vector-valued function, we now have formulas for the unit tangent vector T, the unit normal vector N, and the binormal vector B. The unit normal vector and the binormal vector form a plane that is perpendicular to the curve at any point on the curve, called the normal plane. In addition, these three vectors form a frame of reference in three-dimensional space called the Frenet frame of reference (also called the TNB frame) (Figure 3.7). Last, the plane determined by the vectors T and N forms the osculating plane of C at any point P on the curve.

This figure is the graph of a curve increasing and decreasing. Along the curve at 4 different points are 3 vectors at each point. The first vector is labeled “T” and is tangent to the curve at the point. The second vector is labeled “N” and is normal to the curve at the point. The third vector is labeled “B” and is orthogonal to T and N.
Figure 3.7 This figure depicts a Frenet frame of reference. At every point P on a three-dimensional curve, the unit tangent, unit normal, and binormal vectors form a three-dimensional frame of reference.

Suppose we form a circle in the osculating plane of C at point P on the curve. Assume that the circle has the same curvature as the curve does at point P and let the circle have radius r. Then, the curvature of the circle is given by 1/r.1/r. We call r the radius of curvature of the curve, and it is equal to the reciprocal of the curvature. If this circle lies on the concave side of the curve and is tangent to the curve at point P, then this circle is called the osculating circle of C at P, as shown in the following figure.

This figure is the graph of a curve with a circle in the middle. The bottom of the circle is the same as part of the curve. Inside of the circle is a vector labeled “r”. It starts at point “P” on the circle and points towards the radius. There is also a line segment perpendicular to the radius and tangent to point P.
Figure 3.8 In this osculating circle, the circle is tangent to curve C at point P and shares the same curvature.

Media

For more information on osculating circles, see this demonstration on curvature and torsion, this article on osculating circles, and this discussion of Serret formulas.

To find the equation of an osculating circle in two dimensions, we need find only the center and radius of the circle.

Example 3.13

Finding the Equation of an Osculating Circle

Find the equation of the osculating circle of the helix defined by the function y=x33x+1y=x33x+1 at x=1.x=1.

Checkpoint 3.13

Find the equation of the osculating circle of the curve defined by the vector-valued function y=2x24x+5y=2x24x+5 at x=1.x=1.

Section 3.3 Exercises

Find the arc length of the curve on the given interval.

102.

r(t)=t2i+14tj,0t7.r(t)=t2i+14tj,0t7. This portion of the graph is shown here:

This figure is the graph of a curve beginning at the origin and increasing.
103.

r ( t ) = t 2 i + ( 2 t 2 + 1 ) j , 1 t 3 r ( t ) = t 2 i + ( 2 t 2 + 1 ) j , 1 t 3

104.

r(t)=2sint,5t,2cost,0tπ.r(t)=2sint,5t,2cost,0tπ. This portion of the graph is shown here:

This figure is the graph of a curve in 3 dimensions. It is inside of a box. The box represents an octant. The curve begins in the upper right corner of the box and bends through the box to the other side.
105.

r ( t ) = t 2 + 1 , 4 t 3 + 3 , 1 t 0 r ( t ) = t 2 + 1 , 4 t 3 + 3 , 1 t 0

106.

r(t)=etcost,etsintr(t)=etcost,etsint over the interval [0,π2].[0,π2]. Here is the portion of the graph on the indicated interval:

This figure is the graph of a curve in the first quadrant. It begins approximately at 0.20 on the y axis and increases to approximately where x = 0.3. Then the curve decreases, meeting the x-axis at 1.0.
107.

Find the length of one turn of the helix given by r(t)=12costi+12sintj+34tk.r(t)=12costi+12sintj+34tk.

108.

Find the arc length of the vector-valued function r(t)=ti+4tj+3tkr(t)=ti+4tj+3tk over [0,1].[0,1].

109.

A particle travels once around a circle with the equation of motion r(t)=3costi+3sintj+0k.r(t)=3costi+3sintj+0k. Find the distance traveled around the circle by the particle.

110.

Set up an integral to find the circumference of the ellipse with the equation r(t)=costi+2sintj+0k.r(t)=costi+2sintj+0k.

111.

Find the length of the curve r(t)=2t,et,etr(t)=2t,et,et over the interval 0t1.0t1. The graph is shown here:

This figure is the graph of a curve in 3 dimensions. It is inside of a box. The box represents an octant. The curve begins in the upper left corner of the box and bends through the box to the bottom of the other side.
112.

Find the length of the curve r(t)=2sint,5t,2costr(t)=2sint,5t,2cost for t[−10,10].t[−10,10].

113.

The position function for a particle is r(t)=acos(ωt)i+bsin(ωt)j.r(t)=acos(ωt)i+bsin(ωt)j. Find the unit tangent vector and the unit normal vector at t=0.t=0.

114.

Given r(t)=acos(ωt)i+bsin(ωt)j,r(t)=acos(ωt)i+bsin(ωt)j, find the binormal vector B(0).B(0).

115.

Given r(t)=2et,etcost,etsint,r(t)=2et,etcost,etsint, determine the tangent vector T(t).T(t).

116.

Given r(t)=2et,etcost,etsint,r(t)=2et,etcost,etsint, determine the unit tangent vector T(t)T(t) evaluated at t=0.t=0.

117.

Given r(t)=2et,etcost,etsint,r(t)=2et,etcost,etsint, find the unit normal vector N(t)N(t) evaluated at t=0,t=0, N(0).N(0).

118.

Given r(t)=2et,etcost,etsint,r(t)=2et,etcost,etsint, find the unit binormal vector evaluated at t=0.t=0.

119.

Given r(t)=ti+t2j+tk,r(t)=ti+t2j+tk, find the unit tangent vector T(t).T(t). The graph is shown here:

This figure is the graph of a curve in 3 dimensions. It is inside of a box. The box represents an octant. The curve begins in the bottom left corner of the box and bends through the box to the upper left side.
120.

Find the unit tangent vector T(t)T(t) and unit normal vector N(t)N(t) at t=0t=0 for the plane curve r(t)=t34t,5t22.r(t)=t34t,5t22. The graph is shown here:

This figure is the graph of a curve above the x-axis. The curve decreases in the second quadrant, passes through the y-axis at y=20. Then it intersects the origin. The curve loops at the origin, increasing back through y=20 into the first quadrant.
121.

Find the unit tangent vector T(t)T(t) for r(t)=3ti+5t2j+2tkr(t)=3ti+5t2j+2tk

122.

Find the principal normal vector to the curve r(t)=6cost,6sintr(t)=6cost,6sint at the point determined by t=π/3.t=π/3.

123.

Find T(t)T(t) for the curve r(t)=(t34t)i+(5t22)j.r(t)=(t34t)i+(5t22)j.

124.

Find N(t)N(t) for the curve r(t)=(t34t)i+(5t22)j.r(t)=(t34t)i+(5t22)j.

125.

Find the unit normal vector N(t)N(t) for r(t)=2sint,5t,2cost.r(t)=2sint,5t,2cost.

126.

Find the unit tangent vector T(t)T(t) for r(t)=2sint,5t,2cost.r(t)=2sint,5t,2cost.

127.

Find the arc-length function s(t)s(t) for the line segment given by r(t)=33t,4t.r(t)=33t,4t. Write r as a parameter of s.

128.

Parameterize the helix r(t)=costi+sintj+tkr(t)=costi+sintj+tk using the arc-length parameter s, from t=0.t=0.

129.

Parameterize the curve using the arc-length parameter s, at the point at which t=0t=0 for r(t)=etsinti+etcostj.r(t)=etsinti+etcostj.

130.

Find the curvature of the curve r(t)=5costi+4sintjr(t)=5costi+4sintj at t=π/3.t=π/3. (Note: The graph is an ellipse.)

This figure is the graph of an ellipse. The ellipse is oval along the x-axis. It is centered at the origin and intersects the y-axis at -4 and 4.
131.

Find the x-coordinate at which the curvature of the curve y=1/xy=1/x is a maximum value.

132.

Find the curvature of the curve r(t)=5costi+5sintj.r(t)=5costi+5sintj. Does the curvature depend upon the parameter t?

133.

Find the curvature κκ for the curve y=x14x2y=x14x2 at the point x=2.x=2.

134.

Find the curvature κκ for the curve y=13x3y=13x3 at the point x=1.x=1.

135.

Find the curvature κκ of the curve r(t)=ti+6t2j+4tk.r(t)=ti+6t2j+4tk. The graph is shown here:

This figure is the graph of a curve in 3 dimensions. It is inside of a box. The box represents an octant. The curve has a parabolic shape in the middle of the box.
136.

Find the curvature of r(t)=2sint,5t,2cost.r(t)=2sint,5t,2cost.

137.

Find the curvature of r(t)=2ti+etj+etkr(t)=2ti+etj+etk at point P(0,1,1).P(0,1,1).

138.

At what point does the curve y=exy=ex have maximum curvature?

139.

What happens to the curvature as xx for the curve y=ex?y=ex?

140.

Find the point of maximum curvature on the curve y=lnx.y=lnx.

141.

Find the equations of the normal plane and the osculating plane of the curve r(t)=2sin(3t),t,2cos(3t)r(t)=2sin(3t),t,2cos(3t) at point (0,π,−2).(0,π,−2).

142.

Find equations of the osculating circles of the ellipse 4y2+9x2=364y2+9x2=36 at the points (2,0)(2,0) and (0,3).(0,3).

143.

Find the equation for the osculating plane at point t=π/4t=π/4 on the curve r(t)=cos(2t)i+sin(2t)j+tk.r(t)=cos(2t)i+sin(2t)j+tk.

144.

Find the radius of curvature of 6y=x36y=x3 at the point (2,43).(2,43).

145.

Find the curvature at each point (x,y)(x,y) on the hyperbola r(t)=acosh(t),bsinh(t).r(t)=acosh(t),bsinh(t).

146.

Calculate the curvature of the circular helix r(t)=rsin(t)i+rcos(t)j+tk.r(t)=rsin(t)i+rcos(t)j+tk.

147.

Find the radius of curvature of y=ln(x+1)y=ln(x+1) at point (2,ln3).(2,ln3).

148.

Find the radius of curvature of the hyperbola xy=1xy=1 at point (1,1).(1,1).

A particle moves along the plane curve C described by r(t)=ti+t2j.r(t)=ti+t2j. Solve the following problems.

149.

Find the length of the curve over the interval [0,2].[0,2].

150.

Find the curvature of the plane curve at t=0,1,2.t=0,1,2.

151.

Describe the curvature as t increases from t=0t=0 to t=2.t=2.

The surface of a large cup is formed by revolving the graph of the function y=0.25x1.6y=0.25x1.6 from x=0x=0 to x=5x=5 about the y-axis (measured in centimeters).

152.

[T] Use technology to graph the surface.

153.

Find the curvature κκ of the generating curve as a function of x.

154.

[T] Use technology to graph the curvature function.

Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction
Citation information

© Feb 5, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.