In $\triangle ABC$ points $D,E,F$ are on the sides $AB,BC,CA$, respectively, with $AD=DB$, $CE=3BE$ and $AF=2CF$. If the area of $\triangle ABC$ is $480 cm^2$, how do we find the area of $\triangle DEF$?
3 Answers
Hint:
Drop the perpendicular from $B$ to $AC$ and $D$ to $AC$, and use that to find the area of $\triangle DAF$.
Use same idea for others.
- 82,206
Denote $$ \vec a = \vec{AB}, \qquad \vec b = \vec{AC} $$ Then $$ \vec c = -\vec a + \vec b $$ and $$ \vec{DE} = \frac12 \vec a + \frac14 (-\vec a + \vec b) = \frac14 \vec a + \frac14 \vec b $$ $$ \vec{DF} = -\frac12 a + \frac23 \vec b $$ Area of the $\triangle DEF$ can be calculated as $$ \frac12 |\vec{DE} \times \vec{DF}| = \frac12 |(\frac14 \vec a + \frac14 \vec b) \times (-\frac12 a + \frac23 \vec b)| = \frac{7}{48} |\vec a \times \vec b| $$ since $\vec a \times \vec a = \vec b \times \vec b = 0$ and $\vec a \times \vec b = \vec b \times \vec a$.
Area of $\triangle ABC$ is also $$ \frac12 |\vec{a} \times \vec{b}| = 480 $$ implying $$ |\vec{a} \times \vec{b}| = 960 $$ Area of $\triangle DEF$ is therefore $$ \frac{7}{48} \cdot 960 = 140 $$
- 915
Hint: Calculate the area of $ADF, BDE, ECF$. Subtract their sum from $ABC$ to get $DEF$.
Further Hint: $\frac{\mbox{Area } ADF } { \mbox {Area } ABC } = \frac{ AD } { AB} \times \frac { AF} { AC} $.
- 68,864
-
-
-
This is a rather old question,but can you please tell me how you obtain those ratios? – rah4927 Dec 13 '13 at 13:16
-
@rah4927 They have a common angle of $ABC$, and it follows by the ratio of the lengths. Alternatively, if you know the sine rule area formula, Area $ABC = AB \times AC \times \sin \angle ABC$, then the result follows directly. – Calvin Lin Dec 13 '13 at 19:29
-
How is ABC a common angle?Is it equal to DAC?Also,how does it follow from the ratio of the lengths? – rah4927 Dec 14 '13 at 09:49