Vectors in Three Dimensions

Vectors are useful tools for solving two-dimensional problems. Life, however, happens in three dimensions. To expand the use of vectors to more realistic applications, it is necessary to create a framework for describing three-dimensional space. For example, although a two-dimensional map is a useful tool for navigating from one place to another, in some cases the topography of the land is important. Does your planned route go through the mountains? Do you have to cross a river? To appreciate fully the impact of these geographic features, you must use three dimensions. This section presents a natural extension of the two-dimensional Cartesian coordinate plane into three dimensions.

Three-Dimensional Coordinate Systems

As we have learned, the two-dimensional rectangular coordinate system contains two perpendicular axes: the horizontal x-axis and the vertical y-axis. We can add a third dimension, the z-axis, which is perpendicular to both the x-axis and the y-axis. We call this system the three-dimensional rectangular coordinate system. It represents the three dimensions we encounter in real life.

Definition

The three-dimensional rectangular coordinate system consists of three perpendicular axes: the x-axis, the y-axis, and the z-axis. Because each axis is a number line representing all real numbers in ,

the three-dimensional system is often denoted by 3.

In [link](a), the positive z-axis is shown above the plane containing the x- and y-axes. The positive x-axis appears to the left and the positive y-axis is to the right. A natural question to ask is: How was arrangement determined? The system displayed follows the right-hand rule. If we take our right hand and align the fingers with the positive x-axis, then curl the fingers so they point in the direction of the positive y-axis, our thumb points in the direction of the positive z-axis. In this text, we always work with coordinate systems set up in accordance with the right-hand rule. Some systems do follow a left-hand rule, but the right-hand rule is considered the standard representation.

This figure has two images. The first is a 3-dimensional coordinate system. The x-axis is forward, the y-axis is horizontal to the left and right, and the z-axis is vertical. The second image is the 3-dimensional coordinate system axes with a right hand. The thumb is pointing towards positive z-axis, with the fingers wrapping around the z-axis from the positive x-axis to the positive y-axis.

In two dimensions, we describe a point in the plane with the coordinates (x,y).

Each coordinate describes how the point aligns with the corresponding axis. In three dimensions, a new coordinate, z,

is appended to indicate alignment with the z-axis: (x,y,z).

A point in space is identified by all three coordinates ([link]). To plot the point (x,y,z),

go x units along the x-axis, then y

units in the direction of the y-axis, then z

units in the direction of the z-axis.

This figure is the positive octant of the 3-dimensional coordinate system. In the first octant there is a rectangular solid drawn with broken lines. One corner is labeled (x, y, z). The height of the box is labeled “z units,” the width is labeled “x units” and the length is labeled “y units.”

Locating Points in Space

Sketch the point (1,−2,3)

in three-dimensional space.

To sketch a point, start by sketching three sides of a rectangular prism along the coordinate axes: one unit in the positive x

direction, 2

units in the negative y

direction, and 3

units in the positive z

direction. Complete the prism to plot the point ([link]).

This figure is the 3-dimensional coordinate system. In the fourth octant there is a rectangular solid drawn. One corner is labeled (1, -2, 3).

Sketch the point (−2,3,−1)

in three-dimensional space.


This figure is the 3-dimensional coordinate system. In the first octant there is a rectangular solid drawn. One corner is labeled (-2, 3, -1).

Hint

Start by sketching the coordinate axes. Then sketch a rectangular prism to help find the point in space.

In two-dimensional space, the coordinate plane is defined by a pair of perpendicular axes. These axes allow us to name any location within the plane. In three dimensions, we define coordinate planes by the coordinate axes, just as in two dimensions. There are three axes now, so there are three intersecting pairs of axes. Each pair of axes forms a coordinate plane: the xy-plane, the xz-plane, and the yz-plane ([link]). We define the xy-plane formally as the following set: {(x,y,0):x,y}.

Similarly, the xz-plane and the yz-plane are defined as {(x,0,z):x,z}

and {(0,y,z):y,z},

respectively.

To visualize this, imagine you’re building a house and are standing in a room with only two of the four walls finished. (Assume the two finished walls are adjacent to each other.) If you stand with your back to the corner where the two finished walls meet, facing out into the room, the floor is the xy-plane, the wall to your right is the xz-plane, and the wall to your left is the yz-plane.

This figure is the first octant of a 3-dimensional coordinate system. Also, there are the x y-plane represented with a rectangle with the x and y axes on the plane. There is also the x z-plane on the x and z axes and the y z-plane on the y and z axes.

