Admin 09 Jun 2026 09:26

 

Introduction to Three Dimensional Geometry

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.

Point P(x, y, z)

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
The general equation of a plane: ax + by + cz + d = 0
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:

d = [(x-x) + (y-y) + (z-z)]

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:

D = |ax + by + cz + d| / (a + b + c)

Midpoint Formula

The midpoint M of a line segment connecting two points P(x, y, z) and P(x, y, z) is:

M = ((x+x)/2, (y+y)/2, (z+z)/2)

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:

l = cos(), m = cos(), n = cos()

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:

cos() = |(aa + bb + cc)| / ((a + b + c)(a + b + c))

Angle Between Two Planes

The angle between two planes with equations ax + by + cz + d = 0 and ax + by + cz + d = 0 is:

cos() = |(aa + bb + cc)| / ((a + b + c)(a + b + c))

Equation of a Line in 3D

A line in 3D can be represented in various forms:

Symmetric Form

(x-x)/a = (y-y)/b = (z-z)/c

Where (x, y, z) is a point on the line and (a, b, c) are the direction ratios.

Parametric Form

x = x + at, y = y + bt, z = z + ct

Where t is a parameter.

Vector Form

r = a + tb

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:

(x-h) + (y-k) + (z-l) = r

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:

x + y = r

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:

x + y = ztan()

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:

D = |(a - a) (b b)| / |b b|

If b b = 0, the lines are parallel, and the distance between them is given by:

D = |(a - a) b| / |b|

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

a b = ab + ab + ab

Used to find angles between vectors and projections.

Cross Product

a b = (ab - ab)i + (ab - ab)j + (ab - ab)k

Used to find vectors perpendicular to two given vectors.

Reference Files For Introduction To Three Dimensional Geometry
Screenshoot
File Name
cbse_class_11_maths_ncert_exemplar_book_pdf_3d_geometry.pdf

File Size
0.16 MB

File Type
PDF

File Site
Description
This file is just a reference file for Introduction To Three Dimensional Geometry. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Introduction To Three Dimensional Geometry and Reference File Download Link


admin
Admin
2026-06-09 09:26:15

Three Dimensional Geometry and Reference File Download Link


admin
Admin
2026-06-12 04:06:16

NCERT Solutions For Class 12 Maths Chapter 11 Three Dimensional Geometry Exercise 11.2 and...


admin
Admin
2026-06-12 05:08:11

Straight Lines In Three Dimensional Geometry and Reference File Download Link


admin
Admin
2026-06-12 10:40:22

Two And Three Dimensional Geometry and Reference File Download Link


admin
Admin
2026-06-12 15:00:28