In triangle ABC, AB=13, BC=15 and CA=17. Point D is on AB, E is on BC, and F is on CA. Let AD=p⋅AB, BE=q⋅BC, and CF=r⋅CA, where p, q, and r are positive and satisfy p+q+r=2/3 and p2+q2+r2=2/5. The ratio of the area of triangle DEF to the area of triangle ABC can be written in the form m/n, where m and n are relatively prime positive integers. Find m+n.
解析
Solution
Solution 1
We let […] denote area; then the desired value is
nm=[ABC][DEF]=[ABC][ABC]−[ADF]−[BDE]−[CEF]
Using the formula for the area of a triangle 21absinC, we find that
and similarly that [ABC][BDE]=q(1−p) and [ABC][CEF]=r(1−q). Thus, we wish to find
[ABC][DEF]=1−[ABC][ADF]−[ABC][BDE]−[ABC][CEF]=1−p(1−r)−q(1−p)−r(1−q)=(pq+qr+rp)−(p+q+r)+1
We know that p+q+r=32, and also that (p+q+r)2=p2+q2+r2+2(pq+qr+rp)⟺pq+qr+rp=2(32)2−52=451. Substituting, the answer is 451−32+1=4516, and m+n=061.
Solution 2
By the barycentric area formula, our desired ratio is equal to
1−p0rp1−q00q1−r=1−p−q−r+pq+qr+pr=1−(p+q+r)+2(p+q+r)2−(p2+q2+r2)=1−32+294−52=4516,
so the answer is 061
Solution 3 (Informal)
Since the only conditions are that p+q+r=32 and p2+q2+r2=52, we can simply let one of the variables be equal to 0. In this case, let p=0. Then, q+r=32 and q2+r2 = 52. Note that the ratio between the area of DEF and ABC is equivalent to (1−q)(1−r). Solving this system of equations, we get q=31±454, and r=31∓454. Plugging back into (1−q)(1−r), we get 4516, so the answer is 061
Note
Because the givens in the problem statement are all regarding the ratios of the sides, the side lengths of triangle ABC, namely 13,15,17, are actually not necessary to solve the problem. This is clearly demonstrated in all of the above solutions, as the side lengths are not used at all.