2.3.11 · D1Coordinate Geometry

Foundations — Area of triangle using coordinate formula

1,995 words9 min readBack to topic

Before you can read the area formula, you must be able to read every mark it uses. Below is every symbol, term, and picture the parent note leans on — built in an order where each one only uses ideas already explained.


1. The coordinate plane: where "position" lives

Figure — Area of triangle using coordinate formula

Picture: Look at the figure. The blue line running left–right is the x-axis; the green line running up–down is the y-axis. The gray dot at the middle is the origin. Everything else in the whole topic is measured from that dot.

Why the topic needs it: the area formula never draws the triangle — it only ever talks about positions. Positions are meaningless without a fixed starting dot (the origin) and two directions (the axes) to count from. See Coordinate Geometry Basics.


2. A point and its coordinates:

Figure — Area of triangle using coordinate formula

Picture: Follow the orange dot at in the figure. Start at the origin, walk right, then up. The red dot at means walk left, then up. Negative numbers just flip the walking direction — they are not "smaller," they point the other way.

Why the topic needs it: the three corners are written , , . Those are just three positions written in this shorthand.


3. Subscripts: , ,

Picture: In the figure of §2, the three corners are tagged , , . So is corner 1's rightward step, is corner 3's upward step, and so on. Six numbers total describe the whole triangle:

Why the topic needs it: the formula is one long game of "match each corner's tag to the right slot." Without solid subscript-reading, the cyclic pattern is impossible to follow.


4. A vertex and a triangle

Picture: Three points from §2, connected corner-to-corner, fence off a patch of the plane. The amount of plane fenced off is the area we are hunting.

Why the topic needs it: the entire topic answers "given three vertices, how big is the enclosed patch?" See Distance Formula and Section Formula for other things you can measure once you know the vertices.


5. Traversal order: "walking A → B → C → A"

Figure — Area of triangle using coordinate formula

Picture: The left triangle in the figure has arrows going counterclockwise (positive); the right one, the same corners but named in the opposite order, sweeps clockwise (negative). Same patch of plane, opposite sign. That sign is exactly why the parent note wraps everything in absolute value at the very end.

Why the topic needs it: the trapezoid derivation walks the loop once. The direction of each step () decides whether a strip is added or subtracted — the heart of Step 2 in the parent derivation.


6. A directed edge and the term

Picture: In the §3 figure, moving from to gives : negative, because we went left. This single number silently carries the "walking direction" idea from §5.


7. A trapezoid and its area

Figure — Area of triangle using coordinate formula

Picture: The shaded shape in the figure sits under one edge. Its two vertical sides have heights and ; its width along the floor is . Averaging the two heights, , gives the height of an equal-area rectangle; multiplying by the width gives its area.

Why the topic needs it: this is the single geometric fact the entire formula is built from. If the trapezoid area feels shaky, the derivation will feel like magic instead of logic.


8. Absolute value:

Picture: On a number line, is just the distance of from zero — distances are never negative.


9. Collinear (the degenerate case)

Picture: Slide corner until it lands on the line through and . The triangle flattens to a needle; the fenced patch shrinks to nothing. That's Example 2 in the parent. See Colinearity Test.

Why the topic needs it: a zero answer isn't a failure — it's the formula detecting that no triangle exists. Covering this case is what makes the formula trustworthy on all inputs.


10. The determinant (a sneak preview)

Why the topic needs it: the parent's "determinant form" is just the area formula re-dressed. You don't need the full machinery yet — only to recognise that is where those cross-terms come from. Full treatment lives in Determinants, and the same pattern powers the Shoelace Theorem and the Vector Cross Product.


How these foundations feed the topic

Coordinate plane and origin

Point x y

Subscripts x1 y2 x3

Vertex and triangle

Traversal order A to B to C

Directed edge xb minus xa

Signed trapezoid area

Sum of three trapezoids

Absolute value bars

Area formula

Collinear gives zero

Determinant ad minus bc


Equipment checklist

Try answering each before revealing. If any stumps you, re-read its section above.

What do the two numbers in tell you?
How many steps right/left () and up/down () from the origin.
Does mean " times "?
No — the subscript is a name tag: "the x-value of the second corner."
What does a negative -coordinate mean geometrically?
The point is to the left of the origin, not that it is "smaller."
Why is the trapezoid area and not just base times height?
The two vertical sides have different heights , so we use their average as the effective height.
When is negative?
When you step leftward, i.e. is to the left of .
Why do we add all three edge terms instead of adding two and subtracting one?
Each already carries its own sign, so leftward steps subtract automatically.
What does a clockwise walk do to the signed area?
Makes it negative — which the final absolute value then discards.
What does an area of tell you about the three points?
They are collinear — they lie on one line and enclose no triangle.
What familiar shape is hiding inside?
A determinant, the same cross-term pattern that emerges from the trapezoid algebra.

Return to the parent when every line above answers instantly: Area of triangle using coordinate formula.