Study Guide

2D and 3D coordinate geometry

IB Mathematics: Analysis and Approaches SLΒ· 6 min read

1. Core Formulas for 2D and 3D Coordinatesβ˜…β˜…β˜†β˜†β˜†β± 15 min

All core coordinate geometry concepts extend naturally from 2D to 3D by adding a third perpendicular axis, the -axis. Every point in 3D space is represented by three coordinates , compared to two coordinates in 2D.

πŸ“˜ Definition

Distance between two points

The straight-line distance between two points is an extension of Pythagoras' theorem, adding an extra term for the -coordinate difference in 3D.

Example:

Distance from to is

πŸ“ Worked Example

Find the distance between and , and the coordinates of their midpoint.

  1. 1

    Recall the 3D distance formula:

  2. 2
    d=(x2βˆ’x1)2+(y2βˆ’y1)2+(z2βˆ’z1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}
  3. 3

    Substitute the coordinates of the two points:

  4. 4
    d=(βˆ’3βˆ’2)2+(2βˆ’(βˆ’1))2+(6βˆ’4)2=(βˆ’5)2+32+22d = \sqrt{(-3-2)^2 + (2-(-1))^2 + (6-4)^2} = \sqrt{(-5)^2 + 3^2 + 2^2}
  5. 5

    Simplify to get the final distance:

  6. 6
    d=25+9+4=38β‰ˆ6.16d = \sqrt{25 + 9 + 4} = \sqrt{38} \approx 6.16
  7. 7

    The midpoint is the average of each coordinate, so:

  8. 8
    M=(2+(βˆ’3)2,βˆ’1+22,4+62)=(βˆ’0.5,0.5,5)M = \left(\frac{2 + (-3)}{2}, \frac{-1 + 2}{2}, \frac{4 + 6}{2}\right) = (-0.5, 0.5, 5)

2. Common Pitfalls

Wrong move:

Omitting the -coordinate term when calculating distance in 3D

Why:

Students often forget to extend the 2D distance formula to 3D, leading to incorrect results

Correct move:

Always add the term when calculating distance between two 3D points

3. Quick Reference Cheatsheet

Concept

2D Formula

3D Formula

Distance between two points

Midpoint of two points

What's Next

The distance and midpoint formulas are foundational tools for geometric problem solving in IB AA SL, appearing in both Paper 1 and Paper 2, often combined with trigonometry to create multi-part exam questions. After mastering these core formulas, you will build on them with triangle trigonometry and trigonometric functions in this unit.