Space
Point
- An infinitely small object
- Represented as an ordered triple of reals (x,y,z)
Space
- A collection of points
- Notated as {A,B,C}
Distance
- Function: A,B→R∣AB∣
- Assigns a unique non negative number for any pair of points
- Axioms
- ∣AB∣≥0, ∣AB∣⟺A=B
- ∣AB∣=∣BA∣
- ∣AB∣≤∣AC∣+∣CB∣ (triangle inequality)
Line Segments
- AB={C∣∣AC∣+∣CB∣=∣AB∣}
- A collection of all points where the triangle inequality is saturated (equal instead of less)
- ∣AB∣=(x2−x1)2+(y2−y1)2+(z2−z1)2
Coordinate Axis
- L∼R
- Every point on the line is uniquely associated with a distance from 0
- Can put three together orthogonally to get R3, a three dimensional coordinate system
- Every point can be represented as a unique triple or reals (a,b,c)
Shapes
- In the form S={p∣(in)equality(s)}
- The shape is at any input point that satisfies the conditions
- Common shapes
- Sphere={(x,y,z)∣(x−a)2+(y−b)2+(z−c)2=r2}
- An expansion of the geometric definition of a sphere (a collection of points equidistant from a center)
- Sometimes need to complete the square for each variable to get it in that form
- Box={(x,y,z)∣∣x∣=a,∣y∣=b,∣z∣=c}
- Equations that only have two variables is that graph but extended infinitely in the third dimension
- Inequalities lead to solid shapes
- Transforms of a coordinate system that preserve distance
- Includes
- Translation: (x,y,z)→(x−x0,y−y0,z−z0)
- Rotation
- Reflection: (x,y,z)→((−)x,(−)y,(−)z)