3

Find a parametrization of the intersection curve between two surfaces in $\mathbb{R}^3$ $$x^2+y^2+z^2=1$$ and $$x^2+y^2=x.$$

I know that $x^2+y^2+z^2=1$ is a sphere and that $x^2+y^2=x$ is a circular cylinder. Any help is greatly appreciated, thank you.

Gino
  • 139

2 Answers2

2

A point of the intersection belongs to the cylinder. So $(x-1/2)^2+y^2=1/4$. Take for parameter the angle $\theta$ such that $x-1/2=1/2 \cos \theta$ and $y=1/2 \sin \theta$. This is just the angle of the cylindrical coordinates.

Then you have $x+z^2=1$ which implies $z^2=1/2-1/2 \cos \theta=\sin^2(\theta/2)$. You then get $z=\sin(\theta/2)$.

0

+1) The polar equation of $x^2+y^2=x$ is $r=cos\theta$ and so we have $x=rcos\theta$ and $y=rsin\theta$ as parametrics (with $r$ known) Substituting into the first equation, you can solve for $z$. Note that $1-cos^2\theta=sin^2\theta$ Hope this helps, if not or incorrect, I will take it off.

imranfat
  • 10,029