Cyclic Quadrilaterals & Angle-Chasing
A quadrilateral is cyclic when all four vertices lie on a single circle. Key facts:
- Opposite angles sum to 180°: if ABCD is cyclic, ∠A + ∠C = 180°, ∠B + ∠D = 180°.
- Equal subtended angles: angles subtended by the same chord are equal.
- Ptolemy's theorem for side lengths (useful in coordinate problems).
Worked problem — angle-chasing
Given cyclic quadrilateral ABCD with ∠A = 70° and ∠B = 80°. Find ∠C and ∠D.
- If ∠A = 55°, what is ∠C? (A) 125° (B) 135° (C) 115°
- True/False: Angles subtended by the same chord are equal.
Similar Triangles & Ratio Proofs
Triangles are similar if they have equal corresponding angles (AAA), or sides in proportion with equal included angles (SAS). Use similarity to deduce side ratios and lengths.
Worked problem — ratio proof
In triangle ABC, a line through A parallel to BC meets AB at D and AC at E. Prove triangles ADE and ABC are similar and find ratio AD/AB.
AD/AB = AE/AC = DE/BC. So AD/AB = AE/AC. If AD splits AB at ratio t, you can solve with given numbers.- Two triangles have corresponding sides in ratio 3:5 and one included angle equal. Are they similar? (Yes/No)
- If triangles are similar and a side ratio is 2:3, area ratio is ? (A) 4:9 (B) 2:3 (C) 8:27
Coordinate Geometry Proofs using Vectors
Vectors provide a clean coordinate approach: use vector addition, dot product, and cross product to prove perpendicularity, collinearity, and length relations.
Tool: Quick vector calculator
Enter coordinates for points P(x1,y1), Q(x2,y2), R(x3,y3) to check collinearity or compute the equation of line QR.
Enter coordinates and click a button to see results.
Worked problem — perpendicular bisector (vector proof)
Show that set of points equidistant from A(1,2) and B(5,6) lie on the perpendicular bisector. We use vectors: (x−A)·(x−A) = (x−B)·(x−B), expand → linear equation for line.
4x + 4y = 24 simplifying to x + y = 6 (line). Points satisfying this are the perpendicular bisector.- Dot product zero ⇒ ? (A) parallel (B) perpendicular (C) same length
- Collinear vectors u and v satisfy v = k u for some scalar k. True/False?
Complex Locus Problems
Locus problems ask for set of points satisfying geometric conditions — e.g., equidistant sets, loci formed by angle constraints, circles of Apollonius.
Worked example — locus equidistant from two points
Find locus of points P(x,y) such that PA = PB for A(2,1), B(8,5).
3x + 3y = 15 → line.Interactive locus illustration (perp bisector)
- Apollonius circle is locus of points with constant ratio of distances to two fixed points. True/False?
- For a fixed chord, midpoint of arc is locus of points equidistant from the chord endpoints. (Yes/No)
Advanced Constructions — Step-by-step Compass & Straightedge
We include annotated SVGs showing classic constructions with step lists.
Construct: Perpendicular bisector of segment AB
- Draw segment AB.
- With centre A and radius > AB/2 draw arc; repeat with centre B same radius.
- Label intersections of arcs as P and Q.
- Join P and Q; PQ is perpendicular bisector of AB.
Worked construction explanation
The two arcs intersect at two points equidistant from A and B; joining them gives the perpendicular bisector because those points are equidistant from A and B.
Advanced: Construct tangent to a circle from external point P
- Join P to centre O. Find midpoint M of OP.
- With centre M draw circle radius MO — it intersects original circle at T1 and T2.
- Join P to T1 (or T2) — PT1 is tangent (right angle at point of contact).
- True/False: Tangent is perpendicular to radius at point of contact.
- Is the construction above using the fact that PT^2 = PO^2 − r^2? (Yes/No)
Full Exam — 6 Questions (60 marks)
Timed exam-style practice. Each question includes suggested mark allocation. Use scratch work and show steps.
| Q | Topic | Task | Marks |
|---|---|---|---|
| 1 | Cyclic quadrilateral | Prove ABCD is cyclic given ∠A + ∠C = 180°; then compute missing angles if ∠A = 72°, ∠B = 68°. Show steps. | 10 |
| 2 | Similar triangles | In triangle ABC, DE ∥ BC; given AB = 12, AD = 4, AC = 15. Find AE and DE. Show ratio proof. | 10 |
| 3 | Coordinate / vectors | Using vectors, prove that triangle with points P(0,0), Q(4,0), R(4,3) is right-angled. Compute vectors and dot product. | 8 |
| 4 | Locus | Find locus of points P such that PA:PB = 2:1 where A(0,0), B(6,0). Identify type of locus and equation. | 8 |
| 5 | Construction | Construct perpendicular bisector of AB (diagram & steps). Mark key points and justify. | 8 |
| 6 | Advanced circle-chord | Prove that the angle between a tangent and chord equals angle in opposite arc (apply to numeric example). | 16 |
| Total | 60 | ||
Extra Worked Problems
1) Advanced circle-chord problem
Given circle with chord AB and point C on circle such that AC = 8, BC = 6, and angle ACB = 60°. Find arc measure or radius — use extended law of sines or chord formula.
2) Locus with angle condition (complex)
Find locus of points P such that ∠APB = 30° for fixed A and B. The locus is an arc of a circle (two symmetric arcs) — construct using circle geometry (circumcircle of isosceles triangle with vertex angle 30°).
3) Coordinate geometry proof using vectors (worked)
Prove that medians in triangle meet at centroid G which divides medians 2:1. Use coordinates A(0,0), B(b,0), C(0,c). Compute midpoints and equations; intersection gives G = ((b/3),(c/3)).