Maximum area of a triangle

3.1k Views Asked by At

[Edit:I had a couple of links to the original probelm but they have gone the way of all things.]

I have been attempting to solve this problem:

Given three concentric circles of radii 1, 2, and 3, respectively, find the maximum area of a triangle that has one vertex on each of the three circles.

Here is a partial solution (not my own) which I have edited it a little for clarity. Note that $A=1$, $B=2$ and $C=3$:

Let radii A,B, and C be at angles a,b, and c respectively. Position radius A on the positive x-axis at angle $a=0$ (no loss in generality). From the equation for triangle area
(1) area = $\frac12 BC \sin(b-c) + \frac12 CA \sin(c) + \frac12 AB \sin (2\pi -b)$.
Take the total partial of area w.r.t $b$ and $c$ and set equal to $0$. This gives
(2) $C \cos c = B \cos b$.
Also, from condition (2) extended radii are perpendicular to the triangle side. Next, the value of angle $b$ is determined. A little fancy geometry shows that $b$ is $225^o$ from $A$ ($-45^o$ in the third quadrant). From (2) angle $c$ is obtained.

I am happy with the expression for the triangle's area, and also with the differentiation and derivation of $C\cos c = B\cos b$.
But I don't see why the extended radii are perpendicular to the triangle's sides, which makes the centre of the concentric circles the orthocentre of the triangle. And I'm also not seeing the "fancy geometry" that gives the angle $b$, nor, indeed, why angle $b$ is constant.
Could someone please explain what's happening here?

4

There are 4 best solutions below

2
On BEST ANSWER

Suppose that the center of the circles did not lie on one of the altitudes of $\triangle ABC$ (as shown in gray). Then by leaving the base of that altitude alone and moving that altitude to the center, we increase the altitude, and thereby the area of the triangle (as shown in black).

$\hspace{3.5cm}$enter image description here

Therefore, the orthocenter of the triangle must coincide with the center of the circles.


Consider the following diagram, in which $O$ is both the orthocenter of $\triangle ABC$ and the center of the circles:

$\hspace{3.5cm}$enter image description here

$\triangle AOF$ is similar to $\triangle COD$, thus, $|\overline{OC}||\overline{OF}|=|\overline{OA}||\overline{OD}|$. Furthermore, $\triangle AOE$ is similar to $\triangle BOD$, thus, $|\overline{OA}||\overline{OD}|=|\overline{OB}||\overline{OE}|$. Therefore, define $$ p=|\overline{OC}||\overline{OF}|=|\overline{OA}||\overline{OD}|=|\overline{OB}||\overline{OE}|\tag{1} $$ and $$ a=|\overline{OA}|\quad b=|\overline{OB}|\quad c=|\overline{OC}|\tag{2} $$ With these definitions, we get $$ |\overline{OD}|=p/a\quad|\overline{OE}|=p/b\quad|\overline{OF}|=p/c\tag{3} $$ Note that $$ \frac{|\triangle AOB|}{|\triangle ABC|}=\frac{|\overline{OF}|}{|\overline{OF}|+|\overline{OC}|}=\frac{p}{p+c^2}\tag{4} $$ $$ \frac{|\triangle BOC|}{|\triangle ABC|}=\frac{|\overline{OD}|}{|\overline{OD}|+|\overline{OA}|}=\frac{p}{p+a^2}\tag{5} $$ $$ \frac{|\triangle COA|}{|\triangle ABC|}=\frac{|\overline{OE}|}{|\overline{OE}|+|\overline{OB}|}=\frac{p}{p+b^2}\tag{6} $$ and because $|\triangle AOB|+|\triangle BOC|+|\triangle COA|=|\triangle ABC|$, $(4)-(6)$ yield $$ \frac{p}{p+a^2}+\frac{p}{p+b^2}+\frac{p}{p+c^2}=1\tag{7} $$ Using $a=1$, $b=2$, and $c=3$, we can solve $(7)$ to get $p=1.458757077431284$.

Looking at the area of $\triangle AOB$ in two different ways, we get $$ \begin{align} 4|\triangle AOB|^2=|\overline{AB}|^2|\overline{OF}|^2&=(a^2+b^2-2ab\cos(\angle AOB))(p/c)^2\\ &=a^2b^2\sin^2(\angle AOB)\\ &=a^2b^2(1-\cos^2(\angle AOB))\tag{8} \end{align} $$ Solving $(8)$ for $\cos(\angle AOB)$ using the quadratic formula, and similarly for the other angles, yields $$ \cos(\angle AOB)=\frac{p^2-\sqrt{(p^2-c^2a^2)(p^2-b^2c^2)}}{abc^2}\tag{9} $$ $$ \cos(\angle BOC)=\frac{p^2-\sqrt{(p^2-a^2b^2)(p^2-c^2a^2)}}{a^2bc}\tag{10} $$ $$ \cos(\angle COA)=\frac{p^2-\sqrt{(p^2-a^2b^2)(p^2-b^2c^2)}}{ab^2c}\tag{11} $$ Using the equations above, we get

$$\angle BOC=104.071123766006501^\circ$$ $$|\triangle BOC|=2.909984011512956$$

$$\angle COA=119.094556197774592^\circ$$ $$|\triangle COA|=1.310727640381874$$

$$\angle AOB=136.834320036218908^\circ$$ $$|\triangle AOB|=0.684110332666474$$ Therefore, we get $$|\triangle ABC|=4.904821984561304$$

0
On

Let the center be $O$. Let the foot of perpendicular from $B,C$ to $AO$ be $P,Q$. Then $B \cos b = B \cos \angle AOB = - B \cos \angle POB = - BP$, similarly $C \cos c = -CQ$ which means that $P=Q$, and hence $AO \perp BC$. (Note that this proof doesn't hold if P and Q lie on opposite sides of O, but I think that case shouldn't be too hard)

1
On

Fix points $A$ and $B$ and maximise the area by varying point $C$. This means maximising the height of the triangle with base $AB$.

With $C$ at the maximum point draw a line parallel to $AB$ through $C$. If it is not a tangent then there is a point on the outer circle which gives a greater area - contradiction. It is therefore a tangent and the perpendicular to $AB$ through $C$ is perpendicular to the tangent at the point it touches the circle (tangent is parallel to $AB$), and therefore passes through the centre $O$.

0
On

Here is an approach, probably far from optimal.

Let $O$ be the centre of the three circles.

First it is easy to see that if $C'$ is so that $COC'$ is a diameter, from the triangle $ABC$ and $ABC'$, the one which contains $O$ inside has more area. So WLOG we can assume $O$ is inside $ABC$.

Then

\begin{equation} \begin{split} Area(ABC)&=Area(ABO)+Area(BOC)+Area(AOC)\\ &=\frac{1}{2} AO \cdot BO \cdot \sin(AOB)+ \frac{1}{2} AO \cdot CO \cdot \sin(AOC)+\frac{1}{2} BO \cdot CO \cdot \sin(BOC)\\ &= \sin(AOB)+\frac{3}{2} \sin(AOC)+ 3 \sin(BOC) \end{split} \end{equation}

Thus, the problem can be reduced to finding the maximum of the function $f(x,y,z)=\sin(x)+\frac{3}{2} \sin(y)+3 \sin (z)$, when $x,y,z >0$ and $x+y+z=2\pi$. Lagrange multipliers should finish it easely.