Processing math: 84%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

1.6: Curves and their Tangent Vectors

( \newcommand{\kernel}{\mathrm{null}\,}\)

The right hand side of the parametric equation (x,y,z)=(1,1,0)+t1,2,2 that we just saw in Warning 1.5.3 is a vector-valued function of the one real variable t. We are now going to study more general vector-valued functions of one real variable. That is, we are going to study functions that assign to each real number t (typically in some interval) a vector r(t). For example

r(t)=(x(t),y(t),z(t))

might be the position 1 of a particle at time t. As t varies r(t) sweeps out a curve.

parCurve.svg

While in some applications t will indeed be “time”, it does not have to be. It can be simply a parameter that is used to label the different points on the curve that r(t) sweeps out. We then say that r(t) provides a parametrization of the curve.

Example 1.6.1. Parametrization of x2+y2=a2

While we will often use t as the parameter in a parametrized curve r(t), there is no need to call it t. Sometimes it is natural to use a different name for the parameter. For example, consider the circle 2 x2+y2=a2. It is natural to use the angle θ in the sketch below to label the point (acosθ,asinθ) on the circle.

parCircle.svg

That is,

r(θ)=(acosθ,asinθ)0θ<2π

is a parametrization of the circle x2+y2=a2. Just looking at the figure above, it is clear that, as θ runs from 0 to 2π, r(θ) traces out the full circle.

However beware that just knowing that r(t) lies on a specified curve does not guarantee that, as t varies, r(t) covers the entire curve. For example, as t runs over the whole real line, 2πarctan(t) runs over the interval (1,1). For all t,

r(t)=(x(t),y(t))=a(2πarctan(t),14π2arctan2(t))

is well-defined and obeys x(t)2+y(t)2=a2. But this r(t) does not cover the entire circle because y(t) is always positive.

Example 1.6.2. Parametrization of (xh)2+(yk)2=a2

We can tweak the parametrization of Example 1.6.1 to get a parametrization of the circle of radius a that is centred on (h,k). One way to do so is to redraw the sketch of Example 1.6.1 with the circle translated so that its centre is at (h,k).

We see from the sketch that

parCirclehk.svg

r(θ)=(h+acosθ,k+asinθ)0θ<2π

is a parametrization of the circle (xh)2+(yk)2=a2.

A second way to come up with this parametrization is to observe that we can turn the trig identity cos2t+sin2t=1 into the equation (xh)2+(yk)2=a2 of the circle by

  • multiplying the trig identity by a2 to get (acost)2+(asint)2=a2 and then
  • setting \boldsymbol{\ a\cos t=x-h\} and  asint=yk , which turns (acost)2+(asint)2=a2 into (xh)2+(yk)2=a2.
Example 1.6.3. Parametrization of x2a2+y2b2=1 and of x2/3+y2/3=a2/3

We can build parametrizations of the curves x2a2+y2b2=1 and x2/3+y2/3=a2/3 from the trig identity cos2t+sin2t=1, like we did in the second part of the last example.

  • Setting \boldsymbol{\ \cos t=\frac{x}{a}\} and \boldsymbol{\ \sin t=\frac{y}{b}\} turns cos2t+sin2t=1 into x2a2+y2b2=1.
  • Setting \boldsymbol{\ \cos t= \big(\frac{x}{a}\big)^{\frac{1}{3}}\} and \boldsymbol{\ \sin t=\big(\frac{y}{a}\big)^{\frac{1}{3}}\} turns cos2t+sin2t=1 into x2/3a2/3+y2/3a2/3=1.

So

r(t)=(acost,bsint)0t<2πr(t)=(acos3t,asin3t)0t<2π

give parametrizations of x2a2+y2b2=1 and x2/3+y2/3=a2/3, respectively. To see that running t from 0 to 2π runs r(t) once around the curve, look at the figures below.

parEllipse.svg            astroid4.svg