In two dimensions, the coordinate axes partition the plane into four quadrants. Similarly, the coordinate planes divide space between them into eight regions about the origin, called octants. The octants fill 3

in the same way that quadrants fill 2,

as shown in [link].

This figure is the 3-dimensional coordinate system with the first octant labeled with a roman numeral I, I, II, III, IV, V, VI, VII, and VIII. Also, for each quadrant there are the signs of the values of x, y, and z. They are: I (+, +, +); 2nd (-, +, +); 3rd (-, -, +); 4th (+, -, +); 5th (+, +, -); 6th (-, +, -); 7th (-, -, -); and 8th (+, -, -).

Most work in three-dimensional space is a comfortable extension of the corresponding concepts in two dimensions. In this section, we use our knowledge of circles to describe spheres, then we expand our understanding of vectors to three dimensions. To accomplish these goals, we begin by adapting the distance formula to three-dimensional space.

If two points lie in the same coordinate plane, then it is straightforward to calculate the distance between them. We that the distance d

between two points (x1,y1)

and (x2,y2)

in the xy-coordinate plane is given by the formula

d=(x2x1)2+(y2y1)2.

The formula for the distance between two points in space is a natural extension of this formula.

The Distance between Two Points in Space

The distance d

between points (x1,y1,z1)

and (x2,y2,z2)

is given by the formula

d=(x2x1)2+(y2y1)2+(z2z1)2.

The proof of this theorem is left as an exercise. (Hint: First find the distance d1

between the points (x1,y1,z1)

and (x2,y2,z1)

as shown in [link].)

This figure is a rectangular prism. The lower, left back corner is labeled “P sub 1=(x sub 1,y sub 1,z sub 1). The lower front right corner is labeled “(x sub 2, y sub 2, z sub 1)”. There is a line between P sub 1 and P sub 2 and is labeled “d sub 1”. The upper front right corner is labeled “P sub 2=(x sub 2,y sub 2,z sub 2).” There is a line from P sub 1 to P sub 2 and is labeled “d (P sub 1,P sub 2).” The front right vertical side is labeled “|z sub 2-z sub 1|”.

Distance in Space

Find the distance between points P1=(3,1,5)

and P2=(2,1,1).

This figure is the 3-dimensional coordinate system. There are two points. The first is labeled “P sub 1(3, -1, 5)” and the second is labeled “P sub 2(2, 1, -1)”. There is a line segment between the two points.

Substitute values directly into the distance formula:

d(P1,P2)=(x2x1)2+(y2y1)2+(z2z1)2=(23)2+(1(−1))2+(−15)2=12+22+(−6)2=41.

Find the distance between points P1=(1,−5,4)

and P2=(4,−1,−1).

52
Hint
d=(x2x1)2+(y2y1)2+(z2z1)2

Before moving on to the next section, let’s get a feel for how 3

differs from 2.

For example, in 2,

lines that are not parallel must always intersect. This is not the case in 3.

For example, consider the line shown in [link]. These two lines are not parallel, nor do they intersect.

This figure is the 3-dimensional coordinate system. There is a line drawn at z = 3. It is parallel to the x y-plane. There is also a line drawn at y = 2. It is parallel to the x-axis.

You can also have circles that are interconnected but have no points in common, as in [link].

This figure is the 3-dimensional coordinate system. There are two cirlces drawn. The first circle is centered around the z-axis, at z = 1. The second circle has the positive x-axis as its diameter. It intersects the x-axis at x = 0 and x = 6. It is vertical.

We have a lot more flexibility working in three dimensions than we do if we stuck with only two dimensions.

Writing Equations in ℝ3

Now that we can represent points in space and find the distance between them, we can learn how to write equations of geometric objects such as lines, planes, and curved surfaces in 3.

First, we start with a simple equation. Compare the graphs of the equation x=0

in ,2,and3

([link]). From these graphs, we can see the same equation can describe a point, a line, or a plane.

This figure has three images. The first is a horizontal axis with a point drawn at 0. The second is the two dimensional Cartesian coordinate plane. The third is the 3-dimensional coordinate system. It is inside of a box and has a grid drawn at the y z-plane.

In space, the equation x=0

describes all points (0,y,z).

This equation defines the yz-plane. Similarly, the xy-plane contains all points of the form (x,y,0).

The equation z=0

defines the xy-plane and the equation y=0

describes the xz-plane ([link]).

This figure has two images. The first is the 3-dimensional coordinate system. It is inside of a box and has a grid drawn at the x y-plane. The second is the 3-dimensional coordinate system. It is inside of a box and has a grid drawn at the x z-plane.

