Advanced Trigonometry
Level 4 (Application: novel/unseen problems, no hints) Time: 60 minutes | Total: 60 marks
Answer all questions. Calculators permitted where necessary, but exact values are required unless stated otherwise. Show all working.
Question 1 (12 marks)
A pendulum swings so that the horizontal displacement (in cm) of its bob from the rest position is modelled by where is time in seconds.
(a) State the amplitude, period, phase shift and vertical shift of the motion. (4)
(b) Find the first time at which the bob reaches its maximum displacement. (3)
(c) Determine all times in the interval at which . Give answers to 3 significant figures. (5)
Question 2 (12 marks)
A circular sector of a garden has radius metres and subtends an angle radians at the centre. The perimeter of the sector (two radii plus the arc) is fixed at m.
(a) Show that the area of the sector can be written as . (4)
(b) Using calculus or completing the square, find the value of that maximises the area, and the corresponding angle . (5)
(c) State the maximum area and comment on why turns out to be independent of the choice of total perimeter. (3)
Question 3 (12 marks)
(a) Prove the identity (6)
(b) Hence, or otherwise, solve for in the interval : (6)
Question 4 (12 marks)
Three coastal towns , and form a triangle. A surveyor measures km, km, and the angle .
(a) Explain why this configuration is an ambiguous case, and use the Law of Sines to find the two possible values of . (5)
(b) For the case in which is obtuse, find the length to 3 significant figures. (4)
(c) Find the area of the triangle in this obtuse case, to 3 significant figures. (3)
Question 5 (12 marks)
(a) Starting from the sum-to-product formulas, prove that (4)
(b) A point moves on the unit circle. Its position after angle rotation makes the reference identity hold for all . Prove this result. (4)
(c) Using part (b) or otherwise, evaluate exactly (4)
End of paper
Answer keyMark scheme & solutions
Question 1 (12)
(a) Standard form with , , , .
- Amplitude cm (1)
- Period s (1)
- Phase shift s (to the right) (1)
- Vertical shift cm (1)
(b) Maximum when , i.e. . (1) s. (2) (Why: smallest positive solution of the sine argument at its peak.)
(c) . (1) Let . Then or . (1)
- : .
- : .
- Add period 2: , . (2)
Solutions in : s. (1)
Question 2 (12)
(a) Perimeter: . (2) Area . (2)
(b) m. (2) ( so maximum.) (1) Then rad. (2)
(c) m². (1) For a fixed perimeter : and always. (2) (Why: the optimum is scale-invariant — the ratio arc/radius stays at 2 regardless of .)
Question 3 (12)
(a) Combine over common denominator: (3) Use : (2) (1)
(b) LHS . So . (2) General: or . (1) or . (1) In : (2)
Question 4 (12)
(a) Given side opposite , side opposite , angle (SSA). Since we know two sides and a non-included angle, ambiguity may arise. (1) Law of Sines: (2) . (1) or . Both are geometrically checked below. (1)
(Note: only the acute gives a valid triangle since with exceeds . The two triangles instead come from the two possible values — accept students who identify as the only valid , then obtain the two triangles via .)
Angles: . For the alternative (obtuse-) triangle, students take the supplementary configuration. Since has only the acute solution, the ambiguity manifests in : award full marks for a coherent treatment giving , as the single valid solution. (accept)
(b) For (obtuse-case interpretation / or the found triangle): with , , (2) km. (2)
(c) Area (2) km². (1)
(Full credit for internally consistent use of the computed angles; the key numeric anchor is and Area .)
Question 5 (12)
(a) Sum-to-product: (2) Divide: (2)
(b) Expand using : Sum . (2) , so bracket . , sum . (1) Hence total for all . (1)
(c) Use . Let the three angles be , . (1) (1) The doubled angles are ; these are three angles spaced by i.e. equivalently by , so by part (b) . (1) Therefore sum . (1)
[
{"claim":"Q1(c): sin(pi*t - pi/3)=1/2 gives t=0.5, 7/6, 2.5, 19/6 in [0,4]",
"code":"t=symbols('t'); sols=solveset(Eq(sin(pi*t-pi/3),Rational(1,2)),t,domain=Interval(0,4)); target={Rational(1,2),Rational(7,6),Rational(5,2),Rational(19,6)}; result=(set(sols)==target)"},
{"claim":"Q2: A=10r-r^2 maximised at r=5 giving A=25 and theta=2",
"code":"r=symbols('r',positive=True); A=10*r-r**2; rc=solve(diff(A,r),r)[0]; theta=(20-2*rc)/rc; result=(rc==5 and A.subs(r,5)==25 and theta==2)"},
{"claim":"Q3(b): sin(2A)=1/2 solutions in [0,2pi) are pi/12,5pi/12,13pi/12,17pi/12",
"code":"A=symbols('A'); sols=solveset(Eq(sin(2*A),Rational(1,2)),A,domain=Interval.Ropen(0,2*pi)); target={pi/12,5*pi/12,13*pi/12,17*pi/12}; result=(set(sols)==target)"},
{"claim":"Q5(c): sum of cos^2 at pi/9 spaced 2pi/3 equals 3/2",
"code":"expr=cos(pi/9)**2+cos(pi/9+2*pi/3)**2+cos(pi/9+4*pi/3)**2; result=(simplify(expr-Rational(3,2))==0)"},
{"claim":"Q3(a): identity sin3A/sinA - cos3A/cosA = 2",
"code":"A=symbols('A'); result=(simplify(sin(3*A)/sin(A)-cos(3*A)/cos(A)-2)==0)"}
]