Chapter 11 Geometry in Space and Vectors
Chapter 11 Geometry in Space and Vectors
➢ Vectors
Proof:
| P1P2 |2 =| P1 B |2 + | BP2 |2
=| P1 A |2 + | AB |2 + | BP2 |2
= ( x2 − x1 ) 2 + ( y2 − y1 ) 2 + ( z 2 − z1 ) 2
Example 1. Find the distance between the points P(2,-3,4) and Q(-3,2,-5).
Solution. | AB |2 = (1 − 4) 2 + (7 − 5) 2 + (4 − 3) 2 = 14
| AC |2 = (2 − 4) 2 + (4 − 5) 2 + (6 − 3) 2 = 14
| BC |2 = (2 − 1) 2 + (4 − 7) 2 + (6 − 4) 2 = 14
So | AB |=| AC |=| BC |
Thus A, B and C are vertices of an equilateral triangle.
Spheres and Their Equations
Sphere:
The set of all points in three-
dimensional space that are a
constant distance (the radius)
to a fixed point (the center).
General Form:
x + y + z + Gx + Hy + Iz + J = 0
2 2 2
Example 3. Find the center and radius of the sphere with equation
x 2 + y 2 + z 2 − 10 x − 8 y − 12 z + 68 = 0
Solution. Completing the square
( x 2 − 10 x + ) + ( y2 − 8y + ) + ( z 2 − 12 z + ) = −68
( x 2 − 10 x + 25) + ( y 2 − 8 y + 16) + ( z 2 − 12 z + 36) = −68 + 25 + 16 + 36
( x − 5) 2 + ( y − 4) 2 + ( z − 6) 2 = 9 = 32
Thus, the equation represents a sphere with center(5,4,6) and radius 3.
Midpoint of line segment
➢ Vector is represented by an
arrow or a directed line segment
Vectors 𝐴𝐵 = 𝐶𝐷 = 𝑂𝑃 = 𝐸𝐹.
Components of vector
𝒗 = 𝑣1, 𝑣2, 𝑣3
𝑃𝑄 = 𝑥2 − 𝑥1, 𝑦2 − 𝑦1 , 𝑧2 − 𝑧1
Solution.
Scalar multiplication
𝑘𝒖 = |𝑘| ∙ 𝒖
Properties of vector operations
(c) 𝒖 = 12 + 12 + 22 = 6
(d) 3𝒖 = 3 𝒖 = 3 6
Solution. 𝒗 = 42 + (−3)2 = 5
𝒗 1 4 3
The unit vector 𝒖 = = 4, −3 = ,−
𝒗 5 5 5
Homework
Theorem
If 𝜃is the smallest nonnegative angle between the nonzero
vectors 𝒖and 𝒗,then
𝒖 ∙ 𝒗 = 𝒖 𝒗 cos𝜃
Example 2. If the lengthes of vector u and v are 4 and 6 respectively,
and the angle between them is , find u v.
3
Solution. u v = u v cos = 4 6 cos( / 3) = 12
u v = 1 (−2) + 2 6 + (−2) 3 = 4
Let be the angle between u and v, then
uv 4 4
cos = = So = cos −1
u v 21
21
Orthogonal vectors
§11.4 The Cross Product
𝒖×𝒗= 𝒖 𝒗 𝑠𝑖𝑛𝜃 𝒏
Solution.
−2 −1 1 −1 1 −2
= 𝒊− 𝒋+ 𝒌
4 1 −2 1 −2 4
= 2𝒊+𝒋+0𝒌 = 2𝒊+𝒋
𝒗 × 𝒖 = −𝒖 × 𝒗 = −2 𝒊 − 𝒋
Homework
➢ A plane in space is
determined by a point
𝑃0 (𝑥0 , 𝑦0 , 𝑧0 ) in the plane,
and a vector 𝐧 orthogonal
to the plane.
➢ The vector 𝐧 is called a
normal vector.
Let 𝐧 = 𝐴𝐢 + 𝐵𝐣 + 𝐶𝐤,then
𝐧 ∙ 𝑃0 𝑃 = 0implies
𝐴 𝑥 − 𝑥0 + 𝐵 𝑦 − 𝑦0 + 𝐶 𝑧 − 𝑧0 = 0
Example 1. Find an equation for a plane through 𝑃0 =
−3,0,7 perpendicular ton= 5𝐢 + 2𝐣 − 𝐤.
Solution.
5 𝑥 − −3 + 2 𝑦 − 0 + −1 𝑧 − 7 = 0
5𝑥 + 15 + 2𝑦 − 𝑧 + 7 = 0
5𝑥 + 2𝑦 − 𝑧 = −22
2
= cos
−1
29
The distance from a point to a plane
The distance L from the point 𝑥0 , 𝑦0 , 𝑧0 to the plane 𝐴𝑥 + 𝐵𝑦 +
𝐶𝑧 = 𝐷 is given by the formula
Solution.
|3 ∙ 1 + 2 ∙ 1 + 6 ∙ 3 − 6|
𝐿=
32 + 22 + 62
17
=
7
Application II: Equation of Lines
➢ A line in a plane is
determined by a point
and a number giving the
slope of the line.
➢ In space, a line is
determined by a point
and a vector giving the
direction of the line.
Symmetric Equations for a Line
x − x0 y − y0 z − z0
= =
v1 v2 v3
Example 1. Find the parametric equations for the line through
(3,-2,4) and (5,6,-2).