Find the equation of the plane which passes through the points (0,1,1) and (2,0,−1), and is parallel to the line joining the points (−1,1,−2),(3,−2,4). Find also the distance between the line and the plane.
Technique
Build the plane’s normal from two non-parallel direction vectors via cross product; standard “distance from point to plane” with any point on the parallel line.
Solution
Strategy. The plane contains the vector joining its two given points, and is parallel to the vector along the given line. The cross product of these two vectors is the plane’s normal.
Step 1 — Two direction vectors in (or parallel to) the plane
Let P1=(0,1,1),P2=(2,0,−1), and let A=(−1,1,−2),B=(3,−2,4) be the points defining the parallel line.
P1P2=(2,−1,−2) — lies in the plane.
AB=(4,−3,6) — parallel to the plane.
Scale by −1/2 to get a cleaner normal: n=(6,10,1).
Step 3 — Plane equation
Using P1=(0,1,1) as a point on the plane:
6(x−0)+10(y−1)+1(z−1)=0⟹6x+10y+z=11.
Step 4 — Distance line-to-plane
Since the line is parallel to the plane (by construction — its direction is perpendicular to n, check (4,−3,6)⋅(6,10,1)=24−30+6=0 ✓), distance from any point on the line to the plane equals distance line-to-plane. Use A=(−1,1,−2):