Intersection of a plane and cylinder

Stevecgz
Messages
68
Reaction score
0
Question: Find a parametric representation for the curve resulting from the intersection of the plane 3x + y + z = 1 and the cylinder x^2 + 2y^2 = 1.

What I did:

x = cost
y = sint/sqrt(2)
z = -3cost - (sint/sqrt(2)) + 1

I think I'm doing this correctly but the answer seems too easy for this type of assignment. Hoping someone could look it over and tell me if I'm missing something. Thanks.

Steve
 
Physics news on Phys.org
It looks alright to me.
 
Thanks d_leet.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top