Skip to content

Geometry and Trigonometry

Geometry and Trigonometry

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.

Coordinate Geometry

Distance Formula (OL/HL)

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.

Midpoint Formula (OL/HL)

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)

Slope (Gradient) (OL/HL)

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.

Equation of a Line (OL/HL)

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.

Perpendicular and Parallel Lines (OL/HL)

  • 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 = 2So 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.

Distance from a Point to a Line (HL)

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 QQAnd the distance PQPQ simplifies to the formula above.

Area of a Triangle (HL)

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

Intersection of Two Lines (OL/HL)

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).

The Circle

Equation of a Circle (OL/HL)

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.

Tangent to a Circle (HL)

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.

Intersection of Line and Circle

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

Circle Through Three Points (HL)

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}.

Trigonometry

Trigonometric Ratios (OL/HL)

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}

The Unit Circle (OL/HL)

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

Trigonometric Identities (OL/HL)

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 < 0So 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}

Compound Angle Formulae (HL)

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}

Double Angle Formulae (HL)

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

Triple Angle Formulae (HL)

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\theta

Factor Formulae (HL)

sinA+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}

Solving Trigonometric Equations (OL/HL)

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}.

:::caution When dividing by sinθ\sin\theta or cosθ\cos\theta to simplify, always check whether those Functions can be zero. If they can, you lose solutions. Instead, factorise.

Example (HL): Solve 2sin2x+3cosx3=02\sin^2 x + 3\cos x - 3 = 0 for 0x2π0 \le x \le 2\pi.

Replace sin2x=1cos2x\sin^2 x = 1 - \cos^2 x:

2(1cos2x)+3cosx3=02(1 - \cos^2 x) + 3\cos x - 3 = 0 2cos2x+3cosx1=0-2\cos^2 x + 3\cos x - 1 = 0 2cos2x3cosx+1=02\cos^2 x - 3\cos x + 1 = 0 (2cosx1)(cosx1)=0(2\cos x - 1)(\cos x - 1) = 0

cosx=12\cos x = \frac{1}{2}: x=π3,5π3x = \frac{\pi}{3}, \frac{5\pi}{3}.

cosx=1\cos x = 1: x=0x = 0.

The Sine Rule (OL/HL)

asinA=bsinB=csinC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}

Use when you know: two sides and a non-included angle, or two angles and one side.

Ambiguous case (HL): When given two sides and a non-included angle, there may be two solutions Or none. If a>ba > b and AA is acute, there is exactly one solution. If a<ba < b and AA is acute, There may be two solutions (the “ambiguous case”).

Example (HL) — Ambiguous case: In \triangle ABC$$a = 8$$b = 10$$A = 40^\circ. Find all Possible values of BB.

By the sine rule: sinB=bsinAa=10sin40°8=10×0.64288=0.8035\sin B = \frac{b \sin A}{a} = \frac{10 \sin 40°}{8} = \frac{10 \times 0.6428}{8} = 0.8035.

B=arcsin(0.8035)53.5B = \arcsin(0.8035) \approx 53.5^\circ or B180°53.5°=126.5B \approx 180° - 53.5° = 126.5^\circ.

Check: A+B=40°+126.5°=166.5°<180A + B = 40° + 126.5° = 166.5° < 180^\circSo both solutions are valid.

The Cosine Rule (OL/HL)

A2=b2+c22bccosAA^2 = b^2 + c^2 - 2bc\cos A

Example (OL): In triangle \triangle ABC$$a = 7$$b = 5$$c = 8. Find angle AA.

49=25+6480cosA    cosA=4080=12    A=60°49 = 25 + 64 - 80\cos A \implies \cos A = \frac{40}{80} = \frac{1}{2} \implies A = 60°

Area of a Triangle Using Trigonometry (OL/HL)

A=12absinCA = \frac{1}{2}ab\sin C

Proof. Drop altitude hh from BB to side bb. Then h=asinCh = a\sin CSo A=12×b×h=12absinCA = \frac{1}{2} \times b \times h = \frac{1}{2}ab\sin C.

Example (HL): In \triangle ABC$$a = 8$$b = 6And C=50C = 50^\circ. Find the area.

