Orchids Logo

Writing Geometric Proofs

Class 9Triangles

A geometric proof is a logical argument that uses definitions, axioms, postulates, and previously proven theorems to establish that a geometric statement is true.


In Class 9, students learn to write structured proofs using the Given → To Prove → Construction → Proof format. The most common tools are congruence rules (SSS, SAS, ASA, RHS) and properties of parallel lines and triangles.


Writing proofs develops logical reasoning skills that are essential not just for geometry but for all areas of mathematics.

What is Writing Geometric Proofs?

Format of a Geometric Proof:

  • Given: State all known information from the problem.
  • To Prove: State exactly what needs to be proven.
  • Construction: Draw any additional lines or points needed.
  • Proof: Write a step-by-step logical argument. Each step must have a reason.

Common Reasons in Proofs:

Writing Geometric Proofs Formula

Congruence Rules (Primary Proof Tools):


  • SSS: All three sides equal.
  • SAS: Two sides and included angle equal.
  • ASA: Two angles and included side equal.
  • AAS: Two angles and a non-included side equal.
  • RHS: Hypotenuse and one side of right triangles equal.

CPCT: If two triangles are congruent, all their corresponding parts (sides and angles) are equal.

Derivation and Proof

Steps to Write a Proof:

  1. Read the problem carefully. Identify what is given and what needs to be proved.
  2. Draw a clear diagram. Label all points, angles, and sides.
  3. Plan the proof. Decide which triangles to prove congruent and which rule to use.
  4. Write the Given and To Prove statements.
  5. Add Construction if needed (drawing extra lines or points).
  6. Write each step with a reason. No step should be unjustified.
  7. End with the conclusion. State "Hence proved."

Types and Properties

Types of Geometric Proofs in Class 9:


1. Triangle Congruence Proofs

  • Prove two triangles congruent, then use CPCT for the required result.

2. Parallel Lines Proofs


3. Circle Theorem Proofs


4. Area-Based Proofs

  • Prove equal areas using same base and height.

Solved Examples

Example 1: Example 1: Prove sides equal using congruence

Given: In △ABC, ∠B = ∠C.

To Prove: AB = AC.

Construction: Draw AD ⊥ BC.

Proof:

  1. In △ABD and △ACD:
  2. ∠ADB = ∠ADC = 90° (construction)
  3. ∠B = ∠C (given)
  4. AD = AD (common)
  5. △ABD ≅ △ACD (AAS rule)
  6. AB = AC (CPCT)

Hence proved.

Example 2: Example 2: Prove diagonals bisect each other in a parallelogram

Given: ABCD is a parallelogram. Diagonals AC and BD intersect at O.

To Prove: OA = OC and OB = OD.

Proof:

  1. In △AOB and △COD:
  2. AB = CD (opposite sides of parallelogram)
  3. ∠OAB = ∠OCD (alternate angles, AB ∥ CD)
  4. ∠OBA = ∠ODC (alternate angles, AB ∥ CD)
  5. △AOB ≅ △COD (ASA rule)
  6. OA = OC and OB = OD (CPCT)

Hence proved.

Example 3: Example 3: Two-column proof format

Given: △PQR with PQ = PR. M is midpoint of QR.

To Prove: PM ⊥ QR.

Proof:

  • PQ = PR (given) | Given
  • QM = MR (M is midpoint) | Given
  • PM = PM | Common side
  • △PQM ≅ △PRM | SSS rule
  • ∠PMQ = ∠PMR | CPCT
  • ∠PMQ + ∠PMR = 180° | Linear pair
  • 2∠PMQ = 180°, so ∠PMQ = 90° | Algebra
  • PM ⊥ QR | Definition of perpendicular

Hence proved.

Example 4: Example 4: Prove angles equal using parallel lines

Given: AB ∥ CD. PQ is a transversal.

To Prove: ∠APQ = ∠PQD (alternate interior angles).

Proof:

  1. ∠APQ + ∠QPB = 180° (linear pair)
  2. ∠PQD + ∠QPB = 180° (co-interior angles, AB ∥ CD)
  3. From (1) and (2): ∠APQ = ∠PQD.

Hence proved.

Example 5: Example 5: Prove using the midpoint theorem

Given: In △ABC, D and E are midpoints of AB and AC.

