The iterated integral
\begin{equation}
\int_{y=0}^1 \int_{x=y}^1 \sin(x^2)\ dx\ dy\tag{5.2.12}
\end{equation}
can not be evaluated in this order in terms of elementary functions, because there is no elementary anti-derivative of \(\sin(x^2)\text{.}\) However, it can be evaluated by first changing the order of integration.
Firstly, \(y \leq x \leq 1\) and \(0 \leq y \leq 1\) gives the range of all possible values of \(x\) as \(0 \leq x \leq 1\text{.}\)
Then for a given value of \(x\text{,}\) the extremes of \(y\) come from \(y \leq x\) and \(y=0\text{:}\) that is, \(0 \leq y \leq x\text{,}\) giving the new iterated integral form
\begin{equation}
\int_{x=0}^1 \int_{y=0}^x \sin(x^2)\ dy\ dx,
= \int_{x=0}^1 \left[ ]\int_{y=0}^x\ dy \right] \sin(x^2)\ dx.\tag{5.2.13}
\end{equation}
The inner integral is now easy:
\begin{equation*}
\int_{y=0}^x \ dy = \Big[ y \Big]_{y=0}^x = [x - 0] = x,
\end{equation*}
\begin{equation*}
\int_{x=0}^1 x \sin(x^2)\ dx
\end{equation*}
Finally, the substitution \(u=x^2\text{,}\) \(du = 2 x dx\) gives
\begin{equation*}
\int_{u=0}^1 \sin(u) \frac{du}{2}
= \left[ \frac{-\cos(u)}{2} \right]_{u=0}^1 = \frac{-\cos(1) -(-\cos(0))}{2}
= \frac{1 - \cos(1)}{2}.
\end{equation*}