What is Three Dimensional Geometry?
Three-dimensional geometry, also known as 3D geometry or solid geometry, is the branch of mathematics that deals with the study of geometric objects in three-dimensional space. While two-dimensional geometry focuses on shapes and structures on a flat plane, three-dimensional geometry extends these concepts into the third dimension, allowing us to describe and analyze objects that have depth, height, and width.
Our world is inherently three-dimensional, making 3D geometry essential for understanding and modeling real-world objects and spaces. From architecture to molecular modeling, 3D geometry provides the mathematical foundation for representing spatial relationships.
The Cartesian Coordinate System in 3D
In three-dimensional geometry, we use a three-axis coordinate system where any point in space can be represented by three coordinates (x, y, z). The three axes are typically denoted as:
- x-axis: Represents the horizontal dimension
- y-axis: Represents the vertical dimension
- z-axis: Represents the depth dimension
These three axes intersect at a point called the origin, which has coordinates (0, 0, 0). The coordinate system divides space into eight octants, similar to how two-dimensional space is divided into four quadrants.
Example: In a 3D coordinate system, the point (3, 4, 5) is located 3 units along the positive x-axis, 4 units along the positive y-axis, and 5 units along the positive z-axis from the origin.
Points in 3D Space
A point in three-dimensional space is represented by an ordered triple (x, y, z), where x, y, and z are real numbers indicating the point's position along the respective axes.
For example, P(3, 4, 5)
Lines and Planes in 3D
In 3D geometry, lines and planes are fundamental building blocks:
Lines in 3D
A line in three-dimensional space can be defined by either:
- Two points
- One point and a direction vector
Planes in 3D
A plane can be defined by:
- Three non-collinear points
- One point and two non-parallel vectors
- A point and a normal vector
Where (a, b, c) represents the normal vector to the plane.
Distance Between Points
The distance between two points P(x, y, z) and P(x, y, z) in 3D space can be calculated using the three-dimensional distance formula:
Example: Find the distance between points A(1, 2, 3) and B(4, 6, 9):
d = [(4-1) + (6-2) + (9-3)] = [9 + 16 + 36] = 61 7.81 units
Distance from a Point to a Plane
The distance from a point P(x, y, z) to a plane with equation ax + by + cz + d = 0 is:
Midpoint Formula
The midpoint M of a line segment connecting two points P(x, y, z) and P(x, y, z) is:
Direction Cosines and Direction Ratios
Direction Cosines
The direction cosines of a line are the cosines of the angles that the line makes with the positive directions of the x, y, and z axes. For a line making angles , , and with the x, y, and z axes respectively:
These satisfy the relation: l + m + n = 1
Direction Ratios
Direction ratios are numbers proportional to the direction cosines of a line. If a line has direction cosines l, m, and n, then any non-zero multiples of these numbers are called direction ratios.
Angles Between Lines and Planes
Angle Between Two Lines
The angle between two lines with direction ratios (a, b, c) and (a, b, c) is:
Angle Between Two Planes
The angle between two planes with equations ax + by + cz + d = 0 and ax + by + cz + d = 0 is:
Equation of a Line in 3D
A line in 3D can be represented in various forms:
Symmetric Form
Where (x, y, z) is a point on the line and (a, b, c) are the direction ratios.
Parametric Form
Where t is a parameter.
Vector Form
Where a is a position vector of a point on the line, b is the direction vector, and t is a parameter.
Common 3D Objects
Spheres
A sphere is the set of all points at a constant distance (the radius) from a fixed point (the center). The equation of a sphere with center (h, k, l) and radius r is:
Cylinders
A cylinder is a surface formed by all lines parallel to a given line (the axis) that pass through a given curve (the directrix). The equation of a circular cylinder with the z-axis as its axis and radius r is:
Cones
A cone is a surface formed by all lines passing through a fixed point (the vertex) and intersecting a given curve (the directrix). The equation of a right circular cone with its vertex at the origin and the z-axis as its axis is:
Where is the semi-vertical angle.
Special Planes in 3D
Planes Parallel to Coordinate Planes
An equation of the form x = a represents a plane parallel to the yz-plane at a distance a from it.
Similarly:
- y = b represents a plane parallel to the xz-plane at a distance b from it.
- z = c represents a plane parallel to the xy-plane at a distance c from it.
Intercepts of a Plane
The intercepts of a plane ax + by + cz + d = 0 on the coordinate axes are:
- x-intercept: -d/a (if a 0)
- y-intercept: -d/b (if b 0)
- z-intercept: -d/c (if c 0)
Intersection of Lines and Planes
To find the intersection of a line and a plane, we substitute the parametric equations of the line into the equation of the plane and solve for the parameter. If a solution exists, it gives the point of intersection.
Skew Lines
In 3D geometry, two lines that are neither parallel nor intersecting are called skew lines. Skew lines do not lie in the same plane and are always at a minimum distance from each other.
Shortest Distance Between Two Lines
For two lines with equations r = a + tb and r = a + sb, the shortest distance between them is given by:
If b b = 0, the lines are parallel, and the distance between them is given by:
Applications of 3D Geometry
Three-dimensional geometry has numerous applications across various fields:
- Engineering and Architecture: Designing buildings, bridges, and machinery
- Computer Graphics: Creating 3D models and animations
- Physics: Describing the motion of objects in space
- Navigation: GPS and mapping systems
- Robotics: Path planning and spatial reasoning
- Medical Imaging: CT scans and MRI technology rely on 3D geometry to reconstruct internal structures
Coordinate Transformations
In 3D geometry, we can transform coordinates through:
- Translations: Shifting all points by a fixed amount
- Rotations: Turning points around an axis
- Reflections: Flipping points across a plane
- Scaling: Resizing points relative to the origin or another point
Vector Operations in 3D
Three-dimensional vectors have numerous applications in geometry:
Dot Product
Used to find angles between vectors and projections.
Cross Product
Used to find vectors perpendicular to two given vectors.
