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 ( x 1 , y 1 ) A(x_1, y_1) A ( x 1 , y 1 ) and B ( x 2 , y 2 ) B(x_2, y_2) B ( x 2 , y 2 ) :
D = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 D = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} D = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 This is the Pythagorean theorem applied to the horizontal and vertical displacements.
The midpoint M M M of A B AB A B :
M = ( x 1 + x 2 2 , y 1 + y 2 2 ) M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) M = ( 2 x 1 + x 2 , 2 y 1 + y 2 ) The slope of the line through A ( x 1 , y 1 ) A(x_1, y_1) A ( x 1 , y 1 ) and B ( x 2 , y 2 ) B(x_2, y_2) B ( x 2 , y 2 ) :
M = y 2 − y 1 x 2 − x 1 M = \frac{y_2 - y_1}{x_2 - x_1} M = x 2 − x 1 y 2 − y 1 A vertical line has undefined slope. A horizontal line has slope 0 0 0 .
Point-slope form:
Y − y 1 = m ( x − x 1 ) Y - y_1 = m(x - x_1) Y − y 1 = m ( x − x 1 ) General form:
A x + b y + c = 0 Ax + by + c = 0 A x + b y + c = 0 Slope-intercept form:
Y = m x + c Y = mx + c Y = m x + c Where m m m is the slope and c c c is the y y y -intercept.
Parallel lines have equal slopes: m 1 = m 2 m_1 = m_2 m 1 = m 2 . Perpendicular lines: m 1 ⋅ m 2 = − 1 m_1 \cdot m_2 = -1 m 1 ⋅ m 2 = − 1 . Proof of the perpendicular condition. If two lines with slopes m 1 m_1 m 1 and m 2 m_2 m 2 are Perpendicular, then the angle between them is 90 ∘ 90^\circ 9 0 ∘ . Using the tangent addition formula: tan ( α + β ) = m 1 + m 2 1 − m 1 m 2 \tan(\alpha + \beta) = \frac{m_1 + m_2}{1 - m_1 m_2} tan ( α + β ) = 1 − m 1 m 2 m 1 + m 2 . Setting α + β = 90 ∘ \alpha + \beta = 90^\circ α + β = 9 0 ∘ : tan 90 ∘ \tan 90^\circ tan 9 0 ∘ Is undefined, so 1 − m 1 m 2 = 0 1 - m_1 m_2 = 0 1 − m 1 m 2 = 0 Giving m 1 m 2 = − 1 m_1 m_2 = -1 m 1 m 2 = − 1 .
Example (OL): Find the equation of the line through ( 1 , 3 ) (1, 3) ( 1 , 3 ) perpendicular to y = 2 x + 1 y = 2x + 1 y = 2 x + 1 .
The slope of the given line is m 1 = 2 m_1 = 2 m 1 = 2 So m 2 = − 1 2 m_2 = -\frac{1}{2} m 2 = − 2 1 .
Y − 3 = − 1 2 ( x − 1 ) ⟹ y = − 1 2 x + 7 2 Y - 3 = -\frac{1}{2}(x - 1) \implies y = -\frac{1}{2}x + \frac{7}{2} Y − 3 = − 2 1 ( x − 1 ) ⟹ y = − 2 1 x + 2 7 Example (HL): Find the equation of the perpendicular bisector of the segment joining A ( 2 , 5 ) A(2, 5) A ( 2 , 5 ) And B ( 6 , 1 ) B(6, 1) B ( 6 , 1 ) .
Midpoint: M = ( 2 + 6 2 , 5 + 1 2 ) = ( 4 , 3 ) M = \left(\frac{2+6}{2}, \frac{5+1}{2}\right) = (4, 3) M = ( 2 2 + 6 , 2 5 + 1 ) = ( 4 , 3 ) .
Slope of A B AB A B : m = 1 − 5 6 − 2 = − 1 m = \frac{1 - 5}{6 - 2} = -1 m = 6 − 2 1 − 5 = − 1 .
Slope of perpendicular bisector: m ⊥ = 1 m_{\perp} = 1 m ⊥ = 1 .
Equation: y − 3 = 1 ( x − 4 ) ⟹ y = x − 1 y - 3 = 1(x - 4) \implies y = x - 1 y − 3 = 1 ( x − 4 ) ⟹ y = x − 1 .
The perpendicular distance from ( x 0 , y 0 ) (x_0, y_0) ( x 0 , y 0 ) to a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 :
D = ∣ a x 0 + b y 0 + c ∣ a 2 + b 2 D = \frac{|ax_0 + by_0 + c|}{\sqrt{a^2 + b^2}} D = a 2 + b 2 ∣ a x 0 + b y 0 + c ∣ Example (HL): Find the distance from ( 3 , 2 ) (3, 2) ( 3 , 2 ) to 2 x + y − 5 = 0 2x + y - 5 = 0 2 x + y − 5 = 0 .
D = ∣ 6 + 2 − 5 ∣ 4 + 1 = 3 5 = 3 5 5 D = \frac{|6 + 2 - 5|}{\sqrt{4 + 1}} = \frac{3}{\sqrt{5}} = \frac{3\sqrt{5}}{5} D = 4 + 1 ∣6 + 2 − 5∣ = 5 3 = 5 3 5 Proof sketch. Let P ( x 0 , y 0 ) P(x_0, y_0) P ( x 0 , y 0 ) be the point and a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 the line. The closest point Q Q Q on the line to P P P lies along the perpendicular. The line through P P P perpendicular to a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 has equation b ( x − x 0 ) − a ( y − y 0 ) = 0 b(x - x_0) - a(y - y_0) = 0 b ( x − x 0 ) − a ( y − y 0 ) = 0 . Solving the two equations Simultaneously gives Q Q Q And the distance P Q PQ P Q 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 = 1 2 ∣ x 1 ( y 2 − y 3 ) + x 2 ( y 3 − y 1 ) + x 3 ( y 1 − y 2 ) ∣ A = \frac{1}{2}|x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)| A = 2 1 ∣ 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 = 1 2 ∣ 1 ( 6 − ( − 1 ) ) + 4 ( ( − 1 ) − 2 ) + 3 ( 2 − 6 ) ∣ = 1 2 ∣ 7 − 12 − 12 ∣ = 1 2 ∣ − 17 ∣ = 8.5 A = \frac{1}{2}|1(6 - (-1)) + 4((-1) - 2) + 3(2 - 6)| = \frac{1}{2}|7 - 12 - 12| = \frac{1}{2}|-17| = 8.5 A = 2 1 ∣1 ( 6 − ( − 1 )) + 4 (( − 1 ) − 2 ) + 3 ( 2 − 6 ) ∣ = 2 1 ∣7 − 12 − 12∣ = 2 1 ∣ − 17∣ = 8.5 Two lines a 1 x + b 1 y + c 1 = 0 a_1 x + b_1 y + c_1 = 0 a 1 x + b 1 y + c 1 = 0 and a 2 x + b 2 y + c 2 = 0 a_2 x + b_2 y + c_2 = 0 a 2 x + b 2 y + c 2 = 0 :
If a 1 a 2 ≠ b 1 b 2 \frac{a_1}{a_2} \neq \frac{b_1}{b_2} a 2 a 1 = b 2 b 1 : lines intersect at a unique point. If a 1 a 2 = b 1 b 2 ≠ c 1 c 2 \frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2} a 2 a 1 = b 2 b 1 = c 2 c 1 : lines are parallel (no intersection). If a 1 a 2 = b 1 b 2 = c 1 c 2 \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2} a 2 a 1 = b 2 b 1 = c 2 c 1 : lines are coincident (infinitely many intersections). Centre-radius form: ( x − h ) 2 + ( y − k ) 2 = r 2 (x - h)^2 + (y - k)^2 = r^2 ( x − h ) 2 + ( y − k ) 2 = r 2 with centre ( h , k ) (h, k) ( h , k ) and radius r r r .
General form: x 2 + y 2 + 2 g x + 2 f y + c = 0 x^2 + y^2 + 2gx + 2fy + c = 0 x 2 + y 2 + 2 g x + 2 f y + c = 0 with centre ( − g , − f ) (-g, -f) ( − g , − f ) and radius g 2 + f 2 − c \sqrt{g^2 + f^2 - c} g 2 + f 2 − c .
The circle exists only if g 2 + f 2 − c > 0 g^2 + f^2 - c > 0 g 2 + f 2 − c > 0 .
Example (OL): Find the centre and radius of x 2 + y 2 − 4 x + 6 y − 3 = 0 x^2 + y^2 - 4x + 6y - 3 = 0 x 2 + y 2 − 4 x + 6 y − 3 = 0 .
Completing the square:
( x − 2 ) 2 − 4 + ( y + 3 ) 2 − 9 − 3 = 0 ⟹ ( x − 2 ) 2 + ( y + 3 ) 2 = 16 (x - 2)^2 - 4 + (y + 3)^2 - 9 - 3 = 0 \implies (x - 2)^2 + (y + 3)^2 = 16 ( x − 2 ) 2 − 4 + ( y + 3 ) 2 − 9 − 3 = 0 ⟹ ( x − 2 ) 2 + ( y + 3 ) 2 = 16 Centre ( 2 , − 3 ) (2, -3) ( 2 , − 3 ) Radius 4 4 4 .
The tangent at a point ( x 1 , y 1 ) (x_1, y_1) ( x 1 , y 1 ) on the circle x 2 + y 2 = r 2 x^2 + y^2 = r^2 x 2 + y 2 = r 2 has equation:
X 1 x + y 1 y = r 2 X_1 x + y_1 y = r^2 X 1 x + y 1 y = r 2 Proof. The radius to ( x 1 , y 1 ) (x_1, y_1) ( x 1 , y 1 ) has slope y 1 / x 1 y_1/x_1 y 1 / x 1 . The tangent is perpendicular, so its Slope is − x 1 / y 1 -x_1/y_1 − x 1 / y 1 . Using point-slope form: y − y 1 = − x 1 y 1 ( x − x 1 ) y - y_1 = -\frac{x_1}{y_1}(x - x_1) y − y 1 = − y 1 x 1 ( x − x 1 ) Which simplifies To x 1 x + y 1 y = x 1 2 + y 1 2 = r 2 x_1 x + y_1 y = x_1^2 + y_1^2 = r^2 x 1 x + y 1 y = x 1 2 + y 1 2 = r 2 .
Example (HL): Find the equation of the tangent to x 2 + y 2 = 25 x^2 + y^2 = 25 x 2 + y 2 = 25 at the point ( 3 , 4 ) (3, 4) ( 3 , 4 ) .
3 x + 4 y = 25 3x + 4y = 25 3 x + 4 y = 25 Example (HL): Show that the line 3 x − 4 y + 25 = 0 3x - 4y + 25 = 0 3 x − 4 y + 25 = 0 is a tangent to x 2 + y 2 = 25 x^2 + y^2 = 25 x 2 + y 2 = 25 .
Substitute y = 3 x + 25 4 y = \frac{3x + 25}{4} y = 4 3 x + 25 into x 2 + y 2 = 25 x^2 + y^2 = 25 x 2 + y 2 = 25 :
X 2 + ( 3 x + 25 4 ) 2 = 25 X^2 + \left(\frac{3x + 25}{4}\right)^2 = 25 X 2 + ( 4 3 x + 25 ) 2 = 25 16 x 2 + 9 x 2 + 150 x + 625 = 400 16x^2 + 9x^2 + 150x + 625 = 400 16 x 2 + 9 x 2 + 150 x + 625 = 400 25 x 2 + 150 x + 225 = 0 25x^2 + 150x + 225 = 0 25 x 2 + 150 x + 225 = 0 X 2 + 6 x + 9 = 0 ⟹ ( x + 3 ) 2 = 0 X^2 + 6x + 9 = 0 \implies (x + 3)^2 = 0 X 2 + 6 x + 9 = 0 ⟹ ( x + 3 ) 2 = 0 The discriminant is Δ = 0 \Delta = 0 Δ = 0 Confirming a tangent. The point of tangency is x = − 3 x = -3 x = − 3 y = − 9 + 25 4 = 4 y = \frac{-9 + 25}{4} = 4 y = 4 − 9 + 25 = 4 .
Substitute the line into the circle equation. The discriminant of the resulting quadratic tells you:
Δ > 0 \Delta > 0 Δ > 0 : two intersection pointsΔ = 0 \Delta = 0 Δ = 0 : tangent (one intersection point)Δ < 0 \Delta < 0 Δ < 0 : no intersectionExample (HL): Find the equation of the circle through (0, 0)$$(4, 0) And ( 0 , 4 ) (0, 4) ( 0 , 4 ) .
Let the circle be x 2 + y 2 + 2 g x + 2 f y + c = 0 x^2 + y^2 + 2gx + 2fy + c = 0 x 2 + y 2 + 2 g x + 2 f y + c = 0 .
Substituting ( 0 , 0 ) (0,0) ( 0 , 0 ) : c = 0 c = 0 c = 0 .
Substituting ( 4 , 0 ) (4,0) ( 4 , 0 ) : 16 + 8 g = 0 ⟹ g = − 2 16 + 8g = 0 \implies g = -2 16 + 8 g = 0 ⟹ g = − 2 .
Substituting ( 0 , 4 ) (0,4) ( 0 , 4 ) : 16 + 8 f = 0 ⟹ f = − 2 16 + 8f = 0 \implies f = -2 16 + 8 f = 0 ⟹ f = − 2 .
The circle is x 2 + y 2 − 4 x − 4 y = 0 x^2 + y^2 - 4x - 4y = 0 x 2 + y 2 − 4 x − 4 y = 0 With centre ( 2 , 2 ) (2, 2) ( 2 , 2 ) and radius 4 + 4 = 2 2 \sqrt{4+4} = 2\sqrt{2} 4 + 4 = 2 2 .
For a right-angled triangle with angle θ \theta θ :
Ratio Definition sin θ \sin\theta sin θ \frac{\mathrm{opposite}{\mathrm{hypotenuse} cos θ \cos\theta cos θ \frac{\mathrm{adjacent}{\mathrm{hypotenuse} tan θ \tan\theta tan θ \frac{\mathrm{opposite}{\mathrm{adjacent}
On the unit circle, a point at angle θ \theta θ has coordinates ( cos θ , sin θ ) (\cos\theta, \sin\theta) ( cos θ , sin θ ) .
Key values:
θ \theta θ 0 0 0 π 6 \frac{\pi}{6} 6 π π 4 \frac{\pi}{4} 4 π π 3 \frac{\pi}{3} 3 π π 2 \frac{\pi}{2} 2 π sin θ \sin\theta sin θ 0 0 0 1 2 \frac{1}{2} 2 1 2 2 \frac{\sqrt{2}}{2} 2 2 3 2 \frac{\sqrt{3}}{2} 2 3 1 1 1 cos θ \cos\theta cos θ 1 1 1 3 2 \frac{\sqrt{3}}{2} 2 3 2 2 \frac{\sqrt{2}}{2} 2 2 1 2 \frac{1}{2} 2 1 0 0 0 tan θ \tan\theta tan θ 0 0 0 1 3 \frac{1}{\sqrt{3}} 3 1 1 1 1 3 \sqrt{3} 3 undefined
Pythagorean identities:
sin 2 θ + cos 2 θ = 1 \sin^2\theta + \cos^2\theta = 1 sin 2 θ + cos 2 θ = 1 1 + tan 2 θ = sec 2 θ 1 + \tan^2\theta = \sec^2\theta 1 + tan 2 θ = sec 2 θ 1 + cot 2 θ = csc 2 θ 1 + \cot^2\theta = \csc^2\theta 1 + cot 2 θ = csc 2 θ Proof of the second identity. Divide sin 2 θ + cos 2 θ = 1 \sin^2\theta + \cos^2\theta = 1 sin 2 θ + cos 2 θ = 1 by cos 2 θ \cos^2\theta cos 2 θ : tan 2 θ + 1 = sec 2 θ \tan^2\theta + 1 = \sec^2\theta tan 2 θ + 1 = sec 2 θ .
Example (HL): Given sin θ = 3 5 \sin\theta = \frac{3}{5} sin θ = 5 3 and θ \theta θ is in the second quadrant, find cos θ \cos\theta cos θ and tan θ \tan\theta tan θ .
cos 2 θ = 1 − sin 2 θ = 1 − 9 25 = 16 25 \cos^2\theta = 1 - \sin^2\theta = 1 - \frac{9}{25} = \frac{16}{25} cos 2 θ = 1 − sin 2 θ = 1 − 25 9 = 25 16 Since θ \theta θ is in the second quadrant, cos θ < 0 \cos\theta < 0 cos θ < 0 So cos θ = − 4 5 \cos\theta = -\frac{4}{5} cos θ = − 5 4 .
tan θ = sin θ cos θ = 3 / 5 − 4 / 5 = − 3 4 \tan\theta = \frac{\sin\theta}{\cos\theta} = \frac{3/5}{-4/5} = -\frac{3}{4} tan θ = cos θ sin θ = − 4/5 3/5 = − 4 3 sin ( A ± B ) = sin A cos B ± cos A sin B \sin(A \pm B) = \sin A \cos B \pm \cos A \sin B sin ( A ± B ) = sin A cos B ± cos A sin B cos ( A ± B ) = cos A cos B ∓ sin A sin B \cos(A \pm B) = \cos A \cos B \mp \sin A \sin B cos ( A ± B ) = cos A cos B ∓ sin A sin B tan ( A ± B ) = tan A ± tan B 1 ∓ tan A tan B \tan(A \pm B) = \frac{\tan A \pm \tan B}{1 \mp \tan A \tan B} tan ( A ± B ) = 1 ∓ tan A tan B tan A ± tan B Example (HL): Find the exact value of sin 75 ∘ \sin 75^\circ sin 7 5 ∘ .
sin 75 ° = sin ( 45 ° + 30 ° ) = sin 45 ° cos 30 ° + cos 45 ° sin 30 ° \sin 75° = \sin(45° + 30°) = \sin 45°\cos 30° + \cos 45°\sin 30° sin 75° = sin ( 45° + 30° ) = sin 45° cos 30° + cos 45° sin 30° = 2 2 ⋅ 3 2 + 2 2 ⋅ 1 2 = 6 + 2 4 = \frac{\sqrt{2}}{2} \cdot \frac{\sqrt{3}}{2} + \frac{\sqrt{2}}{2} \cdot \frac{1}{2} = \frac{\sqrt{6} + \sqrt{2}}{4} = 2 2 ⋅ 2 3 + 2 2 ⋅ 2 1 = 4 6 + 2 Example (HL): Find the exact value of tan 15 ∘ \tan 15^\circ tan 1 5 ∘ .
tan 15 ° = tan ( 45 ° − 30 ° ) = 1 − 1 3 1 + 1 3 = 3 − 1 3 + 1 = ( 3 − 1 ) 2 3 − 1 = 4 − 2 3 2 = 2 − 3 \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} tan 15° = tan ( 45° − 30° ) = 1 + 3 1 1 − 3 1 = 3 + 1 3 − 1 = 3 − 1 ( 3 − 1 ) 2 = 2 4 − 2 3 = 2 − 3 sin 2 A = 2 sin A cos A \sin 2A = 2\sin A \cos A sin 2 A = 2 sin A cos A cos 2 A = cos 2 A − sin 2 A = 2 cos 2 A − 1 = 1 − 2 sin 2 A \cos 2A = \cos^2 A - \sin^2 A = 2\cos^2 A - 1 = 1 - 2\sin^2 A cos 2 A = cos 2 A − sin 2 A = 2 cos 2 A − 1 = 1 − 2 sin 2 A tan 2 A = 2 tan A 1 − tan 2 A \tan 2A = \frac{2\tan A}{1 - \tan^2 A} tan 2 A = 1 − tan 2 A 2 tan A Proof of cos 2 A = 2 cos 2 A − 1 \cos 2A = 2\cos^2 A - 1 cos 2 A = 2 cos 2 A − 1 . Using the compound angle formula:
cos ( A + A ) = cos A cos A − sin A sin A = cos 2 A − sin 2 A \cos(A + A) = \cos A \cos A - \sin A \sin A = \cos^2 A - \sin^2 A cos ( A + A ) = cos A cos A − sin A sin A = cos 2 A − sin 2 A Since sin 2 A = 1 − cos 2 A \sin^2 A = 1 - \cos^2 A sin 2 A = 1 − cos 2 A :
cos 2 A = cos 2 A − ( 1 − cos 2 A ) = 2 cos 2 A − 1 \cos 2A = \cos^2 A - (1 - \cos^2 A) = 2\cos^2 A - 1 cos 2 A = cos 2 A − ( 1 − cos 2 A ) = 2 cos 2 A − 1 Proof that sin 3 θ = 3 sin θ − 4 sin 3 θ \sin 3\theta = 3\sin\theta - 4\sin^3\theta sin 3 θ = 3 sin θ − 4 sin 3 θ :
sin 3 θ = sin ( 2 θ + θ ) = sin 2 θ cos θ + cos 2 θ sin θ \sin 3\theta = \sin(2\theta + \theta) = \sin 2\theta \cos\theta + \cos 2\theta \sin\theta sin 3 θ = sin ( 2 θ + θ ) = sin 2 θ cos θ + cos 2 θ sin θ = 2 sin θ cos 2 θ + ( 1 − 2 sin 2 θ ) sin θ = 2\sin\theta\cos^2\theta + (1 - 2\sin^2\theta)\sin\theta = 2 sin θ cos 2 θ + ( 1 − 2 sin 2 θ ) sin θ = 2 sin θ ( 1 − sin 2 θ ) + sin θ − 2 sin 3 θ = 2\sin\theta(1 - \sin^2\theta) + \sin\theta - 2\sin^3\theta = 2 sin θ ( 1 − sin 2 θ ) + sin θ − 2 sin 3 θ = 2 sin θ − 2 sin 3 θ + sin θ − 2 sin 3 θ = 3 sin θ − 4 sin 3 θ = 2\sin\theta - 2\sin^3\theta + \sin\theta - 2\sin^3\theta = 3\sin\theta - 4\sin^3\theta = 2 sin θ − 2 sin 3 θ + sin θ − 2 sin 3 θ = 3 sin θ − 4 sin 3 θ Similarly, cos 3 θ = 4 cos 3 θ − 3 cos θ \cos 3\theta = 4\cos^3\theta - 3\cos\theta cos 3 θ = 4 cos 3 θ − 3 cos θ :
cos 3 θ = cos ( 2 θ + θ ) = cos 2 θ cos θ − sin 2 θ sin θ \cos 3\theta = \cos(2\theta + \theta) = \cos 2\theta \cos\theta - \sin 2\theta \sin\theta cos 3 θ = cos ( 2 θ + θ ) = cos 2 θ cos θ − sin 2 θ sin θ = ( 2 cos 2 θ − 1 ) cos θ − 2 sin 2 θ cos θ = (2\cos^2\theta - 1)\cos\theta - 2\sin^2\theta\cos\theta = ( 2 cos 2 θ − 1 ) cos θ − 2 sin 2 θ cos θ = 2 cos 3 θ − cos θ − 2 ( 1 − cos 2 θ ) cos θ = 2\cos^3\theta - \cos\theta - 2(1 - \cos^2\theta)\cos\theta = 2 cos 3 θ − cos θ − 2 ( 1 − cos 2 θ ) cos θ = 2 cos 3 θ − cos θ − 2 cos θ + 2 cos 3 θ = 4 cos 3 θ − 3 cos θ = 2\cos^3\theta - \cos\theta - 2\cos\theta + 2\cos^3\theta = 4\cos^3\theta - 3\cos\theta = 2 cos 3 θ − cos θ − 2 cos θ + 2 cos 3 θ = 4 cos 3 θ − 3 cos θ sin A + sin B = 2 sin A + B 2 cos A − B 2 \sin A + \sin B = 2\sin\frac{A+B}{2}\cos\frac{A-B}{2} sin A + sin B = 2 sin 2 A + B cos 2 A − B sin A − sin B = 2 cos A + B 2 sin A − B 2 \sin A - \sin B = 2\cos\frac{A+B}{2}\sin\frac{A-B}{2} sin A − sin B = 2 cos 2 A + B sin 2 A − B cos A + cos B = 2 cos A + B 2 cos A − B 2 \cos A + \cos B = 2\cos\frac{A+B}{2}\cos\frac{A-B}{2} cos A + cos B = 2 cos 2 A + B cos 2 A − B cos A − cos B = − 2 sin A + B 2 sin A − B 2 \cos A - \cos B = -2\sin\frac{A+B}{2}\sin\frac{A-B}{2} cos A − cos B = − 2 sin 2 A + B sin 2 A − B Example (HL): Evaluate sin 75 ° − sin 15 ∘ \sin 75° - \sin 15^\circ sin 75° − sin 1 5 ∘ .
sin 75 ° − sin 15 ° = 2 cos 90 ° 2 sin 60 ° 2 = 2 cos 45 ° sin 30 ° = 2 ⋅ 2 2 ⋅ 1 2 = 2 2 \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} sin 75° − sin 15° = 2 cos 2 90° sin 2 60° = 2 cos 45° sin 30° = 2 ⋅ 2 2 ⋅ 2 1 = 2 2 Example (OL): Solve sin θ = 1 2 \sin\theta = \frac{1}{2} sin θ = 2 1 for 0 ≤ θ ≤ 2 π 0 \leq \theta \leq 2\pi 0 ≤ θ ≤ 2 π .
θ = π 6 , 5 π 6 \theta = \frac{\pi}{6}, \frac{5\pi}{6} θ = 6 π , 6 5 π Example (HL): Solve 2 cos 2 θ + 3 cos θ − 2 = 0 2\cos^2\theta + 3\cos\theta - 2 = 0 2 cos 2 θ + 3 cos θ − 2 = 0 for 0 ≤ θ ≤ 2 π 0 \leq \theta \leq 2\pi 0 ≤ θ ≤ 2 π .
Let u = cos θ u = \cos\theta u = cos θ : 2 u 2 + 3 u − 2 = 0 ⟹ ( 2 u − 1 ) ( u + 2 ) = 0 2u^2 + 3u - 2 = 0 \implies (2u - 1)(u + 2) = 0 2 u 2 + 3 u − 2 = 0 ⟹ ( 2 u − 1 ) ( u + 2 ) = 0 .
u = 1 2 u = \frac{1}{2} u = 2 1 or u = − 2 u = -2 u = − 2 (rejected since ∣ cos θ ∣ ≤ 1 |\cos\theta| \leq 1 ∣ cos θ ∣ ≤ 1 ).
cos θ = 1 2 ⟹ θ = π 3 , 5 π 3 \cos\theta = \frac{1}{2} \implies \theta = \frac{\pi}{3}, \frac{5\pi}{3} cos θ = 2 1 ⟹ θ = 3 π , 3 5 π .
Example (HL): Solve sin 2 θ = sin θ \sin 2\theta = \sin \theta sin 2 θ = sin θ for 0 ≤ θ < 2 π 0 \le \theta \lt 2\pi 0 ≤ θ < 2 π .
2 sin θ cos θ = sin θ 2\sin\theta\cos\theta = \sin\theta 2 sin θ cos θ = sin θ sin θ ( 2 cos θ − 1 ) = 0 \sin\theta(2\cos\theta - 1) = 0 sin θ ( 2 cos θ − 1 ) = 0 sin θ = 0 \sin\theta = 0 sin θ = 0 : θ = 0 , π \theta = 0, \pi θ = 0 , π .
2 cos θ − 1 = 0 2\cos\theta - 1 = 0 2 cos θ − 1 = 0 : cos θ = 1 2 \cos\theta = \frac{1}{2} cos θ = 2 1 So θ = π 3 , 5 π 3 \theta = \frac{\pi}{3}, \frac{5\pi}{3} θ = 3 π , 3 5 π .
Solutions: 0 , π 3 , π , 5 π 3 0, \frac{\pi}{3}, \pi, \frac{5\pi}{3} 0 , 3 π , π , 3 5 π .
:::caution When dividing by sin θ \sin\theta sin θ or cos θ \cos\theta cos θ to simplify, always check whether those Functions can be zero. If they can, you lose solutions. Instead, factorise.
Example (HL): Solve 2 sin 2 x + 3 cos x − 3 = 0 2\sin^2 x + 3\cos x - 3 = 0 2 sin 2 x + 3 cos x − 3 = 0 for 0 ≤ x ≤ 2 π 0 \le x \le 2\pi 0 ≤ x ≤ 2 π .
Replace sin 2 x = 1 − cos 2 x \sin^2 x = 1 - \cos^2 x sin 2 x = 1 − cos 2 x :
2 ( 1 − cos 2 x ) + 3 cos x − 3 = 0 2(1 - \cos^2 x) + 3\cos x - 3 = 0 2 ( 1 − cos 2 x ) + 3 cos x − 3 = 0 − 2 cos 2 x + 3 cos x − 1 = 0 -2\cos^2 x + 3\cos x - 1 = 0 − 2 cos 2 x + 3 cos x − 1 = 0 2 cos 2 x − 3 cos x + 1 = 0 2\cos^2 x - 3\cos x + 1 = 0 2 cos 2 x − 3 cos x + 1 = 0 ( 2 cos x − 1 ) ( cos x − 1 ) = 0 (2\cos x - 1)(\cos x - 1) = 0 ( 2 cos x − 1 ) ( cos x − 1 ) = 0 cos x = 1 2 \cos x = \frac{1}{2} cos x = 2 1 : x = π 3 , 5 π 3 x = \frac{\pi}{3}, \frac{5\pi}{3} x = 3 π , 3 5 π .
cos x = 1 \cos x = 1 cos x = 1 : x = 0 x = 0 x = 0 .
a sin A = b sin B = c sin C \frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} sin A a = sin B b = sin C 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 > b a > b a > b and A A A is acute, there is exactly one solution. If a < b a < b a < b and A A 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 B B .
By the sine rule: sin B = b sin A a = 10 sin 40 ° 8 = 10 × 0.6428 8 = 0.8035 \sin B = \frac{b \sin A}{a} = \frac{10 \sin 40°}{8} = \frac{10 \times 0.6428}{8} = 0.8035 sin B = a b s i n A = 8 10 s i n 40° = 8 10 × 0.6428 = 0.8035 .
B = arcsin ( 0.8035 ) ≈ 53.5 ∘ B = \arcsin(0.8035) \approx 53.5^\circ B = arcsin ( 0.8035 ) ≈ 53. 5 ∘ or B ≈ 180 ° − 53.5 ° = 126.5 ∘ B \approx 180° - 53.5° = 126.5^\circ B ≈ 180° − 53.5° = 126. 5 ∘ .
Check: A + B = 40 ° + 126.5 ° = 166.5 ° < 180 ∘ A + B = 40° + 126.5° = 166.5° < 180^\circ A + B = 40° + 126.5° = 166.5° < 18 0 ∘ So both solutions are valid.
A 2 = b 2 + c 2 − 2 b c cos A A^2 = b^2 + c^2 - 2bc\cos A A 2 = b 2 + c 2 − 2 b c cos A Example (OL): In triangle \triangle ABC$$a = 7$$b = 5$$c = 8 . Find angle A A A .
49 = 25 + 64 − 80 cos A ⟹ cos A = 40 80 = 1 2 ⟹ A = 60 ° 49 = 25 + 64 - 80\cos A \implies \cos A = \frac{40}{80} = \frac{1}{2} \implies A = 60° 49 = 25 + 64 − 80 cos A ⟹ cos A = 80 40 = 2 1 ⟹ A = 60° A = 1 2 a b sin C A = \frac{1}{2}ab\sin C A = 2 1 ab sin C Proof. Drop altitude h h h from B B B to side b b b . Then h = a sin C h = a\sin C h = a sin C So A = 1 2 × b × h = 1 2 a b sin C A = \frac{1}{2} \times b \times h = \frac{1}{2}ab\sin C A = 2 1 × b × h = 2 1 ab sin C .
Example (HL): In \triangle ABC$$a = 8$$b = 6 And C = 50 ∘ C = 50^\circ C = 5 0 ∘ . Find the area.
A = \frac{1}{2}(8)(6)\sin 50° = 24 \times 0.766 = 18.39 \mathrm{ square units An expression of the form a sin θ + b cos θ a\sin\theta + b\cos\theta a sin θ + b cos θ can be written as R sin ( θ + α ) R\sin(\theta + \alpha) R sin ( θ + α ) Where R = a 2 + b 2 R = \sqrt{a^2 + b^2} R = a 2 + b 2 and α = arctan b a \alpha = \arctan\frac{b}{a} α = arctan a b .
Example (HL): Express 3 sin θ − 4 cos θ 3\sin\theta - 4\cos\theta 3 sin θ − 4 cos θ in the form R sin ( θ + α ) R\sin(\theta + \alpha) R sin ( θ + α ) .
R = 9 + 16 = 5 R = \sqrt{9 + 16} = 5 R = 9 + 16 = 5 3 sin θ − 4 cos θ = 5 sin ( θ + α ) 3\sin\theta - 4\cos\theta = 5\sin(\theta + \alpha) 3 sin θ − 4 cos θ = 5 sin ( θ + α ) Where tan α = − 4 3 \tan\alpha = \frac{-4}{3} tan α = 3 − 4 So α = arctan ( − 4 / 3 ) ≈ − 53.1 ∘ \alpha = \arctan(-4/3) \approx -53.1^\circ α = arctan ( − 4/3 ) ≈ − 53. 1 ∘ .
Application — finding maximum value: The maximum of R sin ( θ + α ) R\sin(\theta + \alpha) R sin ( θ + α ) is R R R and the Minimum is − R -R − R . So the maximum of 3 sin θ − 4 cos θ 3\sin\theta - 4\cos\theta 3 sin θ − 4 cos θ is 5 5 5 and the minimum is − 5 -5 − 5 .
Example (HL): Find the maximum and minimum of 5 sin θ + 12 cos θ 5\sin\theta + 12\cos\theta 5 sin θ + 12 cos θ .
R = 25 + 144 = 13 R = \sqrt{25 + 144} = 13 R = 25 + 144 = 13 So 5 sin θ + 12 cos θ = 13 sin ( θ + α ) 5\sin\theta + 12\cos\theta = 13\sin(\theta + \alpha) 5 sin θ + 12 cos θ = 13 sin ( θ + α ) where tan α = 12 / 5 \tan\alpha = 12/5 tan α = 12/5 .
Maximum = 13 = 13 = 13 Minimum = − 13 = -13 = − 13 .
For vectors a = a 1 i + a 2 j \mathbf{a} = a_1\mathbf{i} + a_2\mathbf{j} a = a 1 i + a 2 j and b = b 1 i + b 2 j \mathbf{b} = b_1\mathbf{i} + b_2\mathbf{j} b = b 1 i + b 2 j :
Scalar (dot) product:
a ⋅ b = a 1 b 1 + a 2 b 2 = ∣ a ∣ ∣ b ∣ cos θ \mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 = |\mathbf{a}||\mathbf{b}|\cos\theta a ⋅ b = a 1 b 1 + a 2 b 2 = ∣ a ∣∣ b ∣ cos θ Magnitude:
∣ a ∣ = a 1 2 + a 2 2 |\mathbf{a}| = \sqrt{a_1^2 + a_2^2} ∣ a ∣ = a 1 2 + a 2 2 For a = a 1 i + a 2 j + a 3 k \mathbf{a} = a_1\mathbf{i} + a_2\mathbf{j} + a_3\mathbf{k} a = a 1 i + a 2 j + a 3 k :
a ⋅ b = a 1 b 1 + a 2 b 2 + a 3 b 3 \mathbf{a} \cdot \mathbf{b} = a_1 b_1 + a_2 b_2 + a_3 b_3 a ⋅ b = a 1 b 1 + a 2 b 2 + a 3 b 3 Cross product (HL):
a × b = ∣ i j k a 1 a 2 a 3 b 1 b 2 b 3 ∣ \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 = i a 1 b 1 j a 2 b 2 k a 3 b 3 ∣ a × b ∣ = ∣ a ∣ ∣ b ∣ sin θ |\mathbf{a} \times \mathbf{b}| = |\mathbf{a}||\mathbf{b}|\sin\theta ∣ a × b ∣ = ∣ a ∣∣ b ∣ sin θ gives the area of the Parallelogram spanned by a \mathbf{a} a and b \mathbf{b} b .
Example (HL): Given a = 2 i − j + 3 k \mathbf{a} = 2\mathbf{i} - \mathbf{j} + 3\mathbf{k} a = 2 i − j + 3 k and b = i + 2 j − k \mathbf{b} = \mathbf{i} + 2\mathbf{j} - \mathbf{k} b = i + 2 j − k Find a × b \mathbf{a} \times \mathbf{b} a × b and the Angle between them.
a × b = ∣ i j k 2 − 1 3 1 2 − 1 ∣ = i ( 1 − 6 ) − j ( − 2 − 3 ) + k ( 4 + 1 ) = − 5 i + 5 j + 5 k \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} a × b = i 2 1 j − 1 2 k 3 − 1 = i ( 1 − 6 ) − j ( − 2 − 3 ) + k ( 4 + 1 ) = − 5 i + 5 j + 5 k |\mathbf{a}| = \sqrt{4 + 1 + 9} = \sqrt{14}$$|\mathbf{b}| = \sqrt{1 + 4 + 1} = \sqrt{6} .
a ⋅ b = 2 − 2 − 3 = − 3 \mathbf{a} \cdot \mathbf{b} = 2 - 2 - 3 = -3 a ⋅ b = 2 − 2 − 3 = − 3 .
cos θ = − 3 14 6 = − 3 2 21 \cos\theta = \frac{-3}{\sqrt{14}\sqrt{6}} = \frac{-3}{2\sqrt{21}} cos θ = 14 6 − 3 = 2 21 − 3 .
The scalar triple product a ⋅ ( b × c ) \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) a ⋅ ( b × c ) gives the volume of the Parallelepiped spanned by \mathbf{a}$$\mathbf{b} And c \mathbf{c} c .
a ⋅ ( b × c ) = ∣ a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 ∣ \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} a ⋅ ( b × c ) = a 1 b 1 c 1 a 2 b 2 c 2 a 3 b 3 c 3 If the scalar triple product is zero, the three vectors are coplanar.
Example (HL): Determine whether the vectors a = i + 2 j − k \mathbf{a} = \mathbf{i} + 2\mathbf{j} - \mathbf{k} a = i + 2 j − k b = 3 i − j + 2 k \mathbf{b} = 3\mathbf{i} - \mathbf{j} + 2\mathbf{k} b = 3 i − j + 2 k c = 2 i + 3 j + k \mathbf{c} = 2\mathbf{i} + 3\mathbf{j} + \mathbf{k} c = 2 i + 3 j + k are coplanar.
∣ 1 2 − 1 3 − 1 2 2 3 1 ∣ = 1 ( − 1 − 6 ) − 2 ( 3 − 4 ) + ( − 1 ) ( 9 − ( − 2 ) ) = − 7 + 2 − 11 = − 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 1 3 2 2 − 1 3 − 1 2 1 = 1 ( − 1 − 6 ) − 2 ( 3 − 4 ) + ( − 1 ) ( 9 − ( − 2 )) = − 7 + 2 − 11 = − 16 Since the scalar triple product is − 16 ≠ 0 -16 \neq 0 − 16 = 0 The vectors are not coplanar.
The area of triangle △ A B C \triangle ABC △ A B C with position vectors \mathbf{a}$$\mathbf{b}$$\mathbf{c} :
\mathrm{Area = \frac{1}{2}|\overrightarrow{AB} \times \overrightarrow{AC}| Where A B → = b − a \overrightarrow{AB} = \mathbf{b} - \mathbf{a} A B = b − a and A C → = c − a \overrightarrow{AC} = \mathbf{c} - \mathbf{a} A C = c − a .
The sum of the interior angles of a triangle is 180 ∘ 180^\circ 18 0 ∘ .
Proof: Let △ A B C \triangle ABC △ A B C have vertices A$$B$$C . Draw a line through A A A parallel to B C BC B C . Then ∠ B = ∠ B A X \angle B = \angle BAX ∠ B = ∠ B A X (alternate angles) and ∠ C = ∠ C A Y \angle C = \angle CAY ∠ C = ∠ C A Y (alternate Angles). Since B A X BAX B A X and C A Y CAY C A Y together with ∠ A \angle A ∠ A form a straight line:
∠ A + ∠ B A X + ∠ C A Y = 180 ° \angle A + \angle BAX + \angle CAY = 180° ∠ A + ∠ B A X + ∠ C A Y = 180° ∠ A + ∠ B + ∠ C = 180 ° \angle A + \angle B + \angle C = 180° ∠ A + ∠ B + ∠ C = 180° In a right-angled triangle, a 2 + b 2 = c 2 a^2 + b^2 = c^2 a 2 + b 2 = c 2 .
Proof (using similar triangles): Let △ A B C \triangle ABC △ A B C be right-angled at C C C With altitude C D CD C D To the hypotenuse A B AB A B . Then △ A B C ∼ △ A C D ∼ △ C B D \triangle ABC \sim \triangle ACD \sim \triangle CBD △ A B C ∼ △ A C D ∼ △ C B D . From △ A B C ∼ △ A C D \triangle ABC \sim \triangle ACD △ A B C ∼ △ A C D : A C A B = A D A C \frac{AC}{AB} = \frac{AD}{AC} A B A C = A C A D Giving A C 2 = A B ⋅ A D AC^2 = AB \cdot AD A C 2 = A B ⋅ A D . From △ A B C ∼ △ C B D \triangle ABC \sim \triangle CBD △ A B C ∼ △ C B D : B C A B = B D B C \frac{BC}{AB} = \frac{BD}{BC} A B B C = B C B D Giving B C 2 = A B ⋅ B D BC^2 = AB \cdot BD B C 2 = A B ⋅ B D . Adding:
A C 2 + B C 2 = A B ⋅ A D + A B ⋅ B D = A B ( A D + B D ) = A B 2 AC^2 + BC^2 = AB \cdot AD + AB \cdot BD = AB(AD + BD) = AB^2 A C 2 + B C 2 = A B ⋅ A D + A B ⋅ B D = A B ( A D + B D ) = A B 2 The angle at the centre of a circle is twice the angle at the circumference subtended by the same Arc.
Proof. Let O O O be the centre and A , B A, B A , B points on the circumference. Join O A OA O A and O B OB O B . If C C C Is on the circumference on the same side of A B AB A B as O O O Then △ O A C \triangle OAC △ O A C is isosceles with O A = O C OA = OC O A = O C So ∠ O A C = ∠ O C A \angle OAC = \angle OCA ∠ O A C = ∠ O C A . Similarly ∠ O B C = ∠ O C B \angle OBC = \angle OCB ∠ O B C = ∠ O C B . The exterior angle of △ O A C \triangle OAC △ O A C at O O O equals ∠ A O C = 2 ∠ O A C \angle AOC = 2\angle OAC ∠ A O C = 2∠ O A C . The full angle A O B = 2 ∠ O A C + 2 ∠ O C B = 2 ∠ A C B AOB = 2\angle OAC + 2\angle OCB = 2\angle ACB A O B = 2∠ O A C + 2∠ O C B = 2∠ A C B .
The angle in a semicircle is a right angle.
Proof. If A B AB A B is the diameter and C C C is on the circumference, then the angle at the centre A O B = 180 ∘ AOB = 180^\circ A O B = 18 0 ∘ . By the angle-at-centre theorem, the angle at the circumference A C B = 90 ∘ ACB = 90^\circ A C B = 9 0 ∘ .
The tangent to a circle at a point is perpendicular to the radius at that point.
Proof (by contradiction). Suppose the tangent at P P P is not perpendicular to the radius O P OP O P . Then the perpendicular from O O O to the tangent meets it at some point Q ≠ P Q \neq P Q = P . Since O Q < O P OQ \lt OP O Q < O P (by the shortest distance property), Q Q Q is closer to O O O than P P P . But P P P lies on the circle and Q Q Q is outside the perpendicular from the centre, so Q Q Q must be outside the circle. If Q Q Q is Outside the circle, the line through P P P and Q Q Q (the tangent) must cross the circle at P P P and some Other point, contradicting that it is a tangent. Hence the tangent is perpendicular to the radius.
See the examples integrated throughout the sections above.
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 ) \cos(A + B) cos ( A + B ) and cos ( A − B ) \cos(A - B) cos ( A − B ) are swapped compared to sin \sin sin .Vector cross product is not commutative: a × b = − b × a \mathbf{a} \times \mathbf{b} = -\mathbf{b} \times \mathbf{a} 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 α \alpha α . If a a a is negative, the reference angle calculation needs adjustment.Circle general form — the centre is ( − g , − f ) (-g, -f) ( − g , − f ) Not ( g , f ) (g, f) ( g , f ) . The negative signs are a common source of error.Find the equation of the line through ( 2 , − 1 ) (2, -1) ( 2 , − 1 ) and ( 4 , 5 ) (4, 5) ( 4 , 5 ) . Find the centre and radius of x 2 + y 2 + 6 x − 2 y + 6 = 0 x^2 + y^2 + 6x - 2y + 6 = 0 x 2 + y 2 + 6 x − 2 y + 6 = 0 . Solve 2 sin θ = 1 2\sin\theta = 1 2 sin θ = 1 for 0 ≤ θ ≤ 360 ∘ 0 \leq \theta \leq 360^\circ 0 ≤ θ ≤ 36 0 ∘ . In \triangle ABC$$a = 10$$b = 7$$C = 45^\circ . Find c c c using the cosine rule. Prove that sin 2 θ + cos 2 θ = 1 \sin^2\theta + \cos^2\theta = 1 sin 2 θ + cos 2 θ = 1 . Find the area of △ A B C \triangle ABC △ A B C where a = 8$$b = 5 And C = 60 ∘ C = 60^\circ C = 6 0 ∘ . Find the midpoint and length of the segment joining ( − 2 , 3 ) (-2, 3) ( − 2 , 3 ) and ( 4 , − 1 ) (4, -1) ( 4 , − 1 ) . Prove that sin 3 θ = 3 sin θ − 4 sin 3 θ \sin 3\theta = 3\sin\theta - 4\sin^3\theta sin 3 θ = 3 sin θ − 4 sin 3 θ using compound angle formulae. Find the shortest distance from ( 1 , − 2 ) (1, -2) ( 1 , − 2 ) to the line 3 x − 4 y + 5 = 0 3x - 4y + 5 = 0 3 x − 4 y + 5 = 0 . Solve cos 2 θ = cos θ \cos 2\theta = \cos\theta cos 2 θ = cos θ for 0 ≤ θ ≤ 2 π 0 \leq \theta \leq 2\pi 0 ≤ θ ≤ 2 π . Find the area of the triangle with vertices (1, 2)$$(4, 6)$$(3, -1) . Given a = 2 i − j + 3 k \mathbf{a} = 2\mathbf{i} - \mathbf{j} + 3\mathbf{k} a = 2 i − j + 3 k and b = i + 2 j − k \mathbf{b} = \mathbf{i} + 2\mathbf{j} - \mathbf{k} b = i + 2 j − k Find a × b \mathbf{a} \times \mathbf{b} a × b and the angle between a \mathbf{a} a and b \mathbf{b} b . Express cos 3 θ \cos 3\theta cos 3 θ in terms of cos θ \cos\theta cos θ . Prove that sin ( A + B ) sin ( A − B ) = sin 2 A − sin 2 B \sin(A+B)\sin(A-B) = \sin^2 A - \sin^2 B sin ( A + B ) sin ( A − B ) = sin 2 A − sin 2 B . Find the equation of the tangent to the circle x 2 + y 2 − 4 x + 6 y + 9 = 0 x^2 + y^2 - 4x + 6y + 9 = 0 x 2 + y 2 − 4 x + 6 y + 9 = 0 at the point ( 1 , − 1 ) (1, -1) ( 1 , − 1 ) . Two ships leave a port. Ship A sails on a bearing of 030 ∘ 030^\circ 03 0 ∘ at 20 km/h. Ship B sails on a bearing of 110 ∘ 110^\circ 11 0 ∘ 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 4 sin θ + 3 cos θ 4\sin\theta + 3\cos\theta 4 sin θ + 3 cos θ in the form R sin ( θ + α ) R\sin(\theta + \alpha) R sin ( θ + α ) 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 3 i + j − 2 k 3\mathbf{i} + \mathbf{j} - 2\mathbf{k} 3 i + j − 2 k . Solve 2 cos 2 x + sin x = 2 2\cos^2 x + \sin x = 2 2 cos 2 x + sin x = 2 for 0 ≤ x ≤ 2 π 0 \le x \le 2\pi 0 ≤ x ≤ 2 π . Find the equation of the circle passing through (1, 0)$$(0, 1) And ( 2 , 3 ) (2, 3) ( 2 , 3 ) . Determine whether the vectors i + j + k \mathbf{i} + \mathbf{j} + \mathbf{k} i + j + k 2 i − j + k 2\mathbf{i} - \mathbf{j} + \mathbf{k} 2 i − j + k And 3 i + 4 k 3\mathbf{i} + 4\mathbf{k} 3 i + 4 k are coplanar. 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.
:::