The longest side of an obtuse triangle is 18. The range of possible values of the product of the remaining two sides can be expressed as ( 0 , b ) . Find b .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Of course, after showing that 162 is an upper bound, you also have to show that we can get arbitrarily close to 162.
Little typo: a b < 2 1 8 2 = 1 6 2 . btw nice solution!
To get a maximum value (close to 162, but less than it), the equality of 2 a 2 + b 2 ≥ a b holds if a = b . So 2 a 2 < 1 8 2 . And we get a = b < 2 1 8 . Think like a right isosceles triangle with a , b = 2 1 8 and you'll know it.
Let the sides be p , q and r and the largest angle be θ . Since θ is obtuse, cos θ < 0 . r = 1 8
Hence, 2 p q p 2 + q 2 − r 2 < 0 ⇒ p 2 + q 2 < r 2
Also, p 2 + q 2 ≥ 2 p q . Hence,
p q < 2 r 2 = 1 6 2
Make the longest side of the triangle the diameter of a circle. Any right triangle whose hypotenuse shares this diameter and whose remaining apex is on the circle bounds the obtuse triangles within it. Thus the set of right triangles bounds the set of obtuse triangles. The maximal right triangle is the isosceles triangle. It's sides are 9 and 9 and they contain a right angle. And so the result.
I solved it using the fact that the bounds of an obtuse triangle is the degenerate triangle and the right triangle, that is, having an angle of 180 and 90. The product of legs of a degenerate triangle is obviously 0, and the product of legs of a right triangle with hypotenuse 18 is ( 9 2 ) 2 , or 1 6 2 .
Problem Loading...
Note Loading...
Set Loading...
First, I will attempt to solve the arbitrary case of c being the longest leg and a and b being the shorter legs. By the Pythagorean Inequalities, a 2 + b 2 < c 2 . From AM-GM, 2 a 2 + b 2 ≥ a 2 b 2 = a b . So, a 2 + b 2 ≥ 2 a b . Therefore, 2 a b < c 2 and a b < 2 c 2 . So in this case, c = 1 8 so a b < 2 1 8 2 = 1 6 2 . The triangle also has to satisfy the inequality a + b > c , so a + b > 1 8 . The smallest this could happen at is a = 0 . 0 0 0 0 0 . . . 1 and b = 1 8 (hypothetically). So the smallest product is 0. In interval notation, this is ( 0 , 1 6 2 ) , so b = 1 6 2 .