krit.club logo

Coordinate Geometry - Gradient, Midpoint, and Length of a Line

Grade 10IGCSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Coordinates represent positions on a 2D plane as (x, y).

The Gradient (m) measures the steepness of a line, defined as the 'rise over run'.

The Midpoint is the central point of a line segment, found by averaging the x and y coordinates of the endpoints.

The Length (Distance) of a line segment is calculated using Pythagoras' Theorem.

Parallel lines have the same gradient (m1=m2m_1 = m_2).

Perpendicular lines have gradients that are negative reciprocals (m1imesm2=1m_1 imes m_2 = -1).

📐Formulae

Gradient: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

Midpoint: M=(x1+x22,y1+y22)M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)

Length: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Equation of a straight line: y=mx+cy = mx + c

💡Examples

Problem 1:

Find the gradient, midpoint, and length of the line segment joining points A(2,3)A(2, -3) and B(6,5)B(6, 5).

Solution:

Gradient: m=5(3)62=84=2m = \frac{5 - (-3)}{6 - 2} = \frac{8}{4} = 2. Midpoint: M=(2+62,3+52)=(4,1)M = (\frac{2+6}{2}, \frac{-3+5}{2}) = (4, 1). Length: d=(62)2+(5(3))2=42+82=16+64=808.94d = \sqrt{(6-2)^2 + (5 - (-3))^2} = \sqrt{4^2 + 8^2} = \sqrt{16 + 64} = \sqrt{80} \approx 8.94 units.

Explanation:

To find the gradient, subtract the y-coordinates and divide by the difference in x-coordinates. For the midpoint, find the average of the x and y values. For the length, apply the distance formula derived from Pythagoras' theorem.

Problem 2:

The line joining P(3,k)P(3, k) and Q(7,10)Q(7, 10) has a gradient of 0.50.5. Find the value of kk.

Solution:

0.5=10k730.5=10k42=10kk=80.5 = \frac{10 - k}{7 - 3} \Rightarrow 0.5 = \frac{10 - k}{4} \Rightarrow 2 = 10 - k \Rightarrow k = 8.

Explanation:

Substitute the known coordinates and the given gradient into the gradient formula. Solve the resulting linear equation for the unknown variable kk.

Problem 3:

Given point A(1,4)A(1, 4) and midpoint M(4,6)M(4, 6), find the coordinates of point B(x,y)B(x, y).

Solution:

4=1+x28=1+xx=74 = \frac{1 + x}{2} \Rightarrow 8 = 1 + x \Rightarrow x = 7; 6=4+y212=4+yy=86 = \frac{4 + y}{2} \Rightarrow 12 = 4 + y \Rightarrow y = 8. Point BB is (7,8)(7, 8).

Explanation:

Since the midpoint is the average of the endpoints, set up two separate equations (one for x and one for y) and solve for the missing endpoint coordinates.