$$\int \frac{x^3 - 2x +1}{\sqrt{x}} dx$$
First term: $x^3 = \frac{1}{4}x^4$
Second term: $2x = x^2$
Third term: $1 = x$
Fourth term: $\sqrt{x} = x^{1/2}$
I know the fourth term is wrong and forget how to solve that one but which other ones are wrong as well?
You cannot do it this way. You need to divide each term in the numerator by the denominator first. Make it
$$x^{5/2}-2x^{1/2}+x^{-1/2}$$
Then integrate each term using power rule, which says
$$\int x^n dx=\frac{1}{n+1}x^{n+1} +C$$
Also mathematically, you cannot write $x^3=\frac{1}{4}x^4$, ...