Motion in Space

We have now seen how to describe curves in the plane and in space, and how to determine their properties, such as arc length and curvature. All of this leads to the main goal of this chapter, which is the description of motion along plane curves and space curves. We now have all the tools we need; in this section, we put these ideas together and look at how to use them.

Motion Vectors in the Plane and in Space

Our starting point is using vector-valued functions to represent the position of an object as a function of time. All of the following material can be applied either to curves in the plane or to space curves. For example, when we look at the orbit of the planets, the curves defining these orbits all lie in a plane because they are elliptical. However, a particle traveling along a helix moves on a curve in three dimensions.

Definition

Let r(t)

be a twice-differentiable vector-valued function of the parameter t that represents the position of an object as a function of time. The velocity vector v(t)

of the object is given by

Velocity=v(t)=r(t).

The acceleration vector a(t)

is defined to be

Acceleration=a(t)=v(t)=r″(t).

The speed is defined to be

Speed=v(t)=v(t)=r(t)=dsdt.

Since r(t)

can be in either two or three dimensions, these vector-valued functions can have either two or three components. In two dimensions, we define r(t)=x(t)i+y(t)j

and in three dimensions r(t)=x(t)i+y(t)j+z(t)k.

Then the velocity, acceleration, and speed can be written as shown in the following table.

Formulas for Position, Velocity, Acceleration, and Speed
Quantity Two Dimensions Three Dimensions
Position r(t)=x(t)i+y(t)j r(t)=x(t)i+y(t)j+z(t)k
Velocity v(t)=x(t)i+y(t)j v(t)=x(t)i+y(t)j+z(t)k
Acceleration a(t)=x(t)i+y(t)j a(t)=x(t)i+y(t)j+z(t)k
Speed v(t)=(x(t))2+(y(t))2 v(t)=(x(t))2+(y(t))2+(z(t))2
Studying Motion Along a Parabola

A particle moves in a parabolic path defined by the vector-valued function r(t)=t2i+5t2j,

where t measures time in seconds.

  1. Find the velocity, acceleration, and speed as functions of time.
  2. Sketch the curve along with the velocity vector at time t=1.
  1. We use [link], [link], and [link]:
    v(t)=r(t)=2tit5t2ja(t)=v(t)=2i5(5t2)32jv(t)=r(t)=(2t)2+(t5t2)2=4t2+t25t2=21t24t45t2.
  2. The graph of r(t)=t2i+5t2j

    is a portion of a parabola ([link]). The velocity vector at

    t=1

    is


    v(1)=r(1)=2(1)i15(1)2j=2i12j

    and the acceleration vector at

    t=1

    is


    a(1)=v(1)=2i5(5(1)2)3/2j=2i58j.

    Notice that the velocity vector is tangent to the path, as is always the case.


    This figure is the graph of a curve in the first quadrant. The curve begins on the y axis slightly above y=2 and decreases to the x-axis at x=5. On the curve is a tangent vector labeled “v(1)” and is pointing towards the x-axis.

A particle moves in a path defined by the vector-valued function r(t)=(t23t)i+(2t4)j+(t+2)k,

where t measures time in seconds and where distance is measured in feet. Find the velocity, acceleration, and speed as functions of time.

v(t)=r(t)=(2t3)i+2j+ka(t)=v(t)=2iv(t)=r(t)=(2t3)2+22+12=4t212t+14

The units for velocity and speed are feet per second, and the units for acceleration are feet per second squared.

Hint

Use [link], [link], and [link].

To gain a better understanding of the velocity and acceleration vectors, imagine you are driving along a curvy road. If you do not turn the steering wheel, you would continue in a straight line and run off the road. The speed at which you are traveling when you run off the road, coupled with the direction, gives a vector representing your velocity, as illustrated in the following figure.

This figure represents a curving road. On the road is a car. At the car there are two vectors. The first vector is tangent to the back of the car. The second vector comes out of the front of the car in the direction the car is heading. Both of the vectors are labeled “velocity vectors”.

However, the fact that you must turn the steering wheel to stay on the road indicates that your velocity is always changing (even if your speed is not) because your direction is constantly changing to keep you on the road. As you turn to the right, your acceleration vector also points to the right. As you turn to the left, your acceleration vector points to the left. This indicates that your velocity and acceleration vectors are constantly changing, regardless of whether your actual speed varies ([link]).

This figure is a car. The path the car is traveling is an increasing curve represented by a dotted line. The center of the car is labeled “tsub0” on the curve. From this point there are two vectors that are orthogonal to each other. The first vector is asubt and the second vector is asubn. In between these two vectors is a vector labeled “a”. It has angle theta between vector a and asubt.

Components of the Acceleration Vector

We can combine some of the concepts discussed in Arc Length and Curvature with the acceleration vector to gain a deeper understanding of how this vector relates to motion in the plane and in space. Recall that the unit tangent vector T and the unit normal vector N form an osculating plane at any point P on the curve defined by a vector-valued function r(t).

The following theorem shows that the acceleration vector a(t)

lies in the osculating plane and can be written as a linear combination of the unit tangent and the unit normal vectors.

The Plane of the Acceleration Vector

The acceleration vector a(t)

of an object moving along a curve traced out by a twice-differentiable function r(t)

lies in the plane formed by the unit tangent vector T(t)

and the principal unit normal vector N(t)

to C. Furthermore,

a(t)=v(t)T(t)+[v(t)]2κN(t).

Here, v(t)

is the speed of the object and κ

is the curvature of C traced out by r(t).

Proof

Because v(t)=r(t)

and T(t)=r(t)r(t),

