Given the vertex point p0=(x0,y0,z0)=(0,0,2), and p=(x,y,z)
the support circle in the xy plane is x2+y2=r2 with r=3.
The generatrix line is given as lx−x0=my−y0=nz−z0 so its intersection with the xy plane is given by
(x0−z0nl,y0−z0nm,0)
so this point will lie on the given circle (x0−z0nl)2+(y0−z0nm)2=r2.
Here we have (2nl)2+(2nm)2=9
but ⎩⎨⎧l=kxm=kyn=kz−2 substituting
(2z−2x)2+(2z−2y)2=9
and finally
9x2+9y2−4(z−2)2=0.
Comments