The plane $x+y+z=1$ intersects the surface $x^2+y^2+z^2=1$ at a circle $C$,find the radius and the center of this circle.
The points of the intersection of the two curves are the ones that satisfies the two equations,we know that: $$x^{2}+y^{2}+z^{2}=\left(x+y+z\right)^{2}-2\left(xy+xz+yz\right)$$
The points of the intersection are the points for which we have the following curve: $$xy+xz+yz=0$$ $$x\left(1-x\right)+\left(1-z^{2}-xz\right)=0$$
$$x^{2}+z^{2}+x+xz=1$$
But I have no idea how to find the circle,can someone help me?
The line $l=\{(t,t,t)\mid t\in\Bbb R\}$ is orthogonal to the plane $p=\{(x,y,z)\in\Bbb R^3\mid x+y+z=1\}$ and contains the origin, which is the center of the sphere. So, the center of your circle is the point at which $l$ and $p$ intersect, which is $C=\left(\frac13,\frac13,\frac13\right)$. And the radius is then the distance from $C$ to any point of the circle, such as $(1,0,0)$.