A = \frac{1}{2}(8)(6)\sin 50° = 24 \times 0.766 = 18.39 \mathrm{ square units

R-Addition Formula (HL)

An expression of the form asinθ+bcosθa\sin\theta + b\cos\theta can be written as Rsin(θ+α)R\sin(\theta + \alpha) Where R=a2+b2R = \sqrt{a^2 + b^2} and α=arctanba\alpha = \arctan\frac{b}{a}.

Example (HL): Express 3sinθ4cosθ3\sin\theta - 4\cos\theta in the form Rsin(θ+α)R\sin(\theta + \alpha).

R=9+16=5R = \sqrt{9 + 16} = 5 3sinθ4cosθ=5sin(θ+α)3\sin\theta - 4\cos\theta = 5\sin(\theta + \alpha)

Where tanα=43\tan\alpha = \frac{-4}{3}So α=arctan(4/3)53.1\alpha = \arctan(-4/3) \approx -53.1^\circ.

Application — finding maximum value: The maximum of Rsin(θ+α)R\sin(\theta + \alpha) is RR and the Minimum is R-R. So the maximum of 3sinθ4cosθ3\sin\theta - 4\cos\theta is 55 and the minimum is 5-5.

Example (HL): Find the maximum and minimum of 5sinθ+12cosθ5\sin\theta + 12\cos\theta.

R=25+144=13R = \sqrt{25 + 144} = 13

So 5sinθ+12cosθ=13sin(θ+α)5\sin\theta + 12\cos\theta = 13\sin(\theta + \alpha) where tanα=12/5\tan\alpha = 12/5.

Maximum =13= 13Minimum =13= -13.

Vectors (HL)

Vector Operations

For vectors a=a1i+a2j\mathbf{a} = a_1\mathbf{i} + a_2\mathbf{j} and b=b1i+b2j\mathbf{b} = b_1\mathbf{i} + b_2\mathbf{j}:

Scalar (dot) product:

ab=a1b1+a2b2=abcosθ\mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 = |\mathbf{a}||\mathbf{b}|\cos\theta

Magnitude:

a=a12+a22|\mathbf{a}| = \sqrt{a_1^2 + a_2^2}

3D Vectors (HL)

For a=a1i+a2j+a3k\mathbf{a} = a_1\mathbf{i} + a_2\mathbf{j} + a_3\mathbf{k}:

ab=a1b1+a2b2+a3b3\mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 + a_3 b_3

Cross product (HL):

a×b=ijka1a2a3b1b2b3\mathbf{a} \times \mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix}

a×b=absinθ|\mathbf{a} \times \mathbf{b}| = |\mathbf{a}||\mathbf{b}|\sin\theta gives the area of the Parallelogram spanned by a\mathbf{a} and b\mathbf{b}.

Example (HL): Given a=2ij+3k\mathbf{a} = 2\mathbf{i} - \mathbf{j} + 3\mathbf{k} and b=i+2jk\mathbf{b} = \mathbf{i} + 2\mathbf{j} - \mathbf{k}Find a×b\mathbf{a} \times \mathbf{b} and the Angle between them.

a×b=ijk213121=i(16)j(23)+k(4+1)=5i+5j+5k\mathbf{a} \times \mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 2 & -1 & 3 \\ 1 & 2 & -1 \end{vmatrix} = \mathbf{i}(1 - 6) - \mathbf{j}(-2 - 3) + \mathbf{k}(4 + 1) = -5\mathbf{i} + 5\mathbf{j} + 5\mathbf{k}

|\mathbf{a}| = \sqrt{4 + 1 + 9} = \sqrt{14}$$|\mathbf{b}| = \sqrt{1 + 4 + 1} = \sqrt{6}.

ab=223=3\mathbf{a} \cdot \mathbf{b} = 2 - 2 - 3 = -3.

cosθ=3146=3221\cos\theta = \frac{-3}{\sqrt{14}\sqrt{6}} = \frac{-3}{2\sqrt{21}}.

Scalar Triple Product (HL)

The scalar triple product a(b×c)\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) gives the volume of the Parallelepiped spanned by \mathbf{a}$$\mathbf{b}And c\mathbf{c}.

a(b×c)=a1a2a3b1b2b3c1c2c3\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}

If the scalar triple product is zero, the three vectors are coplanar.

Example (HL): Determine whether the vectors a=i+2jk\mathbf{a} = \mathbf{i} + 2\mathbf{j} - \mathbf{k} b=3ij+2k\mathbf{b} = 3\mathbf{i} - \mathbf{j} + 2\mathbf{k} c=2i+3j+k\mathbf{c} = 2\mathbf{i} + 3\mathbf{j} + \mathbf{k} are coplanar.