The curve x2/3+y2/3=a2/3 is called an astroid. From its equation, we would expect its sketch to look like a deformed circle. But it is probably not so obvious that it would have the pointy bits of the right hand figure. We will not explain here why they arise. The astroid is studied in some detail in Example 1.1.7 of the CLP-4 text. In particular, the above sketch is carefully developed there.

Example 1.6.4. Parametrization of ey=1+x2

A very easy method that can often create parametrizations for a curve is to use x or y as a parameter. Because we can solve ey=1+x2 for y as a function of x, namely y=ln(1+x2), we can use x as the parameter simply by setting t=x. This gives the parametrization

r(t)=(t,ln(1+t2))<t<

Example 1.6.5. Parametrization of x2+y2=a2, again

It is also quite common that one can use either x or y to parametrize part of, but all of, a curve. A simple example is the circle x2+y2=a2. For each a<x<a, there are two points on the circle with that value of x. So one cannot use x to parametrize the whole circle. Similarly, for each a<y<a, there are two points on the circle with that value of y. So one cannot use y to parametrize the whole circle. On the other hand

r(t)=(t,a2t2)a<t<ar(t)=(t,a2t2)a<t<a

provide parametrizations of the top half and bottom half, respectively, of the circle using x as the parameter, and

r(t)=(a2t2,t)a<t<ar(t)=(a2t2,t)a<t<a

provide parametrizations of the right half and left half, respectively, of the circle using y as the parameter.

Example 1.6.6. Unparametrization of r(t)=(cost,7t)

In this example, we will undo the parametrization r(t)=(cost,7t) and find the Cartesian equation of the curve in question. We may rewrite the parametrization as

x=costy=7t

Note that we can eliminate the parameter t simply by using the second equation to solve for t as a function of y. Namely t=7y. Substituting this into the first equation gives us the Cartesian equation

x=cos(7y)

Curves often arise as the intersection of two surfaces. For example, the intersection of the sphere x2+y2+z2=1 with the plane y=x is a circle. The part of that circle that is in the first octant is the red curve in the figure below.

spherePlane.svg

One way to parametrize such curves is to choose one of the three coordinates x, y, z as the parameter, and solve the two given equations for the remaining two coordinates, as functions of the parameter. Here are two examples.

Example 1.6.7

The set of all (x,y,z) obeying

xy=0x2+y2+z2=1

is the circle sketched above. We can choose to use y as the parameter and think of

x=yx2+z2=1y2

as a system of two equations for the two unknowns x and z, with y being treated as a given constant, rather than as an unknown. We can now (trivially) solve the first equation for x, substitute the result into the second equation, and finally solve for z.

x=y, x2+z2=1y2z2=12y2

If, for example, we are interested in points (x,y,z) on the curve with z0, we have z=12y2 and

r(y)=(y,y,12y2),12y12

is a parametrization for the part of the circle above the xy-plane. If, on the other hand, we are interested in points (x,y,z) on the curve with z0, we have z=12y2 and

r(y)=(y,y,12y2),12y12

is a parametrization for the part of the circle below the xy-plane.

Example 1.6.8

The previous example was rigged so that it was easy to solve for x and z as functions of y. In practice it is not always easy, or even possible, to do so. A more realistic example is the set of all (x,y,z) obeying

x2+y22+z23=1x2+2y2=z

which is the blue curve in the figure

stokes6.svg

(Don't worry about how we make sketches like this. We'll develop some surface sketching technique in §1.7 below.) Substituting x2=z2y2 (from the second equation) into the first equation gives

32y2+z+z23=1

or, completing the square,

32y2+13(z+32)2=74

If, for example, we are interested in points (x,y,z) on the curve with y0, this can be solved to give y as a function of z.

y=29(z+32)21412

Then x2=z2y2 also gives x as a function of z. If x0,

x=z49(z+32)2+146=4349z213z

