(850, #5) Evaluate the iterated integral .

Solution: When x is fixed y varies from 0 to x:

Evaluating:

Maple Check:

int( int( sin(x^2), y = 0..x), x = 0..1);

- 1/2 cos(1) + 1/2

by: gm