How do I find the point-normal form of the equation of the plane containing the point (-3,-4,3) and perpendicular to (4,1,-2)?

I know to use (rp)n)=0 but I keep getting 4x+y2z=10 and being told that's incorrect. Where am I going wrong? Have I just not simplified enough?

Thanks :)

1 Answer
Oct 2, 2017

The point-normal form of the equation of a plane is:

nx(xx0)+ny(yy0)+nz(zz0)=0

where <nx,ny,nz> is the given normal vector and (x0,y0,z0) is the given point.

Explanation:

Given the normal vector <4,1,2> and the point (3,4,3), the point-normal form is:

4(x(3))+(y(4))2(z3)=0

The above equation is in the requested point-normal form and it seems that you are trying to write the equation in the scalar form:

Ax+By+Cz = D

This is not the point-normal form.