What Is Coordinate Geometry Really About?
Coordinate geometry gives us a way to convert geometric problems into algebraic ones. Every point gets an address , and from there we can compute distances, divide line segments, and find areas — all with formulas. For Classes 10 and 11, this chapter is a consistent scoring opportunity in CBSE boards and competitive exams.
The beauty is in precision. No more “roughly equal” or “looks like” — we prove things with exact calculations. Three formulas do most of the heavy lifting here: Distance Formula, Section Formula, and the Area of a Triangle formula.
graph TD
A[Coordinate Geometry Problem] --> B{What do we need?}
B -->|Distance between points| C[Distance Formula]
B -->|Point dividing a segment| D[Section Formula]
B -->|Area of triangle/polygon| E[Area Formula]
B -->|Midpoint of segment| F[Midpoint Formula]
B -->|Collinearity check| G[Area = 0 Test]
C --> H[√ of sum of squares]
D --> I[Internal or External?]
I -->|Internal| J[m₁x₂+m₂x₁ / m₁+m₂]
I -->|External| K[m₁x₂−m₂x₁ / m₁−m₂]
E --> L[½|x₁ y₂−y₃ + ...|]
F --> M[Special case: m=1:1]
Key Terms & Definitions
Cartesian Plane — The -plane formed by two perpendicular number lines (axes). The horizontal axis is the -axis, the vertical is the -axis, and they meet at the origin .
Coordinates — The ordered pair that uniquely identifies a point. The -value is the abscissa, the -value is the ordinate.
Quadrants — The four regions of the Cartesian plane. In Quadrant I, both and are positive. In Quadrant II, is negative, is positive. In Quadrant III, both are negative. In Quadrant IV, is positive, is negative.
Collinear Points — Three or more points that lie on the same straight line. We test this by checking if the area of the triangle they form is zero.
The Three Core Formulas
1. Distance Formula
For two points and :
This comes directly from the Pythagorean theorem — the horizontal and vertical differences form the two legs of a right triangle, and the distance is the hypotenuse.
When to use: Finding lengths of sides, checking if a triangle is equilateral/isosceles/right-angled, verifying if a quadrilateral is a parallelogram or rhombus.
Worked Example (Easy — CBSE):
Find the distance between and .
2. Section Formula
If point divides the line segment joining and in the ratio internally:
Special case — Midpoint (when ):
A quick memory trick: in the section formula, the ratio component multiplies the coordinates of the far point , and multiplies the near point . Think “cross-multiplication” — goes with , goes with .
Worked Example (Medium — JEE Main):
Find the point that divides the join of and in ratio internally.
The point is .
3. Area of a Triangle
For a triangle with vertices , , :
If the area equals zero, the three points are collinear.
Worked Example (Medium — CBSE):
Find the area of the triangle with vertices , , .
Solved Examples — Easy to Hard
Example 1 (Easy — CBSE)
Show that , , are collinear.
Area
Since area = 0, the points are collinear.
Example 2 (Medium — JEE Main)
Find the ratio in which the line divides the segment joining and .
Let the line divide in ratio . The dividing point is:
Since lies on :
The ratio is .
Example 3 (Hard — JEE Advanced)
The vertices of a triangle are , , , where these lie on the parabola . Find the area of the triangle.
This elegant result shows the area depends only on the parameter differences.
Exam-Specific Tips
CBSE Boards: This chapter carries 6-8 marks (Class 10). Questions are very formula-driven — 1 question on distance, 1 on section formula, and 1 on area/collinearity. Practise the standard types and you’ll score full marks.
JEE Main: Coordinate geometry in 2D is a massive chapter for JEE (with straight lines, circles, conics). The basics from Class 10 form the foundation. Section formula questions often appear combined with locus problems.
ICSE: The pattern is nearly identical to CBSE. Additionally, ICSE sometimes asks for the centroid — know this formula cold.
Common Mistakes to Avoid
Mistake 1 — Sign errors in the distance formula. When subtracting coordinates like , students write instead of . Since it gets squared, the answer is wrong but not obviously so. Always be careful with negatives.
Mistake 2 — Forgetting the modulus in the area formula. The area formula can give a negative value depending on the order of vertices. That’s why we take the absolute value. Without it, you might report a negative area.
Mistake 3 — Confusing internal and external division. In external division, the formula has a minus sign in the denominator: . Using the internal formula for external division gives a wrong point.
Mistake 4 — Ratio vs. distances. If a point divides in ratio , then , meaning is closer to . Students sometimes reverse which segment is which.
Mistake 5 — Not converting units consistently. In word problems, ensure both coordinates use the same units before applying formulas.
Practice Questions
Q1. Find the distance between and .
Q2. Find the midpoint of the segment joining and .
Q3. In what ratio does the point divide the join of and ?
Let the ratio be . Then , giving , so . The ratio is — it’s the midpoint.
Q4. Show that the points , , are collinear.
Area . Since area = 0, the points are collinear.
Q5. Find the area of the quadrilateral with vertices , , , .
Split into two triangles using diagonal from to . Triangle 1: . Area . Triangle 2: . Area . Total = sq. units.
Q6. Find the coordinates of the point which divides the join of and in ratio .
, . The point is .
Q7. The centroid of a triangle is . Two vertices are and . Find the third vertex.
Centroid . So gives . And gives . Third vertex is .
Q8. For what value of are the points , , collinear?
Area : . Simplify: , so , giving .
FAQs
What is the difference between distance formula and section formula?
The distance formula tells you how far apart two points are — it gives a length. The section formula tells you where a point is located that divides a segment in a given ratio — it gives coordinates. They answer completely different questions.
How do we check if four points form a parallelogram?
Calculate all four side lengths using the distance formula. If opposite sides are equal ( and ), it’s a parallelogram. Alternatively, check if the diagonals bisect each other — find midpoints of both diagonals and see if they’re the same point.
Why does area = 0 mean collinear?
Three collinear points lie on a single straight line. A “triangle” formed by three points on a line has zero width — it’s flat. Hence, its area is zero. This is a reliable algebraic test for collinearity.
What is the external section formula?
When a point divides a line segment externally in ratio , the formula uses subtraction: . The point lies on the line but outside the segment.
Can the distance formula give a negative answer?
No. The formula involves squared differences (always non-negative) under a square root (always non-negative). Distance is always , and it equals 0 only when both points are the same.
How is coordinate geometry used in JEE?
In JEE, the basics from Class 10 (distance, section, area formulas) are building blocks for advanced topics like straight lines, circles, parabolas, ellipses, and hyperbolas. Almost every conic sections problem uses these foundational formulas.
What is the formula for the centroid?
The centroid of a triangle with vertices , , is . It’s the point where all three medians intersect.
How do we find the area of a polygon using coordinates?
Use the Shoelace formula. For a polygon with vertices listed in order, the area is . This generalizes the triangle formula to any polygon.