For find the distance from the point to the plane we must find the distance from the point to the projection of the point onto a plane.
Lets find the equation of the plane. We are using this formula:
∣∣x−x1x2−x1x3−x1y−y1y2−y1y3−y1z−z1z2−z1z3−z1∣∣=0
where (x1, y1, z1), (x2, y2, z2) and (x3, y3, z3) are given points
∣∣x−21−2−3−2y−10−14−1z−82−86−8∣∣=0
∣∣x−2−1−5y−1−13z−8−6−2∣∣=0 (x−2)((−1)(−2)−(−6)3)−(y−1)((−1)(−2)−(−6)(−5))+(z−8)((−1)3−(−1)(−5))=0
20(x−2)+28(y−1)+(−8)(z−8)=0
20x+28y−8z−4=0
After simplifying equation of the plane is 5x+7y−2z−1=0
Distance of the origin O(0, 0, 0) from the plane
Ax+By+Cz+D=0 could be find according to formula
d=A2+B2+C2∣A⋅0+B⋅0+C⋅0+D∣
In our case
d=52+72+22∣5⋅0+7⋅0−2⋅0−1∣=781≈0.113
Answer: the distance of the origin from the plane which passes through (2, 1, 8) , (1, 0, 2) and (−3, 4, 6) is equal 781≈0.113 .
Comments