the normal vector to the tangent plane at (x,y,z) is ∇f(x,y,z), where f(x,y,z)= x^2+y^2-z-1 giving us ∇f(x,y,z)=(2x,2y,-1). we know that the vector from a point (x,y,z) from the origin is (x,y,z)
so we want to find all points on the surface that satisfy the equation ∇f(x,y,z)=k(x,y,z), for some constant k. therefore we need to solve (2x,2y,-1)=(kx,ky,kz).
you should consider the cases when x=0, y=0,x≠0, y≠0 seperately
This post was edited by J0nn on Oct 23 2014 06:52pm