Geometry

The study of shapes, sizes, angles, and the properties of space. From ancient Greek constructions to modern computational geometry.

Foundations of Geometry

Geometry is one of the oldest branches of mathematics, dating back to ancient civilizations who needed to measure land, build structures, and navigate the seas. The word "geometry" literally means "earth measurement" (from Greek geo = earth, metron = measure).

Euclid, often called the "Father of Geometry," established geometry as a rigorous deductive system around 300 BCE. His famous work Elements remained the primary geometry textbook for over 2,000 years.

Basic Undefined Terms

Euclid's Five Postulates

  1. A straight line can be drawn between any two points.
  2. A straight line segment can be extended indefinitely.
  3. A circle can be drawn with any center and radius.
  4. All right angles are equal.
  5. If a line intersects two other lines such that the interior angles on one side sum to less than 180°, those two lines will eventually meet on that side (the Parallel Postulate).

Angles and Lines

An angle is formed by two rays sharing a common endpoint (vertex). Angles are measured in degrees (°) or radians.

Types of Angles

Angle Relationships

Parallel Lines and Transversals

When a transversal crosses two parallel lines, it creates eight angles with special relationships:

Triangles

A triangle is a polygon with three sides, three vertices, and three angles. The sum of the interior angles of any triangle is always 180°.

Classification by Sides

Classification by Angles

Triangle Congruence

Two triangles are congruent if they have exactly the same shape and size. The congruence criteria are:

Triangle Similarity

Two triangles are similar if they have the same shape but not necessarily the same size. The similarity criteria are:

Quadrilaterals

A quadrilateral is a polygon with four sides. The sum of interior angles is always 360°.

Types of Quadrilaterals

Circles

A circle is the set of all points in a plane that are equidistant from a fixed point called the center.

Key Terms

Circle Theorems

Area and Perimeter

Perimeter is the total distance around a shape. Area is the amount of space enclosed by a shape.

Common Area Formulas

Rectangle: A = l × w
Triangle: A = ½ × b × h
Circle: A = πr²
Parallelogram: A = b × h
Trapezoid: A = ½(a + b) × h
Rhombus: A = ½ × d₁ × d₂

Example: Find the area of a triangle with base 10 cm and height 6 cm

A = ½ × b × h = ½ × 10 × 6 = 30 cm²

Heron's Formula

For a triangle with sides a, b, and c:

s = (a + b + c) / 2 (semi-perimeter)
A = √(s(s-a)(s-b)(s-c))

Volume and Surface Area

Volume measures the space inside a 3D object. Surface area is the total area of all the faces.

Common 3D Formulas

Cube: V = s³, SA = 6s²
Rectangular Prism: V = lwh, SA = 2(lw + lh + wh)
Cylinder: V = πr²h, SA = 2πr² + 2πrh
Sphere: V = (4/3)πr³, SA = 4πr²
Cone: V = (1/3)πr²h, SA = πr² + πrl
Pyramid: V = (1/3) × Base Area × h

Transformations

A geometric transformation changes the position, size, or orientation of a figure.

Types of Transformations

Translations, reflections, and rotations are rigid transformations (isometries) — they preserve both size and shape. Dilations change the size but preserve the shape.

Coordinate Geometry

Coordinate geometry (analytic geometry) combines algebra and geometry using the coordinate plane.

Distance Formula

d = √((x₂ - x₁)² + (y₂ - y₁)²)

Midpoint Formula

M = ((x₁ + x₂)/2, (y₁ + y₂)/2)

Equation of a Circle

(x - h)² + (y - k)² = r²

Where (h, k) is the center and r is the radius.

Example: Find the distance between (1, 2) and (4, 6)

d = √((4-1)² + (6-2)²) = √(9 + 16) = √25 = 5

The Pythagorean Theorem

Perhaps the most famous theorem in all of mathematics:

a² + b² = c²

In a right triangle, the square of the hypotenuse (c) equals the sum of the squares of the other two sides (a and b).

Pythagorean Triples

Sets of three positive integers that satisfy a² + b² = c²:

Converse of the Pythagorean Theorem

If a² + b² = c² for the sides of a triangle, then the triangle is a right triangle. We can also determine:

Example: A ladder is 13 feet long and leans against a wall. If the base is 5 feet from the wall, how high does the ladder reach?

5² + h² = 13²

25 + h² = 169

h² = 144

h = 12 feet