Difference between revisions of "3D Geometry"

m (proofreading)
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
'''3D Geometry''' deals with objects in 3 [[dimension]]s.  For example, a drawing on a piece of paper is 2-dimensional since it has length and width.  A baseball, on the other hand, is three-dimensional because it not only has length and width, but also depth.
 
'''3D Geometry''' deals with objects in 3 [[dimension]]s.  For example, a drawing on a piece of paper is 2-dimensional since it has length and width.  A baseball, on the other hand, is three-dimensional because it not only has length and width, but also depth.
  
== Making 3D Problems 2D ==
+
= Making 3D Problems 2D =
A very common technique for approaching 3D Geometry problems is to make it 2D.  We can do this by looking at certain cross-sections of the diagram one at a time.
+
A very common technique for approaching 3D Geometry problems is to make it 2D.  We can do this by looking at certain cross-section(s) of the diagram one at a time.
  
=== Example ===
+
== Example Problem ==
 +
=== Problem ===
 
On a sphere with a radius of 2 units, the points <math> A </math> and <math> B </math> are 2 units away from each other.  Compute the distance from the center of the sphere to the line segment <math> AB. </math>
 
On a sphere with a radius of 2 units, the points <math> A </math> and <math> B </math> are 2 units away from each other.  Compute the distance from the center of the sphere to the line segment <math> AB. </math>
  
==== Solution ====
+
=== Solution ===
First, we note that the distance of a point to a line is usually meant to be the ''shortest'' distance between the point and the line.  This occurs when the perpendicular to the line segment through the point is drawn.
+
First, we note that the distance of a point to a line is the ''shortest'' distance between the point and the line.  This occurs when the perpendicular to the line segment through the point is drawn.
  
Now that we know what we are looking for, we can choose an appropriate cross-section to look at.  We choose to look at the cross-section containing <math> A, B </math> and the center of the sphere as shown in the following diagram:
+
Now that we know what we are looking for, we can choose an appropriate cross-section to look at.  We choose to look at the cross-section containing <math>A</math>, <math>B</math>, and the center of the sphere as shown in the following diagram:
  
 
<center>[[Image:sphere3d.PNG]]</center>
 
<center>[[Image:sphere3d.PNG]]</center>
Line 25: Line 26:
 
* [[Cylinder]]
 
* [[Cylinder]]
 
* [[Cone]]
 
* [[Cone]]
* [[Cube]]
+
* [[Cube (geometry) | Cube]]
 
* [[Platonic solids]]
 
* [[Platonic solids]]
 
* [[Tetrahedron]]
 
* [[Tetrahedron]]

Latest revision as of 12:29, 30 December 2023

3D Geometry deals with objects in 3 dimensions. For example, a drawing on a piece of paper is 2-dimensional since it has length and width. A baseball, on the other hand, is three-dimensional because it not only has length and width, but also depth.

Making 3D Problems 2D

A very common technique for approaching 3D Geometry problems is to make it 2D. We can do this by looking at certain cross-section(s) of the diagram one at a time.

Example Problem

Problem

On a sphere with a radius of 2 units, the points $A$ and $B$ are 2 units away from each other. Compute the distance from the center of the sphere to the line segment $AB.$

Solution

First, we note that the distance of a point to a line is the shortest distance between the point and the line. This occurs when the perpendicular to the line segment through the point is drawn.

Now that we know what we are looking for, we can choose an appropriate cross-section to look at. We choose to look at the cross-section containing $A$, $B$, and the center of the sphere as shown in the following diagram:

Sphere3d.PNG

We now draw in the perpendicular to $AB$:

Sphere3dtriangle.PNG

From here, we can note the 30-60-90 triangle, or the Pythagorean Theorem, to find that $x = \sqrt{3}$ units.

See also