My book say that integration of $x^{1/2} \sin x$ is not possible, why is it so? Which functions do not have an anti derivative?
Does it mean that they do not have any area under the curve?
But that's not true since the graph says different.
(Source: https://www.desmos.com/calculator)
When is a function not integrable?
$$\int x^{1/2}\sin(x)dx=\int x^{1/2}\sum_{k=0}^\infty\frac{(-1)^kx^{2k+1}}{(2k+1)!} dx=\sum_{k=0}^\infty\frac{(-1)^kx^{2k+5/2}}{(2k+\frac52)(2k+1)!}.$$
The series converges for all $x$.
By substitution then by parts, you have
$$\int x^{1/2}\sin(x)dx=2\int t^2\sin(t^2)dt=-t\cos(t^2)+\int \cos(t^2)dt,$$ where the last integral is known as the Fresnel cosine function.
To get a numerical value of the definite integral, Simpson's method will perform better.