Find the equation of a cone with vertex at the origin and that passes through the circle $(x-2)^2+(y-3)^2 = 5, z = 3$.
What I've tried:
Whether or not the cone is right circular has not been mentioned explicitly - and we are expected to find the equation of the surface. Next, I am not able to work without the cone's semi-vertical angle. I can find the distance between the origin and (2,3,3), which is the circle's centre; and also the circle's radius, which is the square root of 5. I'm trying to assume a point (x,y,z) on the cone and set up an equation to relate the variables.
I really don't know what do next. Please help me figure this problem out, thanks! (If possible, help me visualise it as well)
The desired cone is the union of the lines through the origin $(0,0,0)$ and the points $$(2+\sqrt{5}\cos(\theta),3+\sqrt{5}\sin(\theta),3)\quad \text{with $\theta\in [0,2\pi)$}$$ along the given circle. Any such line is given in a parametric way as $$\begin{cases}x(t)=(2+\sqrt{5}\cos(\theta))t\\ y(t)=(3+\sqrt{5}\sin(\theta))t\\z(t)=3t\\\end{cases}$$ Now we eliminate $t$ and $\theta$ and we get $$(x-2(z/3))^2+(y-3(z/3))^2=5(z/3)^2.$$ that is $$9x^2+9y^2+8z^2-12xz-18yz=0.$$