
This is what I've done so far:
$V_1 = \pi\int_0^af(x)^2dx = -\pi\int_0^by^2 (1/f'(x))\ dy = -\pi\int_0^by^2 (1/f'(g(y)))\ dy = -\pi\int_0^by^2 g'(y)\ dy$
Integrating by parts: $u=y^2,\ du=2y\ dy, \ v=g(y), \ dv = g'(y)\ dy$
$y^2g(y)|_0^b -2\pi\int_0^by\ g(y)\ dy = -ab^2 -2\pi\int_0^by\ g(y)\ dy = -ab^2-V_2$
so it looks like $V_1 = -ab^2-V_2$ which looks wrong.
I've also tried other ways of integrating, substituting and I always end up with a proof that $V_1 \ne V_2$. Can someone point me to the right direction?