Multivariable calculus
Double Integral of y^2 Between x = y^2 and x = sqrt y
The double integral of y^2 over the region between the curves x = y^2 and x = sqrt(y), for y from 0 to 1, equals 3/35, about 0.085714. For 0 < y < 1 the curve x = sqrt(y) lies to the right of x = y^2, so it supplies the upper limit of the inner x integral.
Numerically 0.085714, confirmed by quadrature on every build.
Horizontal slices, so x runs between two curves
Both boundaries are handed to you as in terms of , which is the signal for a type 2 setup: runs between numbers, and for each the slice runs left to right between two curves. They meet where , that is , so and .
Test an interior value. At the left curve gives and the right gives , so is the right-hand boundary.
The integrand carries no , so the inner step is height times width. The outer integral is then a pair of power rules with a fractional exponent.
The mistake: sketching x = y^2 as an upward parabola
opens to the right, not upward. Sketch it as the upward parabola and you have drawn the other boundary of this region, since in the first quadrant and are the same curve. The two boundaries then trade places in your picture, the inner limits come out as , and the answer arrives as .
The reliable test is arithmetic rather than drawing. Pick any strictly between and and compare the two values. Since forces , the square is always on the left.
- , so , and .
- Fractional exponents add like any others: , then integrating raises it to .
- The coefficient is , a place where switching to decimals hides errors.
The other trap is the outer limits. They must be the values where the curves intersect, and , not values read off the picture.
The region is symmetric, so type 1 works too
Reflecting in the line maps this region onto itself, so it is type 1 as well: with running from up to . The integrand is not symmetric, so the arithmetic differs, but the answer must not.
Two different routes to is a strong check. This one is slightly heavier because cubing the fractional bound produces .
Frequently asked questions
Why is the value so small?
Two small numbers multiply. The region has area , and the integrand never exceeds on it, averaging . One third of an area times a quarter of a unit height is under a tenth.
Do I need to split the region anywhere?
No. The curves cross only at and , and between those values their left-right order never changes, so one double integral covers the whole region.