题目
Problem
The sides of a triangle are in the ratio 2:4:5.
(a) Find the size of the largest angle of the triangle, in degrees, to one decimal place.
(2)
Given that the area of the triangle is 140 cm2
(b) find the length of the shortest side, in cm, to one decimal place.
(3)
解答
(a)
解法一
思路
展开
最大角一定对着最长边。设三边为 2,4,5 的同倍数即可;因为比例相同,角度不受倍数影响。用余弦法则直接求最长边 5 对应的角。
答题过程
展开
Let the largest angle be θ. It is opposite the side in ratio 5.
Using the cosine rule,
52=25=16cosθ=cosθ=22+42−2(2)(4)cosθ4+16−16cosθ−5−165.
Hence
θ=108.2∘
to one decimal place.
解法二
思路
展开
也可以先求一个较小角,再用正弦法则求最大角。这个方法计算多一点,但能训练“最长边对最大角”的对应关系。
答题过程
展开
Let A be the angle opposite the side in ratio 2.
Using the cosine rule,
22=4=40cosA=A=42+52−2(4)(5)cosA16+25−40cosA3722.33…∘.
Let θ be the largest angle, opposite the side in ratio 5.
Using the sine rule,
sinA2=sinθ=sinθ525sin(22.33…∘).
This gives the obtuse angle
θ=108.2∘
to one decimal place.
(b)
解法一
思路
展开
设三边为 2x,4x,5x。用两边夹角面积公式 21absinC,其中 2x 和 4x 夹着最大角。
答题过程
展开
Let the side lengths be
2x,4x,5x.
Using the angle from part (a),
140=140=21(2x)(4x)sin(108.2…∘)4x2sin(108.2…∘).
So
x2==4sin(108.2…∘)14036.845…
and
x=6.070…
The shortest side is 2x, so
2x==12.140…12.1 cm
to one decimal place.