Coordinate Geometry • Topic 3 of 3

Area of Triangle, Midpoint, and Reflection of Points

Area of a triangle from coordinates. For a triangle with vertices A($x_1$, $y_1$), B($x_2$, $y_2$) and C($x_3$, $y_3$), the area is

$\text{Area}=\dfrac12\left|x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)\right|$.

The vertical bars mean absolute value: an area can never be negative, so if the bracket comes out negative we drop the sign. The expression has a neat cyclic pattern — each $x$ is multiplied by the difference of the other two $y$-values, and the subscripts cycle $1\to2\to3\to1$. Writing the numbers in that cycle helps avoid mistakes.

Condition for collinearity. Three points lie on one straight line precisely when the "triangle" they form has zero area. So setting

$x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)=0$

is the standard test for collinearity, and the same equation lets you find an unknown coordinate or an unknown $k$ that makes three points collinear.

Area of a quadrilateral. A quadrilateral ABCD has no single area formula at this level. Split it along a diagonal — say AC — into two triangles ABC and ACD, find each area with the triangle formula, and add. Take the vertices in order (going round the boundary) so the two triangles do not overlap.

Midpoint as an average. The midpoint of A($x_1$, $y_1$) and B($x_2$, $y_2$) is $\left(\dfrac{x_1+x_2}{2},\dfrac{y_1+y_2}{2}\right)$ — literally the average of the endpoints. It recovers a missing endpoint when the midpoint is known, locates the centre of a circle from a diameter, and tests for a parallelogram (diagonals share a midpoint).

Reflection of a point. Reflecting a point flips it across a line, like a mirror. The four reflections you must know:

Reflection inOriginal $(x, y)$Image
x-axis$(x, y)$$(x, -y)$
y-axis$(x, y)$$(-x, y)$
Origin$(x, y)$$(-x, -y)$
Line $y=x$$(x, y)$$(y, x)$

Reflecting in the x-axis keeps the horizontal position and flips the vertical one (sign of $y$ changes); reflecting in the y-axis does the opposite. Reflecting in the origin flips both, and reflecting in $y=x$ simply swaps the two coordinates.

Why the area formula works. One clean derivation drops perpendiculars from A, B and C to the x-axis and adds or subtracts the areas of the three trapezia so formed. Each trapezium has area $\dfrac12(\text{sum of parallel sides})\times(\text{horizontal width})$, and when you combine them the $x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)$ pattern appears, with the $\dfrac12$ in front. The sign of the bracket tells you the orientation (clockwise versus anticlockwise) in which the vertices were listed; since orientation does not change the size of the region, we take the absolute value. This is also why a zero result means the three points never "enclose" anything — they are collinear.

Using area to find an unknown. Two question types reuse the area formula. (1) "Find $k$ so that three points are collinear" — set the area to 0 and solve the linear equation in $k$. (2) "Find a point/coordinate given a fixed area" — keep the $\dfrac12|\dots|$, set it equal to the given area, and solve; the absolute value usually yields two answers. Always substitute the vertices in a consistent cyclic order to keep the bookkeeping clean.

Common mistakes to avoid.

  • Forgetting the factor $\dfrac12$, or forgetting the absolute-value bars (giving a negative area).
  • Pairing each $x$ with its own $y$-difference instead of the difference of the other two $y$'s.
  • For a quadrilateral, taking the vertices out of order — the two triangles then overlap and the area is wrong.
  • Mixing up the reflection rules: x-axis changes the sign of $y$ (not $x$).
Area of a triangle from the coordinates of its three verticesArea of a triangle from verticesxyOA(1,1)B(4,1)C(4,5)Area = ½|x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)|= ½|1(1−5)+4(5−1)+4(1−1)|= ½(12) = 6 sq units(area 0 ⇒ the points are collinear)Reflections of a point across the x-axis, y-axis and the originReflections of P(3,4)xyOP(3,4)(3,−4) x-axis(−3,4) y-axis(−3,−4) origin
1
Worked Example
Find the area of the triangle whose vertices are A(1, −1), B(−4, 6) and C(−3, −5).
Solution
  1. Step 1: Area $=\dfrac12|x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)|$.
  2. Step 2: Substitute: $\dfrac12|1(6-(-5))+(-4)((-5)-(-1))+(-3)((-1)-6)|$.
  3. Step 3: $=\dfrac12|1(11)+(-4)(-4)+(-3)(-7)|=\dfrac12|11+16+21|$.
  4. Step 4: $=\dfrac12(48)=24$.

