1

Given the cone $K=\{(x,y,z)\in \mathbb R^3 :x^2+y^2-z^2=0\}$ and the equation of $E=\{(x,y,z)\in \mathbb R^3 :z=my+c\}$
Find an equation for the intersecion of the cone and the plane

The intersection is obviously $\{(x,y,z)\in \mathbb R : x^2+y^2-(my+c)^2,z=my+c\}$ I got a little confused by the problem. Is it possible to find an equation $f(x,y,z)=0$ that describes the given ellipse ? ($f \in \mathbb R$)
If thats not possible how would one parameterize the given equation ?

Would appreciate your help

XPenguen
  • 2,301
  • It’s only an ellipse if $m^2\lt1$. When $m^2\gt1$ you get a hyperbola instead. – amd Jan 15 '17 at 00:56

2 Answers2

1

You can let

$$f(x,y,z)=\left\| x^2+y^2-z^2\right\|^2+\left\| z-my-c\right\|^2$$

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
1

Assuming that $m^2\lt1$ so that you actually have an ellipse, the answers to your previous question give you everything you need for a parameterization of it. If you have the center $\mathbf p$, the unit direction vectors of the major and minor axes $\mathbf u$ and $\mathbf v$ and the semi-axis lengths $a$ and $b$, then the ellipse can be parameterized as $\mathbf p + a\cos t\,\mathbf v+b\sin t\,\mathbf w$.

amd
  • 53,693