Having the following equations: $y=4x-16$, $x^2-y^2=9$
I calculated the mutual points - $(53/15,-28/15),(5,4)$ How can I find the volume of rotation of the area in between them around the $x$ axis? Should it be split into two different volumes?
I've tried calculating the volume above axis x and the volume below it separately. Above axis x I'm getting $2\pi$ : $$V_1 = \pi\cdot \int^5_4(4x-16)^2dx - \pi \int^4_3(\sqrt{x^2-9})^2dx = 2\pi$$
and below I got $1.446\pi$:
$$V_2 =\pi\cdot \int ^4_{53/15}(4x-16)^2dx + \pi\int^{53/15}_{3}(\sqrt{x^2-9}^2dx = 1.446\pi$$
So In total I get a final result of $V= V_1+V_2 = 3.446\pi$. Is there anything I did wrong in my calculation?

The volume can indeed be found by splitting it into different sub-volumes. The first volume is obtained by rotating the hyperbola around the $x$ axis from $x=3$ (the apex of the hyperbola) to $x=4$ (the point at which the line crosses the $x$ axis. The second volume can be found from the difference between the two rotated curves -- onwards from $x=4$ to $x=5$ (the second intersection point).
I.e. we can write it as
$\qquad \pi \int_3^4 x^2-9 \, dx + \pi \int_4^5 x^2-9 \,dx - \pi \int_4^5 (4x - 16)^2 \, dx $
which simplifies to
$\qquad \pi \int_3^5 x^2-9 \, dx - \pi \int_4^5 (4x - 16)^2 \, dx $
I make the result $28\pi/3$. In the integral between $x=3$ and $x=4$, the rotated hyperbola will `fill the gap' below the line $y=4x-16$.
I have interpreted the region between the curves as extending all the way from the apex of the hyperbola, so that the first integral starts at 3 (rather than 53/15). If you want to start at the intersection, then the first limit in the first integral can be changed.
In the image, the red/green show the positive/negative halves of the hyperbola, the vertical line shows the split between areas that are rotated to form the volume.