Im having trouble understanding questions involving deriving a recursion formula.
I need to derive the recursion formula for $I_n$ where $n>=2$ $$I_n = \int(x^2-1)^n dx$$ The other questions ive done so far I used the integration by parts and derived a formula where n is decreasing in the integral. I am using the same method and I got this answer: $$x(x^2-1)^n-2n\int x^2(x^2-1)^{n-1}$$ However the textbook is giving me a different answer.
