Question
Question: A triangle is so placed that the midpoints of its sides one placed on the co-ordinate axes, if a, b ...
A triangle is so placed that the midpoints of its sides one placed on the co-ordinate axes, if a, b and c are the sides of the triangle, then the equation of the triangle is x1x+y1y+z1z=1 where a2+b2+c2=k(xi2+yi2+zi2), then the value of k is ____.

8
Solution
Let the vertices of the triangle be A(xA,yA,zA), B(xB,yB,zB), and C(xC,yC,zC).
Let the midpoints of the sides BC, CA, and AB be D, E, and F respectively.
According to the problem statement, these midpoints are placed on the coordinate axes.
Let D be on the x-axis, E on the y-axis, and F on the z-axis.
Let their coordinates be D(x1,0,0), E(0,y1,0), and F(0,0,z1).
(Note: The problem uses x1,y1,z1 in the equation of the plane, which are consistent with these midpoint coordinates.)
Using the midpoint formula:
For midpoint D of BC:
D=(2xB+xC,2yB+yC,2zB+zC)=(x1,0,0)
This gives us:
- xB+xC=2x1
- yB+yC=0
- zB+zC=0
For midpoint E of CA:
E=(2xC+xA,2yC+yA,2zC+zA)=(0,y1,0)
This gives us:
4) xC+xA=0
5) yC+yA=2y1
6) zC+zA=0
For midpoint F of AB:
F=(2xA+xB,2yA+yB,2zA+zB)=(0,0,z1)
This gives us:
7) xA+xB=0
8) yA+yB=0
9) zA+zB=2z1
Now, we solve for the coordinates of the vertices A,B,C:
From (4), xC=−xA.
From (7), xB=−xA.
Substitute xB=−xA and xC=−xA into (1):
(−xA)+(−xA)=2x1⇒−2xA=2x1⇒xA=−x1.
Then, xB=−(−x1)=x1 and xC=−(−x1)=x1.
So, xA=−x1, xB=x1, xC=x1.
From (2), yC=−yB.
From (8), yA=−yB.
Substitute yC=−yB and yA=−yB into (5):
(−yB)+(−yB)=2y1⇒−2yB=2y1⇒yB=−y1.
Then, yA=−(−y1)=y1 and yC=−(−y1)=y1.
So, yA=y1, yB=−y1, yC=y1.
From (3), zC=−zB.
From (6), zA=−zC.
Substitute zC=−zB and zA=−zC=−(−zB)=zB into (9):
zB+zB=2z1⇒2zB=2z1⇒zB=z1.
Then, zA=z1 and zC=−z1.
So, zA=z1, zB=z1, zC=−z1.
Thus, the coordinates of the vertices are:
A(−x1,y1,z1)
B(x1,−y1,z1)
C(x1,y1,−z1)
Now, we calculate the squares of the side lengths a,b,c:
a2=BC2=(x1−x1)2+(−y1−y1)2+(z1−(−z1))2
a2=02+(−2y1)2+(2z1)2=4y12+4z12
b2=CA2=(x1−(−x1))2+(y1−y1)2+(−z1−z1)2
b2=(2x1)2+02+(−2z1)2=4x12+4z12
c2=AB2=(−x1−x1)2+(y1−(−y1))2+(z1−z1)2
c2=(−2x1)2+(2y1)2+02=4x12+4y12
Now, sum a2+b2+c2:
a2+b2+c2=(4y12+4z12)+(4x12+4z12)+(4x12+4y12)
a2+b2+c2=(4x12+4x12)+(4y12+4y12)+(4z12+4z12)
a2+b2+c2=8x12+8y12+8z12
a2+b2+c2=8(x12+y12+z12)
The problem states that a2+b2+c2=k(xi2+yi2+zi2).
Comparing our result with the given equation, we find that k=8.
The equation of the triangle x1x+y1y+z1z=1 represents the plane containing the triangle, and the points D(x1,0,0), E(0,y1,0), F(0,0,z1) are indeed the intercepts of this plane with the coordinate axes. Also, the vertices A,B,C satisfy this plane equation.