we have v(t)=r(t)T(t)=v(t)T(t).

Now we differentiate this equation:

a(t)=v(t)=ddt(v(t)T(t))=v(t)T(t)+v(t)T(t).

Since N(t)=T(t)T(t),

we know T(t)=T(t)N(t),

so

a(t)=v(t)T(t)+v(t)T(t)N(t).

A formula for curvature is κ=T(t)r(t),

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

This gives a(t)=v(t)T(t)+κ(v(t))2N(t).

The coefficients of T(t)

and N(t)

are referred to as the tangential component of acceleration and the normal component of acceleration, respectively. We write aT

to denote the tangential component and aN

to denote the normal component.

Tangential and Normal Components of Acceleration

Let r(t)

be a vector-valued function that denotes the position of an object as a function of time. Then a(t)=r″(t)

is the acceleration vector. The tangential and normal components of acceleration aT

and aN

are given by the formulas

aT=a·T=v·av

and

aN=a·N=v×av=a2aT2.

These components are related by the formula

a(t)=aTT(t)+aNN(t).

Here T(t)

is the unit tangent vector to the curve defined by r(t),

and N(t)

is the unit normal vector to the curve defined by r(t).

The normal component of acceleration is also called the centripetal component of acceleration or sometimes the radial component of acceleration. To understand centripetal acceleration, suppose you are traveling in a car on a circular track at a constant speed. Then, as we saw earlier, the acceleration vector points toward the center of the track at all times. As a rider in the car, you feel a pull toward the outside of the track because you are constantly turning. This sensation acts in the opposite direction of centripetal acceleration. The same holds true for noncircular paths. The reason is that your body tends to travel in a straight line and resists the force resulting from acceleration that push it toward the side. Note that at point B in [link] the acceleration vector is pointing backward. This is because the car is decelerating as it goes into the curve.

This figure has a curve representing the path of a car. The curve decreases and increases. There are two circles along the path The first circle has point A where the curve meets the circle. At point A there are three vectors. The first vector is asubt and is tangent to the curve at A. The second vector is asubr and is orthogonal to vector asubt. In between these vectors is vector a. The second circle has point B where the curve meets the circle. At point A there are three vectors. The first vector is asubt and is tangent to the curve at A. The second vector is asubr and is orthogonal to vector asubt. In between these vectors is vector a.

The tangential and normal unit vectors at any given point on the curve provide a frame of reference at that point. The tangential and normal components of acceleration are the projections of the acceleration vector onto T and N, respectively.

Finding Components of Acceleration

A particle moves in a path defined by the vector-valued function r(t)=t2i+(2t3)j+(3t23t)k,

where t measures time in seconds and distance is measured in feet.

  1. Find aT

    and

    aN

    as functions of t.

  2. Find aT

    and

    aN

    at time

    t=2.
  1. Let’s start with [link]:
    v(t)=r(t)=2ti+2j+(6t3)ka(t)=v(t)=2i+6kaT=v·av=(2ti+2j+(6t3)k)·(2i+6k)2ti+2j+(6t3)k=4t+6(6t3)(2t)2+22+(6t3)2=40t1840t236t+13.

    Then we apply [link]:


    aN=a2aT2=2i+6k2(40t1840t236t+13)2=4+36(40t18)240t236t+13=40(40t236t+13)(1600t21440t+324)40t236t+13=19640t236t+13=1440t236t+13.
  2. We must evaluate each of the answers from part a. at t=2:
    aT(2)=40(2)1840(2)236(2)+13=801816072+13=62101aN(2)=1440(2)236(2)+13=1416072+13=14101.

    The units of acceleration are feet per second squared, as are the units of the normal and tangential components of acceleration.

An object moves in a path defined by the vector-valued function r(t)=4ti+t2j,

where t measures time in seconds.

  1. Find aT

    and

    aN

    as functions of t.

  2. Find aT

    and

    aN

    at time

    t=−3.
  1. v(t)=r(t)=4i+2tja(t)=v(t)=2jaT=2tt2+4,aN=2t2+4
  2. aT(−3)=61313,aN(−3)=21313
Hint

Use [link] and [link].

Projectile Motion

Now let’s look at an application of vector functions. In particular, let’s consider the effect of gravity on the motion of an object as it travels through the air, and how it determines the resulting trajectory of that object. In the following, we ignore the effect of air resistance. This situation, with an object moving with an initial velocity but with no forces acting on it other than gravity, is known as projectile motion. It describes the motion of objects from golf balls to baseballs, and from arrows to cannonballs.

First we need to choose a coordinate system. If we are standing at the origin of this coordinate system, then we choose the positive y-axis to be up, the negative y-axis to be down, and the positive x-axis to be forward (i.e., away from the thrower of the object). The effect of gravity is in a downward direction, so Newton’s second law tells us that the force on the object resulting from gravity is equal to the mass of the object times the acceleration resulting from to gravity, or Fg=mg,

where Fg

represents the force from gravity and g represents the acceleration resulting from gravity at Earth’s surface. The value of g in the English system of measurement is approximately 32 ft/sec2 and it is approximately 9.8 m/sec2 in the metric system. This is the only force acting on the object. Since gravity acts in a downward direction, we can write the force resulting from gravity in the form Fg=mgj,

as shown in the following figure.

This figure is a ball falling in a vertical path. The ball is at the top at the initial position. From the ball a vector is drawn vertically downward labeled “acceleration”. The vertical line is labeled “distance”. At the bottom of the line it is labeled “final position”. There is also grass at the bottom of the figure.

Visit this website for a video showing projectile motion.

