0

Suppose I have a plane described in the following form which is rotated t degrees.

$x = u * cos(t)$

$y = v$

$z = -u * sin(t)$

And a sphere such as

$x = sin(v')cos(u')$

$y = sin(v')sin(u')$

$z = cos(v')$

For instance, consider the following diagram

enter image description here

I want to get the equation describing the ellipse which is the intersection of the sphere and the plane.

0 Answers0