11

Be the sets: $$C:= \lbrace (x,y,0)\in\mathbb{R}^{3}: (x-1)^2+y^2=1\rbrace$$ $$C':= \lbrace (x,0,z)\in\mathbb{R}^{3}: (x+1)^2+z^2=1\rbrace $$ $$\overline{C}= \lbrace tx+(1-t)x': x\in C, x' \in C', t\in [0,1]\rbrace$$

Calculate the volume of $\overline{C}$. I drawed the sets $C$ and $C'$, but I can't see how is the set $\overline{C}$

1 Answers1

1

Using the parametric equivalents

$$C:=\lbrace (\cos(\theta_1)+1,\sin(\theta_1),0)\rbrace$$

$$C':=\lbrace (\cos(\theta_2)-1,0,\sin(\theta_2))\rbrace$$

therefore

$$\overline{C}:=\lbrace(t\cos(\theta_1)+t+(1-t)\cos(\theta_2)-(1-t),t\sin(\theta_1),(1-t)\sin(\theta_2))\rbrace$$

Can you take it from there?

OK guys - try this:

Let

$$y=ty', y' \in [-1,1]$$

$$z=(1-t)z', z'\in [-1,1]$$

Therefore

$$x=t(\cos(\pm \arcsin(y'))+1)+(1-t)(\cos(\pm\arcsin(z'))-1)$$

Dale M
  • 2,813
  • 2
    I got here, too. Remember that when you apply the Change of Variables formula (which I assume the OP is expected to use), you need to take the absolute value of the Jacobian determinant. Doing the $\theta_1\theta_2$ integral is sufficiently tricky that Mathematica can't do it, and neither can I. :) – Ted Shifrin Jun 07 '13 at 00:45
  • @TedShifrin Surely this can be simplified by observing that for any value of $t$, $cos(\alpha)$ takes all the values from $-1\dots 1$? You only then need to consider the limiting cases. – Dale M Jun 07 '13 at 01:35
  • Try working it out. Something funny happens when $(\cos\theta_1-1/2)(\cos\theta_2+1/2)=-1/4$. There's gotta be a better way. – Ted Shifrin Jun 07 '13 at 01:46
  • Employing the usual integration in $t$, $\theta_1$, and $\theta_2$ is a bit hard, I tried a little but stuck too. Could you please show a little bit more? – Shuhao Cao Jun 07 '13 at 01:52
  • I think that the surface $\overline{C}$ is similar to http://en.wikipedia.org/wiki/Oloid but I'm not sure.. – El Peluca Sapeeee Jun 07 '13 at 02:20
  • No, those disks are interlaced. Also, you do realize $\overline C$ is a solid region in space, not a surface! – Ted Shifrin Jun 07 '13 at 02:56
  • 1
    @TedShifrin I know isn't the same, is just an idea, but I really don't know how to do it. Yes! sorry, is a solid. – El Peluca Sapeeee Jun 07 '13 at 03:16