ezsmith
- 16
- 0
Homework Statement
For each part, find the cartesian equation of the plane through the given points.
(1,0,3), (2,-4,3),(4,-1,2)
The Attempt at a Solution
No attempt. Dunno how to do :(
HallsofIvy said:Haven't been paying attention in class?Use two pairs of those points to get two vectors in the plane: the vector from [itex](x_0, y_0, z_0)[/itex] to [itex](x_1, y_1, z_1)[/itex] is [itex](x_1- x_0)\vec{i}+ (y_1- y_0)\vec{j}+ (z_1- z_0)\vec{k}[/itex].
The cross product of two vectors is perpendicular to the two vectors so perpendicular to the plane they lie in.
The equation of a plane with normal vector [itex]A\vec{i}+ B\vec{j}+ C\vec{k}[/itex] containing point [itex](x_0, y_0, z_0)[/itex] is [itex]A(x- x_0)+ B(y- y_0)+ C(z- z_0)= 0[/itex].