Javascript required
Skip to content Skip to sidebar Skip to footer

Find the Radius of Curvature of the Point P on C Where T = 3.

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 Alternative Formulas for Curvature, which states that the formula for the arc length of a curve defined by the parametric functions x = x ( t ) , y = y ( t ) , t 1 t t 2 x = x ( t ) , y = y ( t ) , t 1 t t 2 is given by

s = t 1 t 2 ( x ( t ) ) 2 + ( y ( t ) ) 2 d t . s = t 1 t 2 ( x ( t ) ) 2 + ( y ( t ) ) 2 d t .

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 a t b , a t b , the arc length is given by the formula

s = a b ( f ( t ) ) 2 + ( g ( t ) ) 2 d t . s = a b ( f ( t ) ) 2 + ( g ( t ) ) 2 d t .

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

s = a b ( f ( t ) ) 2 + ( g ( t ) ) 2 + ( h ( t ) ) 2 d t . s = a b ( f ( t ) ) 2 + ( g ( t ) ) 2 + ( h ( t ) ) 2 d t .

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 = a b [ f ( t ) ] 2 + [ g ( t ) ] 2 d t = a b r ( t ) d t . s = a b [ f ( t ) ] 2 + [ g ( t ) ] 2 d t = a b r ( t ) d t .

    (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 = a b [ f ( t ) ] 2 + [ g ( t ) ] 2 + [ h ( t ) ] 2 d t = a b r ( t ) d t . s = a b [ f ( t ) ] 2 + [ g ( t ) ] 2 + [ h ( t ) ] 2 d t = a b r ( t ) d t .

    (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 ) = ( 3 t 2 ) i + ( 4 t + 5 ) j , 1 t 5 r ( t ) = ( 3 t 2 ) i + ( 4 t + 5 ) j , 1 t 5
  2. r ( t ) = t cos t , t sin t , 2 t , 0 t 2 π r ( t ) = t cos t , t sin t , 2 t , 0 t 2 π

Checkpoint 3.9

Calculate the arc length of the parameterized curve

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

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 ) = R cos ( 2 π N t h ) i + R sin ( 2 π N t h ) j + t k , 0 t h , r ( t ) = R cos ( 2 π N t h ) i + R sin ( 2 π N t h ) j + t k , 0 t h ,

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 π N R h sin ( 2 π N t h ) i + 2 π N R h cos ( 2 π N t h ) j + k . r ( t ) = 2 π N R h sin ( 2 π N t h ) i + 2 π N R h cos ( 2 π N t h ) j + k .

Therefore,

s = a b r ( t ) d t = 0 h ( 2 π N R h sin ( 2 π N t h ) ) 2 + ( 2 π N R h cos ( 2 π N t h ) ) 2 + 1 2 d t = 0 h 4 π 2 N 2 R 2 h 2 ( sin 2 ( 2 π N t h ) + cos 2 ( 2 π N t h ) ) + 1 d t = 0 h 4 π 2 N 2 R 2 h 2 + 1 d t = [ t 4 π 2 N 2 R 2 h 2 + 1 ] 0 h = h 4 π 2 N 2 R 2 + h 2 h 2 = 4 π 2 N 2 R 2 + h 2 . s = a b r ( t ) d t = 0 h ( 2 π N R h sin ( 2 π N t h ) ) 2 + ( 2 π N R h cos ( 2 π N t h ) ) 2 + 1 2 d t = 0 h 4 π 2 N 2 R 2 h 2 ( sin 2 ( 2 π N t h ) + cos 2 ( 2 π N t h ) ) + 1 d t = 0 h 4 π 2 N 2 R 2 h 2 + 1 d t = [ t 4 π 2 N 2 R 2 h 2 + 1 ] 0 h = h 4 π 2 N 2 R 2 + h 2 h 2 = 4 π 2 N 2 R 2 + h 2 .

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 ) = a t ( f ( u ) ) 2 + ( g ( u ) ) 2 + ( h ( u ) ) 2 d u . s ( t ) = a t ( f ( u ) ) 2 + ( g ( u ) ) 2 + ( h ( u ) ) 2 d u .