Newton’s second law also tells us that F=ma,

where a represents the acceleration vector of the object. This force must be equal to the force of gravity at all times, so we therefore know that

F=Fgma=mgja=gj.

Now we use the fact that the acceleration vector is the first derivative of the velocity vector. Therefore, we can rewrite the last equation in the form

v(t)=gj.

By taking the antiderivative of each side of this equation we obtain

v(t)=gjdt=gtj+C1

for some constant vector C1.

To determine the value of this vector, we can use the velocity of the object at a fixed time, say at time t=0.

We call this velocity the initial velocity: v(0)=v0.

Therefore, v(0)=g(0)j+C1=v0

and C1=v0.

This gives the velocity vector as v(t)=gtj+v0.

Next we use the fact that velocity v(t)

is the derivative of position s(t).

This gives the equation

s(t)=gtj+v0.

Taking the antiderivative of both sides of this equation leads to

s(t)=gtj+v0dt=12gt2j+v0t+C2,

with another unknown constant vector C2.

To determine the value of C2,

we can use the position of the object at a given time, say at time t=0.

We call this position the initial position: s(0)=s0.

Therefore, s(0)=(1/2)g(0)2j+v0(0)+C2=s0

and C2=s0.

This gives the position of the object at any time as

s(t)=12gt2j+v0t+s0.

Let’s take a closer look at the initial velocity and initial position. In particular, suppose the object is thrown upward from the origin at an angle θ

to the horizontal, with initial speed v0.

How can we modify the previous result to reflect this scenario? First, we can assume it is thrown from the origin. If not, then we can move the origin to the point from where it is thrown. Therefore, s0=0,

as shown in the following figure.

This figure has an upside down parabolic curve representing projectile motion. The figure is labeled “constant horizontal velocity; constant vertical acceleration”. The curve is in the first quadrant beginning and ending on the x-axis. The height of the curve is labeled “H”. The distance on the x-axis is labeled “R”. Angle theta represents the direction of the projectile at the origin. Five points are labeled on the graph with vectors. The vectors are labeled “v” with subscripts representing directions.

We can rewrite the initial velocity vector in the form v0=v0cosθi+v0sinθj.

Then the equation for the position function s(t)

becomes

s(t)=12gt2j+v0tcosθi+v0tsinθj=v0tcosθi+v0tsinθj12gt2j=v0tcosθi+(v0tsinθ12gt2)j.

The coefficient of i represents the horizontal component of s(t)

and is the horizontal distance of the object from the origin at time t. The maximum value of the horizontal distance (measured at the same initial and final altitude) is called the range R. The coefficient of j represents the vertical component of s(t)

and is the altitude of the object at time t. The maximum value of the vertical distance is the height H.

Motion of a Cannonball

During an Independence Day celebration, a cannonball is fired from a cannon on a cliff toward the water. The cannon is aimed at an angle of 30° above horizontal and the initial speed of the cannonball is 600ft/sec.

The cliff is 100 ft above the water ([link]).

  1. Find the maximum height of the cannonball.
  2. How long will it take for the cannonball to splash into the sea?
  3. How far out to sea will the cannonball hit the water?

    This figure has a cannon at the edge of a cliff aimed upwards. There is a cannonball coming out of the cannon. The path of the cannonball is an upside down parabola represented with a broken line. The maximum height is labeled with “?”. The height of the cliff is 100 feet.

We use the equation

s(t)=v0tcosθi+(v0tsinθ12gt2)j

with θ=30°,

g=32ft/sec2,

and v0=600

ft/sec. Then the position equation becomes

s(t)=600t(cos30)i+(600tsin3012(32)t2)j=300t3i+(300t16t2)j.
  1. The cannonball reaches its maximum height when the vertical component of its velocity is zero, because the cannonball is neither rising nor falling at that point. The velocity vector is
    v(t)=s(t)=3003i+(30032t)j.

    Therefore, the vertical component of velocity is given by the expression

    30032t.

    Setting this expression equal to zero and solving for t gives

    t=9.375

    sec. The height of the cannonball at this time is given by the vertical component of the position vector, evaluated at

    t=9.375.
    s(9.375)=300(9.375)3i+(300(9.375)16(9.375)2)j=4871.39i+1406.25j

    Therefore, the maximum height of the cannonball is 1406.39 ft above the cannon, or 1506.39 ft above sea level.

  2. When the cannonball lands in the water, it is 100 ft below the cannon. Therefore, the vertical component of the position vector is equal to −100.

    Setting the vertical component of

    s(t)

    equal to

    −100

    and solving, we obtain


    300t16t2=−10016t2300t100=04t275t25=0t=75±(−75)24(4)(−25)2(4)=75±60258=75±52418.

    The positive value of t that solves this equation is approximately 19.08. Therefore, the cannonball hits the water after approximately 19.08 sec.

  3. To find the distance out to sea, we simply substitute the answer from part (b) into s(t):
    s(19.08)=300(19.08)3i+(300(19.08)16(19.08)2)j=9914.26i100.7424j.

    Therefore, the ball hits the water about 9914.26 ft away from the base of the cliff. Notice that the vertical component of the position vector is very close to

    −100,

    which tells us that the ball just hit the water. Note that 9914.26 feet is not the true range of the cannon since the cannonball lands in the ocean at a location below the cannon. The range of the cannon would be determined by finding how far out the cannonball is when its height is 100 ft above the water (the same as the altitude of the cannon).

An archer fires an arrow at an angle of 40° above the horizontal with an initial speed of 98 m/sec. The height of the archer is 171.5 cm. Find the horizontal distance the arrow travels before it hits the ground.

