The second form throws me, that the dy appears before the second integral. I have unfortunately little skill for Calculus, and I can't seem to find a similar question online to take example from. All help would be greatly appreciated.
Asked
Active
Viewed 196 times
1
-
1The righthand expression means the same as $$\int_0^1\int_{\sqrt{y}}^1\frac1{2+x^3}dxdy;,$$ a form that may be more familiar to you. – Brian M. Scott Dec 10 '13 at 03:38
-
Invaluable! Thank you. – Plastonick Dec 10 '13 at 03:40
-
You’re welcome! – Brian M. Scott Dec 10 '13 at 03:40
-
Related: http://math.stackexchange.com/questions/387572/notation-why-write-the-differential-first – apnorton Dec 10 '13 at 04:03
-
@anorton: Done. – Brian M. Scott Dec 10 '13 at 04:08
2 Answers
3
The righthand expression means the same as $$\int_0^1\int_{\sqrt{y}}^1\frac1{2+x^3}dxdy\;,$$ a form that may be more familiar to you.

Brian M. Scott
- 616,228
0
A double integral is a like a summation over two variables. In your example, the first sum is taken over a variable x, with y fixed. Let's call the resulting sum a function of y -- g(y). The 2nd sum is over a variable y, with the summands or terms equal to different values of g(y).

Kode Charlie
- 109