seanc12
- 15
- 0
Homework Statement
Solve the following Double Intergral, and show the answer is the same, regardless of which order you integrate.
The integral is between the boundaries y=x and y=x^2
Homework Equations
\int\int_R (x^2 + 2y)dxdy
The Attempt at a Solution
So first of all i integrated with repsect to y first
\int_0^1 dx \int^{x}_{x^2} (x^2 + 2y)dy
\int_0^1 dx [yx^2+y^2]^x^2_x
\int_0^1 dx (x^3 + x^2 - 2x^4)
which give me an answer of
\frac{11}{60}Then, with respect to x first I get:
\int_0^1 dy \int_{\sqrt{y}}^y dx (x^2 + 2y)
\int_0^1 dy [\frac{x^3}{3} + 2xy ]^{y}_{\sqrt{y}}
\int_0^1 dy(\frac{y^3}{3} + 2y^2 - \frac{\sqrt{y}^3}{3} - \frac{2\sqrt{y}y}{3})
This leads me to an answer different to what I got from differenciating with repect to y first.
Can someone please enlighten me with what I am doing wrong.
Last edited: