Area of sub-triangle inside a triangle

383 Views Asked by At

Let $ABC$ be a triangle of area $a$. The segment $\overline{AB}$ is divided in $n$ equidistant points and segment $\overline{AC}$ is divided in $m$ equidistant points. Find the area $b$ of triangle $DEF$ in function of area $a$ (triangle $ABC$), where $D$ is one of the equidistant points in segment $\overline{AB}$ and $E$, $F$ are two of the equidistant points in segment $\overline{AC}$.

The image below shows one example where, $n=3$, $m=4$, $D=2$, $E=1$ and $F=2$. The red triangle represents the area to be found in functions of larger triangle.

enter image description here

4

There are 4 best solutions below

0
On BEST ANSWER

This uses a Chinese theorem whose name in English is roughly the Bird's Head Theorem which tells us that the area of $\triangle AXY$ inside $\triangle ABC$ where $X$ is on $AB$ and $Y$ is on $AC$ is $[ABC]\cdot\frac{AX}{AB}\cdot\frac{AY}{AC}$. The proof for this is very simple and it should make intuitive sense if you consider ratios of sides. It can be seen as a generalization of the fact that when $X$ and $Y$ are midpoints, $XY$ is the midline and $[AXY]=\frac14[ABC]$.

This makes the problem very easy and gives $[ABC]\cdot\frac{D}{n+1}\cdot\frac{F}{m+1}-[ABC]\cdot\frac{D}{n+1}\cdot\frac{E}{m+1}=\boxed{[ABC]\cdot\frac{D}{n+1}\cdot\frac{F-E}{m+1}}$

4
On

Hint: use ratio of areas of $2$ triangles. Let's use your diagram to calculate the red area and you can generalize it easily. The red area is half of the area of the triangle whose vertices at $0,2,2$ whose area is again is $\frac{2}{5}$ area of the triangle whose vertices are at $0,2,5$ and in turn whose area is half the area of the triangle whose vertices are at $0,4,5$. Hope it helps.

0
On

Without loss of generality we can assume that $F$ lies between $A$ and $E$. Recall that an area of a triangle is a half of a product of length of adjacent sides by the sinus of the angle between these sides. Therefore, since triangles $DEF$ and $DEA$ have a common angle $\angle E$ and common side $DE$, their areas relates as the sides adjacent to the angle $\angle E$, that is $\frac{\operatorname{area}(\triangle DEF)}{\operatorname{area}(\triangle DEA)}=\frac{EF}{EA}$. Also since triangles $DAE$ and $BAC$ have a common angle $\angle A$, $\frac{\operatorname{area}(\triangle DAE)}{\operatorname{area}(\triangle BAC)}=\frac{DA}{AB}\cdot\frac{AE}{AC}$. Finally, $$b=\operatorname{area}(\triangle DEA)=\frac{EF}{EA}{\cdot\operatorname{area} (\triangle DEA)}=\frac{EF}{EA}\cdot\frac{DA}{AB}\cdot\frac{AE}{AC}\cdot {\operatorname{area}(\triangle BAC)}= \frac{EF}{EA}\cdot \frac{DA}{AB}\cdot\frac{AE}{AC}\cdot a.$$

2
On

Labeled problem image

The points are canonically labeled such that $B \le D \le C$. This means if $D > C$, we swap the labels before applying the following logic.

Using Side-angle-side formula, we calculate area of $\triangle ABD$ as

$$x = { AB \times BD \times sin(\theta) \over 2}$$

Area of $\triangle ABC$:

$$y = { AB \times BC \times sin(\theta) \over 2}$$

Area of $\triangle ADC = y – x$, given by

$$y - x = { { AB \times BC \times sin(\theta) \over 2} - { AB \times BD \times sin(\theta) \over 2} } = {{AB sin(\theta)} \times (BC - BD) \over 2}$$

Ratio of Areas ($\triangle ADC$ / $\triangle ABC$) is given by

$$BC - BD \over BD$$

This is true when $BC - BD > 0$. When $BC - BD = 0$, the $\triangle ADC \cong \triangle ABC$ and the ratio is $1$.


I notice that I have used a different nomenclature for the triangles than what the OP had used in the problem statement and also the fact that the largest triangle has area $a$. For consistency in proof, let me call the outer triangle as $\triangle A'BC'$ (area $= a$). Using the same principles as outlined above for calculating the ratio of areas of triangles, the ratio Area of $\triangle A'BC'$ and Area of $\triangle ABC$ is given by

$$A'B \times BC' \over AB \times BC$$

Ratio of Areas ($\triangle ADC$ / $\triangle A'BC'$) is given by

$${BC - BD \over BD} \div {A'B \times BC' \over AB \times BC}$$

$\therefore$, Area $\triangle ADC$ is given by

$${BC - BD \over BD} \times {AB \times BC \over A'B \times BC'} \times a$$

Substituting $A'B = 4$ and $BC' = 5$, we get

Area $\triangle ADC$

$$ = \big( {BC - BD \over BD}\big) \times {AB \times BC \over 4 \times 5} \times a$$

As mentioned earlier, this is true when $BC - BD > 0$. When $BC - BD = 0$, the $\triangle ADC \cong \triangle ABC$ and the ratio (given inside the parenthesis) is $1$.

Note: Just a reminder, the sides are as denoted in the figure in this response (that are slightly different from the nomenclature used by the OP).