Find the volume of the solid obtained by revolving the area enclosed by the curve $27ay^{2} = 4(x-2a)^{3} , x$ axis and parabola $y^{2} = 4ax$ about the $x$ axis.
I am not able to find the area enclosed by both curves. I know that $27ay^{2} = 4(x-2a)^{3}$ is symmetric about $x$ axis, I know how to draw both curves but don't know if parabola should be drawn above or below the other curve. I tried to find the maximum value of $y$ for loop by differentiating it with respect to $x$ but getting only its minimum value. Also I couldn't find their intersection point.
So how can I have the idea about the area enclosed between them$?$
You can plug $y^2 = 4ax$ into $27ay^2 = 4(x-2a)^3$. You will end up with: $$27a\cdot4ax=4(x-2a)^3$$ Solving this for x yields: $$x=8a$$
This is your intersection point btw.
This has been drawn using $a = 3$. By looking at your equation you can see that the first equation is $0$ for $x = 2a$.
Using the formula for volume:
$$\int_{x_1}^{x_2}\pi f(x)^2 dx$$ We need to split this into two parts from $0$ to $2a$ and from $2a$ to $8a$:
$$\int_{x_1}^{x_2}\pi f(x)^2 dx = \int_{0}^{2a}\pi f_1(x)^2 dx + \int_{2a}^{8a}\pi (f_1(x)-f_2(x))^2 dx$$
I am sure you can solve this yourself.