Fatskills
Practice. Master. Repeat.
Study Guide: Mathematics Grade 10 Coordinate Geometry Area of Triangle
Source: https://www.fatskills.com/grade-10/chapter/mathematics-grade-10-coordinate-geometry-area-of-triangle

Mathematics Grade 10 Coordinate Geometry Area of Triangle

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

Grade 10 Mathematics Study Guide: Coordinate Geometry – Area of a Triangle



1. The Driving Question

If you’re given three points on a map—say, your house, the library, and the park—how can you find the exact area of the triangle they form without measuring anything on the ground? Why does the same formula work whether the triangle is right-side-up, upside-down, or even slanted sideways?


2. The Core Idea – Built, Not Listed

Imagine you’re designing a triangular garden in your backyard. You’ve marked three corners with stakes: one at the oak tree (3, 4), one at the bird feeder (7, 1), and one at the shed (2, -2). To find the area, you could try to measure the base and height with a tape measure—but what if the triangle is tilted? Instead, you can use the coordinates to "box in" the triangle with a rectangle and subtract the extra space.

Here’s how it works: Plot the points on graph paper. The smallest rectangle that fits around the triangle will have sides parallel to the axes, with corners at (2, 4), (7, 4), (7, -2), and (2, -2). The area of this rectangle is easy to calculate (length × width), and the triangle takes up exactly half of it—but only if the triangle is right-angled. For any triangle, you can use the shoelace formula, which adds up the "zigzag" of coordinates and divides by 2. It’s like tracing the triangle’s edges with your finger and counting how much "space" you cover.

Key Vocabulary:
- Vertices (plural of vertex): The corners of a shape, defined by their (x, y) coordinates.
Example: The vertices of a triangle might be A(1, 2), B(4, 5), and C(6, 1)—not just "three points." Note for college: In linear algebra, vertices become vectors, and the shoelace formula generalizes to the cross product for calculating area in 3D.


  • Shoelace formula: A method to find the area of a polygon using its vertices’ coordinates.
    Example: For a triangle with vertices (2, 3), (5, 7), and (8, 1), the formula is: [ \text{Area} = \frac{1}{2} |(2 \cdot 7 + 5 \cdot 1 + 8 \cdot 3) - (3 \cdot 5 + 7 \cdot 8 + 1 \cdot 2)| = \frac{1}{2} |(14 + 5 + 24) - (15 + 56 + 2)| = \frac{1}{2} |43 - 73| = 15 ] Why it works: The formula calculates the "net area" enclosed by the polygon’s edges, like a fence around a yard.

  • Collinear points: Three or more points that lie on the same straight line.
    Example: The points (1, 1), (3, 3), and (5, 5) are collinear—they form a "flat" triangle with zero area.
    Note for college: In calculus, collinear points are used to test if a function is linear (e.g., for interpolation).

  • Determinant (implicit in shoelace formula): A value calculated from a square matrix that reveals properties of the matrix (e.g., whether it’s invertible).
    Example: The shoelace formula is a shortcut for the determinant of a 2×2 matrix formed by two vertices and the origin.
    Note for college: Determinants are central in multivariable calculus (e.g., Jacobians) and physics (e.g., cross products in electromagnetism).


3. Assessment Translation

How this appears on tests:
- State standardized tests (e.g., PARCC, SBAC): Multiple-choice or short-answer questions with a graph or list of coordinates. Distractors often include: - Forgetting the absolute value in the shoelace formula (e.g., negative area).
- Mixing up the order of coordinates (e.g., listing them clockwise vs. counterclockwise).
- Calculating the area of the bounding rectangle instead of the triangle.
- SAT/ACT: Grid-in or multiple-choice questions with coordinates like (0, 0), (a, 0), and (0, b) to test understanding of right triangles, or more complex points to test the shoelace formula.
- Classroom assessments: Problems requiring students to: 1. Plot points and sketch the triangle.
2. Apply the shoelace formula or base-height method.
3. Explain why the area is the same regardless of which side is the "base."

Proficient vs. Developing Responses:
| Proficient | Developing | |----------------|----------------| | Shows work: Lists coordinates in order, applies shoelace formula correctly, includes absolute value. | Missing steps: Skips plotting, misorders coordinates, forgets to divide by 2. | | Explanation: "I used the shoelace formula because the triangle isn’t right-angled, so base-height would be harder." | Vague: "I did the math" without justifying the method. | | Accuracy: Correct area, units (if applicable), and reasoning. | Errors: Sign errors, arithmetic mistakes, or incorrect units (e.g., "5" instead of "5 square units"). |

Model Proficient Response:
Question: Find the area of the triangle with vertices at (1, 2), (4, 6), and (7, 2).
Response: 1. Plot the points to visualize the triangle (it’s isosceles with base between (1, 2) and (7, 2)).
2. Apply the shoelace formula:
[
\text{Area} = \frac{1}{2} |(1 \cdot 6 + 4 \cdot 2 + 7 \cdot 2) - (2 \cdot 4 + 6 \cdot 7 + 2 \cdot 1)| = \frac{1}{2} |(6 + 8 + 14) - (8 + 42 + 2)| = \frac{1}{2} |28 - 52| = \frac{1}{2} \times 24 = 12
] 3. Check: The base is 6 units (7 - 1), and the height is 4 units (6 - 2). Using base × height / 2 = 6 × 4 / 2 = 12, which matches.
Answer: 12 square units.


4. Mistake Taxonomy

