Question
For $n \geq 0$, let $$I_n = \int_{0}^{8} x^n(8 - x)^\frac 1 3\ \mathrm{d}x\ .$$
Show that, for $n \geq 1$, $$I_n = \frac {24n} {3n + 4} I_{n - 1}\ .$$
My working
Let $u = x^n$ and $v' = (8 - x)^{\frac 1 3}$
$\implies u' = nx^{n - 1}$ and $v = -\frac 3 4 (8 - x)^{\frac 4 3}$
$\implies I_n = [-\frac 3 4 x^n(8 - x)^{\frac 4 3}]^{x = 8}_{x = 0} + \frac 3 4 n \int_{0}^{8} x^{n - 1}(8 - x)^\frac 4 3\ \mathrm{d}x$
$\ \ \ \ \ \ \ \ \ \ \ \ \ \ = \frac 3 4 n \int_{0}^{8} x^{n - 1}(8 - x)^\frac 1 3(8 - x)\ \mathrm{d}x$
$\ \ \ \ \ \ \ \ \ \ \ \ \ \ = \frac 3 4 n \int_{0}^{8} [8x^{n - 1}(8 - x)^\frac 1 3 - x^n(8 - x)^{\frac 1 3}]\ \mathrm{d}x$
$\ \ \ \ \ \ \ \ \ \ \ \ \ \ = 6nI_{n - 1} - \frac 3 4 n I_n$
$\implies (1 + \frac 3 4)I_n = 6nI_{n - 1}$
$\therefore I_n = \frac {24n} {3n + 4} I_{n - 1}$
I try to use integration by parts, but with my choices of $u$ and $v'$, I do not seem to be getting anywhere. I am currently taking an introductory module to calculus in college. In class, we have only gone through the reduction formula for $\sin$ and $\cos$ and I have been stuck at this question for quite some time. Any hints/intuitions as to how to proceed will be greatly appreciated :)
Edit
Following some help from Phicar, I have finally got it! :) (I have edited my post to include my updated working)
Take $v'=(8-x)^{1/3},$ integrating you get, as implicit in your comment,$$v=-\frac{3}{4}(8-x)^{1/3+1}=-\frac{3}{4}(8-x)^{1/3}(8-x)=\frac{-24}{4}(8-x)^{1/3}+\frac{3x}{4}(8-x)^{1/3}.$$ Split the integral in the addition sign.