Quant10 min read

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.

O
Optima Learn EditorialReviewed by the editorial team
Fact-checked
Published May 21, 2026
Coordinate geometry CAT 2026 hero: 4-card grid covering the 5 line equation forms, circle tangency   shortcut, 10 solved questions, and a teaser pointing to section and locus drills.
Slate-to-gold gradient hero with "CAT Quant — Coordinate Geometry" pill, headline "Lines, Circles & 10 Solved Qs" (10 Solved in rose accent), four-card grid (featured slate "5 Line Forms", "Circle Tangency", "10 Solved Qs", dashed gold teaser), Optima Learn logo bottom-left, "Recognition First" stamp top-right.
Coordinate Geometry CAT 2026 visual: straight line, circle, distance and section formula cards with 10 solved CAT-level questions in a recognition-first cheatsheet.

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.

TL;DR

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.

Coordinate Geometry CAT 2026 — The Numbers
15
Core formulas
5
Forms of a line equation
2-3
Marks per CAT cycle
10
Solved CAT-level Qs

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.

FormEquationUse 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 From a Point to a Line
Line ax + by + c = 0. Point (x0, y0).
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²).
Pro Tip

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.

Distance Formula
Between A(x1, y1) and B(x2, y2):
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.
Section Formula (Internal Division, ratio m:n)
Point P divides AB internally in ratio m:n.
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)).
Centroid & Triangle Area
Centroid of triangle with vertices (x1, y1), (x2, y2), (x3, y3): ((x1 + x2 + x3)/3, (y1 + y2 + y3)/3)
Area of triangle: ½ |x1(y2 − y3) + x2(y3 − y1) + x3(y1 − y2)|
Collinear check: area = 0.
Common Trap

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.

Circle Equations
Standard form: (x − h)² + (y − k)² = r² · centre (h, k), radius r.
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.
Line vs Circle: The Tangency Test
Let d = perpendicular distance from centre (h, k) to the line ax + by + c = 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 vs Reality

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 Priority

10 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.

Q1 · DistanceMCQ

Find the distance between A(3, 4) and B(−1, 1).

√(16 + 9) = 5.

Q2 · SlopeMCQ

Find the slope of the line passing through (2, 3) and (5, 9).

(9 − 3) / (5 − 2) = 6/3 = 2.

Q3 · Line EquationMCQ

Find the equation of the line through (4, −2) with slope −3.

Point-slope: y + 2 = −3(x − 4) ⇒ y = −3x + 10.

Q4 · SectionTITA

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.

Q5 · Perpendicular DistanceMCQ

Find the perpendicular distance from (2, 3) to the line 4x + 3y − 12 = 0.

|8 + 9 − 12| / √(16 + 9) = 5/5 = 1.

Q6 · Circle EquationMCQ

Find the equation of a circle with centre (2, −1) passing through (5, 3).

r = √(9 + 16) = 5. Equation: (x − 2)² + (y + 1)² = 25.

Q7 · Tangency (Shortcut)TITA

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.

Q8 · Triangle AreaMCQ

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.

Q9 · Perpendicular LinesMCQ

A line has slope 2/3. Find the slope of any line perpendicular to it.

m1 m2 = −1 ⇒ m2 = −3/2.

Q10 · Circle & CentroidTITA

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.

Coordinate Geometry — The 15-Hour Plan
Week 1 (5 hrs): Memorise the 15 formulas; build the line-form decision tree on a single A4 sheet.
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.

The Rulebook
5 Rules for Cracking CAT Coordinate Geometry Faster
  1. Identify the line form in 5 seconds; pick the matching equation directly.
  2. For perpendicular distance from a point to a line, use the dedicated formula, not algebraic projection.
  3. For tangency, compare distance from centre to radius; never set up the discriminant.
  4. Section formula: pause before substituting to confirm internal versus external division.
  5. 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.

Your Next Step
Beginner — first pass on coordinate geometry

Spend week one building the line-form decision tree. Solve the 10 questions above untimed at 80 percent accuracy; then drill 30 PYQ-style questions from the CAT practice questions bank, classifying each by form.

Mid-level — 70 to 85 percentile mocks

Drill 5 coordinate geometry questions per day for 2 weeks; classify weekly mock errors as recognition slips or computation slips. Pair with the CAT Quant score improvement framework.

Repeater — targeting 95-plus

Drill tangency, locus, and reflection questions on past cycles; target under 90 seconds per circle question. Use the CAT exam dashboard for topic-wise PYQ access and the CAT 2026 sprint details for full coverage.

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 Drills
Optima Learn

Optima Learn Editorial Team

CAT preparation specialists publishing structured guides on Quant, VARC, DILR, and IIM admissions. We build formula cheatsheets and topic playbooks calibrated to the CAT 2026 syllabus and past-cycle question patterns.

From the Optima Learn product

Drill these Quant concepts on real PYQs

20,000+ tagged CAT Quant PYQs, sorted by difficulty and topic.

More from Quant

Continue reading

View all articles →
Coordinate Geometry CAT 2026: Lines, Circles + 10 Qs | Optima Learn