The biggest triangle

Geometry Level 3

What is the biggest area of a triangle can be drawn inside a circle along the radius of 7?


The answer is 63.65286718.

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.

2 solutions

Akash Gaonkar
Apr 27, 2015

Here is a general triangle, circumscribed in a circle of radius r r . Additional markings have been made to help us solve the problem.

Note that we can choose any one side as a base, because the circle is symmetrical from all angles of viewing.

Also note: 0 h 1 , h 2 r 0 \leq h_1, h_2 \leq r .

Let us find the width, w w , and the height h h , of this triangle, so that we can find a formula for the area, A A .

Height is simple, h = h 1 + h 2 . h = h_1 + h_2.

To find width, we need to use the Pythagorean theorem,

r 2 = h 1 2 + ( w / 2 ) 2 w / 2 = r 2 h 1 2 w = 2 r 2 h 1 2 . r^2 = h_1^2 + (w/2)^2 \\ \Rightarrow w/2 = \sqrt{r^2 - h_1^2} \\ \Rightarrow w = 2\sqrt{r^2 - h_1^2}.

Thus we see that

A = ( h 1 + h 2 ) 2 r 2 h 1 2 2 = ( h 1 + h 2 ) r 2 h 1 2 . \displaystyle A = \frac{(h_1 + h_2) \cdot 2\sqrt{r^2 - h_1^2}}{2} = (h_1 + h_2)\sqrt{r^2 - h_1^2}.

Note that h 2 h_2 is not affected by h 1 h_1 , so we are free to set it to its maximum value, r r .

A = ( h 1 + r ) r 2 h 1 2 . A = (h_1 + r)\sqrt{r^2 - h_1^2}.

So now we have a formula describing A A . Now we will use some calculus to find its maximum value.

Since A 2 A^2 will have the same maximum as A A , and is a little easier to differentiate, we will use it to find our critical points (where d ( A 2 ) d h 1 = 0 \frac{d(A^2)}{dh_1} = 0 ).

Squaring, A 2 = ( h 1 + r ) 2 ( r 2 h 1 2 ) . A^2 = (h_1 + r)^2(r^2 - h_1^2).

Taking the derivative,

d ( A 2 ) d h 1 = 2 ( h 1 + r ) ( r 2 h 1 2 ) 2 h 1 ( h 1 + r ) 2 \frac{d(A^2)}{dh_1} = 2(h_1 + r)(r^2 - h_1^2) - 2h_1(h_1 + r)^2

Factoring out 2 ( h 1 + r ) 2(h_1 + r) ,

= 2 ( h 1 + r ) [ ( r 2 h 1 2 ) h 1 ( h 1 + r ) ] = 2 ( h 1 + r ) [ r 2 h 1 2 h 1 2 h 1 r ] = 2 ( h 1 + r ) [ r 2 h 1 r 2 h 1 2 ] = 2(h_1 + r) [(r^2 - h_1^2) - h_1(h_1 + r)] \\ = 2(h_1 + r) [r^2 - h_1^2 - h_1^2 - h_1r] \\ = 2(h_1 + r) [r^2 - h_1r - 2h_1^2]

Factoring again,

= 2 ( h 1 + r ) ( r 2 h 1 ) ( r + h 1 ) = 2 ( r + h 1 ) 2 ( r 2 h 1 ) . = 2(h_1 + r)(r - 2h_1)(r + h_1) \\ = 2(r + h_1)^2(r - 2h_1).

Thus we see that d ( A 2 ) d h 1 = 0 \frac{d(A^2)}{dh_1} = 0 when h 1 = r / 2 h_1 = r/2 (the other values of h 1 h_1 are not between 0 0 and r r ).

To find the absolute maximum value of A A , therefore, we must check h 1 = r / 2 h_1 = r/2 , as well as the bounds of h 1 = 0 h_1 = 0 and h 1 = 1 h_1 = 1 .

A h 1 = 0 = ( 0 + r ) r 2 0 2 = r r = r 2 . A|_{h_1=0} = (0 + r)\sqrt{r^2 - 0^2} = r \cdot r = r^2.

A h 1 = r / 2 = ( r / 2 + r ) r 2 ( r / 2 ) 2 = ( 3 r / 2 ) r 1 1 / 4 = ( 3 r 2 / 2 ) 3 / 4 = ( 3 r 2 / 4 ) 3 = ( 3 3 / 4 ) r 2 . A|_{h_1=r/2} = (r/2 + r) \sqrt{r^2 - (r/2)^2} \\ = (3r/2)r\sqrt{1 - 1/4} \\ = (3r^2/2)\sqrt{3/4} \\ = (3r^2/4)\sqrt{3} \\ = (3\sqrt{3}/4)r^2.

A h 1 = r = ( r + r ) r 2 r 2 = 0. A|_{h_1=r} = (r + r)\sqrt{r^2 - r^2} = 0.

Since, ( 3 3 / 4 ) r 2 > r 2 > 0 (3\sqrt{3}/4)r^2 > r^2 > 0 , we see that A A reaches an absolute maximum of ( 3 3 / 4 ) r 2 (3\sqrt{3}/4)r^2 at h 1 = r / 2 h_1 = r/2 .

Plugging in r = 7 r = 7 , we see that the maximum area is ( 3 3 / 4 ) ( 7 ) 2 63.653 (3\sqrt{3}/4)(7)^2 \approx 63.653 .

QED.

There is a much simpler solution which studies the function

7 2 2 ( sin θ 1 + sin θ 2 + sin θ 3 ) . \frac{ 7^2}{2} \left ( \sin \theta _1 + \sin \theta _2 + \sin \theta _ 3 \right).

Calvin Lin Staff - 6 years, 1 month ago

Log in to reply

Would you please elaborate:

  1. How do we get to that function?
  2. How do we proceed after having it?

Akash Gaonkar - 6 years, 1 month ago

Log in to reply

Step 1: It is obvious that the triangle should contain the point O (or be on the boundary). Otherwise, we could adjust a base down, which increases the length of the base and the height of the triangle, thereby increasing it's area.

Step 2: Given any triangle ABC, define A O B = θ 1 , B O C = θ 2 , C O A = θ 3 \angle AOB = \theta_1, \angle BOC = \theta _2, \angle COA = \theta _3 . Then, we have θ 1 + θ 2 + θ 3 = 2 π \theta_1 + \theta _2 + \theta_3 = 2 \pi . From step 1, all of these angles are from 0 to π \pi .

Step 3: The area of ABC is given by

7 2 2 ( sin θ 1 + sin θ 2 + sin θ 3 ) \frac{ 7^2}{2} \left( \sin \theta_1 + \sin \theta_2 + \sin \theta _ 3 \right)

Step 4: Observe that sin θ \sin \theta is a concave function on [ 0 , π ] [0, \pi ] . Hence, by Jensen's Inequality , it follows that the maximum is achieved at θ 1 = θ 2 = θ 3 = 2 π 3 \theta_1 = \theta _ 2 = \theta_3 = \frac{ 2 \pi } { 3} .

Step 5: Conclude that this gives us the equilateral triangle.

Calvin Lin Staff - 6 years, 1 month ago

nice solution :)

Ahmed Moh AbuBakr - 6 years, 1 month ago

Log in to reply

Thanks for a fun problem.

Akash Gaonkar - 6 years, 1 month ago

Log in to reply

you are welcome >> :)

Ahmed Moh AbuBakr - 6 years, 1 month ago
Sanjoy Roy
May 16, 2015

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...