+ learner first aid

Current Mathematics syllabus topic for Form IV.

First aid: read the overview, copy one worked example by hand, then try explaining the key rule without looking.

+ Math syllabus context

Current Mathematics path is the active Basic Mathematics syllabus. The 2023 Mathematics syllabus is a transition path expected to take effect from January 2027; this wiki will update the lead path in late 2026.

Coordinate Geometry

Syllabus Identity

This is a current Mathematics syllabus topic. It preserves the 2005 Basic Mathematics identity and order for exam-facing mapping. Do not merge it into the 2023 Mathematics transition topic page even when the learning idea overlaps.

Official Scope

Current Mathematics syllabus topic covering equation of a line; midpoint of a line segment; distance between two points; parallel and perpendicular lines.

Subtopics

Core Concepts

Coordinates of a Point

The position of any point on a flat surface can be defined using the Cartesian coordinate system. It consists of two perpendicular number lines: the horizontal $x$-axis and the vertical $y$-axis. The point where they intersect is called the origin, denoted by $O(0, 0)$. Any point $P$ is represented by an ordered pair $(x, y)$, where $x$ (the abscissa) is the horizontal distance from the $y$-axis, and $y$ (the ordinate) is the vertical distance from the $x$-axis.

Gradient or Slope of a Line

The gradient (or slope), usually denoted by $m$, measures the steepness and direction of a straight line. It is the ratio of the vertical change (rise) to the horizontal change (run) between any two points on the line. For two points $A(x_1, y_1)$ and $B(x_2, y_2)$, the gradient is given by: $$m = \frac{y_2 - y_1}{x_2 - x_1}$$

  • A positive gradient indicates a line that rises from left to right.
  • A negative gradient indicates a line that falls from left to right.
  • A horizontal line has a gradient of $0$.
  • A vertical line has an undefined gradient.

Parallel lines have equal gradients ($m_1 = m_2$). Perpendicular lines have gradients that multiply to $-1$ ($m_1 \times m_2 = -1$).

Equation of a Line

The relationship between the $x$ and $y$ coordinates of all points on a specific straight line is expressed as an algebraic equation. There are two common forms:

  1. Gradient-Intercept Form: $y = mx + c$, where $m$ is the gradient and $c$ is the $y$-intercept (the point $(0, c)$ where the line crosses the $y$-axis).
  2. General Form: $ax + by + c = 0$, where $a, b,$ and $c$ are constants.

To find the equation of a line, you generally need the gradient $m$ and at least one point $(x_1, y_1)$ on the line, using the point-slope formula: $$y - y_1 = m(x - x_1)$$

Graphs of Linear Equations

A linear equation of the form $ax + by + c = 0$ or $y = mx + c$ produces a straight line when plotted on the Cartesian plane. To graph a linear equation, you can:

  1. Find the $x$ and $y$ intercepts by setting $y=0$ and $x=0$ respectively.
  2. Plot these two points.
  3. Draw a straight line passing through them.

Simultaneous Equations

A system of simultaneous linear equations consists of two or more linear equations with the same variables. The solution to the system is the coordinate $(x, y)$ that satisfies both equations simultaneously. Graphically, this is the exact point of intersection of the two lines. Simultaneous equations can be solved using:

  • Elimination Method: Adding or subtracting equations to eliminate one variable.
  • Substitution Method: Expressing one variable in terms of the other and substituting into the other equation.
  • Graphical Method: Plotting both lines and finding the intersection point.

Worked Examples

Example 1: Coordinates and Gradient Find the gradient of the line passing through the points $P(-2, 4)$ and $Q(3, -6)$.

Solution: Let $(x_1, y_1) = (-2, 4)$ and $(x_2, y_2) = (3, -6)$. Using the gradient formula: $$m = \frac{y_2 - y_1}{x_2 - x_1}$$ $$m = \frac{-6 - 4}{3 - (-2)}$$ $$m = \frac{-10}{5} = -2$$ The gradient of the line is $-2$.

Example 2: Equation of a Line Find the equation of the line that passes through the point $(4, 1)$ and has a gradient of $\frac{1}{2}$. Express your answer in the form $y = mx + c$.

Solution: Using the point-slope formula $y - y_1 = m(x - x_1)$, with $m = \frac{1}{2}$ and $(x_1, y_1) = (4, 1)$: $$y - 1 = \frac{1}{2}(x - 4)$$ $$y - 1 = \frac{1}{2}x - 2$$ $$y = \frac{1}{2}x - 2 + 1$$ $$y = \frac{1}{2}x - 1$$

Example 3: Graphing a Linear Equation Draw the graph of the line $2x + y = 4$.

Solution: Find the intercepts to plot the line easily. For the $x$-intercept, set $y = 0$: $$2x + 0 = 4 \implies 2x = 4 \implies x = 2$$ The $x$-intercept is the point $(2, 0)$.

For the $y$-intercept, set $x = 0$: $$2(0) + y = 4 \implies y = 4$$ The $y$-intercept is the point $(0, 4)$.

Plot the points $(2, 0)$ and $(0, 4)$ on the Cartesian plane and draw a straight line passing through them.

Example 4: Solving Simultaneous Equations Solve the following system of equations simultaneously: $$3x + y = 10$$ $$x - y = 2$$

Solution (Elimination Method): Notice that the coefficients of $y$ are opposites ($+1$ and $-1$). We can add the two equations together to eliminate $y$: $$(3x + y) + (x - y) = 10 + 2$$ $$4x = 12$$ $$x = 3$$

Substitute $x = 3$ back into the second equation: $$3 - y = 2$$ $$y = 3 - 2 = 1$$ The solution is $x = 3, y = 1$, or the coordinate point $(3, 1)$.

NECTA Exam Focus

Based on the past paper question provided, NECTA examinations frequently test the ability to derive the equation of a line given specific properties, such as its gradient and an intercept.

Recurring Themes:

  • Interpreting Intercepts: Using given features like the $x$-intercept or $y$-intercept to identify a coordinate point on the line. For instance, an $x$-intercept of $-3$ translates directly to the coordinate point $(-3, 0)$.
  • Applying Formulas: Substituting gradient and coordinate values accurately into the point-slope formula or the gradient-intercept formula.
  • Equation Formatting: Rearranging the final equation into a specific format as requested by the question (e.g., $y = mx + c$ or $ax + by + c = 0$).

Common Pitfalls:

  • Misunderstanding Intercepts: Misinterpreting intercepts as simple numbers rather than coordinate pairs. Forgetting that an $x$-intercept intrinsically means $y = 0$ is a frequent mistake.
  • Sign Errors: Committing algebraic errors when dealing with negative signs, especially in the gradient formula or when substituting negative coordinates into the point-slope formula.
  • Ignoring Required Formats: Failing to leave the final answer in the exact format specified by the question, which can lead to a loss of final accuracy marks.

Practice Problems

  1. [2020 Paper 1] A line whose gradient is $\frac{3}{2}$ has the $x$-intercept of $-3$. Find the equation of the line in the form $y = mx + c$, where $m$ and $c$ are constants.

Crosswalk Notes

Cross-version relationships are drafted in data/curricula/crosswalks/csee-basic-mathematics-2005-to-mathematics-2023.json. Partial and 2005-only mappings remain reviewable.

+ Related Pages

Syllabus Sequence

Sibling Topics

Curriculum And Sources