arrow_backBack to Study Resources

Chapter 7: Coordinate Geometry

Form 4 Additional Mathematics Bab 7: Coordinate Geometry

7.1 Division of a Line Segment

1. Midpoint of Two Points

The midpoint $M$ of a line segment connecting $A(x_1, y_1)$ and $B(x_2, y_2)$ is:

$$M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)$$

2. Point Dividing a Line Segment in a Given Ratio ($m : n$)

If point $P(x, y)$ divides the line segment joining $A(x_1, y_1)$ and $B(x_2, y_2)$ internally in the ratio $m : n$, the coordinates of $P$ are:

$$P(x, y) = \left(\frac{n x_1 + m x_2}{m + n}, \frac{n y_1 + m y_2}{m + n}\right)$$

7.2 Parallel and Perpendicular Lines

1. Parallel Lines

Two non-vertical lines $L_1$ and $L_2$ with gradients $m_1$ and $m_2$ are parallel ($L_1 \parallel L_2$) if and only if their gradients are equal:

$$m_1 = m_2$$

2. Perpendicular Lines

Two non-vertical lines $L_1$ and $L_2$ with gradients $m_1$ and $m_2$ are perpendicular ($L_1 \perp L_2$) if and only if the product of their gradients is $-1$:

$$m_1 m_2 = -1 \quad \text{or} \quad m_2 = -\frac{1}{m_1}$$

7.3 Areas of Polygons

1. Area of a Triangle (Shoelace Formula)

The area of a triangle with vertices $A(x_1, y_1)$, $B(x_2, y_2)$, and $C(x_3, y_3)$ arranged in counter-clockwise order is:

$$\text{Area} = \frac{1}{2} \left| \begin{matrix} x_1 & x_2 & x_3 & x_1 \\ y_1 & y_2 & y_3 & y_1 \end{matrix} \right|$$ $$\text{Area} = \frac{1}{2} |(x_1 y_2 + x_2 y_3 + x_3 y_1) - (y_1 x_2 + y_2 x_3 + y_3 x_1)|$$

2. Collinear Points

Three points $A$, $B$, and $C$ are collinear (lie on the same straight line) if and only if the area of triangle $ABC$ is zero:

$$\text{Area of } \triangle ABC = 0$$

3. Area of a Quadrilateral

The area of a quadrilateral with vertices $A(x_1, y_1)$, $B(x_2, y_2)$, $C(x_3, y_3)$, and $D(x_4, y_4)$ in counter-clockwise order is:

$$\text{Area} = \frac{1}{2} \left| \begin{matrix} x_1 & x_2 & x_3 & x_4 & x_1 \\ y_1 & y_2 & y_3 & y_4 & y_1 \end{matrix} \right|$$ $$\text{Area} = \frac{1}{2} |(x_1 y_2 + x_2 y_3 + x_3 y_4 + x_4 y_1) - (y_1 x_2 + y_2 x_3 + y_3 x_4 + y_4 x_1)|$$

7.4 Equations of Loci

1. Definition of a Locus

A locus is the path traced by a moving point $P(x, y)$ that satisfies a given geometric condition.

2. Distance Formula

The distance between two points $P(x, y)$ and $A(x_1, y_1)$ is given by:

$$d = \sqrt{(x - x_1)^2 + (y - y_1)^2}$$

3. Common Locus Conditions

  • Distance from a fixed point $A(x_1, y_1)$ is constant $k$: $$(x - x_1)^2 + (y - y_1)^2 = k^2$$ (This represents a circle centered at $A$ with radius $k$).
  • Ratio of distances from two fixed points $A$ and $B$ is $m : n$ ($PA : PB = m : n$): $$\frac{PA}{PB} = \frac{m}{n} \implies n^2 PA^2 = m^2 PB^2$$ $$n^2 [(x - x_1)^2 + (y - y_1)^2] = m^2 [(x - x_2)^2 + (y - y_2)^2]$$
  • Equidistant from two fixed points $A$ and $B$ ($PA = PB$): $$(x - x_1)^2 + (y - y_1)^2 = (x - x_2)^2 + (y - y_2)^2$$ (This represents the perpendicular bisector of segment $AB$).
Sponsored