Anda di halaman 1dari 31

Chapter 1: Vectors and the

Geometry of Space

Section 1.2
Space Coordinates and Vectors in Space

Dr. Maslan bin Osman


Mathematics Department, Faculty of Science,UTM
In this lesson you will learn:

o 3 Space - The three-dimensional coordinate system


o Points in space, ordered triples
o The distance between two points in space
o The midpoint between two points in space
o The standard form for the equation of a sphere

o Vectors in 3 Space
o Different forms of vectors
o Vector operations
o Parallel vectors
o Applications of vectors
Three-Dimensional Space
Previously you studied vectors in the Cartesian plane or 2-dimensions, now
we are going to expand our knowledge of vectors to 3-dimensions. Before
we discuss vectors, let’s look at 3-dimensional space.

To construct a 3-dimensional system, start with a yz plane flat on the paper


(or screen).

Next, the x-axis is perpendicular


z through the origin. (Think of the
x-axis as coming out of the screen
towards you.)

For each axis drawn the arrow


represents the positive end.
y

x
z
This is considered a right-handed system.

y To recognize a right-handed system, imagine


your right thumb pointing up the positive z-axis,
your fingers curl from the positive x-axis to the
x positive y-axis.

In a left-handed system, if your left thumb is pointing up the positive z-axis,


your fingers will still curl from the positive x-axis to the positive y-axis. Below
is an example of a left-handed system.
z

x
Throughout this lesson, we will use
right-handed systems.
y
The 3-dimensional coordinate system is divided into eight octants. Three
planes shown below separate 3 space into the eight octants.

The three planes are the yz plane which is


z
perpendicular to the x-axis, the xy plane which
is perpendicular to the z-axis and the xz plane
which is perpendicular to the y-axis.

y Think about 4 octants sitting on top of the xy


plane and the other 4 octants sitting below the
yz plane xy plane.
x
z z

xy plane y
y

xz plane
x
x
Plotting Points in Space

Every position or point in 3-dimensional space is identified by an ordered triple,


(x, y, z).

Here is one example of plotting points in 3-dimensional space:

P (3, 4, 2)
y

The point is 3 units in front of the yz plane,


4 points in front of the xz plane and 2 units
x
up from the xy plane.
Here is another example of plotting points in space. In plotting the point Q
(-3,4,-5) you will need to go back from the yz plane 3 units, out from the xz
plane 4 units and down from the xy plane 5 units.

Q (-3, 4, -5)

As you can see it is more difficult to visualize points in 3 dimensions.


Distance Between Two Points in Space

The distance between two points P x1 , y1 , z1  and Q x2, y2 , z 2 

in space is given by the formula:

d  x2  x1 2  y2  y1 2  z2  z1 2

Take a look at the next two slides to see how we come up with this formula.
Consider finding the distance between the two points,
P x , y , z  and Q x , y , z  .
1 1 1 2 2 2

It is helpful to think of a rectangular solid with P in the bottom back


corner and Q in the upper front corner with R below it at x2, y2, z1 .

Using two letters to represent the


Q distance between the points, we know
from the Pythagorean Theorem that
z2  z1 
P
x2  x1  PQ² = PR² + RQ²

R
Using the Pythagorean Theorem again
we can show that

y2  y1  PR² = x2  x1 2  y2  y1 2

Note that RQ is z2  z1  .


Starting with PQ² = PR² + RQ²

PR² = x2  x1   y2  y1  and RQ = z2  z1 


2 2
Make the substitutions:

Thus, PQ² = x2  x1   y2  y1   z 2  z1 


2 2 2

Or the distance from P to Q,

Q
PQ = x2  x1 2  y2  y1 2  z2  z1 2
z2  z1 
P
x2  x1 
R That’s how we get the formula for
the distance between any two points
in space.
y2  y1 
We will look at example problems related to the three-dimensional
coordinate system as we look at the different topics.

Example 1:

Find the distance between the points P(2, 3, 1) and Q(-3,4,2).

Solution: Plugging into the distance formula:

d  x2  x1 2  y2  y1 2  z 2  z1 2
d   3  22  4  32  2  12
d   52  12  12
d  25  1  1
d  27  3 3  5.2
Example 2:

Find the lengths of the sides of triangle with vertices (0, 0, 0), (5, 4, 1) and
(4, -2, 3). Then determine if the triangle is a right triangle, an isosceles
triangle or neither.

Solution: First find the length of each side of the triangle by finding the
distance between each pair of vertices.

(0, 0, 0) and (5, 4, 1) (0, 0, 0) and (4, -2, 3) (5, 4, 1) and (4, -2, 3)

d  5  02  4  02  1  02 d  4  02   2  02  3  02 d  4  52   2  42  3  12


d  25  16  1 d  16  4  9 d  1  36  4
d  42 d  29 d  41

These are the lengths of the sides of the triangle. Since none of them are
2 2
equal we know that it is not an isosceles triangle and since 42  29  41
2
     
we know it is not a right triangle. Thus it is neither.
The Midpoint Between Two Points in Space

The midpoint between two points, P x1, y1, z1  and Q x2, y2, z2  is given by:

 x  x 2 y1  y 2 z 1  z 2 
Midpoint   1 , , 
 2 2 2 

Each coordinate in the midpoint is simply the average of the coordinates


in P and Q.

Example 3: Find the midpoint of the points P(2, 3, 0) and Q(-4,4,2).

 2  4 3  4 0  2    2 7 2   7 
Solution :  , , 
  , , 
   1, ,1
 2 2 2   2 2 2  2 
Equation of a Sphere

A sphere is the collection of all points equal distance from a center point.

To come up with the equation of a sphere, keep in mind that the distance

from any point (x, y, z) on the sphere to the center of the sphere, xo , yo , zo 

is the constant r which is the radius of the sphere.

Using the two points (x, y, z), xo , yo , zo  and r, the radius in the distance

formula, we get: r  x  xo 2  y  yo 2  z  zo 2
If we square both sides of this equation we get:

The standard equation of a sphere is r  x  xo   y  yo   z  zo 


2 2 2 2

where r is the radius and xo , yo , zo  is the center.


Example 4:
Find the equation of the sphere with radius, r = 5 and center, (2, -3, 1).

Solution: Just plugging into the standard equation of a sphere we get:

x  22  y  32  z  12  25

Example 5:

Find the equation of the sphere with endpoints of a diameter (4, 3, 1) and
(-2, 5, 7).

Solution: Using the midpoint formula we can find the center and using the
distance formula we can find the radius.

 4  2 3  5 1  7  Radius  4  12  3  42  1  42


Center   , , 
 2 2 2   9 19
 1, 4, 4   19

Thus the equation is: x  12  y  42  z  42  19


Example 6:

Find the center and radius of the sphere, x 2  y 2  z 2  4x  6y  8z  7  0 .

Solution: To find the center and the radius we simply need to write the
equation of the sphere in standard form, r  x  xo   y  yo   z  zo .
2 2 2 2

Then we can easily identify the center, xo , yo , zo  and the radius, r. To do
this we will need to complete the square on each variable.

x 2  y 2  z 2  4x  6y  8z  7  0
x 2  4x  y 2  6y  z 2  8z 7
x 2  4x  4  y 2  6y  9  z 2  8z  16  7  4  9  16
x  22  y  32  z  42  36
Thus the center is (2, -3, -4) and the radius is 6.
Vectors in Three-Dimensional Space

Now that we have an understanding of the three-dimensional system, we


are ready to discuss vectors in the three-dimensional system. All the
information you learned about vectors in the previous lesson will apply,
only now we will add in the third component.

Vectors in component form in three dimensions are written as ordered


triples, in other words, now a vector in component form is v   v1 ,v2,v3 .

In three dimensions
 the zero  vector is O = < 0, 0, 0> and the standard unit
vectors are i   1, 0, 0  , j   0, 1, 0  and k   0, 0, 1  .

Each of the unit vectors


represents one unit of
 change in the direction of
k 
j each of their respective
y positive axes.

i
x
Given the initial point, P p1, p2, p3  and the terminal point, Q q1, q2, q3  , the
component form of the vector can be found the same way it was on the
Cartesian Plane.

Component form of a vector



PQ  v   q1  p1 , q2  p2 , q3  p3    v1 ,v2 ,v3 
Be sure to subtract the initial point’s coordinates
from the terminal point’s coordinates.

The same vector can be written as a combination of the unit vectors.

Standard Unit Vector Notation


   
v v1i  v2 j  v3k

We will look at examples using both forms.


More on Vectors in Three-Dimensions
 
Let u   u1 , u2 , u3  and v   v1 ,v2,v3  and let c be a scalar.

 
o Vector Equality: u  v if and only if u1  v1 , u2  v2 and u3  v3 .


o Magnitude or Length of a Vector: u  u1 2  u2 2  u3 2

 
o Vector Addition: u  v   u1  v1,u2  v2,u3  v3 


o Scalar Multiplication: cu   cu1 , cu2 , cu3 

 u 1
o Unit Vector in the Direction of u :      u1,u2,u3 
u u

Note: This is simply the vector multiplied


by the reciprocal of its magnitude.
Let’s look at some example problems involving vectors.

Example 1:
Sketch the vector with initial point P(2, 1, 0) and terminal point Q(3, 5, 4).
Then find the component form of the vector, the standard unit vector form
and a unit vector in the same direction.

Solution: First draw a 3D system and plot P and Q. The vector connects P to Q.

P
Example 1 Continued:

Second, find the component form of the vector. Do this by subtracting


the initial point’s coordinates from the terminal point’s coordinates.

PQ   3  2, 5  1, 4  0    1, 4, 4  Component form
and
  
PQ  i  4 j  4k Standard Unit Vector Form

Last, find a unit vector in the same direction. Do this by multiplying


the vector by the reciprocal of the magnitude.

PQ  12  42  42  1  16  16  33

1 1 4 4 33 4 33 4 33
Unit Vector   1,4,4    , ,  , , 
33 33 33 33 33 33 33

Note: You can verify it’s a unit vector by finding its magnitude.
2 2 2
 1   4   4  1 16 16 33
           1 1
 33   33   33  33 33 33 33
Example 2:   
Given the vectors u   2,5,3  , v   1,7,4  and z   0,5,6 
find the following:

      
a. u  v b. u  3z c. 2u  v  z

Solution:
   
a. u  v b. u  3z
 2,5,3    1,7,4   2,5,3  3  0,5,6 
 2  1, 5  7 , 3  4   2  0, 5  15 , 3  18 
 1,  2, 1   2,  10 , 21 

  
c. 2u  v  z
2  2,5,3    1,7,4    0,5,6 
 4  1  0 , 10  7  5, 6  4  6 
 5, 22, 4 
Parallel Vectors

You may recall from the previous section that a nonzero scalar multiple of
a vector has the same direction as the vector (positive scalar) or the
opposite direction as the vector (negative scalar). Since this is the case,
any nonzero scalar multiple of a vector is considered a parallel vector.
 
In other words, if two vectors, u and v, are parallel, then there exists
 
some scalar, c such that v  cu . The zero vector does not have direction
so it cannot be parallel.

To get the idea, look at these vectors on the Cartesian Plane.


y
 
v  2u

u
x

 
z  2u
Example 3:
Determine if the vector with initial point,
 P(3,2,-2) and terminal point,
Q(7,5,1-3) is parallel to the vector v   12,  9, 3  .

Solution: First find the component form of the vector from P to Q.


PQ   7  3, 5  2,  3   2 
PQ   4, 3,  1 

Second, if the two vectors are parallel, then there exists some

scalar, c, such that v  c  PQ or  12,9,3    4c , 3c ,  c  .

Then –12 = 4c c = -3
And -9 = 3c c = -3
And 3 = -c c = -3

For the two vectors to be parallel, c would have to be the same


for each coordinate. Since it is, the two vectors are parallel.
Example 4:
Determine whether the points A(2,3,-1), B(0,1,3) and C(-3,-2,8) are collinear.

Solution: We need to find two vector between the three points and
determine if they are parallel. If the two vectors are parallel and pass
through a common point then the three points must be in the same line.
     
The vector from A to B is 0  2i  1  3j  3   1k  2i  2 j  4k

Now we need to find the vector from A to C or B to C.


     
The vector from A to C is  3  2i   2  3j  8   1k  5i  5 j  9k

To be parallel: -2 = -5c c = 2/5


-2 = -5c c = 2/5
4 = 9c c = 4/9

Since c is not the same in each case, the vectors are not parallel and the
points are not collinear.
Example 5:   

Find a vector parallel to the vector v  3i  2 j  k with magnitude 5.

Solution: Be careful. We might quickly assume that all we need to do is to


multiply the vector by 5. This would be fine if we were dealing with a unit
vector. Since we are not, we need to multiply by the reciprocal of the
magnitude first to get a unit vector and then multiply by 5.


v  32   2  12  9  4  1  14
2


Unit Vector in Direction ofv 
1
14
   
 3i  2 j  k 

Vector with magnitude 5 in Direction ofv

5
1
14
   

 3i  2 j  k 
5
14

  
 3i  2 j  k  
15 
14
i 
10 
14
j 
5 
14
k
Solution to Example 5 Continued:

You can verify the new vector is parallel if you look at the form:
5
14
  
 3i  2 j  k 
5
Obviously the scalar multiple is 14 .

You can verify the magnitude is 5 by finding the magnitude of the form:

15  10  5 
i  j  k
14 14 14

2 2 2
 15    10   5  225 100 25 350
Magnitude             25  5
 14   14   14  14 14 14 14
Example 6:
The weight of an 80lb. chandelier hanging 2.5 feet from the ceiling is
distributed over 3 chains. If the chains are located as shown below,
represent the force exerted on each chain with a vector.

(-1,-1,0)
1 ft
1 ft 1 ft
(1,-1,0) 1 ft (0,1,0)

(0,0,-2.5)
Solution to Example 6:
First find the vectors from the chandelier to the three points on the ceiling.
Each force is a multiple of the vector since we can find the direction, but we
don’t know the magnitude.

F2  b  1,1,2.5 
(-1,-1,0)
1 ft
1 ft 1 ft
(1,-1,0) 1 ft (0,1,0)

F1  a  0,1,2.5 
F3  c  1,1,2.5 
(0,0,-2.5)
Solution to Example 6 Continued:

The sum of the three forces must negate the downward force of the
chandelier from its weight.

So,  0,0,80   F1  F2  F3
 0,0,80    0  b  c , a  b  c , 2.5a  2.5b  2.5c 

This gives us a system of three equations in three unknowns, a,b and c.

b c  0
a b c  0
2.5a  2.5b  2.5c  80

Solving the system, you get a = 16, b = 8 and c = 8.

Thus the three forces are F1  0,16,40  , F2   8,8,20  and F3   8,8,20  .


You can find your practice problems for this lesson in Blackboard
under the Assignments button under Lesson 7.2.

Anda mungkin juga menyukai