Advanced Trigonometry
Level: 2 (Recall / Standard Textbook Problems) Time Limit: 30 minutes Total Marks: 40
Q1. Convert the following. (4 marks) (a) to radians. (b) radians to degrees.
Q2. A sector of a circle has radius and subtends an angle of radians at the centre. Find: (a) the arc length, (b) the area of the sector. (4 marks)
Q3. Using the ASTC rule and reference angles, evaluate exactly: (6 marks) (a) (b) (c)
Q4. State the amplitude, period, phase shift and vertical shift of the function (4 marks)
Q5. Starting from , derive the identity . (3 marks)
Q6. Using the sum formula, show that . (4 marks)
Q7. Given where is in the first quadrant, find the exact values of and . (5 marks)
Q8. Solve for in the interval : (4 marks)
Q9. In triangle , , and angle . Find: (4 marks) (a) the length of side (Law of Cosines), (b) the area of the triangle.
Q10. State the domain and range of and . (2 marks)
End of Paper
Answer keyMark scheme & solutions
Q1. (4 marks) (a) Multiply by : . (2) (b) Multiply by : . (2) Why: rad is the conversion anchor.
Q2. (4 marks) (a) Arc length . (2) (b) Sector area . (2) Why: These formulas require in radians.
Q3. (6 marks) (a) in Q3, reference ; sine negative in Q3: . (2) (b) in Q2, reference ; cosine negative in Q2: . (2) (c) in Q4, reference ; tangent negative in Q4: . (2)
Q4. (4 marks) Write as .
- Amplitude (1)
- Period (1)
- Phase shift to the right (1)
- Vertical shift (up) (1)
Q5. (3 marks) Start: . (1) Divide every term by : . (1) Hence . (1)
Q6. (4 marks) (1) (1) Subtract: . (2)
Q7. (5 marks) , Q1 so . (1) . (2) . (2)
Q8. (4 marks) . (1) Reference angle ; sine positive in Q1 and Q2. (1) (1) and . (1)
Q9. (4 marks) (a) , so . (2) (b) Area . (2)
Q10. (2 marks) : domain , range . (1) : domain , range . (1)
[
{"claim":"135 degrees = 3pi/4 radians","code":"result = (Rational(135)*pi/180 == 3*pi/4)"},
{"claim":"Sector arc length and area for r=6, theta=pi/3","code":"s = 6*(pi/3); A = Rational(1,2)*36*(pi/3); result = (s == 2*pi and A == 6*pi)"},
{"claim":"sin2theta=24/25 and cos2theta=-7/25 for cos=3/5 Q1","code":"c=Rational(3,5); s=Rational(4,5); result = (2*s*c == Rational(24,25) and c**2 - s**2 == Rational(-7,25))"},
{"claim":"Law of cosines gives c=7 and area=10sqrt3","code":"c2 = 64+25-2*8*5*Rational(1,2); area = Rational(1,2)*8*5*sin(pi/3); result = (c2 == 49 and sqrt(c2)==7 and simplify(area-10*sqrt(3))==0)"}
]