Article

Finding the Length

Wednesday, 8 October 2025

To find the length of a line, you can use Pythagoras’ Theorem.

A2=B2+C2A^2 = B^2 + C^2

as:

d=(x2x1)2+(y2y2)2d = \sqrt{ (x^2 - x^1)^2 + (y^2 - y^2)^2 }