Possible Duplicate:
Can any smooth planar curve which is closed, be a base for a 3 dimensional cone?
Lets say a vertex V is given as $(\alpha ,\beta ,\gamma )$ and the base of the cone is given as $f(x,y,z)=0;lx+my+nz=p$. How to find the equation of such a cone.
Can you give me a basic idea, a way of attacking such problems? I understand its possible there might not be an algorithm as such, but if you were to solve such a question, how would you go about it?
Assume for simplicity that $(\alpha,\beta,\gamma)=(0,0,0)$. Modulo some exceptional cases the point $(x,y,z)\ne(0,0,0)$ lies on your cone $C$ iff there is a $\lambda\ne0$ such that the point $(x',y',z'):=\bigl({x\over\lambda},{y\over\lambda},{z\over\lambda}\bigr)$ satisfies the two equations $\ell x'+ my'+ nz'=p$ and $f(x',y',z')=0$ simultaneously. From the first equation we derive that $\lambda$ would have to satisfy $\ell x+ my+ nz=p\lambda$; so necessarily $$\lambda={\ell x+ my+nz\over p}\ .$$ Plugging this into the equation $f(x',y',z')=0$ we see that $(x,y,z)\in C$ iff $$f\left({p x\over \ell x+ my+nz},{p y\over \ell x+ my+nz}, {pz\over \ell x+ my+nz}\right)=0\ .$$ The last line is the equation you were looking for.