The other signs of x and y can be gotten by using the appropriate square roots. In this example, (x,y,z) is on the curve, i.e. satisfies the two original equations, if and only if all of (±x,±y,z) are also on the curve.

Derivatives and Tangent Vectors

This being a Calculus text, one of our main operations is differentiation. We are now interested in parametrizations r(t). It is very easy and natural to extend our definition of derivative to r(t) as follows.

Definition 1.6.9

The derivative of the vector valued function r(t) is defined to be

r(t)=drdt(t)=limh0r(t+h)r(t)h

parCurveDerivA.svg

when the limit exists. In particular, if r(t)=x(t)^ıı+y(t)^ȷȷ+z(t)ˆk, then

r(t)=x(t)^ıı+y(t)^ȷȷ+z(t)ˆk

That is, to differentiate a vector valued function of t, just differentiate each of its components.

And of course differentiation interacts with arithmetic operations, like addition, in the obvious way. Only a little more thought is required to see that differentiation interacts quite nicely with dot and cross products too. Here are some examples.

Example 1.6.10

Let

a(t)=t2^ıı+t4^ȷȷ+t6ˆkb(t)=et^ıı+e3t^ȷȷ+e5tˆkγ(t)=t2s(t)=sint

We are about to compute some derivatives. To make it easier to follow what is going on, we'll use some colour. When we apply the product rule

ddt[f(t)g(t)]=f(t)g(t)+f(t)g(t)

we'll use blue to highlight the factors f(t) and g(t). Here we go.

γ(t)b(t)=t2et^ıı+t2e3t^ȷȷ+t2e5tˆk

gives

ddt[γ(t)b(t)]=[2tett2et]^ıı+[2te3t3t2e3t]^ȷȷ+[2te5t5t2e5t]ˆk=2t{et^ıı+e3t^ȷȷ+e5tˆk}+t2{et^ıı3e3t^ȷȷ5e5tˆk}=γ(t)b(t)+γ(t)b(t)

and

a(t)b(t)=t2et+t4e3t+t6e5t

gives

ddt[a(t)b(t)]=[2tett2et]+[4t3e3t3t4e3t]+[6t5e5t5t6e5t]=[2tet+4t3e3t+6t5e5t]+[t2et3t4e3t5t6e5t]={2t^ıı+4t3^ȷȷ+6t5ˆk}{et^ıı+e3t^ȷȷ+e5tˆk}+{t2^ıı+t4^ȷȷ+t6ˆk}{et^ıı3e3t^ȷȷ5e5tˆk}=a(t)b(t)+a(t)b(t)

and

a(t)×b(t)=det[^ıı^ȷȷˆkt2t4t6ete3te5t]=^ıı(t4e5tt6e3t)^ȷȷ(t2e5tt6et)+ˆk(t2e3tt4et)

gives

ddt[a(t)×b(t)]= ^ıı( 4t3e5t   6t5e3t)  ^ȷȷ( 2te5t  6t5et)+ˆk( 2te3t  4t3et)+^ıı(5t4e5t+3t6e3t)^ȷȷ(5t2e5t+t6et)+ˆk(3t2e3t+t4et)={2t^ıı+4t3^ȷȷ+6t5ˆk}×{et^ıı+e3t^ȷȷ+e5tˆk}+{t2^ıı+t4^ȷȷ+t6ˆk}×{et^ıı3e3t^ȷȷ5e5tˆk}=a(t)×b(t)+a(t)×b(t)

and

a(s(t))=(sint)2^ıı+(sint)4^ȷȷ+(sint)6ˆkddt[a(s(t))]=2(sint)cost^ıı+4(sint)3cost^ȷȷ+6(sint)5costˆk={2(sint)^ıı+4(sint)3^ȷȷ+6(sint)5ˆk}cost=a(s(t))s(t)

Of course these examples extend to general (differentiable) a(t), b(t), γ(t) and s(t) and give us (most of) the following theorem.