Understanding the equations of the coordinate planes allows us to write an equation for any plane that is parallel to one of the coordinate planes. When a plane is parallel to the xy-plane, for example, the z-coordinate of each point in the plane has the same constant value. Only the x- and y-coordinates of points in that plane vary from point to point.

Rule: Equations of Planes Parallel to Coordinate Planes
  1. The plane in space that is parallel to the xy-plane and contains point (a,b,c)

    can be represented by the equation

    z=c.
  2. The plane in space that is parallel to the xz-plane and contains point (a,b,c)

    can be represented by the equation

    y=b.
  3. The plane in space that is parallel to the yz-plane and contains point (a,b,c)

    can be represented by the equation

    x=a.
Writing Equations of Planes Parallel to Coordinate Planes
  1. Write an equation of the plane passing through point (3,11,7)

    that is parallel to the yz-plane.

  2. Find an equation of the plane passing through points (6,−2,9), (0,−2,4),

    and

    (1,−2,−3).
  1. When a plane is parallel to the yz-plane, only the y- and z-coordinates may vary. The x-coordinate has the same constant value for all points in this plane, so this plane can be represented by the equation x=3.
  2. Each of the points (6,−2,9), (0,−2,4),

    and

    (1,−2,−3)

    has the same y-coordinate. This plane can be represented by the equation

    y=−2.

Write an equation of the plane passing through point (1,−6,−4)

that is parallel to the xy-plane.

z=−4
Hint

If a plane is parallel to the xy-plane, the z-coordinates of the points in that plane do not vary.

As we have seen, in 2

the equation x=5

describes the vertical line passing through point (5,0).

This line is parallel to the y-axis. In a natural extension, the equation x=5

in 3

describes the plane passing through point (5,0,0),

which is parallel to the yz-plane. Another natural extension of a familiar equation is found in the equation of a sphere.

Definition

A sphere is the set of all points in space equidistant from a fixed point, the center of the sphere ([link]), just as the set of all points in a plane that are equidistant from the center represents a circle. In a sphere, as in a circle, the distance from the center to a point on the sphere is called the radius.

This image is a sphere. It has center at (a, b, c) and has a radius represented with a broken line from the center point (a, b, c) to the edge of the sphere at (x, y, z). The radius is labeled “r.”

The equation of a circle is derived using the distance formula in two dimensions. In the same way, the equation of a sphere is based on the three-dimensional formula for distance.

Rule: Equation of a Sphere

The sphere with center (a,b,c)

and radius r

can be represented by the equation

(xa)2+(yb)2+(zc)2=r2.

This equation is known as the standard equation of a sphere.

Finding an Equation of a Sphere

Find the standard equation of the sphere with center (10,7,4)

and point (−1,3,−2),

as shown in [link].

This figure is a sphere centered on the point (10, 7, 4) of a 3-dimensional coordinate system. It has radius equal to the square root of 173 and passes through the point (-1, 3, -2).

Use the distance formula to find the radius r

of the sphere:

r=(−110)2+(37)2+(−24)2=(−11)2+(−4)2+(−6)2=173.

The standard equation of the sphere is

(x10)2+(y7)2+(z4)2=173.

Find the standard equation of the sphere with center (−2,4,−5)

containing point (4,4,−1).

(x+2)2+(y4)2+(z+5)2=52
Hint

First use the distance formula to find the radius of the sphere.

Finding the Equation of a Sphere

Let P=(−5,2,3)

and Q=(3,4,−1),

and suppose line segment PQ

forms the diameter of a sphere ([link]). Find the equation of the sphere.

This figure is the 3-dimensional coordinate system. There are two points labeled. The first point is P = (-5, 2, 3). The second point is Q = (3, 4, -1). There is a line segment drawn between the two points.

Since PQ

is a diameter of the sphere, we know the center of the sphere is the midpoint of PQ.

Then,

C=(−5+32,2+42,3+(−1)2)=(−1,3,1).

Furthermore, we know the radius of the sphere is half the length of the diameter. This gives

r=12(−53)2+(24)2+(3(−1))2=1264+4+16=21.

Then, the equation of the sphere is (x+1)2+(y3)2+(z1)2=21.

Find the equation of the sphere with diameter PQ,

where P=(2,−1,−3)

and Q=(−2,5,−1).

x2+(y2)2+(z+2)2=14
Hint

Find the midpoint of the diameter first.

Graphing Other Equations in Three Dimensions

Describe the set of points that satisfies (x4)(z2)=0,

and graph the set.

We must have either x4=0

or z2=0,

so the set of points forms the two planes x=4

and z=2

([link]).* * *

