Hello,
Q: Find equation of the set of all points equidistant from the point (0,0,4) and the xy-plane. This is a quadric surface.
I think I have the general idea of this one. I need the distance from a point (x,y,z) in my equation and (0,0,4) and the xy-plane to be the same.
I can do the distance equation on (x,y,z) and (0,0,4)...
d = sqrt[(x-0)^2 + (y - 0)^2 + (z - 4)^2]
And this needs to equal the distance from (x,y,z) to the xy-plane. I have a formula.. the distance from a plane to a point using the normal vector of the plane. Could this be used? Would the normal vector of the xy-plane just be <1,1,0>? But the equation requires a 'd' from the equation of a plane, which I don't seem to have.
Q: Find equation of the set of all points equidistant from the point (0,0,4) and the xy-plane. This is a quadric surface.
I think I have the general idea of this one. I need the distance from a point (x,y,z) in my equation and (0,0,4) and the xy-plane to be the same.
I can do the distance equation on (x,y,z) and (0,0,4)...
d = sqrt[(x-0)^2 + (y - 0)^2 + (z - 4)^2]
And this needs to equal the distance from (x,y,z) to the xy-plane. I have a formula.. the distance from a plane to a point using the normal vector of the plane. Could this be used? Would the normal vector of the xy-plane just be <1,1,0>? But the equation requires a 'd' from the equation of a plane, which I don't seem to have.