967.15 m

Hint

The equation for the position vector needs to account for the height of the archer in meters.

One final question remains: In general, what is the maximum distance a projectile can travel, given its initial speed? To determine this distance, we assume the projectile is fired from ground level and we wish it to return to ground level. In other words, we want to determine an equation for the range. In this case, the equation of projectile motion is

s(t)=v0tcosθi+(v0tsinθ12gt2)j.

Setting the second component equal to zero and solving for t yields

v0tsinθ12gt2=0t(v0sinθ12gt)=0.

Therefore, either t=0

or t=2v0sinθg.

We are interested in the second value of t, so we substitute this into s(t),

which gives

s(2v0sinθg)=v0(2v0sinθg)cosθi+(v0(2v0sinθg)sinθ12g(2v0sinθg)2)j=(2v02sinθcosθg)i=v02sin2θgi.

Thus, the expression for the range of a projectile fired at an angle θ

is

R=v02sin2θgi.

The only variable in this expression is θ.

To maximize the distance traveled, take the derivative of the coefficient of i with respect to θ

and set it equal to zero:

ddθ(v02sin2θg)=02v02cos2θg=0θ=45°.

This value of θ

is the smallest positive value that makes the derivative equal to zero. Therefore, in the absence of air resistance, the best angle to fire a projectile (to maximize the range) is at a 45°

angle. The distance it travels is given by

s(2v0sin45g)=v02sin90gi=v02gj.

Therefore, the range for an angle of 45°

is v02/g.

Kepler’s Laws

During the early 1600s, Johannes Kepler was able to use the amazingly accurate data from his mentor Tycho Brahe to formulate his three laws of planetary motion, now known as Kepler’s laws of planetary motion. These laws also apply to other objects in the solar system in orbit around the Sun, such as comets (e.g., Halley’s comet) and asteroids. Variations of these laws apply to satellites in orbit around Earth.

Kepler’s Laws of Planetary Motion
  1. The path of any planet about the Sun is elliptical in shape, with the center of the Sun located at one focus of the ellipse (the law of ellipses).
  2. A line drawn from the center of the Sun to the center of a planet sweeps out equal areas in equal time intervals (the law of equal areas) ([link]).
  3. The ratio of the squares of the periods of any two planets is equal to the ratio of the cubes of the lengths of their semimajor orbital axes (the law of harmonies).

This figure is an elliptical curve labeled “planets orbit”. The sun is represented towards the left inside the ellipse, at a focal point. Along the ellipse there are points A,B,C,D,E,F. There are line segments from the sun to each point.

Kepler’s third law is especially useful when using appropriate units. In particular, 1 astronomical unit is defined to be the average distance from Earth to the Sun, and is now recognized to be 149,597,870,700 m or, approximately 93,000,000 mi. We therefore write 1 A.U. = 93,000,000 mi. Since the time it takes for Earth to orbit the Sun is 1 year, we use Earth years for units of time. Then, substituting 1 year for the period of Earth and 1 A.U. for the average distance to the Sun, Kepler’s third law can be written as

Tp2=Dp3

for any planet in the solar system, where TP

is the period of that planet measured in Earth years and DP

is the average distance from that planet to the Sun measured in astronomical units. Therefore, if we know the average distance from a planet to the Sun (in astronomical units), we can then calculate the length of its year (in Earth years), and vice versa.

Kepler’s laws were formulated based on observations from Brahe; however, they were not proved formally until Sir Isaac Newton was able to apply calculus. Furthermore, Newton was able to generalize Kepler’s third law to other orbital systems, such as a moon orbiting around a planet. Kepler’s original third law only applies to objects orbiting the Sun.

Proof

Let’s now prove Kepler’s first law using the calculus of vector-valued functions. First we need a coordinate system. Let’s place the Sun at the origin of the coordinate system and let the vector-valued function r(t)

represent the location of a planet as a function of time. Newton proved Kepler’s law using his second law of motion and his law of universal gravitation. Newton’s second law of motion can be written as F=ma,

where F represents the net force acting on the planet. His law of universal gravitation can be written in the form F=GmMr2·rr,

which indicates that the force resulting from the gravitational attraction of the Sun points back toward the Sun, and has magnitude GmMr2

([link]).

This figure is an ellipse with a circle to the left on the inside at a focal point. The circle represents the sun. On the ellipse is a smaller circle representing Earth. The line segment drawn between the circles is labeled “gravitational force”.

Setting these two forces equal to each other, and using the fact that a(t)=v(t),

we obtain

mv(t)=GmMr2·rr,

which can be rewritten as

dvdt=GMr3r.

This equation shows that the vectors dv/dt

and r are parallel to each other, so dv/dt×r=0.

Next, let’s differentiate r×v

with respect to time:

ddt(r×v)=drdt×v+r×dvdt=v×v+0=0.

This proves that r×v

is a constant vector, which we call C. Since r

and v are both perpendicular to C for all values of t, they must lie in a plane perpendicular to C. Therefore, the motion of the planet lies in a plane.

Next we calculate the expression dv/dt×C:

dvdt×C=GMr3r×(r×v)=GMr3[(r·v)r(r·r)v].

The last equality in [link] is from the triple cross product formula (Introduction to Vectors in Space). We need an expression for r·v.

To calculate this, we differentiate r·r

with respect to time:

ddt(r·r)=drdt·r+r·drdt=2r·drdt=2r·v.

Since r·r=r2,

we also have

ddt(r·r)=ddtr2=2rddtr.

Combining [link] and [link], we get

2r·v=2rddtrr·v=rddtr.