121312231=1(16)2(34)+(1)(9(2))=7+211=16\begin{vmatrix} 1 & 2 & -1 \\ 3 & -1 & 2 \\ 2 & 3 & 1 \end{vmatrix} = 1(-1 - 6) - 2(3 - 4) + (-1)(9 - (-2)) = -7 + 2 - 11 = -16

Since the scalar triple product is 160-16 \neq 0The vectors are not coplanar.

Area of a Triangle Using Vectors (HL)

The area of triangle ABC\triangle ABC with position vectors \mathbf{a}$$\mathbf{b}$$\mathbf{c}:

\mathrm{Area = \frac{1}{2}|\overrightarrow{AB} \times \overrightarrow{AC}|

Where AB=ba\overrightarrow{AB} = \mathbf{b} - \mathbf{a} and AC=ca\overrightarrow{AC} = \mathbf{c} - \mathbf{a}.

Geometric Proofs (HL)

Theorem: Angles in a Triangle

The sum of the interior angles of a triangle is 180180^\circ.

Proof: Let ABC\triangle ABC have vertices A$$B$$C. Draw a line through AA parallel to BCBC. Then B=BAX\angle B = \angle BAX (alternate angles) and C=CAY\angle C = \angle CAY (alternate Angles). Since BAXBAX and CAYCAY together with A\angle A form a straight line:

A+BAX+CAY=180°\angle A + \angle BAX + \angle CAY = 180° A+B+C=180°\angle A + \angle B + \angle C = 180°

Theorem: Pythagoras’ Theorem

In a right-angled triangle, a2+b2=c2a^2 + b^2 = c^2.

Proof (using similar triangles): Let ABC\triangle ABC be right-angled at CCWith altitude CDCD To the hypotenuse ABAB. Then ABCACDCBD\triangle ABC \sim \triangle ACD \sim \triangle CBD. From ABCACD\triangle ABC \sim \triangle ACD: ACAB=ADAC\frac{AC}{AB} = \frac{AD}{AC}Giving AC2=ABADAC^2 = AB \cdot AD. From ABCCBD\triangle ABC \sim \triangle CBD: BCAB=BDBC\frac{BC}{AB} = \frac{BD}{BC}Giving BC2=ABBDBC^2 = AB \cdot BD. Adding:

AC2+BC2=ABAD+ABBD=AB(AD+BD)=AB2AC^2 + BC^2 = AB \cdot AD + AB \cdot BD = AB(AD + BD) = AB^2

Theorem: Angle at the Centre

The angle at the centre of a circle is twice the angle at the circumference subtended by the same Arc.

Proof. Let OO be the centre and A,BA, B points on the circumference. Join OAOA and OBOB. If CC Is on the circumference on the same side of ABAB as OOThen OAC\triangle OAC is isosceles with OA=OCOA = OCSo OAC=OCA\angle OAC = \angle OCA. Similarly OBC=OCB\angle OBC = \angle OCB. The exterior angle of OAC\triangle OAC at OO equals AOC=2OAC\angle AOC = 2\angle OAC. The full angle AOB=2OAC+2OCB=2ACBAOB = 2\angle OAC + 2\angle OCB = 2\angle ACB.

Theorem: Angle in a Semicircle

The angle in a semicircle is a right angle.

Proof. If ABAB is the diameter and CC is on the circumference, then the angle at the centre AOB=180AOB = 180^\circ. By the angle-at-centre theorem, the angle at the circumference ACB=90ACB = 90^\circ.

Theorem: Tangent-Radius Property

The tangent to a circle at a point is perpendicular to the radius at that point.

Proof (by contradiction). Suppose the tangent at PP is not perpendicular to the radius OPOP. Then the perpendicular from OO to the tangent meets it at some point QPQ \neq P. Since OQ<OPOQ \lt OP (by the shortest distance property), QQ is closer to OO than PP. But PP lies on the circle and QQ is outside the perpendicular from the centre, so QQ must be outside the circle. If QQ is Outside the circle, the line through PP and QQ (the tangent) must cross the circle at PP and some Other point, contradicting that it is a tangent. Hence the tangent is perpendicular to the radius.

Worked Examples

See the examples integrated throughout the sections above.

Common Pitfalls

  1. Degrees vs radians — the Leaving Certificate uses radians unless stated otherwise. Always check.
  2. CAST diagram — remember All, Sine, Tan, Cos for determining the sign of trig functions in each quadrant.
  3. Compound angle formulae — the signs in cos(A+B)\cos(A + B) and cos(AB)\cos(A - B) are swapped compared to sin\sin.
  4. Vector cross product is not commutative: a×b=b×a\mathbf{a} \times \mathbf{b} = -\mathbf{b} \times \mathbf{a}.
  5. Distance from a point to a line — the absolute value in the numerator is essential.
  6. Ambiguous case of the sine rule — always check whether a second solution exists.
  7. Completing the square for circles — remember to add the constants to both sides.
  8. Dividing by trig functions in equations — you may lose solutions. Factorise instead.
  9. R-addition formula — be careful with the sign of α\alpha. If aa is negative, the reference angle calculation needs adjustment.
  10. Circle general form — the centre is (g,f)(-g, -f)Not (g,f)(g, f). The negative signs are a common source of error.

Practice Questions

Ordinary Level

  1. Find the equation of the line through (2,1)(2, -1) and (4,5)(4, 5).
  2. Find the centre and radius of x2+y2+6x2y+6=0x^2 + y^2 + 6x - 2y + 6 = 0.
  3. Solve 2sinθ=12\sin\theta = 1 for 0θ3600 \leq \theta \leq 360^\circ.
  4. In \triangle ABC$$a = 10$$b = 7$$C = 45^\circ. Find cc using the cosine rule.
  5. Prove that sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1.
  6. Find the area of ABC\triangle ABC where a = 8$$b = 5And C=60C = 60^\circ.
  7. Find the midpoint and length of the segment joining (2,3)(-2, 3) and (4,1)(4, -1).

Higher Level

  1. Prove that sin3θ=3sinθ4sin3θ\sin 3\theta = 3\sin\theta - 4\sin^3\theta using compound angle formulae.
  2. Find the shortest distance from (1,2)(1, -2) to the line 3x4y+5=03x - 4y + 5 = 0.
  3. Solve cos2θ=cosθ\cos 2\theta = \cos\theta for 0θ2π0 \leq \theta \leq 2\pi.
  4. Find the area of the triangle with vertices (1, 2)$$(4, 6)$$(3, -1).
  5. Given a=2ij+3k\mathbf{a} = 2\mathbf{i} - \mathbf{j} + 3\mathbf{k} and b=i+2jk\mathbf{b} = \mathbf{i} + 2\mathbf{j} - \mathbf{k}Find a×b\mathbf{a} \times \mathbf{b} and the angle between a\mathbf{a} and b\mathbf{b}.
  6. Express cos3θ\cos 3\theta in terms of cosθ\cos\theta.
  7. Prove that sin(A+B)sin(AB)=sin2Asin2B\sin(A+B)\sin(A-B) = \sin^2 A - \sin^2 B.
  8. Find the equation of the tangent to the circle x2+y24x+6y+9=0x^2 + y^2 - 4x + 6y + 9 = 0 at the point (1,1)(1, -1).
  9. Two ships leave a port. Ship A sails on a bearing of 030030^\circ at 20 km/h. Ship B sails on a bearing of 110110^\circ at 15 km/h. Find the distance between them after 3 hours.
  10. Prove that the angle at the centre of a circle is twice the angle at the circumference.
  11. Express 4sinθ+3cosθ4\sin\theta + 3\cos\theta in the form Rsin(θ+α)R\sin(\theta + \alpha) and hence find its maximum value.
  12. Find the area of the triangle with vertices at the points with position vectors \mathbf{i} + 2\mathbf{j} + 3\mathbf{k}$$2\mathbf{i} - \mathbf{j} + \mathbf{k}And 3i+j2k3\mathbf{i} + \mathbf{j} - 2\mathbf{k}.
  13. Solve 2cos2x+sinx=22\cos^2 x + \sin x = 2 for 0x2π0 \le x \le 2\pi.
  14. Find the equation of the circle passing through (1, 0)$$(0, 1)And (2,3)(2, 3).
  15. Determine whether the vectors i+j+k\mathbf{i} + \mathbf{j} + \mathbf{k} 2ij+k2\mathbf{i} - \mathbf{j} + \mathbf{k}And 3i+4k3\mathbf{i} + 4\mathbf{k} are coplanar.

Summary

This topic covers the mathematical techniques and concepts related to geometry and trigonometry, including key theorems, methods, and problem-solving approaches.

Key concepts include:

  • sine, cosine, and tangent functions
  • trigonometric identities
  • solving trigonometric equations
  • the sine and cosine rules
  • radian measure and arc length

Regular practice with a variety of question types is essential to build fluency and confidence in applying these mathematical techniques.

:::