Trigonometry — Foundation
Level 3 — Production Paper (from-scratch derivations & explain-out-loud)
Time limit: 45 minutes
Total marks: 50
Instructions: Show every step. Where a proof or derivation is asked, do not quote memorized results — derive them. Diagrams should be drawn and labelled clearly.
Q1. (10 marks) — Pythagorean theorem from scratch
(a) Prove the Pythagorean theorem using similar triangles (drop the altitude from the right angle to the hypotenuse). Clearly state which triangles are similar and why. (6)
(b) State the converse of the Pythagorean theorem, and use it to decide whether a triangle with sides is right-angled. (4)
Q2. (8 marks) — Ratios & reciprocal identities from a triangle
A right triangle has the right angle at . For acute angle at vertex :
(a) Define all six trig ratios in terms of opposite, adjacent, hypotenuse. (3)
(b) From these definitions derive the reciprocal identities and the two quotient identities , . (3)
(c) Given , find , and without a calculator. (2)
Q3. (10 marks) — Standard angles, derived not memorized
(a) Using an equilateral triangle of side 2 cut in half, derive , , , . Show the triangle and side lengths. (6)
(b) Using an isosceles right triangle with legs 1, derive , , . (3)
(c) Explain out loud (in words) why is undefined, referring to the ratio definition. (1)
Q4. (8 marks) — Complementary angles
(a) Using a right triangle whose acute angles are and , prove that and . (4)
(b) Evaluate without tables, showing use of complementary relations: (4)
Q5. (8 marks) — Heights and distances
From a point on level ground the angle of elevation of the top of a tower is . On walking directly towards the tower to a point , the angle of elevation becomes .
(a) Draw a labelled diagram. (1)
(b) Find the height of the tower. (5)
(c) Find the distance of from the foot of the tower. (2)
Q6. (6 marks) — Explain-out-loud / reasoning
(a) A student writes " can be for some angle in a right triangle." Explain, using the side-ratio definition, why this is impossible. (2)
(b) Explain in words why follows directly from the Pythagorean theorem applied to a right triangle. Give the one-line derivation. (4)
Answer keyMark scheme & solutions
Q1 (10)
(a) Similar-triangles proof (6) Right triangle , right angle at , hypotenuse , , . Drop altitude , foot .
- (both right-angled, share → AA). (1) So . (1½)
- (both right-angled, share → AA). (1) So . (1½)
- Add: . (1) ∎
(b) Converse (4) Statement: if in a triangle the square of the longest side equals the sum of squares of the other two, the angle opposite that side is . (2) Check : . (1) → right-angled (right angle opposite the side 15). (1)
Q2 (8)
(a) (3) with opposite side opposite , adjacent, hypotenuse : ; . (½ each)
(b) (3) ; ; . (1½) ; similarly . (1½)
(c) (2) opp , hyp , adj . (1) . (1)
Q3 (10)
(a) (6) Equilateral side 2, altitude splits base into 1 each; altitude . (2) For (top half-angle): opp , hyp → , . (2) For (base angle): opp , hyp → , . (2)
(b) (3) Legs 1,1 → hyp . , . (3)
(c) (1) ; as the angle → the adjacent side → , so the ratio grows without bound → undefined (division by zero). (1)
Q4 (8)
(a) (4) In right triangle the two acute angles are and . The side opposite is adjacent to and vice-versa. (1) . (1½) . (1½)
(b) (4) ⇒ first term . (1½) . (1) ⇒ . (1) Total . (½)
Q5 (8)
(a) (1) Tower height at foot ; between and , , elevations at , at .
(b) (5) Let . . (1) . (1) Equate: . (2) . (1)
(c) (2) . (2)
Q6 (6)
(a) (2) ; the hypotenuse is the longest side of a right triangle, so opp hyp, giving . A value is impossible. (2)
(b) (4) In right triangle: (Pythagoras). (1) Divide by : (1) (1) i.e. . (1)
[
{"claim":"Q1b: 9,12,15 satisfies 9^2+12^2=15^2","code":"result = (9**2+12**2==15**2)"},
{"claim":"Q2c: sin=7/25 gives cos=24/25, tan=7/24, sec=25/24","code":"adj=sqrt(25**2-7**2); result = (adj==24) and (Rational(24,25)==Rational(24,25)) and (Rational(7,24)==Rational(7,24)) and (Rational(25,24)==Rational(25,24))"},
{"claim":"Q4b: expression equals 1","code":"expr = sin(rad(35))/cos(rad(55)) + cos(rad(60))*sec(rad(60)) - tan(rad(20))*tan(rad(70)); result = simplify(expr-1)==0"},
{"claim":"Q5: tower height 20*sqrt(3), QF=20","code":"x=symbols('x',positive=True); sol=solve(Eq(x*sqrt(3),(x+40)/sqrt(3)),x)[0]; h=sol*sqrt(3); result = (sol==20) and (simplify(h-20*sqrt(3))==0)"}
]