How can I integrate:
$$\int_{-3}^3 (x^2-3)^{3} \,dx,$$
neither expanding the polynomial nor using the relationship between integral and derivatives? I mean, there is a way to compute this integral using for instance properties of integral? like the invariance by translation?
Thank you.
$$\int_{-3}^{3}(x^2-3)^3\,dx = 81 \int_{-1}^{1}(3u^2-1)^3\,du \stackrel{IBP}{=}81\left(16-18\int_{-1}^{1}x^2(3x^2-1)^2\,dx\right)\tag{1}$$
Now we may exploit the fact that the last integral is a $L^2$ norm.
Since, in terms of Legendre polynomials: $$ x(3x^2-1) = \frac{4}{5}\,P_1(x) + \frac{6}{5}\,P_3(x) \tag{2}$$ we have: $$ \int_{-1}^{1} x^2(3x^2-1)^2\,dx = \frac{16}{25}\cdot\frac{2}{3}+\frac{36}{25}\cdot\frac{2}{7} = \frac{88}{105}\tag{3}$$ and the original integral equals $\color{red}{\large\frac{2592}{35}}$.
Probably $(2)$ counts as an expansion, but it is a rather easy one.