Question
Summarise all coordinate geometry formulas — distance, midpoint, section formula, and area of triangle — and show when to use each. Given and , find the distance, midpoint, and the point dividing in ratio .
(CBSE 10-11 Board + competitive exams)
Solution — Step by Step
For and :
Point dividing and in ratio :
For ratio :
Use this when three vertices are given. If the area equals 0, the three points are collinear.
flowchart TD
A["Coordinate Geometry Problem"] --> B{"What is asked?"}
B -- "Length/Distance" --> C["Distance Formula"]
B -- "Middle point" --> D["Midpoint Formula"]
B -- "Point in given ratio" --> E["Section Formula"]
B -- "Area of triangle" --> F["Area Formula"]
B -- "Check collinearity" --> G["Area = 0?"]
E --> H{"Internal or External?"}
H -- Internal --> I["Use + in denominator: m + n"]
H -- External --> J["Use - in denominator: m - n"]
Why This Works
All these formulas come from the Pythagorean theorem applied to the coordinate plane. The distance formula is literally Pythagoras — the horizontal difference is one leg, the vertical difference is the other, and the distance is the hypotenuse.
The midpoint is the average of coordinates. The section formula generalises this — instead of equal weights (average), we use weighted average based on the ratio. The area formula comes from the cross-product interpretation of vectors formed by the vertices.
Alternative Method
For the area of a triangle, you can also use the shoelace formula (same formula, different arrangement):
Write the vertices in a column, repeat the first at the bottom:
Cross-multiply diagonally: products going down-right are positive, products going down-left are negative. Take half the absolute difference.
The midpoint is just the section formula with ratio . If you remember the section formula well, you never need to memorise the midpoint formula separately. Similarly, for external division, just change the sign: replace with in the denominator.
Common Mistake
In the section formula, students swap and — applying the ratio weight to the wrong point. The rule: the weight goes with the FARTHER point and goes with the NEARER point. If divides in ratio , then multiplies coordinates of (the point farther from ), and multiplies coordinates of . Drawing a quick sketch with the ratio marked helps avoid this swap.