Skip to content

Geometry and Trigonometry | Leaving Cert

Geometry and trigonometry form a significant part of the Leaving Certificate syllabus, particularly Paper 2. This topic covers coordinate geometry, trigonometric functions, identities, and geometric Theorems and proofs.

The distance between two points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2):

D=(x2x1)2+(y2y1)2D = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

This is the Pythagorean theorem applied to the horizontal and vertical displacements.

The midpoint MM of ABAB:

M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

The slope of the line through A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2):

M=y2y1x2x1M = \frac{y_2 - y_1}{x_2 - x_1}

A vertical line has undefined slope. A horizontal line has slope 00.

Point-slope form:

Yy1=m(xx1)Y - y_1 = m(x - x_1)

General form:

Ax+by+c=0Ax + by + c = 0

Slope-intercept form:

Y=mx+cY = mx + c

Where mm is the slope and cc is the yy-intercept.

  • Parallel lines have equal slopes: m1=m2m_1 = m_2.
  • Perpendicular lines: m1m2=1m_1 \cdot m_2 = -1.

Proof of the perpendicular condition. If two lines with slopes m1m_1 and m2m_2 are Perpendicular, then the angle between them is 9090^\circ. Using the tangent addition formula: tan(α+β)=m1+m21m1m2\tan(\alpha + \beta) = \frac{m_1 + m_2}{1 - m_1 m_2}. Setting α+β=90\alpha + \beta = 90^\circ: tan90\tan 90^\circ Is undefined, so 1m1m2=01 - m_1 m_2 = 0Giving m1m2=1m_1 m_2 = -1.

Example (OL): Find the equation of the line through (1,3)(1, 3) perpendicular to y=2x+1y = 2x + 1.

The slope of the given line is m1=2m_1 = 2 So m2=12m_2 = -\frac{1}{2}.

Y3=12(x1)    y=12x+72Y - 3 = -\frac{1}{2}(x - 1) \implies y = -\frac{1}{2}x + \frac{7}{2}

Example (HL): Find the equation of the perpendicular bisector of the segment joining A(2,5)A(2, 5) And B(6,1)B(6, 1).

Midpoint: M=(2+62,5+12)=(4,3)M = \left(\frac{2+6}{2}, \frac{5+1}{2}\right) = (4, 3).

Slope of ABAB: m=1562=1m = \frac{1 - 5}{6 - 2} = -1.

Slope of perpendicular bisector: m=1m_{\perp} = 1.

Equation: y3=1(x4)    y=x1y - 3 = 1(x - 4) \implies y = x - 1.

The perpendicular distance from (x0,y0)(x_0, y_0) to ax+by+c=0ax + by + c = 0:

D=ax0+by0+ca2+b2D = \frac{|ax_0 + by_0 + c|}{\sqrt{a^2 + b^2}}

Example (HL): Find the distance from (3,2)(3, 2) to 2x+y5=02x + y - 5 = 0.

D=6+254+1=35=355D = \frac{|6 + 2 - 5|}{\sqrt{4 + 1}} = \frac{3}{\sqrt{5}} = \frac{3\sqrt{5}}{5}

Proof sketch. Let P(x0,y0)P(x_0, y_0) be the point and ax+by+c=0ax + by + c = 0 the line. The closest point QQ on the line to PP lies along the perpendicular. The line through PP perpendicular to ax+by+c=0ax + by + c = 0 has equation b(xx0)a(yy0)=0b(x - x_0) - a(y - y_0) = 0. Solving the two equations Simultaneously gives QQ And the distance PQPQ simplifies to the formula above.

The area of a triangle with vertices (x_1, y_1)$$(x_2, y_2)$$(x_3, y_3):

A=12x1(y2y3)+x2(y3y1)+x3(y1y2)A = \frac{1}{2}|x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|

This is derived from the shoelace formula (also known as Gauss”s area formula).

Example (HL): Find the area of the triangle with vertices (1, 2)$$(4, 6)$$(3, -1).

A=121(6(1))+4((1)2)+3(26)=1271212=1217=8.5A = \frac{1}{2}|1(6 - (-1)) + 4((-1) - 2) + 3(2 - 6)| = \frac{1}{2}|7 - 12 - 12| = \frac{1}{2}|-17| = 8.5

Two lines a1x+b1y+c1=0a_1 x + b_1 y + c_1 = 0 and a2x+b2y+c2=0a_2 x + b_2 y + c_2 = 0:

  • If a1a2b1b2\frac{a_1}{a_2} \neq \frac{b_1}{b_2}: lines intersect at a unique point.
  • If a1a2=b1b2c1c2\frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2}: lines are parallel (no intersection).
  • If a1a2=b1b2=c1c2\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}: lines are coincident (infinitely many intersections).

Centre-radius form: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2 with centre (h,k)(h, k) and radius rr.

General form: x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 with centre (g,f)(-g, -f) and radius g2+f2c\sqrt{g^2 + f^2 - c}.

The circle exists only if g2+f2c>0g^2 + f^2 - c > 0.

Example (OL): Find the centre and radius of x2+y24x+6y3=0x^2 + y^2 - 4x + 6y - 3 = 0.

Completing the square:

(x2)24+(y+3)293=0    (x2)2+(y+3)2=16(x - 2)^2 - 4 + (y + 3)^2 - 9 - 3 = 0 \implies (x - 2)^2 + (y + 3)^2 = 16

Centre (2,3)(2, -3)Radius 44.

The tangent at a point (x1,y1)(x_1, y_1) on the circle x2+y2=r2x^2 + y^2 = r^2 has equation:

X1x+y1y=r2X_1 x + y_1 y = r^2

Proof. The radius to (x1,y1)(x_1, y_1) has slope y1/x1y_1/x_1. The tangent is perpendicular, so its Slope is x1/y1-x_1/y_1. Using point-slope form: yy1=x1y1(xx1)y - y_1 = -\frac{x_1}{y_1}(x - x_1)Which simplifies To x1x+y1y=x12+y12=r2x_1 x + y_1 y = x_1^2 + y_1^2 = r^2.

Example (HL): Find the equation of the tangent to x2+y2=25x^2 + y^2 = 25 at the point (3,4)(3, 4).

3x+4y=253x + 4y = 25

Example (HL): Show that the line 3x4y+25=03x - 4y + 25 = 0 is a tangent to x2+y2=25x^2 + y^2 = 25.

Substitute y=3x+254y = \frac{3x + 25}{4} into x2+y2=25x^2 + y^2 = 25:

X2+(3x+254)2=25X^2 + \left(\frac{3x + 25}{4}\right)^2 = 25 16x2+9x2+150x+625=40016x^2 + 9x^2 + 150x + 625 = 400 25x2+150x+225=025x^2 + 150x + 225 = 0 X2+6x+9=0    (x+3)2=0X^2 + 6x + 9 = 0 \implies (x + 3)^2 = 0

The discriminant is Δ=0\Delta = 0Confirming a tangent. The point of tangency is x=3x = -3 y=9+254=4y = \frac{-9 + 25}{4} = 4.

Substitute the line into the circle equation. The discriminant of the resulting quadratic tells you:

  • Δ>0\Delta > 0: two intersection points
  • Δ=0\Delta = 0: tangent (one intersection point)
  • Δ<0\Delta < 0: no intersection

Example (HL): Find the equation of the circle through (0, 0)$$(4, 0) And (0,4)(0, 4).

Let the circle be x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0.

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

Substituting (4,0)(4,0): 16+8g=0    g=216 + 8g = 0 \implies g = -2.

Substituting (0,4)(0,4): 16+8f=0    f=216 + 8f = 0 \implies f = -2.

The circle is x2+y24x4y=0x^2 + y^2 - 4x - 4y = 0With centre (2,2)(2, 2) and radius 4+4=22\sqrt{4+4} = 2\sqrt{2}.

For a right-angled triangle with angle θ\theta:

