In your previous course you will have coved some of the basics of the line such as
The formula for the distance between two points \(p(x1, y1)\) and \(p(x2, y2)\) is:
Length of \(\left [ ab \right ]\) is \(\sqrt{(x_{2} -x_{1})^2 +(y_{2}-y_{1})^2}\)
This is because the horizontal distance of the line is given as \(x2-x1\) while the vertical distance of the line is \((y2-y1)\). Pythagorus tells us that the length of the hypotenuse of a right angled triangle is:
The midpoint, \(m\), of a line segment joining \(a\left(x_{1},y_{1}\right)\) and \(b\left(x_{2},y_{2}\right)\) is
If \(a\left(-1,3\right)\) and \(b\left(5,7\right)\) are 2 points in the plane, find (i) \(\mid ab \mid\) and (ii) the midpoint of \(\left[ab\right]\).
\((i)\) The points are \(a\left(-1,3\right)\) which corresponds to \(a\left(x_{1},y_{1}\right)\) and \(b\left(5,7\right)\) which corresponds to \(b\left(x_{2},y_{2}\right)\)
\((ii)\) Midpoint of \(\left[ab\right]\) :