Theorem 1.6.11. Arithmetic of differentiation

Let

  • a(t),b(t) be vector valued differentiable functions of tR that take values in Rn and
  • α,βR be constants and
  • γ(t) and s(t) be real valued differentiable functions of tR

Then

(a)ddt[αa(t)+βb(t)]=αa(t)+βb(t)(linear combination)(b)ddt[γ(t)b(t)]=γ(t)b(t)+γ(t)b(t)(multiplication by scalar function)(c)ddt[a(t)b(t)]=a(t)b(t)+a(t)b(t)(dot product)(d)ddt[a(t)×b(t)]=a(t)×b(t)+a(t)×b(t)  (cross product)(e)ddt[a(s(t))]=a(s(t))s(t)(composition)

Let's think about the geometric significance of r(t). In particular, let's think about the relationship between r(t) and distances along the curve. The derivative r(t) is the limit of r(t+h)r(t)h as h0. The numerator, r(t+h)r(t), is the vector with head at r(t+h) and tail at r(t).

parCurveDeriv.svg

When h is very small this vector

  • has the essentially the same direction as the tangent vector to the curve at r(t) and
  • has length being essentially the length of the part of the curve between r(t) and r(t+h).

Taking the limit as h0 yields that

  • r(t) is a tangent vector to the curve at r(t) that points in the direction of increasing t and
  • if s(t) is the length of the part of the curve between r(0) and r(t), then dsdt(t)=|drdt(t)|.

This is worth stating formally.

Lemma 1.6.12

Let r(t) be a parametrized curve.

  1. Denote by ˆT the unit tangent vector to the curve at r(t) pointing in the direction of increasing t. If r(t)0 then

    ˆT(t)=r(t)|r(t)|

  2. Denote by s(t) the length of the part of the curve between r(0) and r(t). Then

    dsdt(t)=|drdt(t)|s(T)s(T0)=TT0|drdt(t)|d

    parCurveDerivB.svg
  3. In particular, if the parameter happens to be arc length, i.e. if t=s, so that dsds=1, then

    |drdt(s)|=1ˆT(s)=r(s)

As an application, we have the

Lemma 1.6.13

If r(t)=(x(t),y(t),z(t)) is the position of a particle at time t, then

