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) and B(x2,y2):
D=(x2−x1)2+(y2−y1)2
This is the Pythagorean theorem applied to the horizontal and vertical displacements.
Midpoint Formula (OL/HL)
The midpoint M of AB:
M=(2x1+x2,2y1+y2)
Slope (Gradient) (OL/HL)
The slope of the line through A(x1,y1) and B(x2,y2):
M=x2−x1y2−y1
A vertical line has undefined slope. A horizontal line has slope 0.
Equation of a Line (OL/HL)
Point-slope form:
Y−y1=m(x−x1)
General form:
Ax+by+c=0
Slope-intercept form:
Y=mx+c
Where m is the slope and c is the y-intercept.
Perpendicular and Parallel Lines (OL/HL)
Parallel lines have equal slopes: m1=m2.
Perpendicular lines: m1⋅m2=−1.
Proof of the perpendicular condition. If two lines with slopes m1 and m2 are
Perpendicular, then the angle between them is 90∘. Using the tangent addition formula:
tan(α+β)=1−m1m2m1+m2. Setting α+β=90∘:
tan90∘ Is undefined, so 1−m1m2=0Giving m1m2=−1.
Example (OL): Find the equation of the line through (1,3) perpendicular to y=2x+1.
The slope of the given line is m1=2So m2=−21.
Y−3=−21(x−1)⟹y=−21x+27
Example (HL): Find the equation of the perpendicular bisector of the segment joining A(2,5)
And B(6,1).
Midpoint: M=(22+6,25+1)=(4,3).
Slope of AB: m=6−21−5=−1.
Slope of perpendicular bisector: m⊥=1.
Equation: y−3=1(x−4)⟹y=x−1.
Distance from a Point to a Line (HL)
The perpendicular distance from (x0,y0) to ax+by+c=0:
D=a2+b2∣ax0+by0+c∣
Example (HL): Find the distance from (3,2) to 2x+y−5=0.
D=4+1∣6+2−5∣=53=535
Proof sketch. Let P(x0,y0) be the point and ax+by+c=0 the line. The closest point
Q on the line to P lies along the perpendicular. The line through P perpendicular to
ax+by+c=0 has equation b(x−x0)−a(y−y0)=0. Solving the two equations
Simultaneously gives QAnd the distance PQ 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=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣
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).
If a2a1=b2b1: lines intersect at a unique point.
If a2a1=b2b1=c2c1: lines are parallel (no intersection).
If a2a1=b2b1=c2c1: lines are coincident (infinitely many
intersections).
The Circle
Equation of a Circle (OL/HL)
Centre-radius form:(x−h)2+(y−k)2=r2 with centre (h,k) and radius r.
General form:x2+y2+2gx+2fy+c=0 with centre (−g,−f) and radius
g2+f2−c.
The circle exists only if g2+f2−c>0.
Example (OL): Find the centre and radius of x2+y2−4x+6y−3=0.
Completing the square:
(x−2)2−4+(y+3)2−9−3=0⟹(x−2)2+(y+3)2=16
Centre (2,−3)Radius 4.
Tangent to a Circle (HL)
The tangent at a point (x1,y1) on the circle x2+y2=r2 has equation:
X1x+y1y=r2
Proof. The radius to (x1,y1) has slope y1/x1. The tangent is perpendicular, so its
Slope is −x1/y1. Using point-slope form: y−y1=−y1x1(x−x1)Which simplifies
To x1x+y1y=x12+y12=r2.
Example (HL): Find the equation of the tangent to x2+y2=25 at the point (3,4).
3x+4y=25
Example (HL): Show that the line 3x−4y+25=0 is a tangent to x2+y2=25.
:::caution When dividing by sinθ or cosθ to simplify, always check whether those
Functions can be zero. If they can, you lose solutions. Instead, factorise.
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>b and A is acute, there is exactly one solution. If a<b and A 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 B.
By the sine rule:
sinB=absinA=810sin40°=810×0.6428=0.8035.
B=arcsin(0.8035)≈53.5∘ or B≈180°−53.5°=126.5∘.
Check: A+B=40°+126.5°=166.5°<180∘So both solutions are valid.
The Cosine Rule (OL/HL)
A2=b2+c2−2bccosA
Example (OL): In triangle \triangle ABC$$a = 7$$b = 5$$c = 8. Find angle A.
49=25+64−80cosA⟹cosA=8040=21⟹A=60°
Area of a Triangle Using Trigonometry (OL/HL)
A=21absinC
Proof. Drop altitude h from B to side b. Then h=asinCSo
A=21×b×h=21absinC.
Example (HL): In \triangle ABC$$a = 8$$b = 6And C=50∘. 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θ can be written as Rsin(θ+α)
Where R=a2+b2 and α=arctanab.
Example (HL): Express 3sinθ−4cosθ in the form Rsin(θ+α).
R=9+16=53sinθ−4cosθ=5sin(θ+α)
Where tanα=3−4So α=arctan(−4/3)≈−53.1∘.
Application — finding maximum value: The maximum of Rsin(θ+α) is R and the
Minimum is −R. So the maximum of 3sinθ−4cosθ is 5 and the minimum is −5.
Example (HL): Find the maximum and minimum of 5sinθ+12cosθ.
R=25+144=13
So 5sinθ+12cosθ=13sin(θ+α) where tanα=12/5.
Maximum =13Minimum =−13.
Vectors (HL)
Vector Operations
For vectors a=a1i+a2j and
b=b1i+b2j:
Scalar (dot) product:
a⋅b=a1b1+a2b2=∣a∣∣b∣cosθ
Magnitude:
∣a∣=a12+a22
3D Vectors (HL)
For a=a1i+a2j+a3k:
a⋅b=a1b1+a2b2+a3b3
Cross product (HL):
a×b=ia1b1ja2b2ka3b3
∣a×b∣=∣a∣∣b∣sinθ gives the area of the
Parallelogram spanned by a and b.
Example (HL): Given a=2i−j+3k and
b=i+2j−kFind a×b and the
Angle between them.
The sum of the interior angles of a triangle is 180∘.
Proof: Let △ABC have vertices A$$B$$C. Draw a line through A parallel to BC.
Then ∠B=∠BAX (alternate angles) and ∠C=∠CAY (alternate Angles).
Since BAX and CAY together with ∠A form a straight line:
∠A+∠BAX+∠CAY=180°∠A+∠B+∠C=180°
Theorem: Pythagoras’ Theorem
In a right-angled triangle, a2+b2=c2.
Proof (using similar triangles): Let △ABC be right-angled at CWith altitude CD To
the hypotenuse AB. Then △ABC∼△ACD∼△CBD. From
△ABC∼△ACD: ABAC=ACADGiving AC2=AB⋅AD. From
△ABC∼△CBD: ABBC=BCBDGiving BC2=AB⋅BD.
Adding:
AC2+BC2=AB⋅AD+AB⋅BD=AB(AD+BD)=AB2
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 O be the centre and A,B points on the circumference. Join OA and OB. If C
Is on the circumference on the same side of AB as OThen △OAC is isosceles with
OA=OCSo ∠OAC=∠OCA. Similarly ∠OBC=∠OCB. The exterior angle of
△OAC at O equals ∠AOC=2∠OAC. The full angle
AOB=2∠OAC+2∠OCB=2∠ACB.
Theorem: Angle in a Semicircle
The angle in a semicircle is a right angle.
Proof. If AB is the diameter and C is on the circumference, then the angle at the centre
AOB=180∘. By the angle-at-centre theorem, the angle at the circumference ACB=90∘.
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 P is not perpendicular to the radius OP.
Then the perpendicular from O to the tangent meets it at some point Q=P. Since OQ<OP
(by the shortest distance property), Q is closer to O than P. But P lies on the circle and
Q is outside the perpendicular from the centre, so Q must be outside the circle. If Q is
Outside the circle, the line through P and Q (the tangent) must cross the circle at P 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
Degrees vs radians — the Leaving Certificate uses radians unless stated otherwise. Always
check.
CAST diagram — remember All, Sine, Tan, Cos for determining the sign of trig functions in
each quadrant.
Compound angle formulae — the signs in cos(A+B) and cos(A−B) are swapped compared
to sin.
Vector cross product is not commutative:
a×b=−b×a.
Distance from a point to a line — the absolute value in the numerator is essential.
Ambiguous case of the sine rule — always check whether a second solution exists.
Completing the square for circles — remember to add the constants to both sides.
Dividing by trig functions in equations — you may lose solutions. Factorise instead.
R-addition formula — be careful with the sign of α. If a is negative, the reference
angle calculation needs adjustment.
Circle general form — the centre is (−g,−f)Not (g,f). The negative signs are a common
source of error.
Practice Questions
Ordinary Level
Find the equation of the line through (2,−1) and (4,5).
Find the centre and radius of x2+y2+6x−2y+6=0.
Solve 2sinθ=1 for 0≤θ≤360∘.
In \triangle ABC$$a = 10$$b = 7$$C = 45^\circ. Find c using the cosine rule.
Prove that sin2θ+cos2θ=1.
Find the area of △ABC where a = 8$$b = 5And C=60∘.
Find the midpoint and length of the segment joining (−2,3) and (4,−1).
Higher Level
Prove that sin3θ=3sinθ−4sin3θ using compound angle formulae.
Find the shortest distance from (1,−2) to the line 3x−4y+5=0.
Solve cos2θ=cosθ for 0≤θ≤2π.
Find the area of the triangle with vertices (1, 2)$$(4, 6)$$(3, -1).
Given a=2i−j+3k and
b=i+2j−kFind a×b and the
angle between a and b.
Express cos3θ in terms of cosθ.
Prove that sin(A+B)sin(A−B)=sin2A−sin2B.
Find the equation of the tangent to the circle x2+y2−4x+6y+9=0 at the point
(1,−1).
Two ships leave a port. Ship A sails on a bearing of 030∘ at 20 km/h. Ship B sails on a
bearing of 110∘ at 15 km/h. Find the distance between them after 3 hours.
Prove that the angle at the centre of a circle is twice the angle at the circumference.
Express 4sinθ+3cosθ in the form Rsin(θ+α) and hence find its
maximum value.
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+j−2k.
Solve 2cos2x+sinx=2 for 0≤x≤2π.
Find the equation of the circle passing through (1, 0)$$(0, 1)And (2,3).
Determine whether the vectors i+j+k2i−j+kAnd 3i+4k 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.