Let △ A B C be an triangle with A B = 1 1 A C and B C = 1 2 0 c m . Find the maximum value of the area of △ A B C (in centimeters square)
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.
s = 2 a + b + c where a = 1 2 0 and c = 1 1 b
Using Heron's formula, we get,
( 6 0 + 6 b ) ( 6 0 + 5 b ) ( 6 0 − 5 b ) ( 6 0 − 6 b ) = ( 3 6 b 2 − 3 6 0 0 ) ( 3 6 0 0 − 2 5 b 2 ) = 3 0 ∗ ( b 2 − 1 0 0 ) ( 1 4 4 − b 2 )
Now, from AM-GM inequality,
2 b 2 − 1 0 0 + 1 4 4 − b 2 ≥ ( b 2 − 1 0 0 ) ( 1 4 4 − b 2 )
Therefore, the maximum value of 3 0 ∗ ( b 2 − 1 0 0 ) ( 1 4 4 − b 2 ) = 3 0 ∗ 2 1 4 4 − 1 0 0 = 6 6 0
Exactly how I did it
Let's consider B = ( 0 , 0 ) , C = ( 1 2 0 , 0 ) and A = ( x , y ) . Since A B = 1 1 A C we can write
( x − 1 2 0 ) 2 + y 2 = 1 1 x 2 + y 2 .
Considering x ≥ 0 and y ≥ 0 , we can square both sides. After some algebra the equation simplifies to
( x + 1 ) 2 + y 2 = 1 2 1 ⟹ y = 1 2 1 − ( x + 1 ) 2 .
The area A is
A ( x ) = 2 1 ⋅ 1 2 0 ⋅ 1 2 1 − ( x + 1 ) 2 .
Let's maximize it, finding its critical point
d x d A = − 1 2 1 − ( x + 1 ) 2 6 0 ( x + 1 ) = 0 ⟹ x = − 1
Eventually A ( − 1 ) = 6 6 0
It's actually a trap. For you to use the Heron's formula as an inequality, equality holds iff ABC is an equilateral triangle. Do you think it will ever happen?
Log in to reply
I didn't even tried Heron's formula because I didnt remember it (and I didn't see the link). The solution I wrote was the first approach that came to my mind
Log in to reply
Actually, you can use Heron like Max did, but after all it still includes Calculus. Solving this problem elementarily is a bit tough, especially when all you have learnt is a 2 + b 2 ≥ 2 a b . My friend did it this way (and failed, ofc): A 2 = s ( s − a ) ( s − b ) ( s − c ) ≤ s 8 ( 3 s − a − b − c ) 3 = 8 s 4 or A ≤ 2 2 s 2
Log in to reply
@Steven Jim – Heron's formula can be effectively used with no calculus as in my solution.
Log in to reply
@Niranjan Khanderia – Well, depends on how you define "effective". Yes, you can do it, though it might take a lot longer.
( x − 1 2 0 ) 2 + y 2 = 1 1 x 2 + y 2 . S q u a r i n g − 2 4 0 x + 1 2 0 2 = 1 2 0 ( x 2 + y 2 ) . ⟹ y 2 = − x 2 − 2 x + 1 2 0 = 1 2 1 − ( x + 1 ) 2 . M a x i m u m o f y 2 i s c l e a r l y w h e n − ( x + 1 ) 2 = 0 . ( N o n e e d t o u s e c a l c u l u s . ) ⟹ y m a x = 1 1 . ∴ A r e a = 2 1 ∗ 1 2 0 ∗ 1 1 = 6 6 0
Used herons formula... got 655.7
Answered 656, 657 and 658...answer is 660...
Anyone more frustrated than me?
L e t t h e s i d e s b e ( a , b , c ) = ( 1 2 0 , x , 1 1 x ) . ∴ S = 2 1 ( 1 2 0 + 1 2 x ) = 6 0 + 6 x . B u t A r e a = S ( S − a ) ( S − b ) ( S − c ) . ∴ A r e a = 6 ∗ ( x + 1 0 ) ∗ 6 ∗ ( x − 1 0 ) ∗ 5 ∗ ( x + 1 2 ) ∗ 5 ∗ ( − x + 1 2 ) = 3 0 ( x 2 − 1 0 0 ) ∗ ( − x 2 + 1 4 4 ) = 3 0 − x 4 + 2 4 4 x 2 − 1 4 4 0 0 = 3 0 2 2 2 − ( x 2 − 1 2 2 ) 2 M a x i m u m a r e a w h e n ( x 2 − 1 2 2 ) 2 = 0 . ∴ A r e a m a x = 6 6 0 .
Here's the solution that uses Heron's area formula:
(This isn't necessary, but I set A C = x , so A B = 1 1 x .)
For Heron's formula, you need to first find the semi-perimeter (half of the perimeter), s = 2 A B + A C + B C = 2 1 1 x + x + 1 2 0 = 2 1 2 x + 1 2 0 = 6 x + 6 0 .
Heron's area formula for a triangle with sides a , b , c and semi-perimeter s is
A = s ( s − a ) ( s − b ) ( s − c ) .
Plugging in what we have so far, we get that
A = ( 6 x + 6 0 ) ( 6 x + 6 0 − 1 2 0 ) ( 6 x + 6 0 − x ) ( 6 x + 6 0 − 1 1 x ) = ( 6 x + 6 0 ) ( 6 x − 6 0 ) ( 6 0 + 5 x ) ( 6 0 − 5 x ) = ( 3 6 x 2 − 6 0 2 ) ( 6 0 2 − 2 5 x 2 )
Finding the maximum by finding the critical points (I'm going to skip the differentiation and simplification steps, they're not the important part here):
d x d A = 6 0 ( x 2 − 1 0 0 ) ( 1 4 4 − x 2 ) 3 6 0 0 x ( 1 2 2 − x 2 )
You might be tempted to plug in x = 1 2 2 . And you can. But, you can save a little time if you notice that we have the area formula in terms of x 2 , so you can also plug in x 2 = 1 2 2 .
Regardless, plugging in gives us A = 6 6 0
True, but that's not what I meant. If you use Heron's formula like A 2 = s ( s − a ) ( s − b ) ( s − c ) ≤ s 8 ( 3 s − a − b − c ) 3 = 8 s 4 or A ≤ 2 2 s 2 , then you'll make the mistake immediately. (My friend made it, haven't learnt Calculus to realize that)
Problem Loading...
Note Loading...
Set Loading...
How I did the problem (elementarily):
Let I, J be points on BC so that I C I B = J C J B = 1 1 , which means that AI is the internal bisector of angle BAC, and AI is the external bisector of BAC, which means that AI is always perpendicular to AJ, or the locus of A is a circle with diameter IJ. From here, we can calculate the value of IJ, which is 1 1 + 1 1 2 0 + 1 1 − 1 1 2 0 = 2 2 .
Let AH be the altitude to BC, we can see that AH is at most half the diameter IJ or A H = 1 1 , which means the maximum of the triangle is 6 6 0 .
P/S: If A C A B = a and B C = b , the maximum value of the triangle is 2 ( a 2 − 1 ) a b 2 .