To Prove: DE ∥ BC and DE = ½BC.

Construction: Extend DE to F such that EF = DE. Join CF.

Proof:

  1. In △ADE and △CFE: AE = CE (E is midpoint), DE = EF (construction), ∠AED = ∠CEF (vertically opposite).
  2. △ADE ≅ △CFE (SAS). So AD = CF and ∠ADE = ∠CFE.
  3. AD = DB (D is midpoint), so CF = DB.
  4. ∠ADE = ∠CFE means AD ∥ CF. So DB ∥ CF.
  5. DBCF is a parallelogram (DB = CF and DB ∥ CF).
  6. DF ∥ BC and DF = BC. Since DE = ½DF, DE = ½BC.

Hence proved.

Example 6: Example 6: Identify the error in a proof

Problem: A student writes: "AB = CD (given). ∠A = ∠C (given). Therefore △ABD ≅ △CDB." Is this correct?


Answer: Incorrect. The student has only one side and one angle. A congruence rule needs at least three pieces of information (SSS needs 3 sides, SAS needs 2 sides + included angle, etc.). The proof is incomplete.

Example 7: Example 7: Prove exterior angle property

Given: △ABC with BC produced to D.

To Prove: ∠ACD = ∠A + ∠B.

Proof:

  1. ∠ACD + ∠ACB = 180° (linear pair)
  2. ∠A + ∠B + ∠ACB = 180° (angle sum of triangle)
  3. From (1): ∠ACB = 180° − ∠ACD
  4. Substituting in (2): ∠A + ∠B + 180° − ∠ACD = 180°
  5. ∠ACD = ∠A + ∠B

Hence proved.

Example 8: Example 8: Prove angles in same segment are equal

Given: Points A, B, C, D on a circle. AB is a chord.

To Prove: ∠ACB = ∠ADB (angles in the same segment).

Proof:

  1. ∠AOB = 2∠ACB (angle at centre = 2 × angle at circumference)
  2. ∠AOB = 2∠ADB (same reason)
  3. Therefore ∠ACB = ∠ADB.

Hence proved.

Real-World Applications

Applications:


  • Architecture: Structural proofs ensure that designs are geometrically sound.
  • Engineering: Proof-based reasoning validates mechanical and civil engineering designs.
  • Computer Science: Program verification uses proof-like reasoning.
  • Critical Thinking: Proof writing develops logical reasoning applicable to all disciplines.

Key Points to Remember

  • Every proof follows: Given → To Prove → Construction → Proof.
  • Every step must have a reason (given, theorem, axiom, CPCT, etc.).
  • Congruence rules (SSS, SAS, ASA, RHS) are the main tools.
  • CPCT (Corresponding Parts of Congruent Triangles) gives additional equalities after congruence is established.
  • Two-column proofs list steps and reasons side by side.
  • Always end with "Hence proved."
  • Draw a clear, labelled diagram before starting.
  • This format is used throughout NCERT Class 9 geometry.

Practice Problems

  1. Prove that in an isosceles triangle, the altitude from the vertex bisects the base.
  2. Prove that opposite sides of a parallelogram are equal.
  3. Prove that the angle subtended by a diameter at any point on the circle is 90°.
  4. Prove that if the diagonals of a quadrilateral bisect each other, it is a parallelogram.
  5. Write a two-column proof that vertically opposite angles are equal.
  6. Prove that equal chords of a circle subtend equal angles at the centre.

Frequently Asked Questions

Q1. What is a geometric proof?

A logical argument using definitions, axioms, and theorems to establish that a geometric statement is true.

Q2. What format should a proof follow?

Given → To Prove → Construction (if needed) → Proof (step-by-step with reasons) → Hence proved.

Q3. What is CPCT?

Corresponding Parts of Congruent Triangles. Once triangles are proved congruent, all corresponding sides and angles are equal.

Q4. What are the congruence rules?

SSS (3 sides), SAS (2 sides + included angle), ASA (2 angles + included side), AAS (2 angles + non-included side), RHS (hypotenuse + one side in right triangles).

Q5. Is construction always needed?

No. Construction is only needed when extra lines or points must be drawn to complete the proof.

Q6. Is proof writing important for CBSE exams?

Yes. Proof-based questions carry significant marks in CBSE Class 9 and 10 mathematics exams.

We are also listed in