Geometric Abstraction Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
Two roads meet at a point and form a 70ยฐ70ยฐ angle. A surveyor models this as two rays meeting at a vertex. What is abstracted, and why is the ray model powerful for this problem? What would be lost if you modeled the roads as line segments of finite length?

Solution

  1. 1
    Step 1: The ray model abstracts roads as rays starting at the intersection point and extending indefinitely. This captures the direction of the roads and the angle between them without worrying about where the roads end.
  2. 2
    Step 2: The ray model is powerful because angle measurement depends only on direction, not length. Any two roads meeting at 70ยฐ70ยฐ behave the same way regardless of their lengths for angle-based calculations.
  3. 3
    Step 3: If you modeled roads as finite line segments, the model would unnecessarily constrain the problem โ€” you'd have to specify where each road ends, information irrelevant to the angle.

Answer

The ray model abstracts away road length and physical width, keeping only direction. Finite segments add irrelevant complexity.
Rays are the right abstraction for angle problems because an angle is defined by two directions from a common point โ€” length is irrelevant. Choosing the right level of abstraction (ray vs. segment vs. line) makes geometric problems simpler and more general. Over-specifying (using finite segments) or under-specifying (ignoring direction) both lead to less useful models.

About Geometric Abstraction

Deliberately ignoring certain physical details of a shape to focus on the essential geometric properties being studied.

Learn more about Geometric Abstraction โ†’

More Geometric Abstraction Examples