Coordinate Geometry CAT 2026: Lines, Circles + 10 Qs
A recognition-first cheatsheet for CAT 2026 coordinate geometry covering 15 core formulas, the 5 line equation forms and when to pick each, the distance and section formulas, the perpendicular-distance shortcut for circle tangency, and 10 solved CAT-level questions across MCQ and TITA. Built to convert coordinate geometry from a computation chapter into a pattern-recognition chapter that finishes in 60 to 90 seconds per question.

Coordinate Geometry CAT 2026: Lines, Circles + 10 Qs
Most CAT aspirants treat coordinate geometry CAT 2026 like a computation chapter. It is not. The 2 to 3 marks per cycle this topic delivers go almost entirely to candidates who recognise the question pattern in 5 seconds and pick the right formula immediately. The aspirants who try to compute their way through, slope from first principles, expanded standard form of a circle when general form was offered, and so on, run out of time. Coordinate geometry on CAT is a recognition test, not an algebra test. The blog reframes the chapter that way.
This guide covers coordinate geometry CAT 2026 as a recognition-first cheatsheet: 15 core formulas across straight lines and circles, the five forms of a line equation and when to use each, distance and section formulas, three CAT-level shortcuts (slope-intercept trap, circle-line tangency condition, area of a triangle from coordinates), and 10 solved CAT-level questions. It pairs with the broader geometry cluster on Optima Learn and the mensuration cheatsheet.
Coordinate geometry contributes 2 to 3 marks per CAT cycle. Lines come in 5 standard forms; pick the form that matches the data given. Distance = √((x2−x1)² + (y2−y1)²). Circle: (x−h)² + (y−k)² = r². Tangent if perpendicular distance from centre to line equals r. Slope of perpendiculars: m1m2 = −1. Recognition first. Computation second.
Recognition First: The 5 Line Equation Forms
A straight line has five standard forms. CAT picks one form per question based on the data given. The fastest aspirants identify the form in under 5 seconds and apply it directly, without converting between forms.
| Form | Equation | Use when given |
|---|---|---|
| Slope-intercept | y = mx + c | Slope m and y-intercept c |
| Point-slope | y − y1 = m(x − x1) | One point and a slope |
| Two-point | (y − y1)/(x − x1) = (y2 − y1)/(x2 − x1) | Two points |
| Intercept | x/a + y/b = 1 | x-intercept a and y-intercept b |
| General | ax + by + c = 0 | Coefficients given directly |
Slope between two points: m = (y2 − y1) / (x2 − x1). Two lines are parallel if m1 = m2 and perpendicular if m1 m2 = −1. A horizontal line has slope 0; a vertical line has undefined slope.
Distance = |ax0 + by0 + c| / √(a² + b²)
Used for tangency checks, finding feet of perpendiculars, and locus problems.
Distance between two parallel lines ax + by + c1 = 0 and ax + by + c2 = 0: |c1 − c2| / √(a² + b²).
Build a one-page line-form decision tree. Question gives two points: use two-point form. Slope and one point: point-slope. Two intercepts: intercept form. Slope and y-intercept: slope-intercept. Three coefficients: general. The mental routine should finish before pencil touches paper.
The Distance and Section Formulas: Algebra of Position
Distance and section formulas convert geometric questions into arithmetic. Roughly half the coordinate geometry questions on CAT use one of these two formulas as the recognition step.
AB = √((x2 − x1)² + (y2 − y1)²)
Used for radius from centre to point, perimeter, triangle side checks (equilateral, isosceles, right), and verifying inside/on/outside a circle.
P = ((m x2 + n x1)/(m + n), (m y2 + n y1)/(m + n))
Midpoint (1:1): ((x1 + x2)/2, (y1 + y2)/2)
External division: replace + with − in numerator and denominator: ((m x2 − n x1)/(m − n), (m y2 − n y1)/(m − n)).
Area of triangle: ½ |x1(y2 − y3) + x2(y3 − y1) + x3(y1 − y2)|
Collinear check: area = 0.
Internal versus external division. CAT once-every-two-cycles question gives a ratio and asks for the division point, but the diagram (or the worded setup) implies external division. The answer choices include both the internal and external results. Read the geometry, not just the ratio.
Circles: Standard Form, General Form and the Tangency Test
Circles produce one CAT question per cycle, usually one of three patterns: find the equation given centre and a property, test whether a line is a tangent or chord, or find the intersection of a line and a circle.
General form: x² + y² + 2gx + 2fy + c = 0 · centre (−g, −f), radius √(g² + f² − c).
Circle through origin: c = 0 in general form.
Circle with diameter endpoints A(x1, y1) and B(x2, y2): (x − x1)(x − x2) + (y − y1)(y − y2) = 0.
If d > r: line misses the circle (no intersection).
If d = r: line is tangent to the circle (single point of contact).
If d < r: line is a chord (two points of intersection).
For an explicit intersection, substitute the line equation into the circle equation and solve the resulting quadratic.
Myth
To test whether a line cuts a circle, you must solve the system algebraically and check the discriminant.
Reality
Compare the perpendicular distance from the centre to the line with the radius. One calculation, 15 seconds, no quadratic needed.
This perpendicular-distance shortcut is the single biggest time saver in CAT coordinate geometry. Aspirants who set up the quadratic and check the discriminant burn 90 to 120 seconds; the perpendicular-distance check finishes in 20 to 30 seconds.
Want a topic-priority map showing where coordinate geometry sits among the 30 CAT Quant chapters at your current level?
Map My CAT Quant Topic Priority10 Solved CAT-Level Coordinate Geometry Questions (MCQ + TITA)
Questions span line forms, distance, section, circle, tangent, and area. Target time: 60 to 90 seconds per MCQ; 90 to 120 seconds for the harder TITA tangency and locus questions.
Find the distance between A(3, 4) and B(−1, 1).
√(16 + 9) = 5.
Find the slope of the line passing through (2, 3) and (5, 9).
(9 − 3) / (5 − 2) = 6/3 = 2.
Find the equation of the line through (4, −2) with slope −3.
Point-slope: y + 2 = −3(x − 4) ⇒ y = −3x + 10.
P divides the segment joining A(1, −3) and B(9, 5) internally in ratio 3:1. Find the y-coordinate of P.
y = (3 × 5 + 1 × (−3)) / 4 = 12/4 = 3.
Find the perpendicular distance from (2, 3) to the line 4x + 3y − 12 = 0.
|8 + 9 − 12| / √(16 + 9) = 5/5 = 1.
Find the equation of a circle with centre (2, −1) passing through (5, 3).
r = √(9 + 16) = 5. Equation: (x − 2)² + (y + 1)² = 25.
For what value of c is the line 3x + 4y + c = 0 tangent to the circle x² + y² = 25?
Centre (0, 0), radius 5. Distance from origin = |c| / 5 = 5 ⇒ |c| = 25, so c = ±25.
Find the area of the triangle with vertices (1, 2), (4, −1), (−2, 3).
½ |1(−1 − 3) + 4(3 − 2) + (−2)(2 − (−1))| = ½ |−4 + 4 − 6| = 3.
A line has slope 2/3. Find the slope of any line perpendicular to it.
m1 m2 = −1 ⇒ m2 = −3/2.
A triangle has vertices (3, 0), (0, 4), and (0, 0). Find the distance from the centroid of the triangle to the origin.
Centroid = (1, 4/3). Distance = √(1 + 16/9) = √(25/9) = 5/3.
Drill Cadence: From Day 1 to CAT Eve
Coordinate geometry locks in across 12 to 15 hours of focused work spread across three weeks. The cadence below maps to the recognition-first approach: pattern identification gets the bulk of the time, computation drills follow.
Week 2 (5 hrs): 30 line and distance questions; classify each by the 5 line forms; aim for 5-second recognition.
Week 3 (3 hrs): 20 circle questions including tangency, chord, locus.
Week 4 (2 hrs): 10 hybrid PYQs that mix coordinate with mensuration or pure geometry.
Mock window (weekly 30-min): Drill 5 mixed questions; classify recognition errors versus computation errors.
The drill plan pairs with the improve CAT Quant score mock-analysis loop and the two-month CAT 2026 plan for October to November. For cluster mastery, the geometry formulas guide covers triangles, quadrilaterals, and circles in pure geometry; the functions and graphs guide covers algebraic curves where coordinate geometry occasionally appears as a substitution step. Aspirants targeting full CAT 2026 preparation can access the structured roadmap via the CAT 2026 waitlist.
- Identify the line form in 5 seconds; pick the matching equation directly.
- For perpendicular distance from a point to a line, use the dedicated formula, not algebraic projection.
- For tangency, compare distance from centre to radius; never set up the discriminant.
- Section formula: pause before substituting to confirm internal versus external division.
- For triangle area, use the determinant formula; verify collinearity (area = 0) before solving further.
Coordinate geometry on CAT is recognition first, computation second. 15 formulas. 5 line forms. 90-second questions.
Build My CAT Quant Recognition Drills
Get weekly pattern-recognition drills, mock cadence reminders, and topic-priority maps tailored to your percentile. Join the structured CAT 2026 prep sprint.
Build My CAT Quant Recognition DrillsDrill these Quant concepts on real PYQs
20,000+ tagged CAT Quant PYQs, sorted by difficulty and topic.