Trigonometry — Foundation
Level 4 — Application (Novel Problems, No Hints)
Time limit: 60 minutes
Total marks: 50
Instructions: Answer all questions. Show all working. Give exact (surd) values where possible unless asked to round. Diagrams may be sketched.
Question 1. [10 marks]
A right triangle has the right angle at . The point lies on the hypotenuse such that is perpendicular to . Given and .
(a) Using the similar triangles formed by the altitude , prove that , and hence find . (4)
(b) Find the lengths and (exact form), and verify that . (4)
(c) State and , and explain in one sentence why these two values are equal. (2)
Question 2. [10 marks]
Do not quote memorized standard-angle values; derive everything from geometry.
(a) Starting from an equilateral triangle of side , derive the exact values of , and . (5)
(b) Starting from an isosceles right triangle with the two equal legs of length , derive and . (3)
(c) Hence evaluate exactly: (2)
Question 3. [10 marks]
(a) Prove the reciprocal-and-complementary result: for , Justify each step from the ratio definitions. (4)
(b) An acute angle satisfies . Without using a calculator, find the exact values of , , and . (4)
(c) Using your answers, evaluate and comment on the result. (2)
Question 4. [10 marks]
A surveyor stands on level ground. Looking at the top of a vertical tower, the angle of elevation is . She walks directly towards the tower and the angle of elevation becomes .
(a) Let the tower height be and let be the horizontal distance from her second position to the foot of the tower. Set up two equations using tangent ratios. (3)
(b) Solve to find the exact height of the tower and the exact distance . (4)
(c) Find the straight-line distance from her first position to the top of the tower, giving your answer to 2 decimal places. (3)
Question 5. [10 marks]
Two observers and stand on the same horizontal line on opposite sides of a vertical flagpole (foot , top ). From the angle of elevation of is ; from it is . The distance , and lies on segment .
(a) Taking the pole height as , express and in terms of . (4)
(b) Hence form an equation and find the exact height of the pole. Rationalise the denominator. (4)
(c) Find the distance to 2 decimal places. (2)
Answer keyMark scheme & solutions
Question 1
(a) In triangle with altitude to hypotenuse:
- (both similar to ; equal angles since and as complements of ).
- From similarity , so . (2 marks: similarity + ratio)
- . (2 marks)
(b) . . (2 marks) Check: . ✓ (2 marks)
(c) ; . (1 mark each value / 1 for pair) They are equal because and are complementary (), and both equal the same ratio . (1 mark)
Question 2
(a) Equilateral side , drop altitude → splits base into ; altitude . The half-triangle is right-angled with angles (top) and (base). (2 marks)
- . (1)
- . (1)
- . (1)
(b) Legs ; hypotenuse ; angles .
- . (2)
- . (1)
(c) , . (2 marks) (This equals .)
Question 3
(a) By definition . (1) Complementary relation: (in a right triangle the adjacent to is the opposite of ). (2) So . (1)
(b) . Right triangle: opp , hyp , adj . (1)
- (1)
- (0.5), (0.5)
- (1)
(c) . (1) Comment: confirms the identity (Pythagorean identity). (1)
Question 4
Let first position , second position (closer), foot , top , , .
(a) and . (3 marks)
(b) From these: and . (1) Set equal: . (2) (exact ). (1)
(c) Distance from first position to top : hypotenuse where elevation , so . (3 marks)
Question 5
Let , , , pole height .
(a) From : (since ). (2) From : . (2)
(b) . (2) (2 marks) Numerically .
(c) . (2 marks)
[
{"claim":"Q1: AC^2+BC^2 = AB^2 with AC^2=117, BC^2=52, AB=13","code":"result = (117 + 52 == 13**2)"},
{"claim":"Q2c: (tan60-tan30)/(1+tan60*tan30) = 1/sqrt3","code":"expr = (tan(pi/3)-tan(pi/6))/(1+tan(pi/3)*tan(pi/6)); result = simplify(expr - 1/sqrt(3)) == 0"},
{"claim":"Q3b/c: with sin=3/5, csc^2 - cot^2 = 1","code":"s=Rational(3,5); c=Rational(4,5); csc=1/s; cot=c/s; result = simplify(csc**2 - cot**2) == 1"},
{"claim":"Q4: x=25, h=25*sqrt3, AT=50*sqrt3","code":"x=25; h=x*sqrt(3); AT=h/sin(pi/6); result = (simplify(h-25*sqrt(3))==0) and (simplify(AT-50*sqrt(3))==0) and (3*x==x+50)"},
{"claim":"Q5: h = 30(sqrt3-1) satisfies h + h*sqrt3 = 60","code":"h=30*(sqrt(3)-1); result = simplify(h + h*sqrt(3) - 60) == 0"}
]