Conditions
show that the area of the triangle formed by the points (x1,y1,z1),(x2,y2,z2) and the origin is 1/22x1+(z1z2−z2x1)2+(x1y2−x2y1)2
Solution
We must find the area of the triangle, which has 3 top points:
A=(x1,y1,z1),B=(x2,y2,z2),C=(0,0,0)
As it is known, there is a formula to find the area of triangle using coordinates of the tops:
S=Sx2+Sy2+Sz2Sx=21∣∣yB−yAyC−yAzB−zAzC−zA∣∣=21∣∣111yAyByCzAzBzC∣∣Sy=21∣∣xAxBxC111zAzBzC∣∣,Sz=21∣∣xAxBxCyAyByC111∣∣
Where rB(xB,yB,zB),rC(xC,yC,zC),rA(xA,yA,zA) - top points.
So,
SA=21∣∣111y1y20z1z20∣∣=21(0+y1z2+0−y2z1−0−0)=21(y1z2−y2z1)SB=21∣∣x1x20111z1z20∣∣=21(0+z1x2+0−z2x1−0−0)=21(z1x2−z2x1)SB=21∣∣x1x20y1y20111∣∣=21(0+x1y2+0−x2y1−0−0)=21(x1y2−x2y1)S=41(z1x2−z2x1)2+41(z1x2−z2x1)2+41(x1y2−x2y1)2=21(z1x2−z2x1)2+(z1x2−z2x1)2+(x1y2−x2y1)2
Q.E.D.