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.
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)$:
- Distance Formula: Derived directly from the Pythagorean Theorem.
- Midpoint Formula: Calculates the average of the x-coordinates and y-coordinates.
- Slope Formula ($m$): Measures the steepness and direction of a line ($,\text{rise} / \text{run},$).
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 Equation | Standard Formula | Parameters |
|---|---|---|
| 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$.
- Identify given slope: $m_1 = 2$.
- Determine perpendicular slope: $m_2 = -\frac{1}{2}$.
- Use Point-Slope form with point $(4, -2)$:
- Subtract $2$ from both sides:
2D Perimeter & Area Formulas
Perimeter ($P$) measures total distance around a 2D boundary (linear units). Area ($A$) measures total surface enclosed (square units).
| Shape | Perimeter Formula | Area 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
- Deconstruct: Break the figure into standard geometric components.
- Calculate: Find individual areas or volumes using standard formulas.
- Combine: Add component measurements (or subtract cutouts) to find total area or volume.
What is the equation of the line passing through point (4, -2) that is perpendicular to the line y = 2x + 5?
What is the distance between points A(-3, 2) and B(5, -4) on the Cartesian coordinate plane?
A right circular cylinder has a height of 10 cm and a base radius of 3 cm. What is its total surface area?
A trapezoid has parallel bases of length 14 ft and 20 ft, and a height of 8 ft. What is its area?