Let $R$ denote the first quadrant region bounded by $y=k-kx^2$, and $y=kx^2$. $k> 0, k \in \mathbb{R}$. If $V_1$ is the volume obtained by rotating $R$ about the line $y=0$, and $V_2$ is the volume obtained by rotating R about the line $x=-2$, and $V_1=V_2$, then what is $k$?
My plan is to evaluate exact volume of $V_1$ and $V_2$, then make the equation $V_1=V_2$ and solve for $k$. The first one $V_1$ can use the washer method, and second one might be shell, since it is rotating around a vertical line $x = 2$.
Note that the two curves meet at $x= \frac1{\sqrt2}$. Then, washer-integrate $V_1$ and shell $V_2$ over $x\in(0,\frac1{\sqrt2})$
\begin{align} &V_2-V_1\\ =&2\pi\int_0^{1/\sqrt2} (x+2)(k(1-x^2)-kx^2))dx - \pi\int_0^{1/\sqrt2}(k^2(1-x^2)^2-k^2 x^4)dx\\ = &\left(\frac{4\sqrt2}3\pi k +\frac\pi4k \right)- \left(\frac{\sqrt2}3\pi k^2 \right)= 0 \end{align} which yields
$$k= 4+ \frac{3\sqrt2}{8}$$