3

$$ \int _0^{\sqrt{\pi}} \int_y^{\sqrt{\pi}} \sin (y^2 )\; dydx$$ Even if I change the order of integration I don't see how to get rid of this $\sin (x^2)$ which doesn't have antiderivate. It is possible to evaluate it without using any aproximation method?

Did
  • 279,727

1 Answers1

5

The integral in the question makes no sense because the ordering of $\mathrm dy$ and $\mathrm dx$ is wrong. Instead it probably ought to read $$ I=\int _0^{\sqrt{\pi}} \int_x^{\sqrt{\pi}} \sin (y^2 )\; \mathrm dy\mathrm dx,$$ that is, $$I=\int _0^{\sqrt{\pi}} G(x)\;\mathrm dx,\qquad G(x)=\int_x^{\sqrt{\pi}} \sin (y^2 )\; \mathrm dy.$$ Then, exchanging the order of integration yields $$I =\int _0^{\sqrt{\pi}}\sin (y^2 ) \left(\int_0^y \mathrm dx\right)\mathrm dy=\int _0^{\sqrt{\pi}}y\sin (y^2 )\; \mathrm dy=\left.-\tfrac12\cos(y^2)\right|_0^{\sqrt{\pi}}=1.$$

Did
  • 279,727