Finding Equation of a Plane through the origin and the points$ (1, −2, 5)$ and $(8, 3, 2)$

32.1k Views Asked by At

Find an equation of the plane. The plane through the origin and the points $(1, −2, 5)$ and $(8, 3, 2)$

I know $AB$ is $<7,5,-3>$ but I don't know what to do after that

2

There are 2 best solutions below

3
On BEST ANSWER

The vectors $\langle 1,-2,5\rangle$ and $\langle 8,3,2\rangle$ lie in the plane, so the cross product $\vec{n} = \langle 1,-2,5\rangle \times \langle 8,3,2\rangle$ is normal to the plane. Since the plane passes though the origin, the equation of the plane is given by $\vec{n}\cdot \langle x,y,z\rangle = 0$. Simplify $\vec{n}$ so that you write the equation of the plane in the form $ax + by + cz = 0$.

0
On

The general equation of a plane passing through origin is $w^T x=0$. $w$ is the direction of the normal to the plane. In your case the normal direction is in the direction of the cross product of the two vectors given, i.e that is the direction of $w$.