Geom

Basic building blocks (definitions)
  • Point: an exact location (no size).

  • Line: extends infinitely in both directions; determined by two points.

  • Line segment: part of a line between two endpoints.

  • Ray: starts at a point and extends infinitely in one direction.

  • Plane: a flat two-dimensional surface extending infinitely.

  • Angle: formed by two rays with a common endpoint (vertex).

  • Polygon: a closed figure made of straight line segments (triangles, quadrilaterals, etc.).

  • Circle: set of points at a fixed distance (radius) from a center.

Core topics and key formulas
  1. Angles

    • Types: acute (< 90°), right (= 90°), obtuse (90°–180°), straight (= 180°), reflex (> 180°).

    • Angle sum in triangle: every triangle's interior angles sum to 180°.

  2. Triangles

    • Classification by sides: equilateral, isosceles, scalene.

    • Classification by angles: acute, right, obtuse.

    • Pythagorean theorem (right triangle): if legs are a,b and hypotenuse c, then
      a2+b2=c2.a^2 + b^2 = c^2.

    • Area: base times height divided by 2: A=12bh.A = \frac{1}{2}bh.

    • Similarity and congruence: similar = same shape (scale may differ); congruent = same shape and size.

  3. Polygons

    • Sum of interior angles of an n-sided polygon: (n2)×180.(n-2)\times 180^\circ.

    • Regular polygon area (side s, apothem a): A=12asn(for n sides).A = \frac{1}{2}asn\quad\text{(for n sides)}.

  4. Circles

    • Circumference: C=2πr.C = 2\pi r.

    • Area: A=πr2.A = \pi r^2.

    • Central angle (radians) vs arc length: arc length = $r\theta$ (if $\theta$ in radians).

  5. Coordinate geometry (analytic geometry)

    • Distance between points $ (x1,y1)$ and $(x2,y2)$:
      d=(x<em>2x</em>1)2+(y<em>2y</em>1)2.d = \sqrt{(x<em>2-x</em>1)^2 + (y<em>2-y</em>1)^2}.

    • Midpoint: (x<em>1+x</em>22,y<em>1+y</em>22).\left(\frac{x<em>1+x</em>2}{2},\,\frac{y<em>1+y</em>2}{2}\right).

    • Slope of a line: m=y<em>2y</em>1x<em>2x</em>1.m = \frac{y<em>2-y</em>1}{x<em>2-x</em>1}.

  6. Transformations

    • Translation (shift), rotation, reflection (mirror), dilation (scale).

    • Useful for congruence/similarity and coordinate proofs.

Quick comparison: Euclidean vs Non-Euclidean geometry

🟦 Type

🟥 Key idea

Euclidean

Parallel lines never meet; standard planar geometry (flat plane)

Spherical

Lines are great circles; parallel lines don't exist (curved surface)

Hyperbolic

Many lines through a point don’t intersect a given line (saddle-shaped geometry)

Step-by-step: three worked examples

Example 1 — Use Pythagorean theorem

  • Problem: A right triangle has legs 6 and 8. Find the hypotenuse.

  • Solution: c=62+82=36+64=100=10.c = \sqrt{6^2 + 8^2} = \sqrt{36+64} = \sqrt{100} = 10.

Example 2 — Area of a triangle

  • Problem: Triangle with base 10 and height 6. Area?

  • Solution: A=12bh=12(10)(6)=30.A = \frac{1}{2}bh = \frac{1}{2}(10)(6) = 30.

Example 3 — Distance in coordinate plane

  • Problem: Find distance between (2, -1) and (5, 3).

  • Solution: d=(52)2+(3(1))2=32+42=5.d=\sqrt{(5-2)^2+(3-(-1))^2} = \sqrt{3^2 + 4^2} = 5.

Practice problems (try these)
  1. Find the missing angle in a triangle if the other two are 50° and 65°.

  2. A circle has radius 7. What is its area? (Use $\pi\approx3.1416$ or leave in terms of $\pi$.)

  3. In coordinate plane, find midpoint of (−2, 4) and (6, −8).

  4. Show that a triangle with sides 5, 12, 13 is right-angled.

(Answers: 1) 65°; 2) $49\pi$; 3) $(2, -2)$; 4) $5^2+12^2=13^2$ so yes.)

Tips, common pitfalls, and how to study geometry
  • Draw a neat diagram for every problem and label knowns/unknowns.

  • Distinguish between similar (same shape) and congruent (same size) — don’t mix them.

  • Watch units: area vs length vs angle units.

  • For proofs, state definitions and known theorems you use.

  • Practice visual proofs and coordinate proofs to build different intuition.

Where geometry appears in the real world (brief)
  • Architecture and construction, computer graphics (rendering, 3D modeling), robotics (path planning), cartography (map projections), and physics (optics, motion).

Resources to continue learning
  • Khan Academy — Geometry course (videos and exercises): https://www.khanacademy.org/math/geometry

  • Euclid, Elements — classical foundation (historical): many translations online.

  • Wolfram MathWorld — Geometry entries: https://mathworld.wolfram.com/Geometry.html

  • For interactive practice: Brilliant.org geometry problems and explanations.

Would you like a short practice worksheet with solutions, a guided set of proofs (triangle congruence types), or an intro to coordinate geometry next?

Next Moves: Tell me your current level (middle school, high school, college) and whether you prefer visual problems, algebraic problems, or proofs, and I’ll prepare a tailored set of lessons or exercises.