This figure is the 3-dimensional coordinate system. It has two intersecting planes drawn. The first is the x y-plane. The second is the y z-plane. They are perpendicular to each other.

Describe the set of points that satisfies (y+2)(z3)=0,

and graph the set.

The set of points forms the two planes y=−2

and z=3.


This figure is the 3-dimensional coordinate system. It has two intersecting planes drawn. The first is the x z-plane. The second is parallel to the y z-plane at the value of z = 3. They are perpendicular to each other.

Hint

One of the factors must be zero.

Graphing Other Equations in Three Dimensions

Describe the set of points in three-dimensional space that satisfies (x2)2+(y1)2=4,

and graph the set.

The x- and y-coordinates form a circle in the xy-plane of radius 2,

centered at (2,1).

Since there is no restriction on the z-coordinate, the three-dimensional result is a circular cylinder of radius 2

centered on the line with x=2andy=1.

The cylinder extends indefinitely in the z-direction ([link]).

This figure is the 3-dimensional coordinate system. It has a vertical cylinder parallel to the z-axis and centered around line parallel to the z-axis with x = 2 and y = 1.

Describe the set of points in three dimensional space that satisfies x2+(z2)2=16,

and graph the surface.

A cylinder of radius 4 centered on the line with x=0andz=2.


This figure is the 3-dimensional coordinate system. It has a cylinder parallel to the y-axis and centered around the y-axis.

Hint

Think about what happens if you plot this equation in two dimensions in the xz-plane.

Working with Vectors in ℝ3

Just like two-dimensional vectors, three-dimensional vectors are quantities with both magnitude and direction, and they are represented by directed line segments (arrows). With a three-dimensional vector, we use a three-dimensional arrow.

Three-dimensional vectors can also be represented in component form. The notation v=x,y,z

is a natural extension of the two-dimensional case, representing a vector with the initial point at the origin, (0,0,0),

and terminal point (x,y,z).

The zero vector is 0=0,0,0.

So, for example, the three dimensional vector v=2,4,1

is represented by a directed line segment from point (0,0,0)

to point (2,4,1)

([link]).

This figure is the 3-dimensional coordinate system. It has a vector drawn. The initial point of the vector is the origin. The terminal point of the vector is (2, 4, 1). The vector is labeled “v = <2, 4, 1>.”

Vector addition and scalar multiplication are defined analogously to the two-dimensional case. If v=x1,y1,z1

and w=x2,y2,z2

are vectors, and k

is a scalar, then

v+w=x1+x2,y1+y2,z1+z2andkv=kx1,ky1,kz1.

If k=−1,

then kv=(−1)v

is written as v,

and vector subtraction is defined by vw=v+(w)=v+(−1)w.

The standard unit vectors extend easily into three dimensions as well—i=1,0,0,

j=0,1,0,

and k=0,0,1

—and we use them in the same way we used the standard unit vectors in two dimensions. Thus, we can represent a vector in 3

in the following ways:

v=x,y,z=xi+yj+zk.
Vector Representations

Let PQ

be the vector with initial point P=(3,12,6)

and terminal point Q=(−4,−3,2)

as shown in [link]. Express PQ

in both component form and using standard unit vectors.

This figure is the 3-dimensional coordinate system. It has two points labeled. The first point is P = (3, 12, 6). The second point is Q = (-4, -3, 2). There is a vector from P to Q.

In component form,

PQ=x2x1,y2y1,z2z1=−43,−312,26=−7,−15,−4.

In standard unit form,

PQ=−7i15j4k.

Let S=(3,8,2)

and T=(2,−1,3).

Express ST

in component form and in standard unit form.

ST=−1,−9,1=i9j+k
Hint

Write ST

in component form first. T

is the terminal point of ST.

As described earlier, vectors in three dimensions behave in the same way as vectors in a plane. The geometric interpretation of vector addition, for example, is the same in both two- and three-dimensional space ([link]).

This figure is the first octant of the 3-dimensional coordinate system. It has has three vectors in standard position. The first vector is labeled “A.” The second vector is labeled “B.” The third vector is labeled “A + B.” This vector is in between vectors A and B.

We have already seen how some of the algebraic properties of vectors, such as vector addition and scalar multiplication, can be extended to three dimensions. Other properties can be extended in similar fashion. They are summarized here for our reference.

Rule: Properties of Vectors in Space

Let v=x1,y1,z1

and w=x2,y2,z2

be vectors, and let k

be a scalar.

Scalar multiplication: kv=kx1,ky1,kz1

Vector addition: v+w=x1,y1,z1+x2,y2,z2=x1+x2,y1+y2,z1+z2