Mistake 1: Misordering Coordinates in the Shoelace Formula
- Question: Find the area of the triangle with vertices (2, 3), (5, 1), and (8, 4).
- Common Wrong Response: [ \frac{1}{2} |(2 \cdot 1 + 5 \cdot 4 + 8 \cdot 3) - (3 \cdot 5 + 1 \cdot 8 + 4 \cdot 2)| = \frac{1}{2} |(2 + 20 + 24) - (15 + 8 + 8)| = \frac{1}{2} |46 - 31| = 7.5 ] - Why It Loses Credit: The coordinates are listed in the wrong order (not counterclockwise or clockwise), so the formula gives the wrong "net area." The correct order should be (2, 3), (5, 1), (8, 4), then back to (2, 3).
- Correct Approach: List the points in order (e.g., counterclockwise) and repeat the first point at the end: [ \frac{1}{2} |(2 \cdot 1 + 5 \cdot 4 + 8 \cdot 3) - (3 \cdot 5 + 1 \cdot 8 + 4 \cdot 2)| = \frac{1}{2} |(2 + 20 + 24) - (15 + 8 + 8)| = \frac{1}{2} |46 - 31| = 7.5 \quad \text{(Wait, this is the same!)} ] Oops! The order doesn’t matter for triangles, but it does for polygons with more sides. The real error here is arithmetic: 2×1 + 5×4 + 8×3 = 2 + 20 + 24 = 46, but 3×5 + 1×8 + 4×2 = 15 + 8 + 8 = 31. The correct area is 7.5, but the student might have miscalculated the second sum as 33, leading to 6.5. Always double-check arithmetic!

Mistake 2: Forgetting the Absolute Value
- Question: Find the area of the triangle with vertices (-1, 2), (3, -4), and (5, 6).
- Common Wrong Response: [ \frac{1}{2} [( -1 \cdot -4 + 3 \cdot 6 + 5 \cdot 2 ) - (2 \cdot 3 + -4 \cdot 5 + 6 \cdot -1)] = \frac{1}{2} [(4 + 18 + 10) - (6 - 20 - 6)] = \frac{1}{2} [32 - (-20)] = \frac{1}{2} \times 52 = 26 ] But the student writes: 26 (no absolute value).
- Why It Loses Credit: The shoelace formula can yield a negative number if the points are ordered clockwise, but area is always positive. The student’s answer is numerically correct here (because 32 - (-20) = 52 is positive), but they didn’t show the absolute value step, which is required for full credit.
- Correct Approach: [ \frac{1}{2} |(4 + 18 + 10) - (6 - 20 - 6)| = \frac{1}{2} |32 - (-20)| = \frac{1}{2} \times 52 = 26 ] Always include the absolute value bars!

Mistake 3: Using Base-Height for Non-Right Triangles Without Justification
- Question: Find the area of the triangle with vertices (0, 0), (4, 0), and (2, 3).
- Common Wrong Response: "The base is 4, and the height is 3, so the area is (4 × 3)/2 = 6." - Why It Loses Credit: The student assumes the height is 3 because the third point is at (2, 3), but this only works if the triangle is right-angled (which it’s not). The height must be perpendicular to the base, so they’d need to calculate the perpendicular distance from (2, 3) to the line y = 0 (which is 3 here, but they didn’t justify it).
- Correct Approach: 1. Plot the points: (0, 0) and (4, 0) lie on the x-axis, and (2, 3) is above the base.
2. The height is indeed 3 because the base is horizontal, and the third point’s y-coordinate gives the perpendicular height.
3. Area = (4 × 3)/2 = 6.
But: For a triangle like (0, 0), (3, 4), and (6, 0), the height isn’t obvious, so the shoelace formula is safer.


5. Connection Layer

  1. Within math: [Area of a triangle in coordinate geometry] → [Determinants in linear algebra]
    Why it matters: The shoelace formula is a 2D version of the determinant, which calculates "signed area" in higher dimensions. Understanding it now makes determinants (used in calculus, physics, and computer graphics) feel like a natural extension.

  2. Across subjects: [Coordinate geometry] → [Physics: projectile motion]
    Why it matters: In physics, the path of a thrown ball is a parabola, and the area under the curve (calculated using integrals) gives the total distance traveled. The shoelace formula is a discrete version of this—adding up tiny "slices" of area.

  3. Outside school: [Area of irregular shapes] → [Video game design]
    Why it matters: Game developers use the shoelace formula to detect collisions between objects (e.g., does a bullet hit a polygon-shaped enemy?). The formula helps calculate whether a point is inside a shape by summing the areas of triangles formed with the point.


6. The Stretch Question

If you have a triangle with vertices at (0, 0), (a, 0), and (0, b), the area is (a × b)/2. But what if the triangle is "sheared" so the third point is at (a, b) instead of (0, b)? Does the area change? Why or why not?

Pointer toward the answer: The area stays the same! The shoelace formula gives: [ \frac{1}{2} |(0 \cdot 0 + a \cdot b + a \cdot 0) - (0 \cdot a + 0 \cdot a + b \cdot 0)| = \frac{1}{2} |ab| = \frac{ab}{2} ] This is because shearing a shape (sliding one side parallel to another) doesn’t change its area—it’s like sliding a stack of paper sideways. In linear algebra, this is why the determinant of a shear matrix is 1. Try it with numbers: compare the areas of (0, 0), (4, 0), (0, 3) and (0, 0), (4, 0), (4, 3). Both are 6!



ADVERTISEMENT