$$ \int x^2(x-1)^{100} dx $$
I don't know what substitution to apply here. If we do $u=x^2$, we get $du=2x dx$ which doesn't work here. I know that the antiderivative of $(x-1)^{100}$ is $\dfrac{1}{101}(x-1)^{101} + C$, but I have no idea how to attempt this integral with a substitution.
HINT:
$$x^2=(x-1+1)^2=(x-1)^2+2(x-1)+1$$
$$\implies x^2(x-1)^{100}=?$$
Alternatively, choose $$x-1=u\iff x=u+1$$