Vector subtraction: vw=x1,y1,z1x2,y2,z2=x1x2,y1y2,z1z2

Vector magnitude: v=x12+y12+z12

Unit vector in the direction of v: 1vv=1vx1,y1,z1=x1v,y1v,z1v,

if v0

We have seen that vector addition in two dimensions satisfies the commutative, associative, and additive inverse properties. These properties of vector operations are valid for three-dimensional vectors as well. Scalar multiplication of vectors satisfies the distributive property, and the zero vector acts as an additive identity. The proofs to verify these properties in three dimensions are straightforward extensions of the proofs in two dimensions.

Vector Operations in Three Dimensions

Let v=−2,9,5

and w=1,−1,0

([link]). Find the following vectors.

  1. 3v2w
  2. 5w
  3. 5w
  4. A unit vector in the direction of v

    This figure is the 3-dimensional coordinate system. It has two vectors in standard position. The first vector is labeled “v = <-2, 9, 5>.” The second vector is labeled “w = <1, -1, 0>.”

  1. First, use scalar multiplication of each vector, then subtract:
    3v2w=3−2,9,521,−1,0=−6,27,152,−2,0=−62,27(−2),150=−8,29,15.
  2. Write the equation for the magnitude of the vector, then use scalar multiplication:
    5w=512+(−1)2+02=52.
  3. First, use scalar multiplication, then find the magnitude of the new vector. Note that the result is the same as for part b.:
    5w=5,−5,0=52+(−5)2+02=50=52.
  4. Recall that to find a unit vector in two dimensions, we divide a vector by its magnitude. The procedure is the same in three dimensions:
    vv=1v−2,9,5=1(−2)2+92+52−2,9,5=1110−2,9,5=−2110,9110,5110.

Let v=−1,−1,1

and w=2,0,1.

Find a unit vector in the direction of 5v+3w.

1310,5310,8310
Hint

Start by writing 5v+3w

in component form.

Throwing a Forward Pass

A quarterback is standing on the football field preparing to throw a pass. His receiver is standing 20 yd down the field and 15 yd to the quarterback’s left. The quarterback throws the ball at a velocity of 60 mph toward the receiver at an upward angle of 30°

(see the following figure). Write the initial velocity vector of the ball, v,

in component form.

This figure is an image of two football players with the first one throwing the football to the second one. There is a line segment from each player to the bottom of the image. The distance from the first player to the bottom of the image is 20 yards. The distance from the second player to the same point on the bottom of the image is 15 yards. The two line segments are perpendicular. There is a broken line segment from the first player to the second player. There is a vector from the first player. The angle between the broken line and the vector is 30 degrees.

The first thing we want to do is find a vector in the same direction as the velocity vector of the ball. We then scale the vector appropriately so that it has the right magnitude. Consider the vector w

extending from the quarterback’s arm to a point directly above the receiver’s head at an angle of 30°

(see the following figure). This vector would have the same direction as v,

but it may not have the right magnitude.

This figure is the image of two football players with the first player throwing the football to the second player. The distance between the two players is represented with a broken line segment. There is a vector from the first player. The angle between the vector and the broken line segment is 30 degrees. There is a vertical broken line segment from the second player. Also, there is a right triangle formed from the two broken line segments and the vector from the first player is labeled “w” and is the hypotenuse. The receiver is 20 yd down the field and 15 yd to the quarterback’s left. Therefore, the straight-line distance from the quarterback to the receiver is

Dist from QB to receiver=152+202=225+400=625=25yd.

We have 25w=cos30°.

Then the magnitude of w

is given by

w=25cos30°=25·23=503yd

and the vertical distance from the receiver to the terminal point of w

is

Vert dist from receiver to terminal point ofw=wsin30°=503·12=253yd.

Then w=20,15,253,

and has the same direction as v.

Recall, though, that we calculated the magnitude of w

to be w=503,

and v

has magnitude 60

mph. So, we need to multiply vector w

by an appropriate constant, k.

We want to find a value of k

so that kw=60

mph. We have

kw=kw=k503mph,

so we want

k503=60k=60350k=635.

Then

v=kw=k20,15,253=63520,15,253=243,183,30.

Let’s double-check that v=60.

We have

v=(243)2+(183)2+(30)2=1728+972+900=3600=60mph.

So, we have found the correct components for v.

Assume the quarterback and the receiver are in the same place as in the previous example. This time, however, the quarterback throws the ball at velocity of 40

mph and an angle of 45°.

Write the initial velocity vector of the ball, v,

in component form.

v=162,122,202
Hint

