Coordinate Geometry

1 / 4

Gradient and length between two points

Question: AA is (1,3)(-1, 3) and BB is (5,5)(5, -5). Find the length of ABAB and the gradient of ABAB.

Step 1. Compute the run and the rise once, and reuse them:

Δx=5(1)=6,Δy=53=8\Delta x = 5 - (-1) = 6, \qquad \Delta y = -5 - 3 = -8

Step 2. Length — Pythagoras on the differences:

AB=62+(8)2=36+64=100=10 unitsAB = \sqrt{6^2 + (-8)^2} = \sqrt{36 + 64} = \sqrt{100} = 10 \text{ units}

Step 3. Gradient — rise over run, keeping the coordinates in the same order top and bottom:

m=535(1)=86=43m = \dfrac{-5 - 3}{5 - (-1)} = \dfrac{-8}{6} = -\dfrac{4}{3}

Step 4. Read the sign: a negative gradient means the line slopes downwards from left to right — consistent with BB being lower and to the right of AA. ✓

The same two numbers (run and rise) power both formulas — compute them once, use them twice.

⚠ Watch out: In the gradient, subtract in the same order in numerator and denominator (yByAy_B - y_A over xBxAx_B - x_A); mixing orders flips the sign. In the length, the squares erase the minus signs — a distance can never be negative, and (8)2=64(-8)^2 = 64, not 64-64.

swipe up ↑
🤖Ask