aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Stay in the loop

Study tips, product updates, and early access to new features.

aimnova.

AI-powered IB study platform with personalised plans, instant feedback, and examiner-style marking.

IB Subjects
  • All IB Subjects
  • IB Diploma
  • IB ESS
  • IB Economics
  • IB Business Management
  • IB Math AI
  • IB Math AA
  • IB Physics
  • IB Biology
  • IB Chemistry
  • IB History
  • IB History (2028+)
  • IB Global Politics
  • IB Psychology
  • IB Philosophy
  • IB Geography
  • IB Spanish B
  • IB German B
  • IB Italian B
  • IB French B
  • IB English B
  • IB English A Lang & Lit
  • IB Spanish A Lang & Lit
  • IB French A Lang & Lit
Question Banks
  • ESS Question Bank
  • Economics Question Bank
  • Business Management Question Bank
  • Math AI Question Bank
  • Math AA Question Bank
  • Physics Question Bank
  • Biology Question Bank
  • Chemistry Question Bank
  • History Question Bank
  • History (2028+) Question Bank
  • Global Politics Question Bank
  • Psychology Question Bank
  • Philosophy Question Bank
  • Geography Question Bank
  • Spanish B Question Bank
  • German B Question Bank
  • Italian B Question Bank
  • French B Question Bank
  • English B Question Bank
  • English A Lang & Lit Question Bank
  • Spanish A Lang & Lit Question Bank
  • French A Lang & Lit Question Bank
Predicted Topics 2026
  • ESS Predictions 2026
  • Economics Predictions 2026
  • Business Management Predictions 2026
  • Math AI Predictions 2026
  • Math AA Predictions 2026
  • Physics Predictions 2026
  • Geography Predictions 2026
  • Spanish B Predictions 2026
  • German B Predictions 2026
  • Italian B Predictions 2026
  • French B Predictions 2026
  • English B Predictions 2026

Study Resources

  • Free Study Notes
  • Mock Exams
  • Revision Guide
  • Flashcards
  • Exam Skills
  • Command Terms
  • Past Paper Feedback
  • Grade Calculator
  • Exam Timetable 2026

Company

  • Features
  • Pricing
  • About Us
  • Blog
  • Contact
  • Terms
  • Privacy
  • Cookies

© 2026 Aimnova. All rights reserved.

Made with 💜 for IB students worldwide

c059741
NotesMath AI HLTopic 3.6
Unit 3 · Geometry & Trigonometry · Topic 3.6

IB Math AI HL — Voronoi diagrams

IB Mathematics AI SL topic covering core concepts and exam-style applications.

Higher Level students should use this topic hub as a map: start with the shared sub-topics, then follow the HL-only extensions and exam-skill links where this topic asks for deeper analysis.

Exam technique guidePractice questions

Key concepts in Voronoi diagrams

Key Idea: A Voronoi diagram divides a plane into regions, one per 'site' (point), where every location in a region is closer to that site than to any other. The boundaries between regions are perpendicular bisectors of the line segments joining adjacent sites. Voronoi diagrams appear in resource allocation, urban planning, and nearest-facility problems.

✅ Key terms and construction

Site
Each of the given points (e.g., hospitals, shops). Every site generates one Voronoi cell.
Cell (region)
All points in the plane that are closer to one particular site than to any other site.
Voronoi edge
A segment of the perpendicular bisector of the line joining two adjacent sites. It marks the boundary between two cells.
Voronoi vertex
The point where three Voronoi edges meet. This point is equidistant from exactly three sites — it lies on the circumcircle of those three sites.
Perpendicular bisector method
Step 1: Find the midpoint M of the two sites. Step 2: Find the gradient of the line joining the sites. Step 3: The perpendicular gradient is −1/m. Step 4: Write the equation of the bisector through M.
Example: Construct the Voronoi boundary between A(2, 6) and B(8, 2): Midpoint M = ((2+8)/2, (6+2)/2) = (5, 4) Gradient AB = (2−6)/(8−2) = −4/6 = −2/3 Perpendicular gradient = 3/2 Equation through (5, 4) with gradient 3/2: y − 4 = (3/2)(x − 5) → y = (3/2)x − 3.5 Adding a new site: When a new site P is added, find the perpendicular bisectors between P and each of its neighbouring sites. These bisectors create new edges and modify existing cells.
The Voronoi vertex (meeting point of 3 edges) is equidistant from three sites — verify this by calculating distances from the vertex to each of the three sites. In context questions: 'Which site is nearest?' → find which cell the point falls in. 'Where is equidistant from three sites?' → find the Voronoi vertex.
Paper 2 (GDC allowed): Voronoi construction is usually done by hand on a grid — the GDC helps with gradient and equation calculations, but you sketch the diagram. Adding a new site: show the perpendicular bisector equations between the new site and its neighbours. Mark the new vertex clearly and identify which old edges are removed.