Answer: Area = 24 square units

2
Worked Example
Find the area of the triangle with vertices (0, 0), (4, 0) and (0, 3).
Solution
  1. Step 1: $\dfrac12|0(0-3)+4(3-0)+0(0-0)|$.
  2. Step 2: $=\dfrac12|0+12+0|$.
  3. Step 3: $=\dfrac12(12)=6$.

Answer: Area = 6 square units

3
Worked Example
Show that the points A(1, 2), B(4, 5) and C(7, 8) are collinear using the area formula.
Solution
  1. Step 1: Area $=\dfrac12|1(5-8)+4(8-2)+7(2-5)|$.
  2. Step 2: $=\dfrac12|1(-3)+4(6)+7(-3)|=\dfrac12|-3+24-21|$.
  3. Step 3: $=\dfrac12|0|=0$.
  4. Step 4: Zero area means the three points lie on one straight line.

Answer: Area = 0, so the points are collinear

4
Worked Example
Find the value of $k$ for which the points (2, 3), (4, $k$) and (6, −3) are collinear.
Solution
  1. Step 1: For collinearity the area is 0: $x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)=0$.
  2. Step 2: $2(k-(-3))+4((-3)-3)+6(3-k)=0$.
  3. Step 3: $2(k+3)+4(-6)+6(3-k)=0\Rightarrow 2k+6-24+18-6k=0$.
  4. Step 4: $-4k+0=0\Rightarrow k=0$.

Answer: $k=0$

5
Worked Example
Find the area of the triangle with vertices (−5, −1), (3, −5) and (5, 2).
Solution
  1. Step 1: $\dfrac12|(-5)((-5)-2)+3(2-(-1))+5((-1)-(-5))|$.
  2. Step 2: $=\dfrac12|(-5)(-7)+3(3)+5(4)|=\dfrac12|35+9+20|$.
  3. Step 3: $=\dfrac12(64)=32$.

Answer: Area = 32 square units

6
Worked Example
If the area of the triangle with vertices (1, −1), (−4, 2$k$) and (−4, −2$k$) is 24 square units, find $k$.
Solution
  1. Step 1: Area $=\dfrac12|1(2k-(-2k))+(-4)((-2k)-(-1))+(-4)((-1)-2k)|$.
  2. Step 2: $=\dfrac12|1(4k)+(-4)(1-2k)+(-4)(-1-2k)|$.
  3. Step 3: $=\dfrac12|4k-4+8k+4+8k|=\dfrac12|20k|=10|k|$.
  4. Step 4: $10|k|=24\Rightarrow |k|=2.4\Rightarrow k=\pm2.4$.

Answer: $k=\pm2.4$

7
Worked Example
Find the area of the quadrilateral whose vertices, taken in order, are A(−4, −2), B(−3, −5), C(3, −2) and D(2, 3).
Solution
  1. Step 1: Split along diagonal AC into triangles ABC and ACD.
  2. Step 2: Area of ABC $=\dfrac12|(-4)((-5)-(-2))+(-3)((-2)-(-2))+3((-2)-(-5))|=\dfrac12|(-4)(-3)+(-3)(0)+3(3)|=\dfrac12|12+0+9|=\dfrac{21}{2}$.
  3. Step 3: Area of ACD $=\dfrac12|(-4)((-2)-3)+3(3-(-2))+2((-2)-(-2))|=\dfrac12|(-4)(-5)+3(5)+2(0)|=\dfrac12|20+15+0|=\dfrac{35}{2}$.
  4. Step 4: Total area $=\dfrac{21}{2}+\dfrac{35}{2}=\dfrac{56}{2}=28$.

Answer: Area of quadrilateral = 28 square units

8
Worked Example
Find the reflection of the point P(5, −3) in (i) the x-axis, (ii) the y-axis, (iii) the origin.
Solution
  1. Step 1: Reflection in the x-axis: $(x,y)\to(x,-y)$, giving $(5, 3)$.
  2. Step 2: Reflection in the y-axis: $(x,y)\to(-x,y)$, giving $(-5, -3)$.
  3. Step 3: Reflection in the origin: $(x,y)\to(-x,-y)$, giving $(-5, 3)$.

Answer: x-axis: (5, 3); y-axis: (−5, −3); origin: (−5, 3)

9
Worked Example
Find the reflection of the point (4, −7) in the line $y=x$.
Solution
  1. Step 1: Reflection in $y=x$ swaps the coordinates: $(x,y)\to(y,x)$.
  2. Step 2: So $(4, -7)\to(-7, 4)$.

Answer: (−7, 4)

10
Worked Example
The midpoint of the segment joining A(2$a$, 4) and B(−2, 3$b$) is C(1, 2$a$+1). Find $a$ and $b$.
Solution
  1. Step 1: Midpoint $=\left(\dfrac{2a+(-2)}{2},\dfrac{4+3b}{2}\right)=(1,\ 2a+1)$.
  2. Step 2: $x$: $\dfrac{2a-2}{2}=1\Rightarrow 2a-2=2\Rightarrow a=2$.
  3. Step 3: $y$: $\dfrac{4+3b}{2}=2a+1=2(2)+1=5$.
  4. Step 4: $4+3b=10\Rightarrow 3b=6\Rightarrow b=2$.

Answer: $a=2,\ b=2$

11
Worked Example
If A($x$, $y$), B(3, 6) and C(−3, 4) are collinear, show that $x-3y+15=0$.
Solution
  1. Step 1: Collinear means area $=0$: $x(6-4)+3(4-y)+(-3)(y-6)=0$.
  2. Step 2: $2x+12-3y-3y+18=0$.
  3. Step 3: $2x-6y+30=0$.
  4. Step 4: Divide by 2: $x-3y+15=0$.

Answer: $x-3y+15=0$ (proved)

12
Worked Example
The vertices of triangle ABC are A(4, 6), B(1, 5) and C(7, 2). A line through the midpoints of AB and AC meets BC. Find the area of triangle ABC, then state the area of the small triangle cut off (which is one-fourth).
Solution
  1. Step 1: Area of ABC $=\dfrac12|4(5-2)+1(2-6)+7(6-5)|$.
  2. Step 2: $=\dfrac12|4(3)+1(-4)+7(1)|=\dfrac12|12-4+7|=\dfrac{15}{2}$.
  3. Step 3: The midpoint triangle (joining midpoints of two sides) has area $\dfrac14$ of the whole.
  4. Step 4: Small triangle area $=\dfrac14\times\dfrac{15}{2}=\dfrac{15}{8}$.

Answer: Area of ABC $=\dfrac{15}{2}$ sq units; small triangle $=\dfrac{15}{8}$ sq units

Key Points

  • Area of triangle $=\dfrac12|x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)|$
  • Always take the absolute value — area is never negative — and keep the factor $\dfrac12$
  • Three points are collinear when this area equals 0
  • Area of a quadrilateral: split along a diagonal into two triangles and add
  • Midpoint $=\left(\dfrac{x_1+x_2}{2},\dfrac{y_1+y_2}{2}\right)$ — the average of the endpoints
  • Reflection in x-axis: $(x,y)\to(x,-y)$
  • Reflection in y-axis: $(x,y)\to(-x,y)$
  • Reflection in origin: $(x,y)\to(-x,-y)$; in line $y=x$: $(x,y)\to(y,x)$
Tap an option to check your answer0 / 4
Q1.The area of a triangle with vertices $(x_1,y_1),(x_2,y_2),(x_3,y_3)$ is:
Explanation: Coordinate area formula.
Q2.Three points are collinear if the area of the triangle they form is:
Explanation: Zero area means collinear.
Q3.The centroid of a triangle is:
Explanation: Average of the three vertices.
Q4.The reflection of $(3,5)$ in the x-axis is:
Explanation: $y\to-y$.