





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Definition 2: 3D Coordinate System. We say R3 = R x R x R = 1(x, y, z)|x, y, z ∈ Rl is the set all ordered pairs is known as the 3D coordinate system.
Typology: Summaries
1 / 9
This page cannot be seen from the preview
Don't miss anything!






Brian Veitch • Fall 2015 • Northern Illinois University
Definition 1: Point
A point P (a, b, c) is to be understand as
a = x − coordinate
b = y − coordinate
c = z − coordinate
If x = 0 ⇒ yz plane. If y = 0 ⇒ xz plane. If z = 0 ⇒ xy plane.
Formula 1: Distance and Midpoint Between Points
Given two points P (x 1 , y 1 , z 1 ) and Q(x 2 , y 2 , z 2 ) the distance between the two points is
Distance: |P Q| =
(x 1 − x 2 )^2 + (y 1 − y 2 )^2 + (z 1 − z 2 )^2
Midpoint: M id(P Q) =
x 1 + x 2 2
y 1 + y 2 2
z 1 + z 2 2
Example 3
Find the midpoint and distance between the points P (2, − 1 , 7) and Q(1, − 3 , 5)
M id(P Q) =
line from the previous example into a plane.
z = 2.
the z axis to form a cylinder.
Definition 3: Equation of a Sphere