RatioDefinition
sinθ\sin\theta\frac{\mathrm{opposite}{\mathrm{hypotenuse}
cosθ\cos\theta\frac{\mathrm{adjacent}{\mathrm{hypotenuse}
tanθ\tan\theta\frac{\mathrm{opposite}{\mathrm{adjacent}

On the unit circle, a point at angle θ\theta has coordinates (cosθ,sinθ)(\cos\theta, \sin\theta).

Key values:

θ\theta00π6\frac{\pi}{6}π4\frac{\pi}{4}π3\frac{\pi}{3}π2\frac{\pi}{2}
sinθ\sin\theta0012\frac{1}{2}22\frac{\sqrt{2}}{2}32\frac{\sqrt{3}}{2}11
cosθ\cos\theta1132\frac{\sqrt{3}}{2}22\frac{\sqrt{2}}{2}12\frac{1}{2}00
tanθ\tan\theta0013\frac{1}{\sqrt{3}}113\sqrt{3}undefined

Pythagorean identities:

sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 1+tan2θ=sec2θ1 + \tan^2\theta = \sec^2\theta 1+cot2θ=csc2θ1 + \cot^2\theta = \csc^2\theta

Proof of the second identity. Divide sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 by cos2θ\cos^2\theta: tan2θ+1=sec2θ\tan^2\theta + 1 = \sec^2\theta.

Example (HL): Given sinθ=35\sin\theta = \frac{3}{5} and θ\theta is in the second quadrant, find cosθ\cos\theta and tanθ\tan\theta.

cos2θ=1sin2θ=1925=1625\cos^2\theta = 1 - \sin^2\theta = 1 - \frac{9}{25} = \frac{16}{25}

Since θ\theta is in the second quadrant, cosθ<0\cos\theta < 0 So cosθ=45\cos\theta = -\frac{4}{5}.

tanθ=sinθcosθ=3/54/5=34\tan\theta = \frac{\sin\theta}{\cos\theta} = \frac{3/5}{-4/5} = -\frac{3}{4}sin(A±B)=sinAcosB±cosAsinB\sin(A \pm B) = \sin A \cos B \pm \cos A \sin B cos(A±B)=cosAcosBsinAsinB\cos(A \pm B) = \cos A \cos B \mp \sin A \sin B tan(A±B)=tanA±tanB1tanAtanB\tan(A \pm B) = \frac{\tan A \pm \tan B}{1 \mp \tan A \tan B}

Example (HL): Find the exact value of sin75\sin 75^\circ.

sin75°=sin(45°+30°)=sin45°cos30°+cos45°sin30°\sin 75° = \sin(45° + 30°) = \sin 45°\cos 30° + \cos 45°\sin 30° =2232+2212=6+24= \frac{\sqrt{2}}{2} \cdot \frac{\sqrt{3}}{2} + \frac{\sqrt{2}}{2} \cdot \frac{1}{2} = \frac{\sqrt{6} + \sqrt{2}}{4}

Example (HL): Find the exact value of tan15\tan 15^\circ.

tan15°=tan(45°30°)=1131+13=313+1=(31)231=4232=23\tan 15° = \tan(45° - 30°) = \frac{1 - \frac{1}{\sqrt{3}}}{1 + \frac{1}{\sqrt{3}}} = \frac{\sqrt{3} - 1}{\sqrt{3} + 1} = \frac{(\sqrt{3} - 1)^2}{3 - 1} = \frac{4 - 2\sqrt{3}}{2} = 2 - \sqrt{3}sin2A=2sinAcosA\sin 2A = 2\sin A \cos A cos2A=cos2Asin2A=2cos2A1=12sin2A\cos 2A = \cos^2 A - \sin^2 A = 2\cos^2 A - 1 = 1 - 2\sin^2 A tan2A=2tanA1tan2A\tan 2A = \frac{2\tan A}{1 - \tan^2 A}

Proof of cos2A=2cos2A1\cos 2A = 2\cos^2 A - 1. Using the compound angle formula:

cos(A+A)=cosAcosAsinAsinA=cos2Asin2A\cos(A + A) = \cos A \cos A - \sin A \sin A = \cos^2 A - \sin^2 A

Since sin2A=1cos2A\sin^2 A = 1 - \cos^2 A:

cos2A=cos2A(1cos2A)=2cos2A1\cos 2A = \cos^2 A - (1 - \cos^2 A) = 2\cos^2 A - 1

Proof that sin3θ=3sinθ4sin3θ\sin 3\theta = 3\sin\theta - 4\sin^3\theta:

sin3θ=sin(2θ+θ)=sin2θcosθ+cos2θsinθ\sin 3\theta = \sin(2\theta + \theta) = \sin 2\theta \cos\theta + \cos 2\theta \sin\theta =2sinθcos2θ+(12sin2θ)sinθ= 2\sin\theta\cos^2\theta + (1 - 2\sin^2\theta)\sin\theta =2sinθ(1sin2θ)+sinθ2sin3θ= 2\sin\theta(1 - \sin^2\theta) + \sin\theta - 2\sin^3\theta =2sinθ2sin3θ+sinθ2sin3θ=3sinθ4sin3θ= 2\sin\theta - 2\sin^3\theta + \sin\theta - 2\sin^3\theta = 3\sin\theta - 4\sin^3\theta

Similarly, cos3θ=4cos3θ3cosθ\cos 3\theta = 4\cos^3\theta - 3\cos\theta:

cos3θ=cos(2θ+θ)=cos2θcosθsin2θsinθ\cos 3\theta = \cos(2\theta + \theta) = \cos 2\theta \cos\theta - \sin 2\theta \sin\theta =(2cos2θ1)cosθ2sin2θcosθ= (2\cos^2\theta - 1)\cos\theta - 2\sin^2\theta\cos\theta =2cos3θcosθ2(1cos2θ)cosθ= 2\cos^3\theta - \cos\theta - 2(1 - \cos^2\theta)\cos\theta =2cos3θcosθ2cosθ+2cos3θ=4cos3θ3cosθ= 2\cos^3\theta - \cos\theta - 2\cos\theta + 2\cos^3\theta = 4\cos^3\theta - 3\cos\thetasinA+sinB=2sinA+B2cosAB2\sin A + \sin B = 2\sin\frac{A+B}{2}\cos\frac{A-B}{2} sinAsinB=2cosA+B2sinAB2\sin A - \sin B = 2\cos\frac{A+B}{2}\sin\frac{A-B}{2} cosA+cosB=2cosA+B2cosAB2\cos A + \cos B = 2\cos\frac{A+B}{2}\cos\frac{A-B}{2} cosAcosB=2sinA+B2sinAB2\cos A - \cos B = -2\sin\frac{A+B}{2}\sin\frac{A-B}{2}

Example (HL): Evaluate sin75°sin15\sin 75° - \sin 15^\circ.

sin75°sin15°=2cos90°2sin60°2=2cos45°sin30°=22212=22\sin 75° - \sin 15° = 2\cos\frac{90°}{2}\sin\frac{60°}{2} = 2\cos 45°\sin 30° = 2 \cdot \frac{\sqrt{2}}{2} \cdot \frac{1}{2} = \frac{\sqrt{2}}{2}

Example (OL): Solve sinθ=12\sin\theta = \frac{1}{2} for 0θ2π0 \leq \theta \leq 2\pi.

θ=π6,5π6\theta = \frac{\pi}{6}, \frac{5\pi}{6}

Example (HL): Solve 2cos2θ+3cosθ2=02\cos^2\theta + 3\cos\theta - 2 = 0 for 0θ2π0 \leq \theta \leq 2\pi.

Let u=cosθu = \cos\theta: 2u2+3u2=0    (2u1)(u+2)=02u^2 + 3u - 2 = 0 \implies (2u - 1)(u + 2) = 0.

u=12u = \frac{1}{2} or u=2u = -2 (rejected since cosθ1|\cos\theta| \leq 1).

cosθ=12    θ=π3,5π3\cos\theta = \frac{1}{2} \implies \theta = \frac{\pi}{3}, \frac{5\pi}{3}.

Example (HL): Solve sin2θ=sinθ\sin 2\theta = \sin \theta for 0θ<2π0 \le \theta \lt 2\pi.

2sinθcosθ=sinθ2\sin\theta\cos\theta = \sin\theta sinθ(2cosθ1)=0\sin\theta(2\cos\theta - 1) = 0

sinθ=0\sin\theta = 0: θ=0,π\theta = 0, \pi.

2cosθ1=02\cos\theta - 1 = 0: cosθ=12\cos\theta = \frac{1}{2} So θ=π3,5π3\theta = \frac{\pi}{3}, \frac{5\pi}{3}.

Solutions: 0,π3,π,5π30, \frac{\pi}{3}, \pi, \frac{5\pi}{3}.