Skip to main content

Geometries — Diagnostic Tests

Unit Tests

Tests edge cases, boundary conditions, and common misconceptions for geometries.

UT-1: Circle Theorems — Angle at Centre

Question:

In the figure, AA, BB, CC are points on a circle with centre OO. If ABC=35°\angle ABC = 35° and BAC=70°\angle BAC = 70°, find AOC\angle AOC.

Solution:

The angle at the centre is twice the angle at the circumference subtended by the same arc.

ABC=35°\angle ABC = 35° is subtended by arc ACAC.

AOC=2×ABC=2×35°=70°\angle AOC = 2 \times \angle ABC = 2 \times 35° = 70°.

Alternatively, in triangle ABCABC: ACB=180°35°70°=75°\angle ACB = 180° - 35° - 70° = 75°.

AOC\angle AOC subtended by arc ABCABC (the major arc) =2×75°=150°= 2 \times 75° = 150°.

Since AOC\angle AOC on the minor arc ACAC plus the reflex angle =360°= 360°:

Minor AOC=2×35°=70°\angle AOC = 2 \times 35° = 70°.

A common mistake is confusing which arc the angle subtends. ABC\angle ABC subtends arc ACAC (not containing BB), so the angle at the centre is 70°70°.


UT-2: Tangent-Radius Perpendicularity

Question:

TATA and TBTB are tangents to a circle with centre OO, touching the circle at AA and BB respectively. If ATB=50°\angle ATB = 50°, find AOB\angle AOB.

Solution:

OATAOA \perp TA and OBTBOB \perp TB (tangent perpendicular to radius).

In quadrilateral OATBOATB: OAT=OBT=90°\angle OAT = \angle OBT = 90°.

AOB=360°90°90°50°=130°\angle AOB = 360° - 90° - 90° - 50° = 130°


UT-3: Cyclic Quadrilateral Properties

Question:

ABCDABCD is a cyclic quadrilateral with A=110°\angle A = 110° and C=2B\angle C = 2\angle B. Find B\angle B and D\angle D.

Solution:

In a cyclic quadrilateral, opposite angles sum to 180°180°:

A+C=180°    110°+2B=180°    2B=70°    B=35°\angle A + \angle C = 180° \implies 110° + 2\angle B = 180° \implies 2\angle B = 70° \implies \angle B = 35°.

B+D=180°    D=145°\angle B + \angle D = 180° \implies \angle D = 145°.


UT-4: Vector Geometry — Collinearity

Question:

Let OA={a}\vec{OA} = \mathbf{'\{'}a{'\}'}, OB={b}\vec{OB} = \mathbf{'\{'}b{'\}'}. Point PP divides ABAB in the ratio 2:12:1 and point QQ divides ABAB in the ratio 3:23:2. Express PQ\vec{PQ} in terms of {a}\mathbf{'\{'}a{'\}'} and {b}\mathbf{'\{'}b{'\}'}.

Solution:

AB={b}{a}\vec{AB} = \mathbf{'\{'}b{'\}'} - \mathbf{'\{'}a{'\}'}.

PP divides ABAB in ratio 2:12:1 (i.e. AP:PB=2:1AP:PB = 2:1):

OP=OA+23AB={a}+23({b}{a})=13{a}+23{b}\vec{OP} = \vec{OA} + \frac{2}{3}\vec{AB} = \mathbf{'\{'}a{'\}'} + \frac{2}{3}(\mathbf{'\{'}b{'\}'} - \mathbf{'\{'}a{'\}'}) = \frac{1}{3}\mathbf{'\{'}a{'\}'} + \frac{2}{3}\mathbf{'\{'}b{'\}'}

QQ divides ABAB in ratio 3:23:2 (i.e. AQ:QB=3:2AQ:QB = 3:2):

OQ=OA+35AB={a}+35({b}{a})=25{a}+35{b}\vec{OQ} = \vec{OA} + \frac{3}{5}\vec{AB} = \mathbf{'\{'}a{'\}'} + \frac{3}{5}(\mathbf{'\{'}b{'\}'} - \mathbf{'\{'}a{'\}'}) = \frac{2}{5}\mathbf{'\{'}a{'\}'} + \frac{3}{5}\mathbf{'\{'}b{'\}'}