(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 ) = d d t [ a t ( f ( u ) ) 2 + ( g ( u ) ) 2 + ( h ( u ) ) 2 d u ] = d d t [ a t r ( u ) d u ] = r ( t ) . s ( t ) = d d t [ a t ( f ( u ) ) 2 + ( g ( u ) ) 2 + ( h ( u ) ) 2 d u ] = d d t [ a t r ( u ) d u ] = r ( t ) .

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

s ( t ) = a t r ( u ) d u = a t 1 d u = t a , s ( t ) = a t r ( u ) d u = a t 1 d u = t a ,

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 t a . t a . Then the arc-length function is given by

s ( t ) = a t r ( u ) d u . s ( t ) = a t r ( u ) d u .

(3.14)

Furthermore, d s d t = r ( t ) > 0. d s d t = r ( t ) > 0. If r ( t ) = 1 r ( t ) = 1 for all t a , t a , 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 ) = 3 cos t , 3 sin t , 0 t 2 π r ( t ) = 3 cos t , 3 sin t , 0 t 2 π that parameterizes a circle of radius 3, we can change the parameter from t to 4 t , 4 t , obtaining a new parameterization r ( t ) = 3 cos 4 t , 3 sin 4 t . r ( t ) = 3 cos 4 t , 3 sin 4 t . The new parameterization still defines a circle of radius 3, but now we need only use the values 0 t π / 2 0 t π / 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 = 0 s = 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 ) = 4 cos t i + 4 sin t j , t 0 r ( t ) = 4 cos t i + 4 sin t j , t 0
  2. r ( t ) = t + 3 , 2 t 4 , 2 t , t 3 r ( t ) = t + 3 , 2 t 4 , 2 t , t 3

Checkpoint 3.10

Find the arc-length function for the helix

r ( t ) = 3 cos t , 3 sin t , 4 t , t 0. r ( t ) = 3 cos t , 3 sin t , 4 t , t 0.

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 s s is the arc-length parameter. The curvature κ κ at s is

κ = d T d s = T ( s ) . κ = d T d s = T ( s ) .

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 y y and y y 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:

d T d t = d T d s d s d t , d T d t = d T d s d s d t ,

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

d T d s = T ( t ) d s d t . d T d s = T ( t ) d s d t .

Since d s / d t = r ( t ) , d s / d t = 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 d s / d t = r ( t ) . d s / d t = r ( t ) . Therefore, r ( t ) = ( d s / d t ) T ( t ) . r ( t ) = ( d s / d t ) T ( t ) . We can take the derivative of this function using the scalar product formula:

r″ ( t ) = d 2 s d t 2 T ( t ) + d s d t T ( t ) . r″ ( t ) = d 2 s d t 2 T ( t ) + d s d t T ( t ) .

Using these last two equations we get

r ( t ) × r″ ( t ) = d s d t T ( t ) × ( d 2 s d t 2 T ( t ) + d s d t T ( t ) ) = d s d t d 2 s d t 2 T ( t ) × T ( t ) + ( d s d t ) 2 T ( t ) × T ( t ) . r ( t ) × r″ ( t ) = d s d t T ( t ) × ( d 2 s d t 2 T ( t ) + d s d t T ( t ) ) = d s d t d 2 s d t 2 T ( t ) × T ( t ) + ( d s d t ) 2 T ( t ) × T ( t ) .

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

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

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

r ' ( t ) × r″ ( t ) = ( d s d t ) 2 T ' ( t ) . r ' ( t ) × r″ ( t ) = ( d s d t ) 2 T ' ( t ) .

Now we solve this equation for T ( t ) T ( t ) and use the fact that d s / d t = r ( t ) : d s / d t = 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 ) = x i + f ( x ) j + 0 k . r ( t ) = x i + f ( x ) j + 0 k . Using the previous formula for curvature:

r ( t ) = i + f ( x ) j r″ ( t ) = f ( x ) j r ( t ) × r″ ( t ) = | i j k 1 f ( x ) 0 0 f ( x ) 0 | = f ( x ) k . r ( t ) = i + f ( x ) j r″ ( t ) = f ( x ) j r ( t ) × r″ ( t ) = | i j k 1 f ( x ) 0 0 f ( 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 ) = 4 cos t i + 4 sin t j + 3 t k , t = 4 π 3 r ( t ) = 4 cos t i + 4 sin t j + 3 t k , t = 4 π 3
  2. f ( x ) = 4 x x 2 , x = 2 f ( x ) = 4 x x 2 , x = 2

Checkpoint 3.11

Find the curvature of the curve defined by the function

y = 3 x 2 2 x + 4 y = 3 x 2 2 x + 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 ) = 1 T ( 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 ) = 4 cos t i 4 sin t j r ( t ) = 4 cos t i 4 sin t j
  2. r ( t ) = ( 6 t + 2 ) i + 5 t 2 j 8 t k r ( t ) = ( 6 t + 2 ) i + 5 t 2 j 8 t k

Checkpoint 3.12

Find the unit normal vector for the vector-valued function r ( t ) = ( t 2 3 t ) i + ( 4 t + 1 ) j r ( t ) = ( t 2 3 t ) i + ( 4 t + 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). Lat, 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

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

Figure 3.8 In this osculating circle, the circle is tangent to curve C at point P and shares the same curvature.

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 = x 3 3 x + 1 y = x 3 3 x + 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 = 2 x 2 4 x + 5 y = 2 x 2 4 x + 5 at x = 1. x = 1.

Section 3.3 Exercises

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

102 .

r ( t ) = t 2 i + 14 t j , 0 t 7. r ( t ) = t 2 i + 14 t j , 0 t 7. 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 ) = 2 sin t , 5 t , 2 cos t , 0 t π . r ( t ) = 2 sin t , 5 t , 2 cos t , 0 t π . 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 ) = e t cos t , e t sin t r ( t ) = e t cos t , e t sin t 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 ) = 1 2 cos t i + 1 2 sin t j + 3 4 t k . r ( t ) = 1 2 cos t i + 1 2 sin t j + 3 4 t k .

108 .

Find the arc length of the vector-valued function r ( t ) = t i + 4 t j + 3 t k r ( t ) = t i + 4 t j + 3 t k over [ 0 , 1 ] . [ 0 , 1 ] .

109 .

A particle travels in a circle with the equation of motion r ( t ) = 3 cos t i + 3 sin t j + 0 k . r ( t ) = 3 cos t i + 3 sin t j + 0 k . 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 ) = cos t i + 2 sin t j + 0 k . r ( t ) = cos t i + 2 sin t j + 0 k .

111 .

Find the length of the curve r ( t ) = 2 t , e t , e t r ( t ) = 2 t , e t , e t over the interval 0 t 1. 0 t 1. 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 ) = 2 sin t , 5 t , 2 cos t r ( t ) = 2 sin t , 5 t , 2 cos t for t [ −10 , 10 ] . t [ −10 , 10 ] .

113 .

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

114 .

Given r ( t ) = a cos ( ω t ) i + b sin ( ω t ) j , r ( t ) = a cos ( ω t ) i + b sin ( ω t ) j , find the binormal vector B ( 0 ) . B ( 0 ) .

115 .

Given r ( t ) = 2 e t , e t cos t , e t sin t , r ( t ) = 2 e t , e t cos t , e t sin t , determine the tangent vector T ( t ) . T ( t ) .

116 .

Given r ( t ) = 2 e t , e t cos t , e t sin t , r ( t ) = 2 e t , e t cos t , e t sin t , determine the unit tangent vector T ( t ) T ( t ) evaluated at t = 0. t = 0.

117 .

Given r ( t ) = 2 e t , e t cos t , e t sin t , r ( t ) = 2 e t , e t cos t , e t sin t , find the unit normal vector N ( t ) N ( t ) evaluated at t = 0 , t = 0 , N ( 0 ) . N ( 0 ) .

