Let T be the triangle with vertices ( 1 4 , 0 , 0 ) , ( 0 , 2 1 , 0 ) , and ( 0 , 0 , 4 2 ) .
Line ℓ goes through the origin O and intersects T perpendicularly in point P .
Determine the distance O P .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This can also be solved using formula for trirectangular tetrahedron
The altitude h satisfies:
h 2 1 = a 2 1 + b 2 1 + c 2 1 h 2 1 = 1 4 2 1 + 2 1 2 1 + 4 2 2 1 ⇒ h ≈ 1 1 . 2 2 5
A more elementary solution: the plane of T has the equation 3 x + 2 y + z = 4 2 . The normal/perpendicular direction to T is therefore described by the vector n = ( 3 , 2 , 1 ) . Line ℓ consists of all points ( 3 λ , 2 λ , λ ) .
To find the intersection, substitute the equation for ℓ into that for T : 3 ( 3 λ ) + 2 ( 2 λ ) + λ = 4 2 1 4 λ = 4 2 λ = 3 so that the intersection is ( x P , y P , z P ) = ( 9 , 6 , 3 ) . The distance O P is 9 2 + 6 2 + 3 3 = 3 1 4 ≈ 1 1 . 2 2 5
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: 3D Coordinate Geometry - Problem Solving
An equation of the plane is a x + b y + c z + d = 1 4 x + 2 1 y + 4 2 z − 1 = 0 . The point-plane distance formula gives D = a 2 + b 2 + c 2 ∣ d ∣ = ( 1 4 2 1 + 2 1 2 1 + 4 2 2 1 ) − 1 / 2 ≈ 1 1 . 2 2 5