velocity at time t=v(t)=r(t)=x(t)^ıı+y(t)^ȷȷ+z(t)ˆk=dsdt(t)ˆT(t)speed at time t=dsdt(t)=|v(t)|=|r(t)|=(x(t)2+y(t)2+z(t)2acceleration at time t=a(t)=r(t)=v(t)=(x(t)^ıı+y(t)^ȷȷ+z(t)ˆk

and the distance travelled between times T0 and T is

s(T)s(T0)=TT0|drdt(t)|dt=TT0(x(t)2+y(t)2+z(t)2dt

Note that the velocity v(t)=r(t) is a vector quantity while the speed dsdt(t)=|r(t)| is a scalar quantity.

Example 1.6.14. Circumference of a circle

In general it can be quite difficult to compute arc lengths. So, as an easy warmup example, we will compute the circumference of the circle 3  x2+y2=a2. We'll also find a unit tangent to the circle at any point on the circle. We'll use the parametrization

r(θ)=(acosθ,asinθ)0θ2π

of Example 1.6.1. Using Lemma 1.6.12, but with the parameter t renamed to θ

r(θ)=asinθ^ıı+acosθ^ȷȷˆT(θ)=r(θ)|r(θ)|=sinθ^ıı+cosθ^ȷȷdsdθ(θ)=|r(θ)|=as(Θ)s(0)=Θ0|r(θ)|dθ=aΘ

As 4  s(Θ) is the arc length of the part of the circle with 0θΘ, the circumference of the whole circle is

s(2π)=2πa

which is reassuring, since this formula has been known 5  for thousands of years.

parCircleT.svg

The formula s(Θ)s(0)=aΘ also makes sense — the part of the circle with 0θΘ is the fraction Θ2π of the whole circle, and so should have length Θ2π×2πa. Also note that

r(θ)ˆT(θ)=(acosθ,asinθ)(sinθ,cosθ)=0

so that the tangent to the circle at any point is perpendicular to the radius vector of the circle at that point. This is another geometric fact that has been known 6  for thousands of years.

It is Proposition 18 in Book 3 of Euclid's Elements. It was published around 300BC.
Example 1.6.15. Arc length of a helix

Consider the curve

r(t)=6sin(2t)^ıı+6cos(2t)^ȷȷ+5tˆk

where the standard basis vectors ^ıı=(1,0,0), ^ȷȷ=(0,1,0) and ˆk=(0,0,1). We'll first sketch it, by observing that

  • x(t)=6sin(2t) and y(t)=6cos(2t) obey

    x(t)2+y(t)2=36sin2(2t)+36cos2(2t)=36

    So all points of the curve lie on the cylinder x2+y2=36 and
  • as t increases, (x(t),y(t)) runs clockwise around the circle x2+y2=36 and at the same time z(t)=5t just increases linearly.

Our curve is the helix

helix4.svg

We have marked three points of the curve on the above sketch. The first has t=0 and is 0^ıı+6^ȷȷ+0ˆk. The second has t=π2 and is 0^ıı6^ȷȷ+5π2ˆk, and the third has t=π and is 0^ıı+6^ȷȷ+5πˆk. We'll now use Lemma 1.6.12 to find a unit tangent ˆT(t) to the curve at r(t) and also the arclength of the part of curve between t=0 and t=π.

r(t)=6sin(2t)^ıı+6cos(2t)^ȷȷ+5tˆkr(t)=12cos(2t)^ıı12sin(2t)^ȷȷ+5ˆkdsdt(t)=|r(t)|=122cos2(2t)+122sin2(2t)+52=122+52=13ˆT(t)=r(t)|r(t))|=1213cos(2t)^ıı1213sin(2t)^ȷȷ+513ˆks(π)s(0)=π0|r(t)|dt=13π

Example 1.6.16. Velocity and acceleration

Imagine that, at time t, a particle is at

r(t)=[h+acos(2πtT)]^ıı+[k+asin(2πtT)]^ȷȷ

As |r(t)h^ıık^ȷȷ|=a, the particle is running around the circle of radius a centred on (h,k). When t increases by T, the argument, 2πtT, of cos(2πtT) and sin(2πtT) increases by exactly 2π and the particle runs exactly once around the circle. In particular, it travels a distance 2πa. So it is moving at speed 2πaT. According to Lemma 1.6.13, it has

velocity =r(t)=2πaTsin(2πtT)^ıı+2πaTcos(2πtT)^ȷȷspeed=dsdt(t)=|r(t)|=2πaTacceleration=r(t)=4π2aT2cos(2πtT)^ıı4π2aT2sin(2πtT)^ȷȷ=4π2T2[r(t)h^ıık^ȷȷ]

Here are some observations.

  • The velocity r(t) has dot product zero with r(t)h^ıık^ȷȷ, which is the radius vector from the centre of the circle to the particle. So the velocity is perpendicular to the radius vector, and hence parallel to the tangent vector of the circle at r(t).
  • The speed given by Lemma 1.6.13 is exactly the speed we found above, just before we started applying Lemma 1.6.13.
  • The acceleration r(t) points in the direction opposite to the radius vector.

circleVA.svg

Exercises

Stage 1

Questions 1.6.2.1 through 1.6.2.5 provide practice with curve parametrization. Being comfortable with the algebra and interpretation of these descriptions are essential ingredients in working effectively with parametrizations.

1

Consider the following time-parametrized curve:

r(t)=(cos(π4t),(t5)2)

List the three points (1/2,0), (1,25), and (0,25) in chronological order.

2

At what points in the xy-plane does the curve (sint,t2) cross itself? What is the difference in t between the first time the curve crosses through a point, and the last?

3

Find the specified parametrization of the first quadrant part of the circle x2+y2=a2.

  1. In terms of the y coordinate.
  2. In terms of the angle between the tangent line and the positive x-axis.
  3. In terms of the arc length from (0,a).
4

image-142.svg

A circle of radius a rolls along the x-axis in the positive direction, starting with its centre at (a,a). In that position, we mark the topmost point on the circle P. As the circle moves, P moves with it. Let θ be the angle the circle has rolled - see the diagram below.

  1. Give the position of the centre of the circle as a function of θ.
  2. Give the position of P a function of θ.

image-143.svg

5

The curve C is defined to be the intersection of the ellipsoid

x214y2+3z2=1

and the plane

x+y+z=0.

When y is very close to 0, and z is negative, find an expression giving z in terms of y.

6

A particle traces out a curve in space, so that its position at time t is

r(t)=et^ıı+1t^ȷȷ+(t1)2(t3)2ˆk

for t>0.

Let the positive z axis point vertically upwards, as usual. When is the particle moving upwards, and when is it moving downwards? Is it moving faster at time t=1 or at time t=3?

7

Below is the graph of the parametrized function r(t). Let s(t) be the arclength along the curve from r(0) to r(t).

image-145.svg

Indicate on the graph s(t+h)s(t) and r(t+h)r(t). Are the quantities scalars or vectors?

8

What is the relationship between velocity and speed in a vector-valued function of time?

Let r(t) be a vector valued function. Let r, r, and r denote drdt, d2rdt2, and d3rdt3, respectively. Express

ddt[(r×r)r]

in terms of r, r, r, and r. Select the correct answer.

  1. (r×r)r
  2. (r×r)r+(r×r)r
  3. (r×r)r
  4. 0
  5. None of the above.

Stage 2

10 

Find the speed of a particle with the given position function

r(t)=52t^ıı+e5t^ȷȷe5tˆk

Select the correct answer:

  1. |v(t)|=(e5t+e5t)
  2. |v(t)|=10+5et+5et
  3. |v(t)|=10+e10t+e10t
  4. |v(t)|=5(e5t+e5t)
  5. |v(t)|=5(et+et)
11

Find the velocity, speed and acceleration at time t of the particle whose position is r(t). Describe the path of the particle.

  1. r(t)=acost^ıı+asint^ȷȷ+ctˆk
  2. r(t)=acostsint^ıı+asin2t^ȷȷ+acostˆk
12 
  1. Let

    r(t)=(t2,3,13t3)

    Find the unit tangent vector to this parametrized curve at t=1, pointing in the direction of increasing t.
  2. Find the arc length of the curve from (a) between the points (0,3,0) and (1,3,13).
13

Using Lemma 1.6.12, find the arclength of r(t)=(t,32t2,t3) from t=0 to t=1.

14

A particle's position at time t is given by r(t)=(t+sint,cost)  7 . What is the magnitude of the acceleration of the particle at time t?

The particle traces out a cycloid--see Question 1.6.2.4
15 

A curve in R3 is given by the vector equation r(t)=(2tcost,2tsint,t33)

  1. Find the length of the curve between t=0 and t=2.
  2. Find the parametric equations of the tangent line to the curve at t=π.
16 

Let r(t)=(3cost,3sint,4t) be the position vector of a particle as a function of time t0.

  1. Find the velocity of the particle as a function of time t.
  2. Find the arclength of its path between t=1 and t=2.
17 

Consider the curve

r(t)=13cos3t^ıı+13sin3t^ȷȷ+sin3tˆk

  1. Compute the arc length of the curve from t=0 to t=π2.
  2. Compute the arc length of the curve from t=0 to t=π.
18 

Let r(t)=(13t3,12t2,12t), t0. Compute s(t), the arclength of the curve at time t.

19 

Find the arc length of the curve r(t)=(tm,tm,t3m/2) for 0atb, and where m>0. Express your result in terms of m, a, and b.

20

If a particle has constant mass m, position r, and is moving with velocity v, then its angular momentum is L=m(r×v).

For a particle with mass m=1 and position function r=(sint,cost,t), find \(\left|\frac{\mathrm{d}\textbf{L}{\mathrm{d}t} \right|\text{.}\)

21 

Consider the space curve Γ whose vector equation is

r(t)=tsin(πt)^ıı+tcos(πt)^ȷȷ+t2ˆk0t<

This curve starts from the origin and eventually reaches the ellipsoid E whose equation is 2x2+2y2+z2=24.

  1. Determine the coordinates of the point P where Γ intersects E.
  2. Find the tangent vector of Γ at the point P.
  3. Does Γ intersect E at right angles? Why or why not?
22 

Suppose a particle in 3-dimensional space travels with position vector r(t), which satisfies r(t)=r(t). Show that the “energy” |r(t)|2+|r(t)|2 is constant (that is, independent of t).

Stage 3

23 

A particle moves along the curve \cC of intersection of the surfaces z2=12y and 18x=yz in the upward direction. When the particle is at (1,3,6) its velocity \vec{v} and acceleration \vec{a} are given by

\vec{v} =6\,\hat{\pmb{\imath}}+12\,\hat{\pmb{\jmath}}+12\,\hat{\mathbf{k}}\qquad \vec{a} = 27\,\hat{\pmb{\imath}}+30\,\hat{\pmb{\jmath}}+6\,\hat{\mathbf{k}} \nonumber

  1. Write a vector parametric equation for \cC using u=\frac{z}{6} as a parameter.
  2. Find the length of \cC from (0,0,0) to (1,3,6)\text{.}
  3. If u=u(t) is the parameter value for the particle's position at time t\text{,} find \frac{\mathrm{d}u}{\mathrm{d}t}   when the particle is at (1,3,6)\text{.}
  4. Find \frac{\mathrm{d}^2u}{\mathrm{d}t^2}   when the particle is at (1,3,6)\text{.}
24 

A particle of mass m = 1 has position \vec{r}_0 = \frac{1}{2}\,\hat{\mathbf{k}} and velocity \vec{v}_0 =\frac{\pi^2}{2}\,\hat{\pmb{\imath}} at time 0\text{.} It moves under a force

\textbf{F}(t) = -3t\,\hat{\pmb{\imath}} + \sin t\,\hat{\pmb{\jmath}} + 2e^{2t}\,\hat{\mathbf{k}}. \nonumber

  1. Determine the position \vec{r}(t) of the particle depending on t\text{.}
  2. At what time after time t = 0 does the particle cross the plane x = 0 for the first time?
  3. What is the velocity of the particle when it crosses the plane x = 0 in part (b)?
25 

Let C be the curve of intersection of the surfaces y=x^2 and z=\frac{2}{3}x^3\text{.} A particle moves along C with constant speed such that \frac{\mathrm{d}x}{\mathrm{d}t} \gt 0\text{.} The particle is at (0,0,0) at time t=0 and is at (3,9,18) at time t=\frac{7}{2}\text{.}

  1. Find the length of the part of C between (0,0,0) and (3,9,18)\text{.}
  2. Find the constant speed of the particle.
  3. Find the velocity of the particle when it is at \big(1,1,\frac{2}{3}\big)\text{.}
  4. Find the acceleration of the particle when it is at \big(1,1,\frac{2}{3}\big)\text{.}
26

A camera mounted to a pole can swivel around in a full circle. It is tracking an object whose position at time t seconds is x(t) metres east of the pole, and y(t) metres north of the pole.

In order to always be pointing directly at the object, how fast should the camera be programmed to rotate at time t\text{?} (Give your answer in terms of x(t) and y(t) and their derivatives, in the units rad/sec.)

27

A projectile falling under the influence of gravity and slowed by air resistance proportional to its speed has position satisfying

\frac{d^2\vec{r}}{dt^2}=-g\hat{\mathbf{k}}-\alpha \frac{d\vec{r}}{dt} \nonumber

where \alpha is a positive constant. If \vec{r}=\vec{r}_0 and \frac{d\vec{r}}{dt}=\vec{v}_0 at time t=0\text{,} find \vec{r}(t)\text{.} (Hint: Define \textbf{u}(t)=e^{\alpha t}\frac{d\vec{r}}{dt}(t) and substitute \frac{d\vec{r}}{dt}(t)=e^{-\alpha t}\textbf{u}(t) into the given differential equation to find a differential equation for \textbf{u}\text{.})

28 

At time t=0 a particle has position and velocity vectors \vec{r}(0)=\left \langle  -1,0,0 \right \rangle and \vec{v}(0)=\left \langle  0,-1,1 \right \rangle\text{.} At time t\text{,} the particle has acceleration vector

\vec{a}(t)=\left \langle  \cos t,\sin t,0 \right \rangle \nonumber

  1. Find the position of the particle after t seconds.
  2. Show that the velocity and acceleration of the particle are always perpendicular for every t\text{.}
  3. Find the equation of the tangent line to the particle's path at t=-\pi/2\text{.}
  4. True or False: None of the lines tangent to the path of the particle pass through (0,0,0)\text{.} Justify your answer.
29 

The position of a particle at time t (measured in seconds s) is given by

\vec{r}(t)=t\cos\left(\frac{\pi t}{2}\right)\hat{\pmb{\imath}} +t\sin\left(\frac{\pi t}{2}\right)\hat{\pmb{\jmath}} +t\,\hat{\mathbf{k}} \nonumber

  1. Show that the path of the particle lies on the cone z^2=x^2+y^2\text{.}
  2. Find the velocity vector and the speed at time t\text{.}
  3. Suppose that at time t=1s the particle flies off the path on a line L in the direction tangent to the path. Find the equation of the line L\text{.}
  4. How long does it take for the particle to hit the plane x=-1 after it started moving along the straight line L\text{?}
30 
  1. The curve \vec{r}_1(t)=\left \langle  1+t, t^2, t^3 \right \rangle and \vec{r}_2(t)=\left \langle  \cos t, \sin t, t \right \rangle intersect at the point P(1,0,0)\text{.} Find the angle of intersection between the curves at the point P\text{.}
  2. Find the distance between the line of intersection of the planes x+y-z=4 and 2x-z=4 and the line \vec{r}(t)=\left \langle  t, -1+2t, 1+3t \right \rangle\text{.}
  1. When we say \vec{r}(t) = \big( x(t), y(t), z(t)\big)\text{,} we mean that \big( x(t), y(t), z(t)\big) is the point at the head of the vector \vec{r}(t) when its tail is at the origin.
  2. We of course assume that the constant a\gt 0\text{.}
  3. We of course assume that the constant a\gt 0\text{.}
  4. You might guess that \Theta is a capital Greek theta. You'd be right.
  5. The earliest known written approximations of \pi in Egypt and Babylon, date from 1900–1600BC. The first recorded algorithm for rigorously evaluating \pi was developed by Archimedes around 250 BC. The first use of the symbol \pi for the ratio between the circumference of a circle and its diameter, in print was in 1706 by William Jones.
  6. It is Proposition 18 in Book 3 of Euclid's Elements. It was published around 300BC.

This page titled 1.6: Curves and their Tangent Vectors is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Joel Feldman, Andrew Rechnitzer and Elyse Yeager via source content that was edited to the style and standards of the LibreTexts platform.

  • Was this article helpful?

Support Center

How can we help?