Trigonometry — Diagnostic Tests
Unit Tests
Tests edge cases, boundary conditions, and common misconceptions for trigonometry.
UT-1: Ambiguous Sine Rule Case
Question:
In triangle A B C ABC A B C , A B = 8 AB = 8 A B = 8 cm, B C = 6 BC = 6 B C = 6 cm, and ∠ B A C = 30 ° \angle BAC = 30° ∠ B A C = 30° . Find the possible values of ∠ A B C \angle ABC ∠ A B C .
Solution:
By the sine rule:
sin ∠ A B C A C = sin 30 ° B C \frac{\sin \angle ABC}{AC} = \frac{\sin 30°}{BC} A C s i n ∠ A B C = B C s i n 30°
We need A C AC A C first. We only have A B AB A B , B C BC B C , and ∠ A \angle A ∠ A -- this is the SSA (ambiguous) case.
Using the sine rule: sin C 8 = sin 30 ° 6 \dfrac{\sin C}{8} = \dfrac{\sin 30°}{6} 8 sin C = 6 sin 30°
sin C = 8 sin 30 ° 6 = 8 × 0.5 6 = 2 3 \sin C = \dfrac{8 \sin 30°}{6} = \dfrac{8 \times 0.5}{6} = \dfrac{2}{3} sin C = 6 8 sin 30° = 6 8 × 0.5 = 3 2
Since sin C = 2 3 < 1 \sin C = \dfrac{2}{3} \lt 1 sin C = 3 2 < 1 and C C C is acute or obtuse:
C = arcsin ( 2 3 ) ≈ 41.8 ° C = \arcsin\left(\dfrac{2}{3}\right) \approx 41.8° C = arcsin ( 3 2 ) ≈ 41.8° or C = 180 ° − 41.8 ° = 138.2 ° C = 180° - 41.8° = 138.2° C = 180° − 41.8° = 138.2° .
Check: C + A = 138.2 ° + 30 ° = 168.2 ° < 180 ° C + A = 138.2° + 30° = 168.2° \lt 180° C + A = 138.2° + 30° = 168.2° < 180° . Both are valid.
This is the ambiguous case of the sine rule. A common mistake is giving only the acute angle.
UT-2: Choosing Sine vs Cosine Rule
Question:
In triangle P Q R PQR P QR , P Q = 5 PQ = 5 P Q = 5 , Q R = 7 QR = 7 QR = 7 , P R = 8 PR = 8 P R = 8 . Find ∠ P Q R \angle PQR ∠ P QR .
Solution:
We have all three sides (SSS), so use the cosine rule:
cos ∠ P Q R = P Q 2 + Q R 2 − P R 2 2 ⋅ P Q ⋅ Q R = 25 + 49 − 64 2 × 5 × 7 = 10 70 = 1 7 \cos \angle PQR = \frac{PQ^2 + QR^2 - PR^2}{2 \cdot PQ \cdot QR} = \frac{25 + 49 - 64}{2 \times 5 \times 7} = \frac{10}{70} = \frac{1}{7} cos ∠ P QR = 2 ⋅ P Q ⋅ QR P Q 2 + Q R 2 − P R 2 = 2 × 5 × 7 25 + 49 − 64 = 70 10 = 7 1
∠ P Q R = arccos ( 1 7 ) ≈ 81.8 ° \angle PQR = \arccos\left(\frac{1}{7}\right) \approx 81.8° ∠ P QR = arccos ( 7 1 ) ≈ 81.8°
Using the sine rule here would require first finding another angle, which is less efficient and risks the ambiguous case.
UT-3: Trigonometric Equation with Multiple Solutions
Question:
Solve sin 2 x = cos x \sin 2x = \cos x sin 2 x = cos x for 0 ° ≤ x < 360 ° 0° \leq x \lt 360° 0° ≤ x < 360° .
Solution:
sin 2 x = cos x \sin 2x = \cos x sin 2 x = cos x
2 sin x cos x = cos x 2\sin x \cos x = \cos x 2 sin x cos x = cos x
2 sin x cos x − cos x = 0 2\sin x \cos x - \cos x = 0 2 sin x cos x − cos x = 0
cos x ( 2 sin x − 1 ) = 0 \cos x(2\sin x - 1) = 0 cos x ( 2 sin x − 1 ) = 0
Case 1: cos x = 0 ⟹ x = 90 ° \cos x = 0 \implies x = 90° cos x = 0 ⟹ x = 90° or x = 270 ° x = 270° x = 270° .
Case 2: sin x = 1 2 ⟹ x = 30 ° \sin x = \dfrac{1}{2} \implies x = 30° sin x = 2 1 ⟹ x = 30° or x = 150 ° x = 150° x = 150° .
A common mistake is dividing by cos x \cos x cos x without considering the case cos x = 0 \cos x = 0 cos x = 0 , which loses solutions.
Solution: x = 30 ° , 90 ° , 150 ° , 270 ° x = 30°,\; 90°,\; 150°,\; 270° x = 30° , 90° , 150° , 270° .
UT-4: 3D Angle Between Line and Plane
Question:
In the cuboid A B C D E F G H ABCDEFGH A B C D E F G H where A B = 4 AB = 4 A B = 4 , B C = 3 BC = 3 B C = 3 , C G = 5 CG = 5 C G = 5 . Find the angle between the diagonal A G AG A G and the base A B C D ABCD A B C D .
Solution:
The base A B C D ABCD A B C D is the plane containing points A , B , C , D A, B, C, D A , B , C , D .
G G G is directly above C C C (assuming standard cuboid notation), so G G G has height C G = 5 CG = 5 C G = 5 above the base.
The projection of A G AG A G onto the base is A C AC A C .
A C = A B 2 + B C 2 = 16 + 9 = 5 AC = \sqrt{AB^2 + BC^2} = \sqrt{16 + 9} = 5 A C = A B 2 + B C 2 = 16 + 9 = 5
A G = A C 2 + C G 2 = 25 + 25 = 50 = 5 2 AG = \sqrt{AC^2 + CG^2} = \sqrt{25 + 25} = \sqrt{50} = 5\sqrt{2} A G = A C 2 + C G 2 = 25 + 25 = 50 = 5 2
The angle θ \theta θ between A G AG A G and the base is:
sin θ = C G A G = 5 5 2 = 1 2 \sin \theta = \frac{CG}{AG} = \frac{5}{5\sqrt{2}} = \frac{1}{\sqrt{2}} sin θ = A G C G = 5 2 5 = 2 1
θ = 45 ° \theta = 45° θ = 45°
UT-5: Proving a Trigonometric Identity
Question:
Prove that 1 − cos 2 x sin 2 x = tan x \dfrac{1 - \cos 2x}{\sin 2x} = \tan x sin 2 x 1 − cos 2 x = tan x .
Solution:
1 − cos 2 x sin 2 x = 1 − ( 1 − 2 sin 2 x ) 2 sin x cos x = 2 sin 2 x 2 sin x cos x = sin x cos x = tan x \qed \frac{1 - \cos 2x}{\sin 2x} = \frac{1 - (1 - 2\sin^2 x)}{2\sin x \cos x} = \frac{2\sin^2 x}{2\sin x \cos x} = \frac{\sin x}{\cos x} = \tan x \qed s i n 2 x 1 − c o s 2 x = 2 s i n x c o s x 1 − ( 1 − 2 s i n 2 x ) = 2 s i n x c o s x 2 s i n 2 x = c o s x s i n x = tan x \qed
Integration Tests
Tests synthesis of trigonometry with other topics.
IT-1: Trigonometry and Coordinate Geometry (with Coordinate Geometry)
Question:
Three points A ( cos θ , sin θ ) A(\cos\theta,\; \sin\theta) A ( cos θ , sin θ ) , B ( cos 3 θ , sin 3 θ ) B(\cos 3\theta,\; \sin 3\theta) B ( cos 3 θ , sin 3 θ ) , C ( cos 5 θ , sin 5 θ ) C(\cos 5\theta,\; \sin 5\theta) C ( cos 5 θ , sin 5 θ ) lie on the unit circle. Show that A A A , B B B , C C C are collinear when θ = 36 ° \theta = 36° θ = 36° .
Solution:
For collinearity, the area of triangle A B C ABC A B C must be zero.
Area = 1 2 ∣ x A ( y B − y C ) + x B ( y C − y A ) + x C ( y A − y B ) ∣ \text{Area} = \frac{1}{2}\left|x_A(y_B - y_C) + x_B(y_C - y_A) + x_C(y_A - y_B)\right| Area = 2 1 ∣ x A ( y B − y C ) + x B ( y C − y A ) + x C ( y A − y B ) ∣
= 1 2 ∣ cos θ ( sin 3 θ − sin 5 θ ) + cos 3 θ ( sin 5 θ − sin θ ) + cos 5 θ ( sin θ − sin 3 θ ) ∣ = \frac{1}{2}\left|\cos\theta(\sin 3\theta - \sin 5\theta) + \cos 3\theta(\sin 5\theta - \sin\theta) + \cos 5\theta(\sin\theta - \sin 3\theta)\right| = 2 1 ∣ cos θ ( sin 3 θ − sin 5 θ ) + cos 3 θ ( sin 5 θ − sin θ ) + cos 5 θ ( sin θ − sin 3 θ ) ∣
Using the identity sin A − sin B = 2 cos A + B 2 sin A − B 2 \sin A - \sin B = 2\cos\dfrac{A+B}{2}\sin\dfrac{A-B}{2} sin A − sin B = 2 cos 2 A + B sin 2 A − B :
sin 3 θ − sin 5 θ = 2 cos 4 θ sin ( − θ ) = − 2 cos 4 θ sin θ \sin 3\theta - \sin 5\theta = 2\cos 4\theta \sin(-\theta) = -2\cos 4\theta \sin\theta sin 3 θ − sin 5 θ = 2 cos 4 θ sin ( − θ ) = − 2 cos 4 θ sin θ
sin 5 θ − sin θ = 2 cos 3 θ sin 2 θ \sin 5\theta - \sin\theta = 2\cos 3\theta \sin 2\theta sin 5 θ − sin θ = 2 cos 3 θ sin 2 θ
sin θ − sin 3 θ = 2 cos 2 θ sin ( − θ ) = − 2 cos 2 θ sin θ \sin\theta - \sin 3\theta = 2\cos 2\theta \sin(-\theta) = -2\cos 2\theta \sin\theta sin θ − sin 3 θ = 2 cos 2 θ sin ( − θ ) = − 2 cos 2 θ sin θ
Substituting:
1 2 ∣ − 2 cos θ cos 4 θ sin θ + 2 cos 3 θ cos 3 θ sin 2 θ − 2 cos 5 θ cos 2 θ sin θ ∣ \frac{1}{2}\left|-2\cos\theta \cos 4\theta \sin\theta + 2\cos 3\theta \cos 3\theta \sin 2\theta - 2\cos 5\theta \cos 2\theta \sin\theta\right| 2 1 ∣ − 2 cos θ cos 4 θ sin θ + 2 cos 3 θ cos 3 θ sin 2 θ − 2 cos 5 θ cos 2 θ sin θ ∣
At θ = 36 ° \theta = 36° θ = 36° : θ = 36 ° \theta = 36° θ = 36° , 3 θ = 108 ° 3\theta = 108° 3 θ = 108° , 5 θ = 180 ° 5\theta = 180° 5 θ = 180° .
A = ( cos 36 ° , sin 36 ° ) A = (\cos 36°,\; \sin 36°) A = ( cos 36° , sin 36° ) , B = ( cos 108 ° , sin 108 ° ) B = (\cos 108°,\; \sin 108°) B = ( cos 108° , sin 108° ) , C = ( − 1 , 0 ) C = (-1,\; 0) C = ( − 1 , 0 ) .
Slope A B = sin 108 ° − sin 36 ° cos 108 ° − cos 36 ° AB = \dfrac{\sin 108° - \sin 36°}{\cos 108° - \cos 36°} A B = cos 108° − cos 36° sin 108° − sin 36°
sin 108 ° = cos 18 ° \sin 108° = \cos 18° sin 108° = cos 18° , cos 108 ° = − sin 18 ° \cos 108° = -\sin 18° cos 108° = − sin 18° .
Slope A C = 0 − sin 36 ° − 1 − cos 36 ° = − sin 36 ° − 1 − cos 36 ° = sin 36 ° 1 + cos 36 ° AC = \dfrac{0 - \sin 36°}{-1 - \cos 36°} = \dfrac{-\sin 36°}{-1 - \cos 36°} = \dfrac{\sin 36°}{1 + \cos 36°} A C = − 1 − cos 36° 0 − sin 36° = − 1 − cos 36° − sin 36° = 1 + cos 36° sin 36°
Using sin 36 ° 1 + cos 36 ° = tan 18 ° \dfrac{\sin 36°}{1 + \cos 36°} = \tan 18° 1 + cos 36° sin 36° = tan 18° .
Slope A B = cos 18 ° − sin 36 ° − sin 18 ° − cos 36 ° AB = \dfrac{\cos 18° - \sin 36°}{-\sin 18° - \cos 36°} A B = − sin 18° − cos 36° cos 18° − sin 36° .
Since sin 36 ° = 2 sin 18 ° cos 18 ° \sin 36° = 2\sin 18°\cos 18° sin 36° = 2 sin 18° cos 18° and cos 36 ° = 1 − 2 sin 2 18 ° \cos 36° = 1 - 2\sin^2 18° cos 36° = 1 − 2 sin 2 18° :
Numerator: cos 18 ° − 2 sin 18 ° cos 18 ° = cos 18 ° ( 1 − 2 sin 18 ° ) \cos 18° - 2\sin 18°\cos 18° = \cos 18°(1 - 2\sin 18°) cos 18° − 2 sin 18° cos 18° = cos 18° ( 1 − 2 sin 18° ) .
Denominator: − sin 18 ° − 1 + 2 sin 2 18 ° = − ( 1 + sin 18 ° − 2 sin 2 18 ° ) -\sin 18° - 1 + 2\sin^2 18° = -(1 + \sin 18° - 2\sin^2 18°) − sin 18° − 1 + 2 sin 2 18° = − ( 1 + sin 18° − 2 sin 2 18° ) .
This equals tan 18 ° \tan 18° tan 18° (verifiable numerically: tan 18 ° ≈ 0.325 \tan 18° \approx 0.325 tan 18° ≈ 0.325 ).
Since slope A B AB A B = slope A C AC A C , the points are collinear.
IT-2: Trigonometry and Algebra (with Quadratics)
Question:
Solve tan 2 x − 3 tan x + 1 = 0 \tan^2 x - 3\tan x + 1 = 0 tan 2 x − 3 tan x + 1 = 0 for 0 ° ≤ x < 180 ° 0° \leq x \lt 180° 0° ≤ x < 180° .
Solution:
Let u = tan x u = \tan x u = tan x :
u 2 − 3 u + 1 = 0 u^2 - 3u + 1 = 0 u 2 − 3 u + 1 = 0
u = 3 ± 9 − 4 2 = 3 ± 5 2 u = \frac{3 \pm \sqrt{9 - 4}}{2} = \frac{3 \pm \sqrt{5}}{2} u = 2 3 ± 9 − 4 = 2 3 ± 5
tan x = 3 + 5 2 ≈ 2.618 ⟹ x ≈ 69.1 ° \tan x = \dfrac{3 + \sqrt{5}}{2} \approx 2.618 \implies x \approx 69.1° tan x = 2 3 + 5 ≈ 2.618 ⟹ x ≈ 69.1°
tan x = 3 − 5 2 ≈ 0.382 ⟹ x ≈ 20.9 ° \tan x = \dfrac{3 - \sqrt{5}}{2} \approx 0.382 \implies x \approx 20.9° tan x = 2 3 − 5 ≈ 0.382 ⟹ x ≈ 20.9°
In the range 0 ° ≤ x < 180 ° 0° \leq x \lt 180° 0° ≤ x < 180° , each tangent value gives one solution (since tan \tan tan is positive in both Q1 and Q3):
x ≈ 69.1 ° x \approx 69.1° x ≈ 69.1° or x ≈ 20.9 ° x \approx 20.9° x ≈ 20.9° .
Exact: x = arctan ( 3 + 5 2 ) x = \arctan\left(\dfrac{3 + \sqrt{5}}{2}\right) x = arctan ( 2 3 + 5 ) or x = arctan ( 3 − 5 2 ) x = \arctan\left(\dfrac{3 - \sqrt{5}}{2}\right) x = arctan ( 2 3 − 5 ) .
IT-3: Trigonometry and 3D Geometry (with Geometries)
Question:
A pyramid has a square base A B C D ABCD A B C D of side 6 cm and vertex V V V directly above the centre O O O of the base. The height V O = 4 VO = 4 V O = 4 cm. Find the angle between the plane V A B VAB V A B and the base A B C D ABCD A B C D .
Solution:
The angle between two planes equals the angle between their normals, or equivalently the angle between a line in one plane perpendicular to the line of intersection and its projection.
Let M M M be the midpoint of A B AB A B . Then O M ⊥ A B OM \perp AB O M ⊥ A B and V M ⊥ A B VM \perp AB V M ⊥ A B .
The angle between plane V A B VAB V A B and the base is ∠ V M O \angle VMO ∠ V M O .
O M = 6 2 = 3 OM = \dfrac{6}{2} = 3 O M = 2 6 = 3 cm (half the side of the square).
V O = 4 VO = 4 V O = 4 cm.
In right triangle V O M VOM V O M : tan ∠ V M O = V O O M = 4 3 \tan \angle VMO = \dfrac{VO}{OM} = \dfrac{4}{3} tan ∠ V M O = O M V O = 3 4 .
∠ V M O = arctan ( 4 3 ) ≈ 53.1 ° \angle VMO = \arctan\left(\frac{4}{3}\right) \approx 53.1° ∠ V M O = arctan ( 3 4 ) ≈ 53.1°
Worked Examples
WE-1: Sine Rule Application
Question:
In triangle A B C ABC A B C , ∠ A = 45 ° \angle A = 45° ∠ A = 45° , ∠ B = 60 ° \angle B = 60° ∠ B = 60° , and a = 8 a = 8 a = 8 cm. Find the length of side c c c .
Solution:
∠ C = 180 ° − 45 ° − 60 ° = 75 ° \angle C = 180° - 45° - 60° = 75° ∠ C = 180° − 45° − 60° = 75°
By the sine rule:
c sin C = a sin A \frac{c}{\sin C} = \frac{a}{\sin A} s i n C c = s i n A a
c = a sin C sin A = 8 sin 75 ° sin 45 ° = 8 × 0.9659 0.7071 ≈ 10.93 cm c = \frac{a \sin C}{\sin A} = \frac{8 \sin 75°}{\sin 45°} = \frac{8 \times 0.9659}{0.7071} \approx 10.93 \text{ cm} c = s i n A a s i n C = s i n 45° 8 s i n 75° = 0.7071 8 × 0.9659 ≈ 10.93 cm
WE-2: Cosine Rule to Find an Angle
Question:
In triangle P Q R PQR P QR , P Q = 5 PQ = 5 P Q = 5 cm, Q R = 7 QR = 7 QR = 7 cm, P R = 10 PR = 10 P R = 10 cm. Find the largest angle.
Solution:
The largest angle is opposite the longest side, so it is ∠ Q \angle Q ∠ Q (opposite P R = 10 PR = 10 P R = 10 ).
cos ∠ Q = P Q 2 + Q R 2 − P R 2 2 ⋅ P Q ⋅ Q R = 25 + 49 − 100 2 × 5 × 7 = − 26 70 = − 13 35 \cos \angle Q = \frac{PQ^2 + QR^2 - PR^2}{2 \cdot PQ \cdot QR} = \frac{25 + 49 - 100}{2 \times 5 \times 7} = \frac{-26}{70} = -\frac{13}{35} cos ∠ Q = 2 ⋅ P Q ⋅ QR P Q 2 + Q R 2 − P R 2 = 2 × 5 × 7 25 + 49 − 100 = 70 − 26 = − 35 13
∠ Q = arccos ( − 13 35 ) ≈ 111.8 ° \angle Q = \arccos\left(-\frac{13}{35}\right) \approx 111.8° ∠ Q = arccos ( − 35 13 ) ≈ 111.8°
WE-3: Trigonometric Identity Proof
Question:
Prove that sin x 1 + cos x + 1 + cos x sin x = 2 csc x \dfrac{\sin x}{1 + \cos x} + \dfrac{1 + \cos x}{\sin x} = 2\csc x 1 + cos x sin x + sin x 1 + cos x = 2 csc x .
Solution:
LHS = sin 2 x + ( 1 + cos x ) 2 sin x ( 1 + cos x ) = sin 2 x + 1 + 2 cos x + cos 2 x sin x ( 1 + cos x ) \text{LHS} = \frac{\sin^2 x + (1 + \cos x)^2}{\sin x(1 + \cos x)} = \frac{\sin^2 x + 1 + 2\cos x + \cos^2 x}{\sin x(1 + \cos x)} LHS = s i n x ( 1 + c o s x ) s i n 2 x + ( 1 + c o s x ) 2 = s i n x ( 1 + c o s x ) s i n 2 x + 1 + 2 c o s x + c o s 2 x
= ( sin 2 x + cos 2 x ) + 1 + 2 cos x sin x ( 1 + cos x ) = 2 + 2 cos x sin x ( 1 + cos x ) = 2 ( 1 + cos x ) sin x ( 1 + cos x ) = 2 sin x = 2 csc x = RHS \qed = \frac{(\sin^2 x + \cos^2 x) + 1 + 2\cos x}{\sin x(1 + \cos x)} = \frac{2 + 2\cos x}{\sin x(1 + \cos x)} = \frac{2(1 + \cos x)}{\sin x(1 + \cos x)} = \frac{2}{\sin x} = 2\csc x = \text{RHS} \qed = s i n x ( 1 + c o s x ) ( s i n 2 x + c o s 2 x ) + 1 + 2 c o s x = s i n x ( 1 + c o s x ) 2 + 2 c o s x = s i n x ( 1 + c o s x ) 2 ( 1 + c o s x ) = s i n x 2 = 2 csc x = RHS \qed
WE-4: Solving Trigonometric Equations in a Given Range
Question:
Solve cos 2 x = cos x \cos 2x = \cos x cos 2 x = cos x for 0 ° ≤ x < 360 ° 0° \leq x < 360° 0° ≤ x < 360° .
Solution:
cos 2 x = cos x \cos 2x = \cos x cos 2 x = cos x
2 cos 2 x − 1 = cos x 2\cos^2 x - 1 = \cos x 2 cos 2 x − 1 = cos x
2 cos 2 x − cos x − 1 = 0 2\cos^2 x - \cos x - 1 = 0 2 cos 2 x − cos x − 1 = 0
Let u = cos x u = \cos x u = cos x : 2 u 2 − u − 1 = 0 ⟹ ( 2 u + 1 ) ( u − 1 ) = 0 2u^2 - u - 1 = 0 \implies (2u + 1)(u - 1) = 0 2 u 2 − u − 1 = 0 ⟹ ( 2 u + 1 ) ( u − 1 ) = 0 .
u = − 1 2 u = -\dfrac{1}{2} u = − 2 1 or u = 1 u = 1 u = 1 .
cos x = − 1 2 ⟹ x = 120 ° \cos x = -\dfrac{1}{2} \implies x = 120° cos x = − 2 1 ⟹ x = 120° or x = 240 ° x = 240° x = 240° .
cos x = 1 ⟹ x = 0 ° \cos x = 1 \implies x = 0° cos x = 1 ⟹ x = 0° .
Solution: x = 0 ° , 120 ° , 240 ° x = 0°,\; 120°,\; 240° x = 0° , 120° , 240° .
WE-5: Area of Triangle Using Trigonometry
Question:
In triangle A B C ABC A B C , A B = 12 AB = 12 A B = 12 cm, A C = 10 AC = 10 A C = 10 cm, and ∠ B A C = 65 ° \angle BAC = 65° ∠ B A C = 65° . Find the area.
Solution:
Area = 1 2 × A B × A C × sin ∠ B A C = 1 2 × 12 × 10 × sin 65 ° = 60 sin 65 ° ≈ 60 × 0.9063 ≈ 54.4 cm 2 \text{Area} = \frac{1}{2} \times AB \times AC \times \sin \angle BAC = \frac{1}{2} \times 12 \times 10 \times \sin 65° = 60\sin 65° \approx 60 \times 0.9063 \approx 54.4 \text{ cm}^2 Area = 2 1 × A B × A C × sin ∠ B A C = 2 1 × 12 × 10 × sin 65° = 60 sin 65° ≈ 60 × 0.9063 ≈ 54.4 cm 2
WE-6: 3D Distance Problem
Question:
In a rectangular room of dimensions 6 6 6 m × \times × 4 4 4 m × \times × 3 3 3 m, an ant walks from one corner of the floor to the diagonally opposite corner of the ceiling. Find the shortest distance the ant must crawl.
Solution:
The ant needs to go from ( 0 , 0 , 0 ) (0, 0, 0) ( 0 , 0 , 0 ) to ( 6 , 4 , 3 ) (6, 4, 3) ( 6 , 4 , 3 ) .
The shortest path is the space diagonal:
d = 6 2 + 4 2 + 3 2 = 36 + 16 + 9 = 61 ≈ 7.81 m d = \sqrt{6^2 + 4^2 + 3^2} = \sqrt{36 + 16 + 9} = \sqrt{61} \approx 7.81 \text{ m} d = 6 2 + 4 2 + 3 2 = 36 + 16 + 9 = 61 ≈ 7.81 m
If the ant must stay on surfaces, the shortest path "unfolds" two walls:
Unfolding the 6 × 3 6 \times 3 6 × 3 wall and the 4 × 3 4 \times 3 4 × 3 wall: the path goes across a 6 × 7 6 \times 7 6 × 7 rectangle (wait, this needs careful analysis).
The shortest surface path would be min ( ( 6 + 4 ) 2 + 3 2 , ( 6 + 3 ) 2 + 4 2 , ( 4 + 3 ) 2 + 6 2 ) = min ( 109 , 97 , 85 ) = 85 ≈ 9.22 \min\left(\sqrt{(6+4)^2 + 3^2}, \sqrt{(6+3)^2 + 4^2}, \sqrt{(4+3)^2 + 6^2}\right) = \min(\sqrt{109}, \sqrt{97}, \sqrt{85}) = \sqrt{85} \approx 9.22 min ( ( 6 + 4 ) 2 + 3 2 , ( 6 + 3 ) 2 + 4 2 , ( 4 + 3 ) 2 + 6 2 ) = min ( 109 , 97 , 85 ) = 85 ≈ 9.22 m.
The absolute shortest is the space diagonal 61 \sqrt{61} 61 m.
WE-7: Bearing Problem
Question:
A ship sails from port A A A on a bearing of 060 ° 060° 060° for 15 15 15 km to point B B B , then on a bearing of 150 ° 150° 150° for 20 20 20 km to point C C C . Find the distance and bearing of C C C from A A A .
Solution:
∠ A B C = 150 ° − ( 180 ° − 60 ° ) = 150 ° − 120 ° = 30 ° \angle ABC = 150° - (180° - 60°) = 150° - 120° = 30° ∠ A B C = 150° − ( 180° − 60° ) = 150° − 120° = 30° .
Wait: the angle between A B AB A B and B C BC B C at B B B . The bearing from A A A to B B B is 060 ° 060° 060° . The reverse bearing from B B B to A A A is 240 ° 240° 240° . The bearing from B B B to C C C is 150 ° 150° 150° . The angle A B C = 240 ° − 150 ° = 90 ° ABC = 240° - 150° = 90° A B C = 240° − 150° = 90° .
So triangle A B C ABC A B C has a right angle at B B B .
A B = 15 AB = 15 A B = 15 km, B C = 20 BC = 20 B C = 20 km.
A C = 15 2 + 20 2 = 225 + 400 = 625 = 25 km AC = \sqrt{15^2 + 20^2} = \sqrt{225 + 400} = \sqrt{625} = 25 \text{ km} A C = 1 5 2 + 2 0 2 = 225 + 400 = 625 = 25 km
Bearing of C C C from A A A : ∠ N A C = 060 ° + arctan ( 20 15 ) = 60 ° + 53.1 ° = 113.1 ° \angle NAC = 060° + \arctan\left(\dfrac{20}{15}\right) = 60° + 53.1° = 113.1° ∠ N A C = 060° + arctan ( 15 20 ) = 60° + 53.1° = 113.1° .
The distance is 25 25 25 km and the bearing is approximately 113 ° 113° 113° .
WE-8: Angle of Elevation and Depression
Question:
From the top of a cliff 80 80 80 m high, the angle of depression of a boat is 30 ° 30° 30° . Find the distance of the boat from the base of the cliff.
Solution:
The angle of elevation from the boat to the top of the cliff equals the angle of depression from the top to the boat: 30 ° 30° 30° .
tan 30 ° = 80 d \tan 30° = \frac{80}{d} tan 30° = d 80
d = 80 tan 30 ° = 80 1 / 3 = 80 3 ≈ 138.6 m d = \frac{80}{\tan 30°} = \frac{80}{1/\sqrt{3}} = 80\sqrt{3} \approx 138.6 \text{ m} d = t a n 30° 80 = 1/ 3 80 = 80 3 ≈ 138.6 m
Common Pitfalls
Missing solutions in trigonometric equations. When solving cos x ⋅ f ( x ) = 0 \cos x \cdot f(x) = 0 cos x ⋅ f ( x ) = 0 , you must consider both cos x = 0 \cos x = 0 cos x = 0 AND f ( x ) = 0 f(x) = 0 f ( x ) = 0 . Dividing by cos x \cos x cos x or sin x \sin x sin x loses solutions. Always factorise first.
Using degrees when radians are required (or vice versa). In DSE Maths, most trigonometry problems use degrees unless specified otherwise. Always check the required units and be consistent throughout your working.
Ambiguous case of the sine rule. When given two sides and a non-included angle (SSA), there may be two possible solutions. Always check if the supplementary angle is also valid (sums with given angle to less than 180 ° 180° 180° ).
Incorrect angle identification in 3D problems. In 3D trigonometry, the angle between a line and a plane is NOT the angle the line makes with a line in the plane. It is the angle between the line and its projection onto the plane. Draw clear diagrams.
Bearings measured from North clockwise. A bearing of 060 ° 060° 060° means 60 ° 60° 60° clockwise from North (i.e. N60°E). Always draw a clear North arrow and measure bearings correctly.
DSE Exam-Style Questions
DSE-1
In triangle A B C ABC A B C , a = 8 a = 8 a = 8 cm, b = 6 b = 6 b = 6 cm, and ∠ A = 70 ° \angle A = 70° ∠ A = 70° .
(a) Find ∠ B \angle B ∠ B . Give your answer correct to 1 decimal place. (3 marks)
(b) Find the area of triangle A B C ABC A B C . (2 marks)
(c) Find the length of the altitude from C C C to A B AB A B . (2 marks)
Solution:
(a) By the sine rule:
sin B b = sin A a ⟹ sin B = 6 sin 70 ° 8 = 6 × 0.9397 8 = 0.7048 \frac{\sin B}{b} = \frac{\sin A}{a} \implies \sin B = \frac{6\sin 70°}{8} = \frac{6 \times 0.9397}{8} = 0.7048 b s i n B = a s i n A ⟹ sin B = 8 6 s i n 70° = 8 6 × 0.9397 = 0.7048
B = arcsin ( 0.7048 ) ≈ 44.8 ° B = \arcsin(0.7048) \approx 44.8° B = arcsin ( 0.7048 ) ≈ 44.8° .
Check for ambiguous case: 70 ° + 44.8 ° = 114.8 ° < 180 ° 70° + 44.8° = 114.8° < 180° 70° + 44.8° = 114.8° < 180° .
B ′ = 180 ° − 44.8 ° = 135.2 ° B' = 180° - 44.8° = 135.2° B ′ = 180° − 44.8° = 135.2° . 70 ° + 135.2 ° = 205.2 ° > 180 ° 70° + 135.2° = 205.2° > 180° 70° + 135.2° = 205.2° > 180° . Invalid.
So ∠ B ≈ 44.8 ° \angle B \approx 44.8° ∠ B ≈ 44.8° .
(b) ∠ C = 180 ° − 70 ° − 44.8 ° = 65.2 ° \angle C = 180° - 70° - 44.8° = 65.2° ∠ C = 180° − 70° − 44.8° = 65.2° .
Area = 1 2 × 8 × 6 × sin 65.2 ° ≈ 24 × 0.9075 ≈ 21.8 \text{Area} = \dfrac{1}{2} \times 8 \times 6 \times \sin 65.2° \approx 24 \times 0.9075 \approx 21.8 Area = 2 1 × 8 × 6 × sin 65.2° ≈ 24 × 0.9075 ≈ 21.8 cm2 ^2 2 .
(c) Area = 1 2 × A B × h \text{Area} = \dfrac{1}{2} \times AB \times h Area = 2 1 × A B × h , where A B = c AB = c A B = c .
By the sine rule: c = 8 sin 65.2 ° sin 44.8 ° ≈ 8 × 0.9075 0.7048 ≈ 10.3 c = \dfrac{8\sin 65.2°}{\sin 44.8°} \approx \dfrac{8 \times 0.9075}{0.7048} \approx 10.3 c = sin 44.8° 8 sin 65.2° ≈ 0.7048 8 × 0.9075 ≈ 10.3 cm.
h = 2 × 21.8 10.3 ≈ 4.23 h = \dfrac{2 \times 21.8}{10.3} \approx 4.23 h = 10.3 2 × 21.8 ≈ 4.23 cm.
DSE-2
(a) Prove the identity 1 − cos 2 x 1 + cos 2 x = tan 2 x \dfrac{1 - \cos 2x}{1 + \cos 2x} = \tan^2 x 1 + cos 2 x 1 − cos 2 x = tan 2 x . (3 marks)
(b) Hence solve 1 − cos 2 x 1 + cos 2 x = 3 \dfrac{1 - \cos 2x}{1 + \cos 2x} = 3 1 + cos 2 x 1 − cos 2 x = 3 for 0 ° ≤ x < 360 ° 0° \leq x < 360° 0° ≤ x < 360° . (3 marks)
Solution:
(a) 1 − cos 2 x 1 + cos 2 x = 1 − ( 1 − 2 sin 2 x ) 1 + ( 2 cos 2 x − 1 ) = 2 sin 2 x 2 cos 2 x = sin 2 x cos 2 x = tan 2 x \qed \dfrac{1 - \cos 2x}{1 + \cos 2x} = \dfrac{1 - (1 - 2\sin^2 x)}{1 + (2\cos^2 x - 1)} = \dfrac{2\sin^2 x}{2\cos^2 x} = \dfrac{\sin^2 x}{\cos^2 x} = \tan^2 x \qed 1 + cos 2 x 1 − cos 2 x = 1 + ( 2 cos 2 x − 1 ) 1 − ( 1 − 2 sin 2 x ) = 2 cos 2 x 2 sin 2 x = cos 2 x sin 2 x = tan 2 x \qed
(b) tan 2 x = 3 ⟹ tan x = ± 3 \tan^2 x = 3 \implies \tan x = \pm\sqrt{3} tan 2 x = 3 ⟹ tan x = ± 3 .
tan x = 3 ⟹ x = 60 ° \tan x = \sqrt{3} \implies x = 60° tan x = 3 ⟹ x = 60° or x = 240 ° x = 240° x = 240° .
tan x = − 3 ⟹ x = 120 ° \tan x = -\sqrt{3} \implies x = 120° tan x = − 3 ⟹ x = 120° or x = 300 ° x = 300° x = 300° .
Solution: x = 60 ° , 120 ° , 240 ° , 300 ° x = 60°,\; 120°,\; 240°,\; 300° x = 60° , 120° , 240° , 300° .
DSE-3
A vertical tower P Q PQ P Q stands on horizontal ground. From a point A A A on the ground, the angle of elevation of P P P is 32 ° 32° 32° . From another point B B B , 50 50 50 m from A A A on the opposite side of the tower, the angle of elevation of P P P is 24 ° 24° 24° . Find the height of the tower. (5 marks)
Solution:
Let the height be h h h and let the horizontal distance from the foot Q Q Q to A A A be d d d .
tan 32 ° = h d ⟹ d = h tan 32 ° \tan 32° = \dfrac{h}{d} \implies d = \dfrac{h}{\tan 32°} tan 32° = d h ⟹ d = tan 32° h .
tan 24 ° = h d + 50 ⟹ d + 50 = h tan 24 ° \tan 24° = \dfrac{h}{d + 50} \implies d + 50 = \dfrac{h}{\tan 24°} tan 24° = d + 50 h ⟹ d + 50 = tan 24° h .
h tan 32 ° + 50 = h tan 24 ° \dfrac{h}{\tan 32°} + 50 = \dfrac{h}{\tan 24°} tan 32° h + 50 = tan 24° h .
h ( 1 tan 24 ° − 1 tan 32 ° ) = 50 h\left(\dfrac{1}{\tan 24°} - \dfrac{1}{\tan 32°}\right) = 50 h ( tan 24° 1 − tan 32° 1 ) = 50 .
h ( cot 24 ° − cot 32 ° ) = 50 h\left(\cot 24° - \cot 32°\right) = 50 h ( cot 24° − cot 32° ) = 50 .
h ( 2.2460 − 1.6003 ) = 50 h(2.2460 - 1.6003) = 50 h ( 2.2460 − 1.6003 ) = 50 .
0.6457 h = 50 ⟹ h = 50 0.6457 ≈ 77.4 0.6457h = 50 \implies h = \dfrac{50}{0.6457} \approx 77.4 0.6457 h = 50 ⟹ h = 0.6457 50 ≈ 77.4 m.
DSE-4
Solve sin 2 x + 2 cos x = 2 \sin^2 x + 2\cos x = 2 sin 2 x + 2 cos x = 2 for 0 ° ≤ x ≤ 180 ° 0° \leq x \leq 180° 0° ≤ x ≤ 180° . (4 marks)
Solution:
sin 2 x + 2 cos x = 2 \sin^2 x + 2\cos x = 2 sin 2 x + 2 cos x = 2 .
1 − cos 2 x + 2 cos x = 2 1 - \cos^2 x + 2\cos x = 2 1 − cos 2 x + 2 cos x = 2 .
− cos 2 x + 2 cos x − 1 = 0 -\cos^2 x + 2\cos x - 1 = 0 − cos 2 x + 2 cos x − 1 = 0 .
cos 2 x − 2 cos x + 1 = 0 \cos^2 x - 2\cos x + 1 = 0 cos 2 x − 2 cos x + 1 = 0 .
( cos x − 1 ) 2 = 0 (\cos x - 1)^2 = 0 ( cos x − 1 ) 2 = 0 .
cos x = 1 \cos x = 1 cos x = 1 .
In [ 0 ° , 180 ° ] [0°,\; 180°] [ 0° , 180° ] : x = 0 ° x = 0° x = 0° .
DSE-5
In the figure, A B C D ABCD A B C D is a square of side 6 6 6 cm. E E E is a point on B C BC B C such that B E = 2 BE = 2 B E = 2 cm. F F F is the midpoint of C D CD C D . Find ∠ A E F \angle AEF ∠ A E F . (5 marks)
Solution:
Place A A A at the origin: A = ( 0 , 0 ) A = (0, 0) A = ( 0 , 0 ) , B = ( 6 , 0 ) B = (6, 0) B = ( 6 , 0 ) , C = ( 6 , 6 ) C = (6, 6) C = ( 6 , 6 ) , D = ( 0 , 6 ) D = (0, 6) D = ( 0 , 6 ) .
E = ( 6 , 2 ) E = (6, 2) E = ( 6 , 2 ) , F = ( 3 , 6 ) F = (3, 6) F = ( 3 , 6 ) .
A E = 6 2 + 2 2 = 40 = 2 10 AE = \sqrt{6^2 + 2^2} = \sqrt{40} = 2\sqrt{10} A E = 6 2 + 2 2 = 40 = 2 10
E F = ( 6 − 3 ) 2 + ( 2 − 6 ) 2 = 9 + 16 = 5 EF = \sqrt{(6-3)^2 + (2-6)^2} = \sqrt{9 + 16} = 5 E F = ( 6 − 3 ) 2 + ( 2 − 6 ) 2 = 9 + 16 = 5
A F = 3 2 + 6 2 = 45 = 3 5 AF = \sqrt{3^2 + 6^2} = \sqrt{45} = 3\sqrt{5} A F = 3 2 + 6 2 = 45 = 3 5
By the cosine rule in triangle A E F AEF A E F :
cos ∠ A E F = A E 2 + E F 2 − A F 2 2 ⋅ A E ⋅ E F = 40 + 25 − 45 2 × 2 10 × 5 = 20 20 10 = 1 10 = 10 10 \cos \angle AEF = \frac{AE^2 + EF^2 - AF^2}{2 \cdot AE \cdot EF} = \frac{40 + 25 - 45}{2 \times 2\sqrt{10} \times 5} = \frac{20}{20\sqrt{10}} = \frac{1}{\sqrt{10}} = \frac{\sqrt{10}}{10} cos ∠ A E F = 2 ⋅ A E ⋅ E F A E 2 + E F 2 − A F 2 = 2 × 2 10 × 5 40 + 25 − 45 = 20 10 20 = 10 1 = 10 10
∠ A E F = arccos ( 10 10 ) ≈ 71.6 ° \angle AEF = \arccos\left(\frac{\sqrt{10}}{10}\right) \approx 71.6° ∠ A E F = arccos ( 10 10 ) ≈ 71.6°