Introduction to Three Dimensional Geometry

This chapter introduces three-dimensional geometry, explaining the coordinate system, locating points using coordinates, determining octants, calculating distances between points, and understanding the relationship between geometric shapes in 3D space.

Introduction to Three Dimensional Geometry

Three-dimensional geometry (3D geometry) expands upon the concepts learned in two-dimensional geometry by adding a third dimension, enabling us to describe the position of objects in physical space. In this chapter, we will cover the essential concepts that form the foundation of 3D geometry, starting with the idea of coordinates, moving onto the coordinate systems, the distance between points, and the analysis of geometric shapes such as lines and planes in three-dimensional space.

1. Understanding Coordinates in 3D Space

In two-dimensional space, we represented points using two coordinates (x, y). In contrast, to locate a point in three-dimensional space, we use three coordinates: (x, y, z). Here,

  • x indicates the position relative to the YZ-plane,
  • y indicates the position relative to the XZ-plane, and
  • z indicates the position relative to the XY-plane. This triplet of coordinates provides a complete description of a point's location in 3D.

2. Coordinate Axes and Coordinate Planes

Three mutually perpendicular coordinate axes define our three-dimensional space:

  • X-axis: horizontal, usually goes left and right,
  • Y-axis: horizontal, usually goes up and down,
  • Z-axis: vertical, usually goes front and back.

These axes intersect at a point known as the origin (0, 0, 0), and the planes formed by these axes are known as:

  • XY-plane (formed by the X and Y axes),
  • YZ-plane (formed by the Y and Z axes),
  • ZX-plane (formed by the Z and X axes).

The planes divide space into eight regions known as octants. The signs of coordinates in each octant differ, which help in identifying the location of points in space relative to the origin.

3. Distance Formula in 3D Space

The distance between two points P1(x1, y1, z1) and P2(x2, y2, z2) in three-dimensional space can be calculated using the Euclidean distance formula: [ PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2} ]. This formula is derived by applying the Pythagorean theorem in three dimensions, taking into account the lengths along each axis.

4. Locating Points in 3D

Given a point P in space, to find its coordinates, we drop perpendicular lines to the coordinate planes:

  • Project the point onto the XY-plane to find the x and y coordinates.
  • Project this onto the z-axis to get the z-coordinate.

Conversely, starting from a coordinate (x, y, z), we can trace back to find the corresponding point P in space by sequentially determining its projections onto the axes.

5. Understanding Octants

Determining which octant a point lies in can be done by analyzing the signs of its coordinates:

  • Each combination of signs (positive or negative) indicates a specific octant. For example, the point (1, 2, 3) lies in the first octant where x, y, z are all positive.

6. Geometric Relationships

Understanding shapes in three-dimensional space involves recognizing how points and lines relate to each other:

  • Points are collinear if they lie on a single straight line.
  • Distances can be used to determine if points form shapes such as triangles or rectangles: if the sum of two sides equals the third, a triangle is said to be formed.

7. Historic Context

The development of three-dimensional geometry has roots in the works of great mathematicians:

  • René Descartes introduced the concept of coordinates in a plane in the 17th century.
  • Leonhard Euler advanced the need for three-dimensional coordinates and solid geometry in his works, influencing much of the current understanding in analytic geometry.

Conclusion

Three-dimensional geometry provides a comprehensive framework for understanding space and the relationships between points, lines, and planes. Mastery of these concepts is essential for applications in physics, engineering, computer graphics, and many other fields.

Exercises

  • Exercises at the end of the chapter provide practical application and understanding of the concepts taught, including finding coordinates, calculating distances, and applying the formulas to various geometric shapes in three-dimensional space.

Key terms/Concepts

  1. Three-Dimensional Points are represented by coordinates (x, y, z).
  2. Coordinate Axes consist of three mutually perpendicular lines: x, y, and z-axes.
  3. Origin is the point (0, 0, 0) in three-dimensional space.
  4. Coordinate Planes divide the space into octants.
  5. The Distance Formula in 3D is PQ = √((x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²).
  6. The sign of coordinates determines the octant a point lies in.
  7. Points provide a one-to-one correspondence with their coordinates.
  8. Collinearity of points is determined by the distances between them.
  9. Historical figures like Descartes and Euler were instrumental in developing 3D geometry concepts.

Other Recommended Chapters