Geometry in the CDS paper is not the abstract, proof-heavy geometry of board exams. It is applied geometry — you get a configuration, you need to extract a number fast. The questions cluster around four areas: polygon properties, triangle theorems, circle theorems, and 3D solids. Almost every question reduces to one of about fifteen core results. Your job is to know those results so deeply that you see the shortcut before you even read the options.
Here is a useful way to think about the whole chapter: geometry is the study of constraints. When a triangle's medians meet at a centroid, that intersection point is constrained to divide each median in exactly a 2:1 ratio — always, without exception. When two chords cross inside a circle, the product of their segments is constrained to be equal. These constraints are the theorems, and every CDS question is just a disguised application of one constraint.
Think of each theorem as a lever. You know two quantities, the constraint gives you the third. In a rhombus, the diagonals bisect each other at right angles — that is a constraint. Give me one diagonal and the side, and the constraint (Pythagoras on the half-diagonal) gives me the other diagonal instantly.
The analogy that works well: geometry theorems are like conversion rates in a currency exchange. Once you know the rate (the theorem), converting is mechanical. The skill is recognising which currency pair you are dealing with, i.e., which theorem applies.
For CDS, you need fluency in: (a) angle properties of polygons, (b) triangle congruence and similarity, (c) special triangle results (medians, altitudes, angle bisectors), (d) circle theorems (chords, tangents, intersecting secants), and (e) surface area and volume of standard solids. That covers 90% of what appears.
For a regular polygon with n sides:
(n - 2) × 180° / n360° / nThe ratio of interior to exterior is:
[(n-2) × 180° / n] ÷ [360° / n] = (n-2) × 180° / 360° = (n-2)/2
This is the CDS formula to burn in. For a hexagon (n = 6): ratio = 4/2 = 2. Interior angle = 120°, exterior = 60°, ratio = 2. Check.
Congruence (same shape, same size): SSS, SAS, ASA, AAS, RHS. These tell you corresponding sides and angles are equal.
Similarity (same shape, different size): AA, SSS~, SAS~. The key result you need for CDS:
If two triangles are similar with ratio of corresponding sides k:1, then the ratio of their areas is k²:1, and the ratio of their perimeters is k:1.
This is the lever behind a class of CDS questions. Area ratio given → take square root → get side/perimeter ratio.
Medians and Centroid: The three medians of a triangle meet at the centroid G. The centroid divides each median in ratio 2:1 from vertex to midpoint of opposite side.
Critical area result: The three medians divide the triangle into six smaller triangles of equal area. So each has area = (1/6) of the whole. Triangle BGC (formed by two of those six) has area = (2/6) = (1/3) of the whole. This comes up directly in CDS.
Pythagoras Theorem:
In a right triangle, a² + b² = c². Recognise standard Pythagorean triplets immediately — don't compute from scratch:
Rhombus: Diagonals bisect each other at 90°. If diagonals are d₁ and d₂, then each side = √((d₁/2)² + (d₂/2)²). Perimeter = 4 × side. Area = (d₁ × d₂)/2.
Rectangle: Diagonal² = length² + breadth². Area = length × breadth.
Regular Hexagon inscribed in circle of radius r: The hexagon splits into 6 equilateral triangles, each with side = r. Area = 6 × (√3/4) × r².
Intersecting Chords (inside the circle):
If chords AB and CD intersect at P inside the circle:
AP × PB = CP × PD
Secants from external point:
If two secants from external point T intersect the circle, and the near/far intercepts are a, b for one and c, d for the other:
a × b = c × d
Tangent-Secant from external point:
tangent² = (near segment) × (far segment)
Angle in a semicircle = 90°. This is used constantly in disguise — if you see a triangle inscribed in a circle with one side as the diameter, the opposite angle is 90°.
The only solid relationship tested in CDS at this difficulty:
When a cone and cylinder share radius and height, their volumes are always in ratio 1:3. You do not need to compute πr²h — the ratio is fixed.
When similar triangles give you an area ratio, the side/perimeter ratio is always its square root. Standard method: set up proportion equations, solve for individual sides, then find perimeter — around 60 seconds. Shortcut: √(area ratio) = side ratio → scale perimeter directly — under 15 seconds.
Example: Area ratio 16:25 → side ratio √16:√25 = 4:5 → perimeter of larger = smaller perimeter × (5/4). Done in one line.
Any triangle formed by two medians and the side they connect (like BGC) always equals exactly (1/3) of the total triangle area. The centroid divides the triangle into 6 equal micro-triangles — BGC covers 2 of them.
Standard method: set up coordinates for medians, compute intersection, find area by coordinate formula — 90+ seconds. Shortcut: write down (1/3) × total area immediately — 5 seconds. This works universally, no calculation needed.
In rhombus questions, the half-diagonals almost always form a recognisable Pythagorean triplet. Check this before computing.
Diagonals 24 and 10 → half-diagonals 12 and 5 → recognise 5-12-13 triplet → side = 13 cm immediately.
Standard method: √(144 + 25) = √169 = 13 — still fast but requires computation. Triplet recognition: 3 seconds. Always scan for 3-4-5, 5-12-13, 8-15-17 first. Saves a square root calculation and eliminates arithmetic errors.
The formula (n-2)/2 is derived from dividing the interior angle formula by the exterior angle formula. But you can reach it even faster: the interior angle is (n-2) times the exterior angle divided by 2. Just remember: ratio = (n-2)/2.
For verification in the exam hall: for n = 4 (square), interior = 90°, exterior = 90°, ratio = 1. Formula gives (4-2)/2 = 1. For n = 6, ratio = 2. Formula gives (6-2)/2 = 2. Two-second sanity check beats re-deriving every time.
When two chords intersect inside a circle at point P, write AP × PB = CP × PD immediately. Do not re-derive from similar triangles in the exam hall.
Given AP = 4, PB = 9, CP = 6: → 4 × 9 = 6 × PD → PD = 36/6 = 6. Total time: 10 seconds.
Standard method (re-deriving via similar triangles): identify similar triangle pair, set up ratio, cross-multiply — 45+ seconds. The product rule is a one-liner.
When you see a geometry question, run this decision tree before touching your pencil:
Step 1 — Identify the configuration. Is it a polygon, triangle, circle, or solid? This narrows the theorem pool to 3-4 candidates.
Step 2 — Look for a direct constraint. Similar triangles → area/side ratio. Intersecting chords → products equal. Rhombus → diagonals at 90°. Medians → centroid splits 2:1, six equal triangles. Once you see the constraint, the question is already answered.
Step 3 — Check for a Pythagorean triplet. Any time you see two sides of a right triangle, scan for 3-4-5, 5-12-13, 8-15-17 before computing. This alone saves 20-30 seconds per question.
Step 4 — Verify with the options. If your answer matches exactly one option and is a clean number, commit. If two options are close, recheck the constraint application — you probably applied it to the wrong segment or used the full diagonal instead of half.
Never draw a full diagram for a straightforward theorem application — a small sketch marking the key lengths is enough and faster.
Why this question: Tests whether you know the interior/exterior angle formula and can express their ratio in simplified form — a common polygon question type in CDS.
Solving path: Interior angle = (n-2)×180/n. Exterior angle = 360/n. Ratio = [(n-2)×180/n] / [360/n] = (n-2)×180/360 = (n-2)/2. Answer: option C.
Why this question: Classic Pythagoras + area — recognise the 15-20-25 triplet (scaled 3-4-5) and the calculation becomes trivial.
Solving path: Diagonal = 25, one side = 15. Other side: √(25² - 15²) = √(625 - 225) = √400 = 20. Recognise 15-20-25 as 3-4-5 scaled by 5 — no square root needed once you see it. Area = 15 × 20 = 300 cm².
Why this question: Tests the hexagon-in-circle result. If you know "regular hexagon = 6 equilateral triangles with side = radius", this is one substitution.
Solving path: Side of each equilateral triangle = radius = 10 cm. Area of one = (√3/4) × 100 = 25√3. Total = 6 × 25√3 = 150√3 cm².
Why this question: Direct test of the similarity area-perimeter relationship. Many candidates try to find actual side lengths — unnecessary.
Solving path: Area ratio = 16:25. Side ratio = √16 : √25 = 4:5. Perimeter of larger = 40 × (5/4) = 50 cm.
Why this question: Centroid area result — tests whether you know the six-equal-triangles property versus just the 2:1 ratio.
Solving path: Medians divide triangle into 6 equal areas. Each = 60/6 = 10 cm². Triangle BGC = 2 such triangles (the two touching side BC at the centroid) = 20 cm². Alternatively: area of BGC = (1/3) × 60 = 20 cm².
Why this question: Intersecting chords theorem — pure formula application.
Solving path: AP × PB = CP × PD → 4 × 9 = 6 × PD → PD = 36/6 = 6 cm.
Why this question: Cone-cylinder volume ratio — tests whether you know the (1/3) relationship without computing πr²h.
Solving path: Volume of cone = (1/3) × volume of cylinder = (1/3) × 300 = 100 cm³. No further computation needed.
Why this question: Rhombus diagonal-to-side conversion using Pythagoras — tests triplet recognition.
Solving path: Half-diagonals = 12 and 5. Recognise 5-12-13 triplet → side = 13 cm. Perimeter = 4 × 13 = 52 cm.
Using full diagonal instead of half in rhombus/rectangle problems. The Pythagoras theorem applies to the half-diagonals from the centre in a rhombus, not the full diagonals. Mixing these up gives a side of 26 instead of 13 — always appears as a wrong option.
Confusing area ratio with perimeter ratio in similar triangles. If area ratio is 4:9, the perimeter ratio is 2:3, not 4:9. Exam setters always include the option where you use the area ratio directly for perimeters. Don't fall for it.
Applying the centroid 2:1 ratio to area instead of the six-triangles result. The 2:1 ratio applies to median lengths, not areas. For areas, use the six-equal-triangles property. These are different facts, and confusing them gives a wrong area split.
Forgetting that AP × PB = CP × PD applies only when chords intersect inside the circle. For an external point with two secants, the formula changes. Check whether the intersection point P is inside or outside before applying the formula.
Treating cone volume as equal to cylinder volume. The factor of (1/3) is frequently missed under time pressure. Volume of cone = one-third the cylinder (same base and height), not equal. The option 300 cm³ is always present to catch this error.
Not simplifying the interior:exterior ratio correctly. The formula gives (n-2)/2, not (n-2) or n/2. A common error is writing (n-2)×180°/360° and then stopping without simplifying — which still gives the right answer numerically but creates confusion when matching options.