IB-style question [7 marks]

Three weather stations are located at A(1, 2), B(9, 2) and C(5, 10) on a grid (units in km). A Voronoi diagram is constructed with the three stations as sites. (a) Find the equation of the perpendicular bisector of [AB]. (b) Find the equation of the perpendicular bisector of [AC], giving your answer in the form ax + by + d = 0 with integer coefficients. (c) Hence find the coordinates of the Voronoi vertex, and verify that it is equidistant from all three stations.

Step by step:

  1. (a) A and B have the same y-coordinate, so [AB] is horizontal and its perpendicular bisector is the vertical line through the midpoint (5, 2).

    x=1+92=5x = \frac{1+9}{2} = 5x=21+9​=5
  2. (b) Midpoint of [AC] is (3, 6); gradient of [AC] is 8/4 = 2, so the perpendicular gradient is −1/2.

    y−6=−12(x−3)y - 6 = -\tfrac{1}{2}(x - 3)y−6=−21​(x−3)
  3. Multiply through by 2 and rearrange to integer coefficients.

    2y−12=−x+3  ⇒  x+2y−15=02y - 12 = -x + 3 \;\Rightarrow\; x + 2y - 15 = 02y−12=−x+3⇒x+2y−15=0
  4. (c) The Voronoi vertex is where the two bisectors meet. Put x = 5 into x + 2y − 15 = 0.

    5+2y−15=0  ⇒  y=5  ⇒  V(5, 5)5 + 2y - 15 = 0 \;\Rightarrow\; y = 5 \;\Rightarrow\; V(5,\,5)5+2y−15=0⇒y=5⇒V(5,5)
  5. Verify equidistance by computing the distance from V(5, 5) to each station — all three must be equal.

    VA=42+32=5,VB=42+32=5,VC=02+52=5VA = \sqrt{4^2 + 3^2} = 5,\quad VB = \sqrt{4^2 + 3^2} = 5,\quad VC = \sqrt{0^2 + 5^2} = 5VA=42+32​=5,VB=42+32​=5,VC=02+52​=5
Final answer:

(a) x = 5. (b) x + 2y − 15 = 0. (c) V(5, 5); VA = VB = VC = 5 km, so V is equidistant from all three stations.

What you'll learn in Topic 3.6

  • 3.6.1 Voronoi Diagrams — Construction
  • 3.6.2 Voronoi Applications — Adding a New Site
Suggested study order: Read the notes for each sub-topic below → test yourself with flashcards → attempt practice questions → review exam technique.

Study resources — 3.6 Voronoi diagrams

3.6.1

Voronoi Diagrams — Construction

Notes
3.6.2

Voronoi Applications — Adding a New Site

Notes

Ready to study Voronoi diagrams?

Get expert practice questions with instant AI feedback, and a study planner tailored to your IB Math AI HL exam date.

Start studying free

Topic 3.6 Voronoi diagrams forms a core part of Unit 3: Geometry & Trigonometry in IB Math AI HL. Mastering these concepts will strengthen your understanding of connected topics across the syllabus and prepare you for exam questions that require analysis, evaluation, and real-world application.

Previous topic
3.5 Line intersections and perpendicular bisectors
Next topic
3.7 Radians (HL only)
All Math AI HL topics
Exam technique

Ready to practice?

Get AI-graded practice questions, mock exams, flashcards, and a personalised study plan — all aligned to your IB syllabus.

Start Studying Free

No credit card required · Cancel anytime