Solution: The region D is sketched below where we have interchanged the usual labels for the x- and y-axis.
When we integrate we first hold y fixed and let x vary from
:
Maple Verification:
> int( int(exp(x/y), x = y ..y^3), y = 1..2);
1/2 exp(4) - 2 exp(1)
by: gm