$$\int x(x^2+2)^4\,dx $$
When we do this integration with u substitution we get $$\frac{(x^2+2)^5}{10}$$ as $u=x^2+2$
$du=2x\,dx$ $$\therefore \int (u+2)^4\,du = \frac{(x^2+2)^5}{10} + C$$
Although when we expand the fraction and then integrate the answer we get is different:
$x(x^2+2)^4=x^9+8x^7+24x^5+32x^3+16x$ $$\int x^9+8x^7+24x^5+32x^3+16x \,dx$$
we get
$$\frac {x^{10}}{10} +x^8+4x^6+8x^4+8x^2 + C$$
For a better idea of the questions, let's say the questions asks us to find the value of C when y(0)=1
Now,
$x=0$
$$\frac {0^{10}}{10} + 0^8 + 4(0)^6 + 8(0)^4 + 8(0)^2 + C = 1$$ $$\therefore C= 1$$ AND $$\frac {(0+2)^5}{10} + C= 1$$ $$\therefore \frac {32}{10} + C = 1$$ $$\therefore C = 1 - 3.2 = -2.2$$
Like mentioned in the comments this is all fixed if you remember your constant of integration.
$$\int x(x^2+2)^4\ dx= \frac{(x^2+2)^5}{10}+C$$
Note if you expand
$$ \begin{split} \frac{(x^2+2)^5}{10}&=\frac{1}{10}\left(x^{10}+5x^8(2)+10x^6(2^2)+10x^4(2^3)+5x^2(2^4)+2^5\right)\\ &=\frac{x^{10}}{10}+x^8+4x^6+8x^4+8x^2+\frac{32}{10} \end{split} $$
Notice the relation to your other way of computing the integral
$$ \int x(x^2+2)^4\ dx = \frac{x^{10}}{10}+x^8+4x^6+8x^4+8x^2 +C $$
So lets call $F(x)=\frac{x^{10}}{10}+x^8+4x^6+8x^4+8x^2$ and $G(x)=\frac{x^{10}}{10}+x^8+4x^6+8x^4+8x^2+\frac{32}{10}$ then $F(x)-G(x)=-\frac{32}{10}$ a constant. All antiderivatives of a continuous function only differ by a constant.
Just for fun Let's see another one:
First lets use double angle for sine $$ \int \cos x\sin x\ dx=\frac{1}{2}\int\sin 2x\ dx=-\frac{1}{4}\cos 2x +C $$
Then substitutions $u=\sin x$
$$ \int \cos x\sin x\ dx=\int u\ du =\frac{u^2}{2}+C=\frac{\sin^2 x}{2}+C $$
Then substitutions $u=\cos x$
$$ \int \cos x\sin x\ dx=\int -u\ du =\frac{-u^2}{2}+C=\frac{-\cos^2 x}{2}+C $$
If you find the constant differences and combine them in the right way you get the half angle formulas:
$$ \sin^2 x=\frac{1-\cos 2x}{2},\quad \cos^2 x=\frac{1+\cos 2x}{2} $$
Note you can pretty quickly derive some funky trig identities in this way. For instance if you consider $\int \cos^3 x \sin^5 x\ dx$