Follow the process used in the previous example.

Key Concepts

Key Equations

Consider a rectangular box with one of the vertices at the origin, as shown in the following figure. If point A(2,3,5)

is the opposite vertex to the origin, then find

  1. the coordinates of the other six vertices of the box and
  2. the length of the diagonal of the box determined by the vertices O

    and

    A.

This figure is the first octant of the 3-dimensional coordinate system. It has a point labeled “A(2, 3, 5)” drawn.

a. (2,0,5),(2,0,0),(2,3,0),(0,3,0),(0,3,5),(0,0,5);

b. 38

Find the coordinates of point P

and determine its distance to the origin.

This figure is the first octant of the 3-dimensional coordinate system. It has a point drawn at (2, 1, 1). The point is labeled “P.”

For the following exercises, describe and graph the set of points that satisfies the given equation.

(y5)(z6)=0

A union of two planes: y=5

(a plane parallel to the xz-plane) and z=6

(a plane parallel to the xy-plane)* * *

This figure is the first octant of the 3-dimensional coordinate system. It has two planes drawn. The first plane is parallel to the x y-plane and is at z = 6. The second plane is parallel to the x z-plane and is at y = 5. The planes are perpendicular.

(z2)(z5)=0
(y1)2+(z1)2=1

A cylinder of radius 1

centered on the line y=1,z=1


This figure is the first octant of the 3-dimensional coordinate system. It has a cylinder drawn. The axis of the cylinder is parallel to the x-axis.

(x2)2+(z5)2=4

Write the equation of the plane passing through point (1,1,1)

that is parallel to the xy-plane.

z=1

Write the equation of the plane passing through point (1,−3,2)

that is parallel to the xz-plane.

Find an equation of the plane passing through points (1,−3,−2),

(0,3,−2),

and (1,0,−2).

z=−2

Find an equation of the plane passing through points (1,9,2),

(1,3,6),

and (1,−7,8).

For the following exercises, find the equation of the sphere in standard form that satisfies the given conditions.

Center C(−1,7,4)

and radius 4

(x+1)2+(y7)2+(z4)2=16

Center C(−4,7,2)

and radius 6

Diameter PQ,

where P(−1,5,7)

and Q(−5,2,9)

(x+3)2+(y3.5)2+(z8)2=294

Diameter PQ,

where P(−16,−3,9)

and Q(−2,3,5)

For the following exercises, find the center and radius of the sphere with an equation in general form that is given.

P(1,2,3) x2+y2+z24z+3=0

Center C(0,0,2)

and radius 1

x2+y2+z26x+8y10z+25=0

For the following exercises, express vector PQ

with the initial point at P

and the terminal point at Q

  1. in component form and
  2. by using standard unit vectors.
P(3,0,2)

and Q(−1,−1,4)

a. PQ=−4,−1,2;

b. PQ=−4ij+2k

P(0,10,5)

and Q(1,1,−3)

P(−2,5,−8)

and M(1,−7,4),

where M

is the midpoint of the line segment PQ

a. PQ=6,−24,24;

b. PQ=6i24j+24k

Q(0,7,−6)

and M(−1,3,2),

where M

is the midpoint of the line segment PQ

Find terminal point Q

of vector PQ=7,−1,3

with the initial point at P(−2,3,5).

Q(5,2,8)

Find initial point P

of vector PQ=−9,1,2

with the terminal point at Q(10,0,−1).

For the following exercises, use the given vectors a

and b

to find and express the vectors a+b,

4a,

and −5a+3b

in component form.

a=−1,−2,4, b=−5,6,−7
a+b=−6,4,−3, 4a=−4,−8,16, −5a+3b=−10,28,−41
a=3,−2,4, b=−5,6,−9
a=k, b=i
a+b=−1,0,−1, 4a=0,0,−4, −5a+3b=−3,0,5
a=i+j+k, b=2i3j+2k

For the following exercises, vectors u and v are given. Find the magnitudes of vectors uv

and −2u.

u=2i+3j+4k, v=i+5jk
uv=38, −2u=229
u=i+j, v=jk
u=2cost,−2sint,3, v=0,0,3,

where t

is a real number.

uv=2, −2u=213
u=0,1,sinht, v=1,1,0,

where t

is a real number.

For the following exercises, find the unit vector in the direction of the given vector a

and express it using standard unit vectors.

a=3i4j
a=35i45j
a=4,−3,6
a=PQ,

where P(−2,3,1)

and Q(0,−4,4)

262,762,362
a=OP,

where P(−1,−1,1)

a=uv+w,

where u=ijk,

v=2ij+k,

