6.4 Coordinate Geometry, Perimeter, Area & Volume Formulas

Key Takeaways

  • Calculate distance d = sqrt((x2 - x1)^2 + (y2 - y1)^2) and midpoint M = ((x1 + x2)/2, (y1 + y2)/2) on the Cartesian coordinate plane.
  • Determine line slopes m = (y2 - y1)/(x2 - x1), remembering parallel lines have equal slopes and perpendicular lines have negative reciprocal slopes.
  • Master 2D perimeter and area formulas for rectangles, triangles, parallelograms, trapezoids, and circles.
  • Compute 3D volume and surface area for rectangular prisms, cubes, cylinders, cones, and spheres.
  • Break complex composite figures into basic geometric shapes to solve combined area and volume problems efficiently.
Last updated: July 2026

6.4 Coordinate Geometry, Perimeter, Area & Volume Formulas

Coordinate geometry merges algebraic equations with geometric space, while measurement formulas allow you to calculate perimeter, area, surface area, and volume of two- and three-dimensional figures. These topics are heavily represented on the AFCT Mathematics Knowledge subtest.


The Cartesian Coordinate Plane

The Cartesian coordinate plane is formed by two perpendicular number lines: the horizontal x-axis and the vertical y-axis, intersecting at the origin $(0,0)$. The axes divide the plane into four quadrants:

  • Quadrant I: $(+x, +y)$
  • Quadrant II: $(-x, +y)$
  • Quadrant III: $(-x, -y)$
  • Quadrant IV: $(+x, -y)$

Essential Coordinate Formulas

For any two points $A(x_1, y_1)$ and $B(x_2, y_2)$:

  1. Distance Formula: Derived directly from the Pythagorean Theorem. d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
  2. Midpoint Formula: Calculates the average of the x-coordinates and y-coordinates. M=(x1+x22,y1+y22)M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)
  3. Slope Formula ($m$): Measures the steepness and direction of a line ($,\text{rise} / \text{run},$). m=y2y1x2x1(x1x2)m = \frac{y_2 - y_1}{x_2 - x_1} \quad (x_1 \neq x_2)

Slope Classifications & Line Relationships

  • Positive Slope ($m > 0$): Line rises from left to right.
  • Negative Slope ($m < 0$): Line falls from left to right.
  • Zero Slope ($m = 0$): Horizontal line ($y = c$).
  • Undefined Slope: Vertical line ($x = c$).
  • Parallel Lines ($L_1 \parallel L_2$): Slopes are identical ($m_1 = m_2$).
  • Perpendicular Lines ($L_1 \perp L_2$): Slopes are negative reciprocals ($m_1 \cdot m_2 = -1 \implies m_2 = -\frac{1}{m_1}$).
    Example: If $m_1 = \frac{3}{4}$, then $m_2 = -\frac{4}{3}$.

Linear Equations of Lines

Form of Line EquationStandard FormulaParameters
Slope-Intercept Form$y = mx + b$$m = \text{slope}, b = \text{y-intercept } (0,b)$
Point-Slope Form$y - y_1 = m(x - x_1)$$m = \text{slope}, (x_1, y_1) = \text{known point}$
Standard Form$Ax + By = C$$A, B, C$ are integers, $A \ge 0$

Worked Example: Perpendicular Line Equation

Find the equation of the line passing through point $(4, -2)$ that is perpendicular to the line $y = 2x + 5$.

  1. Identify given slope: $m_1 = 2$.
  2. Determine perpendicular slope: $m_2 = -\frac{1}{2}$.
  3. Use Point-Slope form with point $(4, -2)$: y(2)=12(x4)    y+2=12x+2y - (-2) = -\frac{1}{2}(x - 4) \implies y + 2 = -\frac{1}{2}x + 2
  4. Subtract $2$ from both sides: y=12xy = -\frac{1}{2}x

2D Perimeter & Area Formulas

Perimeter ($P$) measures total distance around a 2D boundary (linear units). Area ($A$) measures total surface enclosed (square units).

ShapePerimeter FormulaArea Formula
Rectangle$P = 2l + 2w$$A = l \cdot w$
Square$P = 4s$$A = s^2$
Triangle$P = a + b + c$$A = \frac{1}{2} b h$
Parallelogram$P = 2a + 2b$$A = b \cdot h$
Trapezoid$P = a + b_1 + c + b_2$$A = \frac{1}{2}(b_1 + b_2) h$
Rhombus / Kite$P = 4s$$A = \frac{1}{2} d_1 d_2$
Circle$C = 2\pi r$$A = \pi r^2$

Heron's Formula for Triangle Area: Given three side lengths $a, b, c$, calculate semi-perimeter $s = \frac{a+b+c}{2}$. Then Area $A = \sqrt{s(s-a)(s-b)(s-c)}$.


3D Geometry: Volume & Surface Area Formulas

Volume ($V$) measures space enclosed within a 3D object (cubic units). Surface Area ($SA$) measures total outer surface area (square units).

3D Geometric Formulas

  • Rectangular Prism (Box):
    • Volume: $V = l \cdot w \cdot h$
    • Surface Area: $SA = 2(lw + lh + wh)$
  • Cube:
    • Volume: $V = s^3$
    • Surface Area: $SA = 6s^2$
  • Right Circular Cylinder:
    • Volume: $V = \pi r^2 h$
    • Lateral Area: $LA = 2\pi r h$
    • Total Surface Area: $SA = 2\pi r h + 2\pi r^2$
  • Right Circular Cone:
    • Volume: $V = \frac{1}{3}\pi r^2 h$
    • Slant Height: $l = \sqrt{r^2 + h^2}$
    • Total Surface Area: $SA = \pi r l + \pi r^2$
  • Sphere:
    • Volume: $V = \frac{4}{3}\pi r^3$
    • Surface Area: $SA = 4\pi r^2$
  • Square Pyramid:
    • Volume: $V = \frac{1}{3} s^2 h$

Composite Figures & Strategy

Many high-level AFCT questions present composite 2D or 3D figures combining multiple basic shapes (e.g., a rectangle surmounted by a semicircle, or a cylinder topped by a cone).

Strategy for Composite Figures

  1. Deconstruct: Break the figure into standard geometric components.
  2. Calculate: Find individual areas or volumes using standard formulas.
  3. Combine: Add component measurements (or subtract cutouts) to find total area or volume.
Test Your Knowledge

What is the equation of the line passing through point (4, -2) that is perpendicular to the line y = 2x + 5?

A
B
C
D
Test Your Knowledge

What is the distance between points A(-3, 2) and B(5, -4) on the Cartesian coordinate plane?

A
B
C
D
Test Your Knowledge

A right circular cylinder has a height of 10 cm and a base radius of 3 cm. What is its total surface area?

A
B
C
D
Test Your Knowledge

A trapezoid has parallel bases of length 14 ft and 20 ft, and a height of 8 ft. What is its area?

A
B
C
D