118 .

Given r ( t ) = 2 e t , e t cos t , e t sin t , r ( t ) = 2 e t , e t cos t , e t sin t , find the unit normal vector evaluated at t = 0. t = 0.

119 .

Given r ( t ) = t i + t 2 j + t k , r ( t ) = t i + t 2 j + t k , 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 = 0 t = 0 for the plane curve r ( t ) = t 3 4 t , 5 t 2 2 . r ( t ) = t 3 4 t , 5 t 2 2 . 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 ) = 3 t i + 5 t 2 j + 2 t k r ( t ) = 3 t i + 5 t 2 j + 2 t k

122 .

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

123 .

Find T ( t ) T ( t ) for the curve r ( t ) = ( t 3 4 t ) i + ( 5 t 2 2 ) j . r ( t ) = ( t 3 4 t ) i + ( 5 t 2 2 ) j .

124 .

Find N ( t ) N ( t ) for the curve r ( t ) = ( t 3 4 t ) i + ( 5 t 2 2 ) j . r ( t ) = ( t 3 4 t ) i + ( 5 t 2 2 ) j .

125 .

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

126 .

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

127 .

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

128 .

Parameterize the helix r ( t ) = cos t i + sin t j + t k r ( t ) = cos t i + sin t j + t k 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 = 0 t = 0 for r ( t ) = e t sin t i + e t cos t j . r ( t ) = e t sin t i + e t cos t j .

130 .

Find the curvature of the curve r ( t ) = 5 cos t i + 4 sin t j r ( t ) = 5 cos t i + 4 sin t j 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 / x y = 1 / x is a maximum value.

132 .

Find the curvature of the curve r ( t ) = 5 cos t i + 5 sin t j . r ( t ) = 5 cos t i + 5 sin t j . Does the curvature depend upon the parameter t?

133 .

Find the curvature κ κ for the curve y = x 1 4 x 2 y = x 1 4 x 2 at the point x = 2. x = 2.

134 .

Find the curvature κ κ for the curve y = 1 3 x 3 y = 1 3 x 3 at the point x = 1. x = 1.

135 .

Find the curvature κ κ of the curve r ( t ) = t i + 6 t 2 j + 4 t k . r ( t ) = t i + 6 t 2 j + 4 t k . 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 ) = 2 sin t , 5 t , 2 cos t . r ( t ) = 2 sin t , 5 t , 2 cos t .

137 .

Find the curvature of r ( t ) = 2 t i + e t j + e t k r ( t ) = 2 t i + e t j + e t k at point P ( 0 , 1 , 1 ) . P ( 0 , 1 , 1 ) .

138 .

At what point does the curve y = e x y = e x have maximum curvature?

139 .

What happens to the curvature as x x for the curve y = e x ? y = e x ?

140 .

Find the point of maximum curvature on the curve y = ln x . y = ln x .

141 .

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

142 .

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

143 .

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

144 .

Find the radius of curvature of 6 y = x 3 6 y = x 3 at the point ( 2 , 4 3 ) . ( 2 , 4 3 ) .

145 .

Find the curvature at each point ( x , y ) ( x , y ) on the hyperbola r ( t ) = a cosh ( t ) , b sinh ( t ) . r ( t ) = a cosh ( t ) , b sinh ( t ) .

146 .

Calculate the curvature of the circular helix r ( t ) = r sin ( t ) i + r cos ( t ) j + t k . r ( t ) = r sin ( t ) i + r cos ( t ) j + t k .

147 .

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

148 .

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

A particle moves along the plane curve C described by r ( t ) = t i + t 2 j . r ( t ) = t i + t 2 j . 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 = 0 t = 0 to t = 2. t = 2.

The surface of a large cup is formed by revolving the graph of the function y = 0.25 x 1.6 y = 0.25 x 1.6 from x = 0 x = 0 to x = 5 x = 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.

Find the Radius of Curvature of the Point P on C Where T = 3.

Source: https://openstax.org/books/calculus-volume-3/pages/3-3-arc-length-and-curvature