and w=i+j+3k

26,16,16
a=2u+vw,

where u=ik,

v=2j,

and w=ij

Determine whether AB

and PQ

are equivalent vectors, where A(1,1,1),B(3,3,3),P(1,4,5),

and Q(3,6,7).

Equivalent vectors

Determine whether the vectors AB

and PQ

are equivalent, where A(1,4,1),

B(−2,2,0), P(2,5,7),

and Q(−3,2,1).

For the following exercises, find vector u

with a magnitude that is given and satisfies the given conditions.

v=7,−1,3, u=10, u

and v

have the same direction

u=7059,1059,3059
v=2,4,1, u=15, u

and v

have the same direction

v=2sint,2cost,1, u=2, u

and v

have opposite directions for any t,

where t

is a real number

u=45sint,45cost,25
v=3sinht,0,3, u=5, u

and v

have opposite directions for any t,

where t

is a real number

Determine a vector of magnitude 5

in the direction of vector AB,

where A(2,1,5)

and B(3,4,−7).

5154,15154,60154

Find a vector of magnitude 2

that points in the opposite direction than vector AB,

where A(−1,−1,1)

and B(0,1,1).

Express the answer in component form.

Consider the points A(2,α,0),B(0,1,β),

and C(1,1,β),

where α

and β

are negative real numbers. Find α

and β

such that OAOB+OC=OB=4.

α=7, β=15

Consider points A(α,0,0),B(0,β,0),

and C(α,β,β),

where α

and β

are positive real numbers. Find α

and β

such that OA+OB=2andOC=3.

Let P(x,y,z)

be a point situated at an equal distance from points A(1,−1,0)

and B(−1,2,1).

Show that point P

lies on the plane of equation −2x+3y+z=2.

Let P(x,y,z)

be a point situated at an equal distance from the origin and point A(4,1,2).

Show that the coordinates of point P

satisfy the equation 8x+2y+4z=21.

The points A,B,

and C

are collinear (in this order) if the relation AB+BC=AC

is satisfied. Show that A(5,3,−1),

B(−5,−3,1),

and C(−15,−9,3)

are collinear points.

Show that points A(1,0,1),

B(0,1,1),

and C(1,1,1)

are not collinear.

[T] A force F

of 50N

acts on a particle in the direction of the vector OP,

where P(3,4,0).

  1. Express the force as a vector in component form.
  2. Find the angle between force F

    and the positive direction of the x-axis. Express the answer in degrees rounded to the nearest integer.

a. F=30,40,0;

b. 53°

[T] A force F

of 40N

acts on a box in the direction of the vector OP,

where P(1,0,2).

  1. Express the force as a vector by using standard unit vectors.
  2. Find the angle between force F

    and the positive direction of the x-axis.

If F

is a force that moves an object from point P1(x1,y1,z1)

to another point P2(x2,y2,z2),

then the displacement vector is defined as D=(x2x1)i+(y2y1)j+(z2z1)k.

A metal container is lifted 10

m vertically by a constant force F.

Express the displacement vector D

by using standard unit vectors.

D=10k

A box is pulled 4

yd horizontally in the x-direction by a constant force F.

Find the displacement vector in component form.

The sum of the forces acting on an object is called the resultant or net force. An object is said to be in static equilibrium if the resultant force of the forces that act on it is zero. Let F1=10,6,3,

F2=0,4,9,

and F3=10,−3,−9

be three forces acting on a box. Find the force F4

acting on the box such that the box is in static equilibrium. Express the answer in component form.

F4=−20,−7,−3

[T] Let Fk=1,k,k2,

k=1,...,n

be n

forces acting on a particle, with n2.

  1. Find the net force F=k=1nFk.

    Express the answer using standard unit vectors.

  2. Use a computer algebra system (CAS) to find n such that F<100.

The force of gravity F

acting on an object is given by F=mg,

where m is the mass of the object (expressed in kilograms) and g

is acceleration resulting from gravity, with g=9.8

N/kg.

A 2-kg disco ball hangs by a chain from the ceiling of a room.

  1. Find the force of gravity F

    acting on the disco ball and find its magnitude.

  2. Find the force of tension T

    in the chain and its magnitude.


    Express the answers using standard unit vectors.

This figure shows a disco ball suspended from a ceiling.

a. F=−19.6k,

F=19.6

N; b. T=19.6k,

T=19.6

N

A 5-kg pendant chandelier is designed such that the alabaster bowl is held by four chains of equal length, as shown in the following figure.

  1. Find the magnitude of the force of gravity acting on the chandelier.
  2. Find the magnitudes of the forces of tension for each of the four chains (assume chains are essentially vertical).

