Because the sides of the triangle are consecutive integers, we can call them x, x+1, and x+2 for some integer x.
We start with the law of sines. Call the three angles of the triangle A, B, and C, and let a, b, and c be the lengths of the sides opposite angles A, B, and C respectively. Then the law of sines says:
a⁄sin A = b⁄sin B = c⁄sin C
In our triangle, the largest angle is twice the smallest angle. Call the smallest angle θ. Then the largest angle is 2θ. The smallest angle is opposite the shortest side, and the largest angle is opposite the longest side. So from the law of sines, we have:
x⁄sin θ = x+2⁄sin 2θ
Next we use the fact that sin 2θ = 2sinθcosθ. Making this substitution, we get:
x⁄sin θ = x+2⁄ 2sinθcosθ
Then multiplying both sides by sinθ, we have:
x = x+2⁄ 2cosθ
So cosθ = x+2⁄2x
Now we appeal to the law of cosines. The law of cosines says:
c2 = a2 + b2 - (2ab)cos C
We'll take the instance in which C is the smallest angle (θ). Then c = x, and a and b are x+1 and x+2. So we have:
x2 = (x+1)2 + (x+2)2 - 2(x+1)(x+2)cos θ
But we already know that cosθ = x+2⁄2x. Making this substitution, we have:
x2 = (x+1)2 + (x+2)2 - 2(x+1)(x+2)(x+2⁄2x)
Or:
x2 = x2 + 2x + 1 + x2 + 4x + 4 - (x3 + 5x2 + 8x + 4)/x
Or (multiplying both sides by x):
x3 = x3 + x2 - 3x - 4
Or:
x2 - 3x - 4 = 0
Or:
(x - 4)(x + 1) = 0
So x = 4 or x = -1. But since x is the length of the shortest side, it cannot be negative. So x = 4. Thus the cosine of the shortest side is (4 + 2)/8 = 3/4.
No comments:
Post a Comment