Coordinates
↑ Back to TopKey Idea — Coordinates
A point in the plane is written as \( (x, y) \).
Coordinate Grid Quiz — Name the Point
Select the correct ordered pair for the point shown.
Midpoint
↑ Back to TopKey Formula — Midpoint
The midpoint of two points \( A(x_1, y_1) \) and \( B(x_2, y_2) \) is:
\( M\left(\dfrac{x_1 + x_2}{2},\; \dfrac{y_1 + y_2}{2}\right) \)
Use this activity to understand how coordinates change and how to find missing endpoints.
Find \(C\), the midpoint of the line segment \([AB]\).
Coordinate Grid Quiz — Midpoint of AB
Two points \(A\) and \(B\) are shown. Select the correct midpoint \(M\).
Length and Midpoint of a Line Segment
(i) \( |AB| \) (ii) the midpoint of \( [AB] \).
Using the distance formula:
\( |AB| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \)
\( = \sqrt{(5 - (-1))^2 + (7 - 3)^2} =
\sqrt{6^2 + 4^2} = \sqrt{52} = 2\sqrt{13} \)
Midpoint formula:
\( M = \left(\dfrac{x_1 + x_2}{2},\, \dfrac{y_1 + y_2}{2}\right) \)
\( = \left(\dfrac{-1 + 5}{2},\, \dfrac{3 + 7}{2}\right) = (2,5) \)
Distance
↑ Back to TopKey Formula — Distance
The distance between two points \( A(x_1, y_1) \) and \( B(x_2, y_2) \) is:
\( d=\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} \)
Use the GeoGebra applet to explore how the distance between two points is derived from Pythagoras’ theorem.
Using the distance formula:
For each question, you are given two points \(A(x_1,y_1)\) and \(B(x_2,y_2)\). Fill in the correct values of \(x_1\), \(x_2\), \(y_1\) and \(y_2\) in:
\(d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\).
Distance Between Two Points — Quiz
Distance formula
For any two points \((x_{1},y_{1})\) and \((x_{2},y_{2})\), \[ d = \sqrt{(x_{2}-x_{1})^{2} + (y_{2}-y_{1})^{2}}. \]
Use the hint to see the right-angled triangle with \(AB\) as the hypotenuse.
What is the distance \(AB\) between \(A(1,2)\) and \(B(6,5)\)?
Think about how far right and how far up you move from \(C\) to \(D\).
What is the distance \(CD\) between \(C(2,-1)\) and \(D(8,3)\)?
Notice that the \(y\)-coordinate decreases as you move from \(E\) to \(F\).
What is the distance \(EF\) between \(E(-4,5)\) and \(F(1,1)\)?
Both points lie on the same horizontal line (\(y=-3\)).
What is the distance \(GH\) between \(G(-2,-3)\) and \(H(5,-3)\)?
Slope
↑ Back to TopKey Formula — Slope of a Line
The slope of the line through \( A(x_1, y_1) \) and \( B(x_2, y_2) \) is:
\( m=\dfrac{y_2 - y_1}{x_2 - x_1} \)
Using the slope formula:
For each question, you are given two points \(A(x_1,y_1)\) and \(B(x_2,y_2)\). Fill in the correct values of \(x_1\), \(x_2\), \(y_1\) and \(y_2\) in:
\(m = \dfrac{y_2 - y_1}{x_2 - x_1}\).
Coordinate Grid Quiz — Slope (Gradient) of AB
Parallel and perpendicular slopes — Quiz
Parallel slope: \( m_{\parallel}=\dfrac{a}{b} \)
Perpendicular slope: \( m_{\perp}=-\dfrac{b}{a} \)
Finding the Slope from a Line Equation
\(3x-2y-9=0\).
Start with \(3x-2y-9=0\).
Move the \(x\) and constant terms to the right-hand side:
\(-2y=-3x+9\).
Divide both sides by \(-2\):
\(y=\dfrac{-3}{-2}x+\dfrac{9}{-2} =\dfrac{3}{2}x-\dfrac{9}{2}.\)
In the form \(y=mx+c\), the coefficient of \(x\) is the slope \(m\).
Here \(m=\dfrac{3}{2}\).
So the slope (gradient) of the line is
\(\boxed{\dfrac{3}{2}}\).
For a line in the form \(Ax+By+C=0\) with \(B\neq0\),
the slope is \(m=-\dfrac{A}{B}\).
Here \(A=3\), \(B=-2\), so
\(m=-\dfrac{3}{-2}=\dfrac{3}{2}\) again.
Slope of a line from a standard form equation — Quiz
Each line is written in standard form \(ax + by + c = 0\). The slope is: \[ m = -\frac{a}{b}. \]
Equation of a Line
↑ Back to TopKey Idea — Equation of a Line
A straight-line equation can be written in several equivalent forms:
\( y = mx + c \)
\( ax + by + c = 0 \)
\( y - y_1 = m(x - x_1) \)
Explore how the equation of a line is formed from the slope and \(y\)-intercept.
Coordinate Grid Quiz — Equation y=mx+c
Points A and B are shown. Choose the correct equation of the line in the form y=mx+c.
Equation of a Perpendicular Line through a Point
Rearrange \(3x+2y-4=0\) to slope–intercept form:
\(2y=-3x+4 \Rightarrow y=-\dfrac{3}{2}x+2\).
So the slope of this line is \(m_1=-\dfrac{3}{2}\).
If two lines are perpendicular, then \(m_1 \times m_2=-1\).
So the slope of the required line is
\(m_2=\dfrac{2}{3}\) (the negative reciprocal of \(-\dfrac{3}{2}\)).
\(y-y_1=m_2(x-x_1)\)
\(y-1=\dfrac{2}{3}\bigl(x-(-2)\bigr) =\dfrac{2}{3}(x+2).\)
Multiply across by \(3\):
\(3(y-1)=2(x+2)\)
\(3y-3=2x+4\)
\(2x-3y+7=0\).
So the required line is
\(\boxed{2x-3y+7=0}\) (or \(y=\dfrac{2}{3}x+\dfrac{7}{3}\)).
Using the equation of a line formula
For each question, you are given a point on the line and the slope. Fill in the correct values of \(x_1\), \(y_1\) and \(m\) in:
\(y-y_1 = m(x-x_1)\).
Practice Questions
↑ Back to TopStrategies — Solving Coordinate Geometry Problems
- Draw a clear coordinate diagram and label all given points.
- Identify which formula applies: distance, midpoint, slope, or line equation.
- Use the diagram to guide your algebra and check if the answer fits.
Coordinate Geometry of the Line — Practice Questions
Junior Cycle Maths: distance, midpoint, slope, parallel & perpendicular lines, equations, intercepts, and intersection points.