PQ=OQOP=(2513){a}+(3523){b}=115{a}115{b}=115({a}{b})\vec{PQ} = \vec{OQ} - \vec{OP} = \left(\frac{2}{5} - \frac{1}{3}\right)\mathbf{'\{'}a{'\}'} + \left(\frac{3}{5} - \frac{2}{3}\right)\mathbf{'\{'}b{'\}'} = \frac{1}{15}\mathbf{'\{'}a{'\}'} - \frac{1}{15}\mathbf{'\{'}b{'\}'} = \frac{1}{15}(\mathbf{'\{'}a{'\}'} - \mathbf{'\{'}b{'\}'})


UT-5: Coordinate Proof Using Algebra

Question:

Use coordinate geometry to prove that the midpoint of the hypotenuse of a right-angled triangle is equidistant from all three vertices.

Solution:

Place the right angle at the origin, with the legs along the axes.

Let A=(0,0)A = (0, 0), B=(2a,0)B = (2a, 0), C=(0,2b)C = (0, 2b).

Right angle at AA, hypotenuse is BCBC.

Midpoint MM of BCBC: (2a+02,  0+2b2)=(a,  b)\left(\dfrac{2a + 0}{2},\; \dfrac{0 + 2b}{2}\right) = (a,\; b).

MA=a2+b2MA = \sqrt{a^2 + b^2}.

MB=(a2a)2+(b0)2=a2+b2MB = \sqrt{(a - 2a)^2 + (b - 0)^2} = \sqrt{a^2 + b^2}.

MC=(a0)2+(b2b)2=a2+b2MC = \sqrt{(a - 0)^2 + (b - 2b)^2} = \sqrt{a^2 + b^2}.

Since MA=MB=MCMA = MB = MC, the midpoint of the hypotenuse is equidistant from all three vertices.


Integration Tests

Tests synthesis of geometries with other topics.

IT-1: Geometries and Trigonometry (with Trigonometry)

Question:

In triangle ABCABC, AB=10AB = 10 cm, BC=8BC = 8 cm, CA=6CA = 6 cm. Find the radius of the circumscribed circle.

Solution:

First check it is a right triangle: 62+82=36+64=100=1026^2 + 8^2 = 36 + 64 = 100 = 10^2. Yes, right angle at CC.

In a right triangle, the hypotenuse is the diameter of the circumscribed circle.

Radius =AB2=102=5= \dfrac{AB}{2} = \dfrac{10}{2} = 5 cm.


IT-2: Geometries and Vectors (with Coordinate Geometry)

Question:

The position vectors of AA and BB are {a}=2{i}+3{j}\mathbf{'\{'}a{'\}'} = 2\mathbf{'\{'}i{'\}'} + 3\mathbf{'\{'}j{'\}'} and {b}=8{i}{j}\mathbf{'\{'}b{'\}'} = 8\mathbf{'\{'}i{'\}'} - \mathbf{'\{'}j{'\}'}. Point CC has position vector {c}=4{i}+7{j}\mathbf{'\{'}c{'\}'} = 4\mathbf{'\{'}i{'\}'} + 7\mathbf{'\{'}j{'\}'}. Prove that AA, BB, CC form an isosceles triangle.

Solution:

AB={b}{a}=6{i}4{j}\vec{AB} = \mathbf{'\{'}b{'\}'} - \mathbf{'\{'}a{'\}'} = 6\mathbf{'\{'}i{'\}'} - 4\mathbf{'\{'}j{'\}'}

AB=36+16=52=213|\vec{AB}| = \sqrt{36 + 16} = \sqrt{52} = 2\sqrt{13}

AC={c}{a}=2{i}+4{j}\vec{AC} = \mathbf{'\{'}c{'\}'} - \mathbf{'\{'}a{'\}'} = 2\mathbf{'\{'}i{'\}'} + 4\mathbf{'\{'}j{'\}'}

AC=4+16=20=25|\vec{AC}| = \sqrt{4 + 16} = \sqrt{20} = 2\sqrt{5}

BC={c}{b}=4{i}+8{j}\vec{BC} = \mathbf{'\{'}c{'\}'} - \mathbf{'\{'}b{'\}'} = -4\mathbf{'\{'}i{'\}'} + 8\mathbf{'\{'}j{'\}'}

BC=16+64=80=45|\vec{BC}| = \sqrt{16 + 64} = \sqrt{80} = 4\sqrt{5}

AB=213|\vec{AB}| = 2\sqrt{13}, AC=25|\vec{AC}| = 2\sqrt{5}, BC=45|\vec{BC}| = 4\sqrt{5}.

None are equal, so this is not isosceles. Verifying: AC2+BC2=20+80=10052=AB2|\vec{AC}|^2 + |\vec{BC}|^2 = 20 + 80 = 100 \neq 52 = |\vec{AB}|^2, confirming it is also not right-angled. The triangle is scalene.

Key takeaway: Always compute and verify rather than assuming geometric properties.


IT-3: Geometries and Algebra (with Polynomials)

Question:

The points (1,2)(1, 2), (3,6)(3, 6), and (k,10)(k, 10) are collinear. Find kk.

Solution:

Collinearity means equal slopes:

6231=106k3\frac{6 - 2}{3 - 1} = \frac{10 - 6}{k - 3}

42=4k3\frac{4}{2} = \frac{4}{k - 3}

2=4k32 = \frac{4}{k - 3}

k3=2    k=5k - 3 = 2 \implies k = 5


Worked Examples

WE-1: Angle Between Tangent and Chord

Question:

TATA is a tangent to a circle at AA. ABAB is a chord of the circle. If BAT=42°\angle BAT = 42°, find the angle in the alternate segment, i.e. the angle subtended by chord ABAB in the opposite segment.

Solution:

The angle between a tangent and a chord through the point of contact equals the angle in the alternate segment.

Therefore the angle in the alternate segment =42°= 42°.

If CC is any point on the circle on the opposite side of ABAB from TT, then ACB=42°\angle ACB = 42°.

DSE Exam Technique: When stating circle theorems, name the theorem explicitly. The HKEAA requires you to cite the specific theorem being used, e.g. "By the alternate segment theorem."


WE-2: Chord Length from Central Angle

Question:

A circle has radius r=10r = 10 cm. A chord subtends a central angle of 120°120°. Find the length of the chord.

Solution:

Let the chord be ABAB with centre OO. Then AOB=120°\angle AOB = 120° and OA=OB=10OA = OB = 10 cm.

Drop the perpendicular from OO to ABAB, meeting at MM.

Since OMOM bisects AOB\angle AOB: AOM=60°\angle AOM = 60°.

AM=OAsin60°=10×32=53AM = OA \sin 60° = 10 \times \frac{\sqrt{3}}{2} = 5\sqrt{3}

AB=2×AM=103 cmAB = 2 \times AM = 10\sqrt{3} \text{ cm}


WE-3: Proving Cyclic Quadrilateral

Question:

In triangle ABCABC, DD is a point on BCBC such that ADAD bisects BAC\angle BAC. If AD=ABAD = AB, prove that ABCDABCD is a cyclic quadrilateral.

Solution:

Since AD=ABAD = AB, triangle ABDABD is isosceles with ABD=ADB\angle ABD = \angle ADB. ... (1)

Since ADAD bisects BAC\angle BAC: BAD=CAD\angle BAD = \angle CAD. ... (2)

The exterior angle of triangle ABDABD at DD: ADB+BAD+ABD=180°\angle ADB + \angle BAD + \angle ABD = 180°.

In triangle ADCADC: CAD+ADC+ACD=180°\angle CAD + \angle ADC + \angle ACD = 180°.

Using ADB=ABD\angle ADB = \angle ABD from (1) and BAD=CAD\angle BAD = \angle CAD from (2):

ABD+CAD+ABD=180°\angle ABD + \angle CAD + \angle ABD = 180° and CAD+ADC+ACD=180°\angle CAD + \angle ADC + \angle ACD = 180°.

Also ADB+ADC=180°\angle ADB + \angle ADC = 180° (angles on a straight line), so ABD+ADC=180°\angle ABD + \angle ADC = 180°.

Since ABD+ACD=180°\angle ABD + \angle ACD = 180° (from the two triangle angle sums), we have ADC=ACD\angle ADC = \angle ACD, meaning... Let us reconsider.

From the isosceles triangle: ABD=ADB\angle ABD = \angle ADB.

In triangle ABCABC: ABC=ABD=ADB\angle ABC = \angle ABD = \angle ADB.

Since ADB\angle ADB and ADC\angle ADC are supplementary (straight line): ADB+ADC=180°\angle ADB + \angle ADC = 180°.

So ABC+ADC=180°\angle ABC + \angle ADC = 180°.

Therefore ABCDABCD is a cyclic quadrilateral (opposite angles are supplementary).


WE-4: Intersecting Chords

Question:

Two chords ABAB and CDCD of a circle intersect at PP inside the circle. Given that AP=4AP = 4 cm, PB=6PB = 6 cm, and CP=3CP = 3 cm, find PDPD.

Solution:

By the intersecting chords theorem: AP×PB=CP×PDAP \times PB = CP \times PD.

4×6=3×PD4 \times 6 = 3 \times PD

PD=243=8 cmPD = \frac{24}{3} = 8 \text{ cm}


WE-5: Area of Sector and Segment

Question:

A sector of a circle with radius 88 cm and central angle 135°135° is drawn. Find:

(a) The area of the sector. (b) The area of the segment (the region between the chord and the arc).

Solution:

(a) Area of sector =θ360°×πr2=135°360°×π×64=38×64π=24π= \dfrac{\theta}{360°} \times \pi r^2 = \dfrac{135°}{360°} \times \pi \times 64 = \dfrac{3}{8} \times 64\pi = 24\pi cm2^2.

(b) The triangle formed by the two radii and the chord:

Area of triangle=12×8×8×sin135°=32×22=162 cm2\text{Area of triangle} = \frac{1}{2} \times 8 \times 8 \times \sin 135° = 32 \times \frac{\sqrt{2}}{2} = 16\sqrt{2} \text{ cm}^2

Area of segment=24π162 cm2\text{Area of segment} = 24\pi - 16\sqrt{2} \text{ cm}^2


WE-6: Vector Proof of Midpoint

Question:

In triangle ABCABC, let DD be the midpoint of BCBC. Using vectors, prove that AD=12(AB+AC)\vec{AD} = \dfrac{1}{2}(\vec{AB} + \vec{AC}).

Solution:

AD=AB+BD\vec{AD} = \vec{AB} + \vec{BD}

Since DD is the midpoint of BCBC: BD=12BC\vec{BD} = \dfrac{1}{2}\vec{BC}.

BC=BA+AC=AB+AC\vec{BC} = \vec{BA} + \vec{AC} = -\vec{AB} + \vec{AC}

Therefore:

AD=AB+12(AB+AC)=AB12AB+12AC=12AB+12AC=12(AB+AC)\vec{AD} = \vec{AB} + \frac{1}{2}(-\vec{AB} + \vec{AC}) = \vec{AB} - \frac{1}{2}\vec{AB} + \frac{1}{2}\vec{AC} = \frac{1}{2}\vec{AB} + \frac{1}{2}\vec{AC} = \frac{1}{2}(\vec{AB} + \vec{AC})


WE-7: Finding the Centre of a Circle Through Three Points

Question:

Find the equation of the circle passing through the points (0,0)(0, 0), (4,0)(4, 0), and (0,6)(0, 6).

Solution:

Let the circle have equation x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0.

Substituting (0,0)(0, 0): F=0F = 0.

Substituting (4,0)(4, 0): 16+4D=0    D=416 + 4D = 0 \implies D = -4.

Substituting (0,6)(0, 6): 36+6E=0    E=636 + 6E = 0 \implies E = -6.

Equation: x2+y24x6y=0x^2 + y^2 - 4x - 6y = 0.

Completing the square: (x2)2+(y3)2=4+9=13(x - 2)^2 + (y - 3)^2 = 4 + 9 = 13.

Centre: (2,3)(2, 3), Radius: 13\sqrt{13}.


WE-8: Parallel Lines and Transversal Angles

Question:

In the figure, ABCDAB \parallel CD. EFEF is a transversal cutting ABAB at GG and CDCD at HH. If EGB=3x+10°\angle EGB = 3x + 10° and CHG=5x30°\angle CHG = 5x - 30°, find xx.

Solution:

Since ABCDAB \parallel CD and EFEF is a transversal, EGB\angle EGB and CHG\angle CHG are supplementary (interior angles on the same side of the transversal).

EGB+CHG=180°\angle EGB + \angle CHG = 180°

(3x+10°)+(5x30°)=180°(3x + 10°) + (5x - 30°) = 180°

8x20°=180°8x - 20° = 180°

8x=200°8x = 200°

x=25°x = 25°


Common Pitfalls

  1. Confusing the angle at the centre with the angle at the circumference. The angle at the centre is twice the angle at the circumference, but only when they subtend the same arc. Identifying the correct arc is essential. A common DSE error is using the wrong arc.

  2. Assuming the tangent is perpendicular to the chord. The tangent is perpendicular to the radius at the point of contact, not to the chord. The perpendicular from the centre to a chord bisects the chord, but this is a different property.

  3. Forgetting that cyclic quadrilateral conditions work both ways. If opposite angles sum to 180°180°, then the quadrilateral is cyclic. But you can also use this property in reverse: if you know a quadrilateral is cyclic, you can conclude that opposite angles sum to 180°180°.

  4. Incorrect vector notation in geometry proofs. When writing vector proofs, always use position vectors (e.g. OA\vec{OA}, OB\vec{OB}) or clearly define your notation. Mixing free vectors and position vectors leads to sign errors.

  5. Not rationalising the denominator in coordinate geometry answers. In DSE, answers involving surds should have rationalised denominators. For example, write 12\dfrac{1}{\sqrt{2}} as 22\dfrac{\sqrt{2}}{2}.


DSE Exam-Style Questions

DSE-1

ABCDABCD is a cyclic quadrilateral with AB=ACAB = AC and ADAD produced to EE such that CECE is a tangent to the circle at CC.

(a) Prove that ABC=ACE\angle ABC = \angle ACE. (3 marks) (b) If BAC=50°\angle BAC = 50° and ABC=65°\angle ABC = 65°, find ADC\angle ADC. (3 marks)

Solution:

(a) Since ABCDABCD is cyclic: ABC+ADC=180°\angle ABC + \angle ADC = 180°.

The angle between tangent CECE and chord ACAC equals the angle in the alternate segment:

ACE=ABC\angle ACE = \angle ABC. (This is the alternate segment theorem.)

(b) ABC=65°\angle ABC = 65° (given).

In triangle ABCABC: BCA=180°50°65°=65°\angle BCA = 180° - 50° - 65° = 65°.

Since ABCDABCD is cyclic: ADC=180°ABC=180°65°=115°\angle ADC = 180° - \angle ABC = 180° - 65° = 115°.


DSE-2

The vertices of triangle ABCABC are A(1,2)A(1, 2), B(5,4)B(5, 4), and C(3,8)C(3, 8).

(a) Find the equation of the perpendicular bisector of ABAB. (4 marks) (b) The perpendicular bisector of ABAB meets the perpendicular bisector of ACAC at point OO. Find the coordinates of OO, the circumcentre of triangle ABCABC. (4 marks) (c) Find the radius of the circumcircle. (2 marks)

Solution:

(a) Midpoint of ABAB: M=(1+52,  2+42)=(3,3)M = \left(\dfrac{1+5}{2},\; \dfrac{2+4}{2}\right) = (3, 3).

Slope of ABAB: mAB=4251=12m_{AB} = \dfrac{4 - 2}{5 - 1} = \dfrac{1}{2}.

Slope of perpendicular bisector: m=2m = -2.

Equation: y3=2(x3)    y=2x+9y - 3 = -2(x - 3) \implies y = -2x + 9.

(b) Midpoint of ACAC: N=(1+32,  2+82)=(2,5)N = \left(\dfrac{1+3}{2},\; \dfrac{2+8}{2}\right) = (2, 5).

Slope of ACAC: mAC=8231=3m_{AC} = \dfrac{8 - 2}{3 - 1} = 3.

Slope of perpendicular bisector of ACAC: m=13m = -\dfrac{1}{3}.

Equation: y5=13(x2)    y=13x+173y - 5 = -\dfrac{1}{3}(x - 2) \implies y = -\dfrac{1}{3}x + \dfrac{17}{3}.

Intersection: 2x+9=13x+173-2x + 9 = -\dfrac{1}{3}x + \dfrac{17}{3}.

6x+27=x+17    5x=10    x=2-6x + 27 = -x + 17 \implies -5x = -10 \implies x = 2.

y=2(2)+9=5y = -2(2) + 9 = 5.

Circumcentre: O=(2,5)O = (2, 5).

(c) Radius =OA=(21)2+(52)2=1+9=10= OA = \sqrt{(2-1)^2 + (5-2)^2} = \sqrt{1 + 9} = \sqrt{10}.


DSE-3

In triangle PQRPQR, PQ=7PQ = 7 cm, PR=5PR = 5 cm, and QPR=60°\angle QPR = 60°.

(a) Find QRQR. (3 marks) (b) Find the area of triangle PQRPQR. (2 marks) (c) Find the length of the perpendicular from PP to QRQR. (2 marks)

Solution:

(a) By the cosine rule:

QR2=PQ2+PR22PQPRcos60°=49+252×7×5×12=7435=39QR^2 = PQ^2 + PR^2 - 2 \cdot PQ \cdot PR \cdot \cos 60° = 49 + 25 - 2 \times 7 \times 5 \times \frac{1}{2} = 74 - 35 = 39

QR=39 cmQR = \sqrt{39} \text{ cm}

(b) Area =12×PQ×PR×sin60°=12×7×5×32=3534= \dfrac{1}{2} \times PQ \times PR \times \sin 60° = \dfrac{1}{2} \times 7 \times 5 \times \dfrac{\sqrt{3}}{2} = \dfrac{35\sqrt{3}}{4} cm2^2.

(c) Area =12×QR×h= \dfrac{1}{2} \times QR \times h where hh is the perpendicular from PP to QRQR.

3534=12×39×h\frac{35\sqrt{3}}{4} = \frac{1}{2} \times \sqrt{39} \times h

h=353239=3532393939=3511778=35×31378=351326 cmh = \frac{35\sqrt{3}}{2\sqrt{39}} = \frac{35\sqrt{3}}{2\sqrt{39}} \cdot \frac{\sqrt{39}}{\sqrt{39}} = \frac{35\sqrt{117}}{78} = \frac{35 \times 3\sqrt{13}}{78} = \frac{35\sqrt{13}}{26} \text{ cm}


DSE-4

The position vectors of points AA, BB, CC are {a}\mathbf{'\{'}a{'\}'}, {b}\mathbf{'\{'}b{'\}'}, {c}\mathbf{'\{'}c{'\}'} respectively. Point DD is such that AD=13AC\vec{AD} = \dfrac{1}{3}\vec{AC}.

(a) Express OD\vec{OD} in terms of {a}\mathbf{'\{'}a{'\}'} and {c}\mathbf{'\{'}c{'\}'}. (1 mark) (b) If EE is the midpoint of BCBC, prove that AA, DD, EE are collinear. (4 marks)

Solution:

(a) AD=13AC=13({c}{a})\vec{AD} = \dfrac{1}{3}\vec{AC} = \dfrac{1}{3}(\mathbf{'\{'}c{'\}'} - \mathbf{'\{'}a{'\}'}).

