$$\int x^3 \cos(2x^2-5)dx$$
I tried using the substitution method but to no avail.
I also tried integrating by parts but that didn't work either.
$$\int x^3 \cos(2x^2-5)dx$$
I tried using the substitution method but to no avail.
I also tried integrating by parts but that didn't work either.
Hint: you don't like the $2x^2-5$. So take $u=2x^2-5$. Then $du=4xdx$, $dx=du/4x$, and $x^2=\frac{u+5}{2}$. So your integral is
$$\frac{1}{4} \int \frac{u+5}{2} \cos(u) du.$$
You can split this into two integrals, one of which is easy and the other of which requires straightforward integration by parts.