This figure shows a light fixture hung from a ceiling, supported by 4 chains from the same point on the ceiling to four points spread evenly around the light fixture.

[T] A 30-kg block of cement is suspended by three cables of equal length that are anchored at points P(−2,0,0),

Q(1,3,0),

and R(1,3,0).

The load is located at S(0,0,−23),

as shown in the following figure. Let F1,

F2,

and F3

be the forces of tension resulting from the load in cables RS,QS,

and PS,

respectively.

  1. Find the gravitational force F

    acting on the block of cement that counterbalances the sum

    F1+F2+F3

    of the forces of tension in the cables.

  2. Find forces F1, F2,

    and

    F3.

    Express the answer in component form.

This figure is the 3-dimensional coordinate system. It has 4 points drawn. The first point is labeled “P(-2, 0, 0).” The second point is labeled “R(1, -squareroot of 3, 0).” The third point is labeled “S(0, 0, -2squareroots of 3).” The fourth point is labeled “Q(1, squareroot of 3, 0).” There are line segments from P to S, from R to S, and from Q to S. At point S there is a box labeled “30 k g.”

a. F=−294k

N; b. F1=4933,49,−98,

F2=4933,−49,−98,

and F3=9833,0,−98

(each component is expressed in newtons)

Two soccer players are practicing for an upcoming game. One of them runs 10 m from point A to point B. She then turns left at 90°

and runs 10 m until she reaches point C. Then she kicks the ball with a speed of 10 m/sec at an upward angle of 45°

to her teammate, who is located at point A. Write the velocity of the ball in component form.

This figure is the image of two soccer players. The first soccer player is at point A. The second player is at point C. There is a line segment from A to C. Ther is a vector from player C upwards labeled “v.” There is a vector from player A to the bottom of the image. The point at the bottom is labeled “B.” This vector is labeled “10m.” There is a vector from C to B labeled “10m.”

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

be the position vector of a particle at the time t[0,T],

where x,y,

and z

are smooth functions on [0,T].

The instantaneous velocity of the particle at time t

is defined by vector v(t)=x(t),y(t),z(t),

with components that are the derivatives with respect to t,

of the functions x, y, and z, respectively. The magnitude v(t)

of the instantaneous velocity vector is called the speed of the particle at time t. Vector a(t)=x(t),y(t),z(t),

with components that are the second derivatives with respect to t,

of the functions x,y,

and z,

respectively, gives the acceleration of the particle at time t.

Consider r(t)=cost,sint,2t

the position vector of a particle at time t[0,30],

where the components of r

are expressed in centimeters and time is expressed in seconds.

  1. Find the instantaneous velocity, speed, and acceleration of the particle after the first second. Round your answer to two decimal places.
  2. Use a CAS to visualize the path of the particle—that is, the set of all points of coordinates (cost,sint,2t),

    where

    t[0,30].

a. v(1)=−0.84,0.54,2

(each component is expressed in centimeters per second); v(1)=2.24

(expressed in centimeters per second); a(1)=−0.54,−0.84,0

(each component expressed in centimeters per second squared);

b.* * *

This figure is of the 3-dimensional coordinate system above the xy-plane. It has a spiral drawn resembling a spring. The spiral is around the z-axis. The spiral starts on the x-axis at x = 1.

[T] Let r(t)=t,2t2,4t2

be the position vector of a particle at time t

(in seconds), where t[0,10]

(here the components of r

are expressed in centimeters).

  1. Find the instantaneous velocity, speed, and acceleration of the particle after the first two seconds. Round your answer to two decimal places.
  2. Use a CAS to visualize the path of the particle defined by the points (t,2t2,4t2),

    where

    t[0,60].

Glossary

coordinate plane
a plane containing two of the three coordinate axes in the three-dimensional coordinate system, named by the axes it contains: the xy-plane, xz-plane, or the yz-plane
right-hand rule
a common way to define the orientation of the three-dimensional coordinate system; when the right hand is curved around the z-axis in such a way that the fingers curl from the positive x-axis to the positive y-axis, the thumb points in the direction of the positive z-axis
octants
the eight regions of space created by the coordinate planes
sphere
the set of all points equidistant from a given point known as the center
standard equation of a sphere
(xa)2+(yb)2+(zc)2=r2

describes a sphere with center

(a,b,c)

and radius

r
three-dimensional rectangular coordinate system
a coordinate system defined by three lines that intersect at right angles; every point in space is described by an ordered triple (x,y,z)

that plots its location relative to the defining axes


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: