ch12 mth234 Student4
ch12 mth234 Student4
Contents
2 Vectors 8
2.1 Basic Properties of Vectors – Video Before Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.2 Basic Vector Operations – Video After Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Definition(s) 1.1.
(a) The coordinate axes consist of the x-axis ,y-axis ,and z-axis . Which all meet at a
(b) The common meeting point of the coordinate axes is called the origin .
curl the fingers of your right hand around the z-axis. If first you fingers hit the positive x-axis then after 90 deg your
fingers hit the positive y-axis then your thumb is pointing in the direction of the positive z-axis.
(d) The three coordinate axes determine three coordinate planes . The xy-plane contains the
(e) The coordinate planes divide space into 8 regions called octants .
(f) The first octant is in the foreground, determined by the positive axes.
Page 2
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Just as points in a plane are determined by an (x, y) ordered pair, points in space are determined by an (x, y, z) ordered
triple. If the point P is determined by (1, 2, 3) then 1 is the x−coordinate, 2 is the y−coordinate, and 3 is the z−coordinate.
Although it is not obvious right now we will become very interested in projections.
Example 1.3. Below the point P (2, 4, 3) is graphed. Graph the projections into the xy-plane (call it Q), the xz-plane (call
it R), and the yz-plane (call it S) then write the coordinates for each of the projections.
z
Page 3
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Now that we can draw points let’s draw lots of them! So many that we start making some surfaces. To help us upgrade let’s
Example 1.5.
Example 1.6.
(a) Graph the equation y = 1 on the xy-plane. Describe it in words as best as possible.
Page 4
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Example 1.7.
(a) Graph the equation x2 + y 2 = 4 in the xy-plane. Describe it in words as best as possible.
Equations like these that are missing a variable are quite nice and will get a special name in 12.6. They will continue to come
Page 5
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
There will be several times in this course where we can upgrade from a well known 2 dimensional equation / system by
Definition(s) 1.8. The distance |P1 P2 | between the points P (x1 , y1 , z1 ) and P (x2 , y2 , z2 ) is given by:
p
|P1 P2 | = (x2 − x1 )2 + (y2 − y1 )2 + (z2 − z1 )2
Example 1.9. Calculate the distance between (1, 2, 3) and (3, −1, 0).
And with 3 dimensional distance we can define the set of all points equidistant from a center point (aka a sphere )
Definition(s) 1.10. An equation of a sphere with center C(h, k, l) and radius r is:
Example 1.11 (Now you try! WW 12.1.3). Find an equation of a sphere with radius 2 centered at the point (1, −2, 3).
This type of problem is relatively straight forward but we can turn it around to make a harder problem.
Page 6
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
We will always try to get as far as possible in class. Completed notes will be available on the course site for the “During
Class” portions of the notes. The filled in video notes are available in the video!
Page 7
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
2 Vectors
2.1 Basic Properties of Vectors – Video Before Class
Objective(s):
Definition(s) 2.1.
(a) A vector is used to indicate a quantity that has both magnitude and direction
(b) Suppose a particle moves along a line segment form point A to point B. The corresponding
p
|AB| = (x2 − x1 )2 + (y2 − y1 )2
p
|AB| = (x2 − x1 )2 + (y2 − y1 )2 + (z2 − z1 )2
Picture:
Page 8
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Now since vectors are considered equal so long as the same direction and length (or magnitude) we might as well move one of
the points to be in a convenient location. In particular let’s move the initial point to the origin .
Definition(s) 2.2.
(a) If a is a two-dimensional vector with initial point at the origin and terminal point P (a1 , a2 ) then
−−→
a = OP = ha1 , a2 i is the position vector of P .
(b) If a is a three-dimensional vector with initial point at the origin and terminal point P (a1 , a2 , a3 ) then
−−→
a = OP = ha1 , a2 , a3 i is the position vector of P .
Example 2.3.
−−→
In each case find a position vector a so that a = AB. Graph both on the coordinate axes to verify that they are equal.
A(1, 2), B(−1, 0) A(2, 1, 0), B(−1, 2, −3) A(−1, 4, −5), B(0, 0, 0)
y z z
y y
x
x x
//
Definition(s) 2.4. The length or magnitude of a is denoted by kak or |a| is given by:
p
(a) If a = ha1 , a2 i then |a| = kak = a21 + a22
p
(b) If a = ha1 , a2 , a3 i then |a| = kak = a21 + a22 + a23
Page 9
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Get exposure to types of problems that can be asked regarding vector addition and scalar multiplication.
Now that we have these new mathematical objects we want to know how they interact with each other and real numbers
Definition(s) 2.5. Let a = ha1 , a2 , a3 i and b = hb1 , b2 , b3 i be vectors and c be a scalar. Then:
a + b = ha1 + b1 , a2 + b2 , a3 + b3 i
b
b
+
a
b
2a
a a −a
(a) Evaluate a + b
Page 10
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Proof:
= |c| · kak
Example 2.9. Find a unit vector in the same direction as a = h1, 2, 3i.
Example 2.10. Find a vector of length 3 in the direction opposite of a = h−2, 4, 1i.
a
Theorem 2.11. Suppose that a 6= 0, then: is a unit vector in the direction of a.
|a|
Page 11
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
(a) a + b = b + a (f) (a + b) + c = a + (b + c)
(b) a + 0 = a
(g) a + (−a) = 0
(c) 0a = 0
(h) 1a = a
(d) c(da) = (cd)a
Any vector a= ha1 , a2 , a3 i can be written as a linear combination of the standard unit vectors
a = ha1 , a2 , a3 i
= a1 i + a2 j + a3 k
Therefore we call a1 the i-component of the vector a, a2 the j-component of the vector a, and a3 the k-component of
the vector a.
Example 2.14. Write the following vectors as a linear combination of the standard unit vectors
Page 12
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Interestingly enough there are 2 different (conventional) ways to multiply vectors together. Today we will talk about the Dot
Product which is largely used to find the angle between two vectors.
2 2 2
|c| = |a| + |b| − 2 |a| |b| cos θ
2 2 2
|b-a| = |a| + |b| − 2 |a| |b| cos θ
(b1 − a1 )2 + (b2 − a2 )2 + (b3 − a3 )2 = a21 + a22 + a23 + b21 + b22 + b23 − 2 |a| |b| cos θ
b21 − 2a1 b1 + a21 + b22 − 2a2 b2 + a22 + b23 − 2a3 b3 + a23 = a21 + a22 + a23 + b21 + b22 + b23 − 2 |a| |b| cos θ
Theorem 3.1. The angle between two vectors a and b is given by:
a1 b1 + a2 b2 + a3 b3
θ = cos−1
|a| |b|
Page 13
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Definition(s) 3.2.
a1 b1 + a2 b2 + a3 b3 = a · b
Theorem 3.3. Two vectors a and b are perpendicular (or orthogonal) iff:
a·b=0
Please notice that when you take the dot product between two vectors you get a scalar ! Not a vector !
Example 3.4. Find a · b for the following vectors. Determine if the vectors are perpendicular or not.
(b) a = 3i − 2j + k and b = 2j + 4k
−−→ −−→
(c) a = AB and b = CB where A = (3, −2), B = (5, 6), and C = (−1, −3)
Page 14
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Theorem 3.5. This is the exact same as Theorem 3.1 but with dot product notation.
−1 a·b
θ = cos
|a| |b|
or equivalently,
(b) a = i − j + 3k and b = 2j + 4k
So now that we have this great new form of multiplication between vectors we have to wonder what properties of
multiplication hold!?
Page 15
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Theorem 3.7 (Properties of the Dot Product). Let a, b, c be vectors and c a scalar:
(a) a · b =b · a (d) 0 · a =0
(c) a · (b+c) =a · b + a · c
Proof of ??
And now a nice physical application, work. Force does work.
formula
W ork = (F orce)(Distance)
And before we had it where force and distance were just num-
W =F·D
Example 3.8. A box is pushed with a constant force of F = h1, 2, 3i Newtons. How much work is done in moving the box
Page 16
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
The first projection we will learn about is scalar projection. It answers how much of the vector is in the same direction? Let’s
Example 3.9. Consider the vector a = h1, 2i. Sketch it and answer the following questions.
(a) How much of the vector (b) How much of the vector (c) How much of the vector
Definition(s) 3.10. The scalar projection of b onto a is notated by compa (b) and can determined by:
a·b
compa (b) =
|a|
While this is a good start it is a little awkward. It seems the questions of “How much of the vector is in the same direction? ”
could be better answered with a vector. Which leads to the next projection
Definition(s) 3.11. The Vector projection of b onto a is notated by proja (b) and can determined by:
a·b a a·b
proja (b) = = 2 a
|a| |a| |a|
Which is all well and nice but what does it look like?
Page 17
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Picture:
And so to really have a full picture we define the other side of this triangle.
Definition(s) 3.12. The Orthogonal projection of b onto a is notated by ortha (b) and can de-
termined by:
Example 3.13. Consider the vector u = h5, 3i and the vector v = h2, −1i.
(a) proja b
(b) compb a
Page 18
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Use the cross product to find a vector that is perpendicular to two other vectors.
The goal of this class is given two non-zero non-parallel vectors a,b to be able to find a vector n that is
i j k
a×b= a1 a2 a3
b1 b2 b3
Page 19
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Theorem 4.3.
|a × b| = kakkbk sin θ
|a × b| = 0
(a) Apply dot product with both a and b and see that they are 0 .
(b) Expand |a × b|2 carefully and group cleverly to get |a × b|2 = kak2 kbk2 − (a · b)2 .
the right-hand rule . That is: the way your right thumb
points when your right-hand fingers curl through the angle θ from a to b.
Page 20
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Example 4.6. Find the cross product a × b and verify that it is orthogonal to both a = h1, 1, −1i and b = h2, 4, 6i.
Theorem 4.7 (Properties of the Cross Product). Let a, b, c be vectors and r, s are scalars:
(c) 0 × a =0
Example 4.8. Given that h1, 1, 0i × h3, 4, −2i = h−2, 2, 1i quickly calculate the following:
Page 21
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Recall from geometry that a parallelogram with side lengths x and y with the angle θ between its sides has area:
Theorem 4.9. The parallelogram formed by vectors a and b with angle θ between
b
Area of k-ogram = kakkbk sin θ = |a × b| θ
a
Example 4.10. Find the area of the parallelogram generated by u = i − j and v = j + 3k.
Example 4.11. Find the area of the triangle with vertices P (1, 0, 1), Q(−2, 1, 3), and R(4, 2, 5).
Page 22
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
So our application to the real world of the day is Torque! Here is the picture
The torque vector is of course given by: (|r| |F| sin θ)n = r × F
Example 4.13. Find the magnitude of the torque generated by force F at the pivot point A in the figure below
A B
5 ft
110◦
F = 10 lb
Page 23
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Define lines in space several different ways and learn some basic terminology.
Theorem 5.1. Vectors v and w are parallel if and only if v = kw for some scalar k.
Alternatively if v = hv1 , v2 , v3 i and w = hw1 , w2 , w3 i then v and w are parallel if and only if
v1 v2 v3
= =
w1 w2 w3
Definition(s) 5.2.
(a) A vector equation for the line L through P0 (x0 , y0 , z0 ) parallel to v is given by:
(c) Alternatively if r0 = hx0 , y0 , z0 i and v = ha, b, ci. we can write a line in parametric equation
(e) Finally we can chose to solve each of the parametric equations for t to get the
x − x0 y − y0 z − z0
t= = =
a b c
Page 24
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Definition(s) 5.3.
(a) Suppose r(t) = r0 + tv and s(t) = s0 + tw intersect. Then the angle between them is the same as the angle between
v and w . Likewise r(t) and s(t) are parallel if and only if v and w are parallel .
(b) Lines that do not intersect and are not parallel are called skew lines .
We don’t really have skew lines in 2D though. Let’s take a closer look at them here: https://tinyurl.com/mth234-002
(a) r1 (t) = h3, 1, 0i + th2, 0, 1i and r2 (s) = h1, −2, 5i + sh−1, 3, −2i
Page 25
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Example 5.5. One small annoyance with parametrizing lines is that the parametrization is not unique. Using a graphing
L2 : x = 3 − s y =3+s z = 6 − 3s
Theorem 5.6. Two parametrizations r1 (t) and r2 (s) describe the same line if they are parallel
and intersecting .
Now let’s use Theorem 5.6 to show that L1 and L2 describe the same line in Example 5.5.
Theorem 5.7 (Equation of a line segment). The line segment from r0 to r1 is give by the vector equation
Example 5.8. Find an equation for the line segment from (1, 2, 3) to (5, 2, 0).
Page 26
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Example 5.9.
(a) Find parametric equations of the line that passes through the points A(2, 3, 4) and B(1, 0, −1).
Example 5.10. The lines r1 (t) = h1 + t, 1 − t, 2ti and r2 (s) = h2 − s, s, 2i intersect at (2, 0, 2).
Page 27
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Utilize the newly developed formula to calculate the distance from a point to a line in space!
d
P sin θ =
|SP |
|SP | sin θ = d
|v||SP | sin θ
d =d
|v|
S P→
−
−→
|v × SP |
=d
θ
|v|
S v
Theorem 5.11. The distance from a Point P to a line through S parallel to v is given by
−→
|v × SP |
d=
|v|
And this is a perfectly good Theorem but that triangle looks like something we have seen before when we were talking about
projections. So in fact....
Theorem 5.12. The distance from a Point P to a line through S parallel to v is given by
−→
d = |orthv (SP )|
Page 28
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Example 5.13. Find the distance between the point (0, 1, 0) and the line containing the points (1, 1, 0) and (2, −4, 1).
Page 29
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Definition(s) 5.17.
(a) If n = ha, b, ci is a specified vector, r0 = hx0 , y0 , z0 i is the position vector for the point P0 (x0 , y0 , z0 ), and r = hx, y, zi
n · (r − r0 ) = 0
Is the set of all vectors with the initial point r0 perpendicular to n. More commonly this is the vector equation for
(c) Finally if we collect all the non-variable terms on one side we can write:
ax + by + cz = d
Example 5.18. Find an equation of a plane orthogonal to h1, 4, −2i and contains the point (0, −3, 1).
Page 30
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Example 5.19. Find where the line r(t) = h3 − t, 2 + t, 5ti intersects the plane x − y + 2z = 6
Example 5.20. Find an equation of the plane that contains all three points (1, 0, 0), (0, 1, 0) and (0, 1, 3).
Page 31
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Definition(s) 5.21.
(a) The angle between two planes is defined to be the acute angle between their normal vectors
PICTURE
(b) Two planes are parallel if their normal vectors are parallel .
(c) If two planes are not parallel then they intersect at a straight line .
Page 32
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Example 5.23. Find the line of intersection for the planes x + y + z = 1 and x + 2y + 2z = 1.
https://tinyurl.com/mth234-004
Theorem 5.24. If P1 and P2 are non-parallel planes with normal vectors n1 and n2 then their line of intersection has
direction vector:
v = n1 × n2
Page 33
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Utilize the newly developed formula to calculate the distance from a point to a plane in space!
Use the same formula to determine distance between a line and plane and between two planes.
Now we should develop a theorem for the distance between a point and a plane
d
n θ
d
P cos θ =
|RP |
R
d |RP | cos θ = d
|n||RP | cos θ
=d
|n|
−→
|n · RP |
=d
|n|
Theorem 5.26. The distance from a Point P to a plane containing R with n normal to the plane is given by
−→
|n · RP | −→
d= = compn RP
|n|
Example 5.27. Find the distance between the point P (1, −2, 4) to the plane 3x + 2y + 6z = 5
Page 34
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Example 5.28. Consider the line r(t) = h7 + 4t, 2t, 1 − ti and the plane x − y + 2z = 5. If they intersect, find the point of
Example 5.29. Consider the planes x + y = 2z + 4 and 4z − 2x = 2y + 5. If they intersect, find the line of intersection. If
Page 35
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Go back and think about the two dimensional analogies of quadric surfaces.
Definition(s) 6.1.
(a) In order to sketch a graph of a surface, it is useful to determine the curves of intersection of the surface with planes
(b) A cylinder is a surface that consists of all lines (called rulings ) that are parallel to a given line
Page 36
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Now before moving into the three dimensional stuff it is a good idea to recall the two dimensional counterparts.
Big Thing: Have two squared terms, one positive and one negative.
Definition(s) 6.3. A quadric surface is the graph of a second-degree equation in three variables x, y, and z. The most
general equation is
but by translation and rotation it can be brought into one of the two standard forms (that we will primarily be
working with)
Ax2 + By 2 + Cz 2 + J = 0
or
Ax2 + By 2 + Iz = 0
Page 37
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
y
x
x2 y2 z2
Ellipsoid a2 + b2 + c2 =1
z
y
x
x2 y2 z
Elliptical Paraboloid a2 + b2 = c
z
y
x
x2 y2 z2
Elliptical Cone a2 + b2 = c2
z
y
x
x2 y2 z2
Hyperboloid of One Sheet a2 + b2 − c2 =1
z
y
x
z2 x2 y2
Hyperboloid of Two Sheets c2 − a2 − b2 =1
z
y
x
y2 x2
Hyperbolic Paraboloid b2 − a2 = zc , c > 0 more room please
Page 38
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Do lots of problems.
(i) Classify the curve as a: Cylinder, Ellipsoid, Elliptical Paraboloid, Elliptical Cone, Hyperboloid of one sheet,
Hyperboloid of two sheets, or a Hyperbolic Paraboloid.
(ii) Draw a sketch of each curve.
(a) z = x3 − 2 Cylinder
Remark 6.6 (All thumbs are fingers but not all fingers are thumbs).
Theorem 6.5 does NOT say that all cylinders are missing variables.
Page 39
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
(i) Classify the curve as a: Cylinder, Ellipsoid, Elliptical Paraboloid, Elliptical Cone, Hyperboloid of one sheet,
Hyperboloid of two sheets, or a Hyperbolic Paraboloid.
(ii) Draw a sketch of each curve.
Page 40
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Page 41
MTH 234 Chapter 12 - Vectors and Geometry of Space MSU
Page 42