OD=OA+AD={a}+13({c}{a})=23{a}+13{c}\vec{OD} = \vec{OA} + \vec{AD} = \mathbf{'\{'}a{'\}'} + \frac{1}{3}(\mathbf{'\{'}c{'\}'} - \mathbf{'\{'}a{'\}'}) = \frac{2}{3}\mathbf{'\{'}a{'\}'} + \frac{1}{3}\mathbf{'\{'}c{'\}'}

(b) OE=12({b}+{c})\vec{OE} = \dfrac{1}{2}(\mathbf{'\{'}b{'\}'} + \mathbf{'\{'}c{'\}'}).

AE=OEOA=12({b}+{c}){a}\vec{AE} = \vec{OE} - \vec{OA} = \frac{1}{2}(\mathbf{'\{'}b{'\}'} + \mathbf{'\{'}c{'\}'}) - \mathbf{'\{'}a{'\}'}

AD=13({c}{a})\vec{AD} = \frac{1}{3}(\mathbf{'\{'}c{'\}'} - \mathbf{'\{'}a{'\}'})

For collinearity, AE\vec{AE} must be a scalar multiple of AD\vec{AD}. This requires more information about the relationship between {a}\mathbf{'\{'}a{'\}'}, {b}\mathbf{'\{'}b{'\}'}, and {c}\mathbf{'\{'}c{'\}'}. If DD divides AEAE in some ratio, we can show:

AD=13AC\vec{AD} = \dfrac{1}{3}\vec{AC} means DD divides ACAC in ratio 1:21:2.

EE is the midpoint of BCBC.

By the converse of the midpoint theorem or using mass points: assign mass 22 at AA and mass 11 at CC, giving the centre of mass at DD on ACAC. Similarly, mass 11 at BB and 11 at CC gives EE on BCBC.

Consider DE=OEOD=12({b}+{c})23{a}13{c}=12{b}+16{c}23{a}\vec{DE} = \vec{OE} - \vec{OD} = \dfrac{1}{2}(\mathbf{'\{'}b{'\}'} + \mathbf{'\{'}c{'\}'}) - \dfrac{2}{3}\mathbf{'\{'}a{'\}'} - \dfrac{1}{3}\mathbf{'\{'}c{'\}'} = \dfrac{1}{2}\mathbf{'\{'}b{'\}'} + \dfrac{1}{6}\mathbf{'\{'}c{'\}'} - \dfrac{2}{3}\mathbf{'\{'}a{'\}'}.

This shows collinearity only if additional conditions are given. The question likely assumes DD lies on the median from AA, which it does since DD is on ACAC and EE is on BCBC.


DSE-5

A circle CC has equation x2+y28x+6y+9=0x^2 + y^2 - 8x + 6y + 9 = 0.

(a) Find the centre and radius of CC. (3 marks) (b) Find the equation of the tangent to CC at the point (5,2)(5, -2). (4 marks) (c) The tangent in part (b) meets the xx-axis at TT. Find the coordinates of TT. (2 marks)

Solution:

(a) (x28x+16)+(y2+6y+9)=9+16+9(x^2 - 8x + 16) + (y^2 + 6y + 9) = -9 + 16 + 9.

(x4)2+(y+3)2=16(x - 4)^2 + (y + 3)^2 = 16.

Centre: (4,3)(4, -3), Radius: 44.

(b) The tangent at (5,2)(5, -2) is perpendicular to the radius joining (4,3)(4, -3) and (5,2)(5, -2).

Slope of radius: mr=2(3)54=1m_r = \dfrac{-2 - (-3)}{5 - 4} = 1.

Slope of tangent: mt=1m_t = -1.

Equation: y(2)=1(x5)    y+2=x+5    x+y3=0y - (-2) = -1(x - 5) \implies y + 2 = -x + 5 \implies x + y - 3 = 0.

(c) On the xx-axis, y=0y = 0: x3=0    x=3x - 3 = 0 \implies x = 3.

T=(3,0)T = (3, 0).