Substituting this into [link] gives us

dvdt×C=GMr3[(r·v)r(r·r)v]=GMr3[r(ddtr)rr2v]=GM[1r2(ddtr)r1rv]=GM[vrrr2(ddtr)].

However,

ddtrr=ddt(r)rrddtrr2=drdtrrr2ddtr=vrrr2ddtr.

Therefore, [link] becomes

dvdt×C=GM(ddtrr).

Since C is a constant vector, we can integrate both sides and obtain

v×C=GMrr+D,

where D is a constant vector. Our goal is to solve for r.

Let’s start by calculating r·(v×C):

r·(v×C)=r·(GMrr+D)=GMr2r+r·D=GMr+r·D.

However, r·(v×C)=(r×v)·C,

so

(r×v)·C=GMr+r·D.

Since r×v=C,

we have

C2=GMr+r·D.

Note that r·D=rDcosθ,

where θ

is the angle between r and D. Therefore,

C2=GMr+rDcosθ.

Solving for r,

r=C2GM+Dcosθ=C2GM(11+ecosθ),

where e=D/GM.

This is the polar equation of a conic with a focus at the origin, which we set up to be the Sun. It is a hyperbola if e>1,

a parabola if e=1,

or an ellipse if e<1.

Since planets have closed orbits, the only possibility is an ellipse. However, at this point it should be mentioned that hyperbolic comets do exist. These are objects that are merely passing through the solar system at speeds too great to be trapped into orbit around the Sun. As they pass close enough to the Sun, the gravitational field of the Sun deflects the trajectory enough so the path becomes hyperbolic.

Using Kepler’s Third Law for Nonheliocentric Orbits

Kepler’s third law of planetary motion can be modified to the case of one object in orbit around an object other than the Sun, such as the Moon around the Earth. In this case, Kepler’s third law becomes

P2=4π2a3G(m+M),

where m is the mass of the Moon and M is the mass of Earth, a represents the length of the major axis of the elliptical orbit, and P represents the period.

Given that the mass of the Moon is 7.35×1022kg,

the mass of Earth is 5.97×1024kg,

G=6.67×10−11m3/kg·sec2,

and the period of the moon is 27.3 days, let’s find the length of the major axis of the orbit of the Moon around Earth.

It is important to be consistent with units. Since the universal gravitational constant contains seconds in the units, we need to use seconds for the period of the Moon as well:

27.3days×24hr1day×3600sec1hour=2,358,720sec.

Substitute all the data into [link] and solve for a:

(2,358,720sec)2=4π2a3(6.67×10−11m3kg·sec2)(7.35x1022kg+5.97x1024kg)5.563×1012=4π2a3(6.67×10−11m3)(6.04x1024)(5.563×1012)(6.67×10−11m3)(6.04×1024)=4π2a3a3=2.241×10274π2m3a=3.84×108m384,000km.
Analysis

According to solarsystem.nasa.gov, the actual average distance from the Moon to Earth is 384,400 km. This is calculated using reflectors left on the Moon by Apollo astronauts back in the 1960s.

Titan is the largest moon of Saturn. The mass of Titan is approximately 1.35×1023

kg. The mass of Saturn is approximately 5.68×1026

kg. Titan takes approximately 16 days to orbit Saturn. Use this information, along with the universal gravitation constant G=6.67×10−11m3/kg·sec2

to estimate the distance from Titan to Saturn.

a=1.224×109m1,224,000km
Hint

Make sure your units agree, then use [link].

Chapter Opener: Halley’s Comet

This is a picture of Halley’s Comet. It is a bright ball of light towards the right of the picture with a tail of trailing light. There are also stars throughout the picture. We now return to the chapter opener, which discusses the motion of Halley’s comet around the Sun. Kepler’s first law states that Halley’s comet follows an elliptical path around the Sun, with the Sun as one focus of the ellipse. The period of Halley’s comet is approximately 76.1 years, depending on how closely it passes by Jupiter and Saturn as it passes through the outer solar system. Let’s use T=76.1

years. What is the average distance of Halley’s comet from the Sun?

Using the equation T2=D3

with T=76.1,

we obtain D3=5791.21,

so D17.96

A.U. This comes out to approximately 1.67×109

mi.

