Triangle A has an area of 15 and two sides of lengths 4 and 9. Triangle B is similar to triangle A and has a side of length 7. What are the maximum and minimum possible areas of triangle B?

1 Answer
Apr 27, 2018

There's a possible third side of around 11.7 in triangle A. If that scaled to seven we'd get a minimal area of 73597+1211.

If the side length 4 scaled to 7 we'd get a maximal area of 73516.

Explanation:

This is perhaps a trickier problem than it first appears. Anybody know how to find the third side, which we seem to need for this problem? Normal trig usual makes us calculate the angles, making an approximation where none is required.

It's not really taught in school, but the easiest way is Archimedes' Theorem, a modern form of Heron's Theorem. Let's call A's area A and relate it to A's sides a,b and c.

16A2=4a2b2(c2a2b2)2

c only appears once, so that's our unknown. Let's solve for it.

(c2a2b2)2=4a2b216A2

c2=a2+b2±4a2b216A2

We have A=15,a=4,b=9.

c2=42+92±4(42)(92)16(15)2=97±1584

c=97±1211

c11.696or7.563

That's two different values for c, each of which should give rise to a triangle of area 15. The plus sign one is of interest to us because it's larger than the other two sides.

For maximal area, maximal scaling, that means the smallest side scales to 7, for a scale factor of 74 so a new area (which is proportional to the square of the scale factor) of (74)2(15)=73516

For minimal area the largest side scales to 7 for a new area of

15(797+1211)2=73597+1211