Consider a curve C that is defined by the intersection of the following surfaces: $$x+y+z=0$$ $$and$$ $$x^2+y^2+z^2=K$$ for some non-zero, positive real number K.
Find $$I=\int_Cy^2ds$$
I first tried to find the equation for the curve in terms of a vector r(t) and I obtained: $$r(t)=\left\langle \frac{\cos t}{\sqrt{ 2+\sin 2t}},\frac{\sin t}{\sqrt{ 2+\sin 2t}},\frac{-\cos t - \sin t}{\sqrt{ 2+\sin 2t}}\right\rangle$$ But then, to solve for I with this method, one must take the magnitude of the derivative of r, which becomes incredibly complicated. My professor claims there is an easier way to solve this problem, but I cannot figure anything out.
Here is a „non brute-force“ approach (assume WLOG $K=1$.)
Note that, by symmetry of the curve, we have $$\int_C x^2 \,\mathrm ds= \int_C y^2 \,\mathrm ds =\int_C z^2 \,\mathrm ds.$$
Hence, $$3 \int_C y^2 \,\mathrm ds=\int_C x^2+y^2+z^2\,\mathrm ds = \int_C 1\,\mathrm ds=\text{Length of the curve } c.$$
It is known that the intersection of a sphere with a plane is a circle (under certain conditions which are fulfilled here.)
Also, as can be seen also from your parametrization (compute the distance of two points with time $\pi$ apart), our circle has a diameter of $2$.
So the length of the curve $c$ is simply the circumference of a circle with radius $2$ which is $2\pi$.
So, by our above argument, $$\bbox[5px,border:2px solid #C0A000]{ I=\int_C y^2\,\mathrm ds = \frac{\text{Length of }c}3=\frac{2\pi}3.}$$