$y=x \sqrt{4-x^2}$.
The region bounded by the curve between $x=2$ and $x=a$, where $0<a<2$, is rotated through $2\pi$ radians about the $x$-axis to generate a solid revolution with volume $\frac{657\pi}{160}$.
The question is to find the value of $a$. This is my working so far;
$\pi\int_a^2 (x\sqrt{4-x^2})^2=\frac{657\pi}{160}$
$\int_a^2 (x\sqrt{4-x^2})^2=\frac{657}{160}$
$[\frac{4}{3}x^3-\frac{1}{5}x^5]_a^2=\frac{657}{160}$
$\frac{657}{160}-\frac{64}{15}+\frac{4}{3}a^3-\frac{1}{5}a^5=0$
which gives $\frac{4}{3}a^3-\frac{1}{5}a^5-\frac{77}{480}=0$
or $640a^3-96a^5-77=0$
My question is, what method would be the best method to solve for $a$ in an exam and could you explain how to do so. Just to clarify, I know the answer, just not how to get to it.