A natural question to ask is: What are the maximum (aphelion) and minimum (perihelion) distances from Halley’s Comet to the Sun? The eccentricity of the orbit of Halley’s Comet is 0.967 (Source: http://nssdc.gsfc.nasa.gov/planetary/factsheet/cometfact.html). Recall that the formula for the eccentricity of an ellipse is e=c/a,

where a is the length of the semimajor axis and c is the distance from the center to either focus. Therefore, 0.967=c/17.96

and c17.37

A.U. Subtracting this from a gives the perihelion distance p=ac=17.9617.37=0.59

A.U. According to the National Space Science Data Center (Source: http://nssdc.gsfc.nasa.gov/planetary/factsheet/cometfact.html), the perihelion distance for Halley’s comet is 0.587 A.U. To calculate the aphelion distance, we add

P=a+c=17.96+17.37=35.33A.U.

This is approximately 3.3×109

mi. The average distance from Pluto to the Sun is 39.5 A.U. (Source: http://www.oarval.org/furthest.htm), so it would appear that Halley’s Comet stays just within the orbit of Pluto.

Navigating a Banked Turn

How fast can a racecar travel through a circular turn without skidding and hitting the wall? The answer could depend on several factors:

In this project we investigate this question for NASCAR racecars at the Bristol Motor Speedway in Tennessee. Before considering this track in particular, we use vector functions to develop the mathematics and physics necessary for answering questions such as this.

A car of mass m moves with constant angular speed ω

around a circular curve of radius R ([link]). The curve is banked at an angle θ.

If the height of the car off the ground is h, then the position of the car at time t is given by the function r(t)=Rcos(ωt),Rsin(ωt),h.

This figure has two graphics. The first is a circle with a car on the circle. The circle is labeled “overhead view”. From the car there is a vector labeled “v” tangent to the circle. There is also a vector towards the center from the car labeled “a”. The second graphic is labeled “front view”. It is the car at an angle. The angle is labeled “theta”. The height of the cars tilt is labeled “h”.

  1. Find the velocity function v(t)

    of the car. Show that v is tangent to the circular curve. This means that, without a force to keep the car on the curve, the car will shoot off of it.

  2. Show that the speed of the car is ωR.

    Use this to show that

    (2π4)/\|v\|=(2π)/ω.
  3. Find the acceleration a. Show that this vector points toward the center of the circle and that \|a\|=Rω2.
  4. The force required to produce this circular motion is called the centripetal force, and it is denoted Fcent. This force points toward the center of the circle (not toward the ground). Show that \|Fcent\|=(m\|v\|2)/R.

    As the car moves around the curve, three forces act on it: gravity, the force exerted by the road (this force is perpendicular to the ground), and the friction force ([link]). Because describing the frictional force generated by the tires and the road is complex, we use a standard approximation for the frictional force. Assume that

    f=μN

    for some positive constant

    μ.

    The constant

    μ

    is called the coefficient of friction.


    This figure is the front of a car tilted to the left. The angle of the tilt is theta. From the center of the car are three vectors. The first vector is labeled “N” and is coming out of the top of the car perpendicular to the car. The second vector is coming out of the bottom of the car labeled “mg”. The third vector is labeled “f” and is coming out of the side of the car, orthogonal to “N”.


    Let

    vmax

    denote the maximum speed the car can attain through the curve without skidding. In other words,

    vmax

    is the fastest speed at which the car can navigate the turn. When the car is traveling at this speed, the magnitude of the centripetal force is


    \|Fcent\|=mvmax2R.

    The next three questions deal with developing a formula that relates the speed

    vmax

    to the banking angle

    θ.
  5. Show that Ncosθ=mg+fsinθ.

    Conclude that

    N=(mg)/(cosθμsinθ).
  6. The centripetal force is the sum of the forces in the horizontal direction, since the centripetal force points toward the center of the circular curve. Show that
    Fcent=Nsinθ+fcosθ.

    Conclude that


    Fcent=sinθ+μcosθcosθμsinθmg.
  7. Show that vmax2=((sinθ+μcosθ)/(cosθμsinθ))gR.

    Conclude that the maximum speed does not actually depend on the mass of the car.


    Now that we have a formula relating the maximum speed of the car and the banking angle, we are in a position to answer the questions like the one posed at the beginning of the project.


    The Bristol Motor Speedway is a NASCAR short track in Bristol, Tennessee. The track has the approximate shape shown in [link]. Each end of the track is approximately semicircular, so when cars make turns they are traveling along an approximately circular curve. If a car takes the inside track and speeds along the bottom of turn 1, the car travels along a semicircle of radius approximately 211 ft with a banking angle of 24°. If the car decides to take the outside track and speeds along the top of turn 1, then the car travels along a semicircle with a banking angle of 28°. (The track has variable angle banking.)

This figure has two graphics. The first is a picture of a raceway. There are cars on the track and fans in the stands. The second graphic is an oval drawing of a raceway. The inner radius of a curve is labeled “211 ft” and the width of the radius is labeled “40 ft”.

The coefficient of friction for a normal tire in dry conditions is approximately 0.7. Therefore, we assume the coefficient for a NASCAR tire in dry conditions is approximately 0.98.

Before answering the following questions, note that it is easier to do computations in terms of feet and seconds, and then convert the answers to miles per hour as a final step.

  1. In dry conditions, how fast can the car travel through the bottom of the turn without skidding?
  2. In dry conditions, how fast can the car travel through the top of the turn without skidding?
  3. In wet conditions, the coefficient of friction can become as low as 0.1. If this is the case, how fast can the car travel through the bottom of the turn without skidding?
  4. Suppose the measured speed of a car going along the outside edge of the turn is 105 mph. Estimate the coefficient of friction for the car’s tires.

Key Concepts

Key Equations

Given r(t)=(3t22)i+(2tsin(t))j,

find the velocity of a particle moving along this curve.

This figure is a curve in the xy plane. The curve begins in the fourth quadrant towards the y-axis, intersects below 0 to the x axis, then bends around to intersect the positive y-axis and increasing through the first quadrant.

v(t)=(6t)i+(2cos(t))j

Given r(t)=(3t22)i+(2tsin(t))j,

find the acceleration vector of a particle moving along the curve in the preceding exercise.

Given the following position functions, find the velocity, acceleration, and speed in terms of the parameter t.

r(t)=3cost,3sint,t2
v(t)=−3sint,3cost,2t, a(t)=−3cost,−3sint,2, speed=9+4t2
r(t)=eti+t2j+tantk
r(t)=2costj+3sintk.

The graph is shown here:

This figure is a curve in 3 dimensions. It is inside of a box. The box represents an octant. The curve has three pieces with vertical asymptotes in the box.

v(t)=−2sintj+3costk, a(t)=−2costj3sintk, speed=4sin2(t)+9cos2(t)

Find the velocity, acceleration, and speed of a particle with the given position function.

r(t)=t21,t
r(t)=et,et
v(t)=etietj, a(t)=eti+etj, v(t)e2t+e−2t
r(t)=sint,t,cost.

The graph is shown here:

This figure is a curve in 3 dimensions. It is inside of a box. The box represents an octant. The curve begins in the bottom of the box, from the lower left, and bends through the box to the other side, in the lower right.

The position function of an object is given by r(t)=t2,5t,t216t.

At what time is the speed a minimum?

t=4

Let r(t)=rcosh(ωt)i+rsinh(ωt)j.

Find the velocity and acceleration vectors and show that the acceleration is proportional to r(t).

Consider the motion of a point on the circumference of a rolling circle. As the circle rolls, it generates the cycloid r(t)=(ωtsin(ωt))i+(1cos(ωt))j,

where ω

is the angular velocity of the circle and b is the radius of the circle:

This figure is a curve in the first octant. It is semicircles connected representing humps. It begins at the origin and touches the x axis at 4pi, and 8pi.

Find the equations for the velocity, acceleration, and speed of the particle at any time.

v(t)=(ωωcos(ωt))i+(ωsin(ωt))j,
a(t)=(ω2sin(ωt))i+(ω2cos(ωt))j,
speed=ω22ω2cos(ωt)+ω2cos2(ωt)+ω2sin2(ωt)=2ω2(1cos(ωt))

A person on a hang glider is spiraling upward as a result of the rapidly rising air on a path having position vector r(t)=(3cost)i+(3sint)j+t2k.

The path is similar to that of a helix, although it is not a helix. The graph is shown here:

This figure is a curve in 3 dimensions. It is inside of a box. The box represents an octant. The curve is connected in the box, from the lower left, and bends through the box to the upper right. Find the following quantities:

The velocity and acceleration vectors

The glider’s speed at any time

v(t)=9+4t2

The times, if any, at which the glider’s acceleration is orthogonal to its velocity

Given that r(t)=e−5tsint,e−5tcost,4e−5t

is the position vector of a moving particle, find the following quantities:

The velocity of the particle

v(t)=e−5t(cost5sint),e−5t(sint+5cost),−20e−5t

The speed of the particle

The acceleration of the particle

a(t)=e−5t(sint5cost)5e−5t(cost5sint), e−5t(cost5sint)+5e−5t(sint+5cost),100e−5t

Find the maximum speed of a point on the circumference of an automobile tire of radius 1 ft when the automobile is traveling at 55 mph.

A projectile is shot in the air from ground level with an initial velocity of 500 m/sec at an angle of 60° with the horizontal. The graph is shown here:

This figure is a curve in the fourth quadrant. The curve is decreasing. It begins at the origin and decreases into the fourth quadrant. Answer the following questions.

At what time does the projectile reach maximum height?

44.185 sec

What is the approximate maximum height of the projectile?

At what time is the maximum range of the projectile attained?

t=88.37

sec

What is the maximum range?

What is the total flight time of the projectile?

88.37 sec

A projectile is fired at a height of 1.5 m above the ground with an initial velocity of 100 m/sec and at an angle of 30° above the horizontal. Use this information to answer the following questions:

Determine the maximum height of the projectile.

Determine the range of the projectile.

The range is approximately 886.29 m.

A golf ball is hit in a horizontal direction off the top edge of a building that is 100 ft tall. How fast must the ball be launched to land 450 ft away?

A projectile is fired from ground level at an angle of 8° with the horizontal. The projectile is to have a range of 50 m. Find the minimum velocity necessary to achieve this range.

v=42.16

m/sec

Prove that an object moving in a straight line at a constant speed has an acceleration of zero.

The acceleration of an object is given by a(t)=tj+tk.

The velocity at t=1

sec is v(1)=5j

and the position of the object at t=1

sec is r(1)=0i+0j+0k.

Find the object’s position at any time.

r(t)=0i+(16t3+4.5t143)j+(t3612t+13)k

Find r(t)

given that a(t)=−32j,

v(0)=6003i+600j,

and r(0)=0.

Find the tangential and normal components of acceleration for r(t)=acos(ωt)i+bsin(ωt)j

at t=0.

aT=0, aN=aω2

Given r(t)=t2i+2tj

and t=1,

find the tangential and normal components of acceleration.

For each of the following problems, find the tangential and normal components of acceleration.

r(t)=etcost,etsint,et.

The graph is shown here:

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

aT=3et, aN=2et
r(t)=cos(2t),sin(2t),1
r(t)=2t,t2,t33
aT=2t, aN=4+2t2
r(t)=23(1+t)3/2,23(1t)3/2,2t
r(t)=6t,3t2,2t3
aT6t+12t31+t4+t2, aN=61+4t2+t41+t2+t4
r(t)=t2i+t2j+t3k
r(t)=3cos(2πt)i+3sin(2πt)j
aT=0, aN=23π

Find the position vector-valued function r(t),

given that a(t)=i+etj,

v(0)=2j,

and r(0)=2i.

The force on a particle is given by f(t)=(cost)i+(sint)j.

The particle is located at point (c,0)

at t=0.

The initial velocity of the particle is given by v(0)=v0j.

Find the path of the particle of mass m. (Recall, F=m·a.)

r(t)=(−1mcost+c+1m)i+(sintm+(v0+1m)t)j

An automobile that weighs 2700 lb makes a turn on a flat road while traveling at 56 ft/sec. If the radius of the turn is 70 ft, what is the required frictional force to keep the car from skidding?

Using Kepler’s laws, it can be shown that v0=2GMr0

is the minimum speed needed when θ=0

so that an object will escape from the pull of a central force resulting from mass M. Use this result to find the minimum speed when θ=0

for a space capsule to escape from the gravitational pull of Earth if the probe is at an altitude of 300 km above Earth’s surface.

10.94 km/sec

Find the time in years it takes the dwarf planet Pluto to make one orbit about the Sun given that a=39.5

A.U.

Suppose that the position function for an object in three dimensions is given by the equation r(t)=tcos(t)i+tsin(t)j+3tk.

Show that the particle moves on a circular cone.

Find the angle between the velocity and acceleration vectors when t=1.5.

Find the tangential and normal components of acceleration when t=1.5.

aT=0.43m/sec2,
aN=2.46m/sec2

Chapter Review Exercises

True or False? Justify your answer with a proof or a counterexample.

A parametric equation that passes through points P and Q can be given by r(t)=t2,3t+1,t2,

where P(1,4,−1)

and Q(16,11,2).

ddt[u(t)×u(t)]=2u(t)×u(t)

False, ddt[u(t)×u(t)]=0

The curvature of a circle of radius r

is constant everywhere. Furthermore, the curvature is equal to 1/r.

The speed of a particle with a position function r(t)

is (r(t))/(\|r(t)\|).

False, it is \|r(t)\|

Find the domains of the vector-valued functions.

r(t)=sin(t),ln(t),t
r(t)=et,14t,sec(t)
t<4, tnπ2

Sketch the curves for the following vector equations. Use a calculator if needed.

[T] r(t)=t2,t3

[T] r(t)=sin(20t)et,cos(20t)et,et


This figure is a curve in 3 dimensions. It is inside of a box. The box represents an octant. The curve begins in the center of the bottom of the box and spirals to the top of the box, increasing radius as it goes.

Find a vector function that describes the following curves.

Intersection of the cylinder x2+y2=4

with the plane x+z=6

Intersection of the cone z=x2+y2

and plane z=y4

r(t)=t,2t28,−2t28

Find the derivatives of u(t),

u(t), u(t)×u(t), u(t)×u(t),

and u(t)·u(t).

Find the unit tangent vector.

u(t)=et,et
u(t)=t2,2t+6,4t512
u(t)=2t,2,20t4, u(t)=2,0,80t3, ddt[u(t)×u(t)]=−480t3160t4,24+75t2,12+4t, ddt[u(t)×u(t)]=480t3+160t4,−2475t2,−124t, ddt[u(t)·u(t)]=720t89600t3+6t2+4,

unit tangent vector: T(t)=2t400t8+4t2+4i+2400t8+4t2+4j+20t4400t8+4t2+4k

Evaluate the following integrals.

(tan(t)sec(t)ite3tj)dt
14u(t)dt,

with u(t)=ln(t)t,1t,sin(tπ4)

ln(4)22i+2j+2(2+2)πk

Find the length for the following curves.

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

for 1t4

r(t)=2i+tj+3t2k

for 0t1

372+112sinh−1(6)

Reparameterize the following functions with respect to their arc length measured from t=0

in direction of increasing t.

r(t)=2ti+(4t5)j+(13t)k
r(t)=cos(2t)i+8tjsin(2t)k
r(t(s))=cos(2s65)i+8s65jsin(2s65)k

Find the curvature for the following vector functions.

r(t)=(2sint)i4tj+(2cost)k
r(t)=2eti+2etj+2tk
e2t(e2t+1)2

Find the unit tangent vector, the unit normal vector, and the binormal vector for r(t)=2costi+3tj+2sintk.

Find the tangential and normal acceleration components with the position vector r(t)=cost,sint,et.

aT=e2t1+e2t, aN=2e2t+4e2tsintcost+11+e2t

A Ferris wheel car is moving at a constant speed v

and has a constant radius r.

Find the tangential and normal acceleration of the Ferris wheel car.

The position of a particle is given by r(t)=t2,ln(t),sin(πt),

where t

is measured in seconds and r

is measured in meters. Find the velocity, acceleration, and speed functions. What are the position, velocity, speed, and acceleration of the particle at 1 sec?

v(t)=2t,1t,cos(πt)

m/sec, a(t)=2,1t2,sin(πt)m/sec2,

speed=4t2+1t2+cos2(πt)

m/sec; at t=1,

r(1)=1,0,0

m, v(1)=2,−1,1

m/sec, a(1)=2,−1,0

m/sec2, and speed=6

m/sec

The following problems consider launching a cannonball out of a cannon. The cannonball is shot out of the cannon with an angle θ

and initial velocity v0.

The only force acting on the cannonball is gravity, so we begin with a constant acceleration a(t)=gj.

Find the velocity vector function v(t).

Find the position vector r(t)

and the parametric representation for the position.

r(t)=v0tg2t2j, r(t)=v0(cosθ)t,v0(sinθ)t,g2t2

At what angle do you need to fire the cannonball for the horizontal distance to be greatest? What is the total distance it would travel?

Glossary

acceleration vector
the second derivative of the position vector
Kepler’s laws of planetary motion
three laws governing the motion of planets, asteroids, and comets in orbit around the Sun
normal component of acceleration
the coefficient of the unit normal vector N when the acceleration vector is written as a linear combination of T

and

N
projectile motion
motion of an object with an initial velocity but no force acting on it other than gravity
tangential component of acceleration
the coefficient of the unit tangent vector T when the acceleration vector is written as a linear combination of T

and

N
velocity vector
the derivative of the position vector

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

You can also download for free at http://cnx.org/contents/9a1df55a-b167-4736-b5ad-15d996704270@5.1

Attribution: