Find the volume of rotation about the y-axis for the region bounded by $y=5x-x^2$, and $x^2-5x+8$
Here is an image:
Normally I can do this question, but this one is tricky because since we are rotating about the y-axis, and we are quadratic, when I solve for $x$ I get two answers, one positive and one negative.
What I mean is that if you look at the graph $5x-x^2$, then there are two halves, and if you look at the green line, that's one half of the curve (positive one), and the red half is the negative one.
Since we can see both the negative and positive sections in this graph, and both are being rotated, I wasn't sure how to create the equation that I can later integrate.
Usually in the problems I do, the negative doesn't exist, and so it's trivial. In this case I am not sure.

The area between two functions is $$\pi\int_{y_1}^{y_2}f^2(y)-g^2(y)dy$$ where $x=f(y)$ is right curve and $x=g(y)$ is left curve.
You have two curves which certain area from $[\dfrac{7}{4},\dfrac{25}{4}]$ and intersect in $y=4$. Without using symmetry, this interval is union of $[\dfrac{7}{4},4]$ and $[4,\dfrac{25}{4}]$. With your graph you can obtain the area \begin{align} {\bf V} &=\pi\int_\frac{7}{4}^4\left(\dfrac{5+\sqrt{4y-7}}{2}\right)^2-\left(\dfrac{5-\sqrt{4y-7}}{2}\right)^2dy \\ &+\pi\int_4^\frac{25}{4}\left(\dfrac{5+\sqrt{-4y+25}}{2}\right)^2-\left(\dfrac{5-\sqrt{-4y+25}}{2}\right)^2dy \\ &=\color{blue}{45\pi} \end{align} details left to you.