Intuition The big picture
A double integral ∬ R f d A \iint_R f\,dA ∬ R f d A measures the same total over a 2D region R R R no matter how you sweep through it . You can sweep ==vertical strips first (integrate y y y , then x x x ) or horizontal strips first (integrate x x x , then y y y )==. The number is the same; only the bookkeeping (the limits) changes. We swap order because one direction may be impossible or ugly, the other easy .
Intuition Two motivations
The inner integral has no elementary antiderivative. e.g. ∫ e x 2 d x \int e^{x^2}\,dx ∫ e x 2 d x doesn't exist in closed form. If you reorder, the inner integral might become ∫ x e x 2 d x \int x e^{x^2}\,dx ∫ x e x 2 d x which is trivial.
The region is awkward in one orientation (needs splitting into pieces), but a single clean description in the other.
The key fact we exploit (Fubini's theorem):
∬ R f ( x , y ) d A = ∫ x = a b ∫ y = g 1 ( x ) g 2 ( x ) f d y d x = ∫ y = c d ∫ x = h 1 ( y ) h 2 ( y ) f d x d y \iint_R f(x,y)\,dA = \int_{x=a}^{b}\!\!\int_{y=g_1(x)}^{g_2(x)}\!\! f\,dy\,dx = \int_{y=c}^{d}\!\!\int_{x=h_1(y)}^{h_2(y)}\!\! f\,dx\,dy ∬ R f ( x , y ) d A = ∫ x = a b ∫ y = g 1 ( x ) g 2 ( x ) f d y d x = ∫ y = c d ∫ x = h 1 ( y ) h 2 ( y ) f d x d y
for f f f continuous (or just integrable) on R R R . Both iterated integrals equal the area-weighted total.
Definition Type I vs Type II regions
A Type I (vertically simple) region: a ≤ x ≤ b a\le x\le b a ≤ x ≤ b and g 1 ( x ) ≤ y ≤ g 2 ( x ) g_1(x)\le y\le g_2(x) g 1 ( x ) ≤ y ≤ g 2 ( x ) . You draw a vertical strip ; its ends ride on curves y = g 1 y=g_1 y = g 1 (bottom) and y = g 2 y=g_2 y = g 2 (top).
A Type II (horizontally simple) region: c ≤ y ≤ d c\le y\le d c ≤ y ≤ d and h 1 ( y ) ≤ x ≤ h 2 ( y ) h_1(y)\le x\le h_2(y) h 1 ( y ) ≤ x ≤ h 2 ( y ) . You draw a horizontal strip ; its ends ride on x = h 1 x=h_1 x = h 1 (left) and x = h 2 x=h_2 x = h 2 (right).
Read the given limits and write the four inequalities they encode.
Sketch the region R R R from those inequalities. (Always sketch — this is 80% of the work.)
Decide the new outer variable and find its overall min/max → these are the new outer constants.
For a fixed value of the new outer variable, find where the strip enters and exits R R R → these curves are the new inner limits.
Rewrite the integral with swapped d x d y dx\,dy d x d y and check a corner point lies inside.
Intuition Building it from a sum
A double integral is a limit of ∑ i , j f ( x i , y j ) Δ x Δ y \sum_{i,j} f(x_i,y_j)\,\Delta x\,\Delta y ∑ i , j f ( x i , y j ) Δ x Δ y over little tiles covering R R R . Summation is commutative: I can total rows then columns or columns then rows . The total is identical. Each iterated integral is just one order of summing the same tiles . So the limits must describe the same set of tiles R R R — that's the only constraint. Reordering = re-describing the same set.
Concretely, take the triangle R : 0 ≤ x ≤ 1 , 0 ≤ y ≤ x R:\ 0\le x\le 1,\ 0\le y\le x R : 0 ≤ x ≤ 1 , 0 ≤ y ≤ x .
Tiles described by columns: pick x ∈ [ 0 , 1 ] x\in[0,1] x ∈ [ 0 , 1 ] , then y y y runs 0 → x 0\to x 0 → x . ⇒ ∫ 0 1 ∫ 0 x f d y d x \int_0^1\!\int_0^x f\,dy\,dx ∫ 0 1 ∫ 0 x f d y d x .
Same tiles by rows: pick y ∈ [ 0 , 1 ] y\in[0,1] y ∈ [ 0 , 1 ] , then x x x runs from the line x = y x=y x = y to x = 1 x=1 x = 1 . ⇒ ∫ 0 1 ∫ y 1 f d x d y \int_0^1\!\int_y^1 f\,dx\,dy ∫ 0 1 ∫ y 1 f d x d y .
The boundary y = x y=x y = x is shared; we just solved it for the other variable (x = y x=y x = y ). That single algebraic step is the order change.
Evaluate I = ∫ 0 1 ∫ x 1 e y 2 d y d x \displaystyle I=\int_0^1\!\int_x^1 e^{y^2}\,dy\,dx I = ∫ 0 1 ∫ x 1 e y 2 d y d x .
Worked example Step by step
Step 1 — Read limits. Outer: 0 ≤ x ≤ 1 0\le x\le 1 0 ≤ x ≤ 1 . Inner: x ≤ y ≤ 1 x\le y\le 1 x ≤ y ≤ 1 .
Why? These say: for each x x x , y y y goes from the line y = x y=x y = x up to y = 1 y=1 y = 1 .
Step 2 — Sketch. Region: above y = x y=x y = x , below y = 1 y=1 y = 1 , right of x = 0 x=0 x = 0 . It's the triangle with corners ( 0 , 0 ) , ( 0 , 1 ) , ( 1 , 1 ) (0,0),(0,1),(1,1) ( 0 , 0 ) , ( 0 , 1 ) , ( 1 , 1 ) .
Why this step? ∫ e y 2 d y \int e^{y^2}dy ∫ e y 2 d y has no elementary form, so we MUST swap.
Step 3 — New outer variable y y y . Overall y y y ranges 0 ≤ y ≤ 1 0\le y\le 1 0 ≤ y ≤ 1 .
Why? Lowest point has y = 0 y=0 y = 0 , highest has y = 1 y=1 y = 1 .
Step 4 — New inner x x x . Fix y y y . The horizontal strip enters at x = 0 x=0 x = 0 and exits at the line y = x y=x y = x , i.e. x = y x=y x = y . So 0 ≤ x ≤ y 0\le x\le y 0 ≤ x ≤ y .
Why? For fixed y y y , region lies between left wall x = 0 x=0 x = 0 and slanted boundary x = y x=y x = y .
Step 5 — Rewrite & evaluate.
I = ∫ 0 1 ∫ 0 y e y 2 d x d y = ∫ 0 1 e y 2 [ x ] 0 y d y = ∫ 0 1 y e y 2 d y . I=\int_0^1\!\int_0^y e^{y^2}\,dx\,dy=\int_0^1 e^{y^2}\,[x]_0^y\,dy=\int_0^1 y\,e^{y^2}\,dy. I = ∫ 0 1 ∫ 0 y e y 2 d x d y = ∫ 0 1 e y 2 [ x ] 0 y d y = ∫ 0 1 y e y 2 d y .
Let u = y 2 , d u = 2 y d y u=y^2,\ du=2y\,dy u = y 2 , d u = 2 y d y : I = 1 2 ∫ 0 1 e u d u = 1 2 ( e − 1 ) . I=\tfrac12\int_0^1 e^u\,du=\tfrac12(e-1). I = 2 1 ∫ 0 1 e u d u = 2 1 ( e − 1 ) .
So I = e − 1 2 I=\dfrac{e-1}{2} I = 2 e − 1 .
Evaluate J = ∫ 0 1 ∫ x 1 1 1 + y 4 d y d x \displaystyle J=\int_0^1\!\int_{\sqrt{x}}^{1} \frac{1}{1+y^4}\,dy\,dx J = ∫ 0 1 ∫ x 1 1 + y 4 1 d y d x ... actually let's reorder a cleaner one:
Reverse the order in K = ∫ 0 2 ∫ y 2 / 2 y sin ( x ) d x d y \displaystyle K=\int_0^2\!\int_{y^2/2}^{y}\!\sin\!\big(x\big)\,dx\,dy K = ∫ 0 2 ∫ y 2 /2 y sin ( x ) d x d y — wait, let's keep it concrete and tidy:
∫ 0 4 ∫ y 2 x e x 5 d x d y \displaystyle \int_0^4\!\int_{\sqrt{y}}^{2} x\,e^{x^5}\,dx\,dy ∫ 0 4 ∫ y 2 x e x 5 d x d y ...
Let's do a clean, fully-solvable one:
K = ∫ 0 1 ∫ y 1 cos ( x 3 ) ? K=\int_0^1\!\int_{\sqrt{y}}^{1} \cos\!\big(x^3\big)\,? K = ∫ 0 1 ∫ y 1 cos ( x 3 ) ?
Let me give a clean fully worked Example 2 instead:
Worked example Reorder and evaluate
K = ∫ 0 1 ∫ x 1 sin ( y 3 ? ) \displaystyle K=\int_0^1\!\int_{\sqrt{x}}^{1}\sin\!\left(\frac{y^3}{?}\right) K = ∫ 0 1 ∫ x 1 sin ( ? y 3 )
Use K = ∫ 0 1 ∫ x 1 sin y y d y d x K=\displaystyle\int_0^1\!\int_{x}^{1}\frac{\sin y}{y}\,dy\,dx K = ∫ 0 1 ∫ x 1 y sin y d y d x .
Step 1 — Read. 0 ≤ x ≤ 1 , x ≤ y ≤ 1 0\le x\le 1,\ x\le y\le 1 0 ≤ x ≤ 1 , x ≤ y ≤ 1 : same triangle as Example 1.
Why swap? ∫ sin y y d y \int \frac{\sin y}{y}\,dy ∫ y s i n y d y (the inner) has no elementary antiderivative.
Step 2–4 — Swap to y y y outer. 0 ≤ y ≤ 1 0\le y\le1 0 ≤ y ≤ 1 , and 0 ≤ x ≤ y 0\le x\le y 0 ≤ x ≤ y .
Why? Identical triangle ⇒ identical reordering as Example 1.
Step 5 — Evaluate.
K = ∫ 0 1 ∫ 0 y sin y y d x d y = ∫ 0 1 sin y y ⋅ y d y = ∫ 0 1 sin y d y = 1 − cos 1. K=\int_0^1\!\int_0^y \frac{\sin y}{y}\,dx\,dy=\int_0^1 \frac{\sin y}{y}\cdot y\,dy=\int_0^1\sin y\,dy=1-\cos 1. K = ∫ 0 1 ∫ 0 y y s i n y d x d y = ∫ 0 1 y s i n y ⋅ y d y = ∫ 0 1 sin y d y = 1 − cos 1.
The annoying 1 / y 1/y 1/ y cancels because the inner integral in x x x just multiplies by the strip length y y y . That cancellation is the whole reason to reorder.
Reverse ∫ 0 1 ∫ x 2 x f d y d x \displaystyle \int_0^1\!\int_{x^2}^{x}\, f\,dy\,dx ∫ 0 1 ∫ x 2 x f d y d x .
Step 1. 0 ≤ x ≤ 1 0\le x\le1 0 ≤ x ≤ 1 , x 2 ≤ y ≤ x x^2\le y\le x x 2 ≤ y ≤ x . Region between parabola y = x 2 y=x^2 y = x 2 (below) and line y = x y=x y = x (above), where x 2 ≤ x x^2\le x x 2 ≤ x i.e. 0 ≤ x ≤ 1 0\le x\le1 0 ≤ x ≤ 1 .
Step 2 (sketch). A lens between the line and parabola, corners ( 0 , 0 ) (0,0) ( 0 , 0 ) and ( 1 , 1 ) (1,1) ( 1 , 1 ) .
Step 3. New outer y y y : 0 ≤ y ≤ 1 0\le y\le1 0 ≤ y ≤ 1 .
Step 4. Fix y y y . Solve boundaries for x x x : line y = x ⇒ x = y y=x\Rightarrow x=y y = x ⇒ x = y (left edge); parabola y = x 2 ⇒ x = y y=x^2\Rightarrow x=\sqrt y y = x 2 ⇒ x = y (right edge). For 0 < y < 1 0<y<1 0 < y < 1 , y < y y<\sqrt y y < y , so strip runs y ≤ x ≤ y y\le x\le\sqrt y y ≤ x ≤ y .
Why this step? Inside the lens, for fixed height y y y , you enter at the line and exit at the parabola.
Step 5. ∫ 0 1 ∫ y y f d x d y . \displaystyle \int_0^1\!\int_{y}^{\sqrt y} f\,dx\,dy. ∫ 0 1 ∫ y y f d x d y .
Common mistake Steel-manning the classic blunders
Blunder A — leaving a variable in the outer limits. Writing ∫ 0 x ∫ 0 1 d y d x \int_0^x\!\int_0^1 dy\,dx ∫ 0 x ∫ 0 1 d y d x feels fine because "x x x appeared in the original." Why it feels right: you copied a curve into the outer slot. Fix: the outermost limits must be constants ; only the inner limits may depend on the outer variable. Always reduce the outer to numbers.
Blunder B — forgetting to re-solve the boundary for the new variable. Keeping y = x y=x y = x when x x x is now inner. Why it feels right: the equation is "the same curve." Fix: you must express the inner variable explicitly — solve y = x y=x y = x for x x x to get x = y x=y x = y ; solve y = x 2 y=x^2 y = x 2 for x x x to get x = y x=\sqrt y x = y (positive branch on this region!).
Blunder C — swallowing limits without sketching. Mechanically copying min/max of all four numbers. Why it feels right: it's fast. Fix: sketch — many regions need splitting in one orientation and not the other. The sketch tells you when one strip exits onto a different curve.
Blunder D — wrong branch of a square root. Using x = − y x=-\sqrt y x = − y . Fix: check which side of the region you're on; pick the branch that lies in R R R (test a point).
Recall Feynman: explain to a 12-year-old
Imagine a tiled patio shaped like a triangle. You want the total dust on all tiles. You can count column by column (go along the bottom, add up each tall stack of tiles) or row by row (go up the side, add up each long row). Either way you count every tile once, so the total dust is the same! Sometimes counting columns is a nightmare and rows are easy — so we just switch how we walk through the tiles. To switch, you draw the patio shape, then describe its left/right edges instead of its top/bottom edges (or vice versa).
Mnemonic Remember the limit rule
"Outer numbers, inner curves; flip the strip, re-solve the curve."
Vertical strip ↔ d y d x dy\,dx d y d x . Horizontal strip ↔ d x d y dx\,dy d x d y . To flip: turn the strip 90° and solve each boundary for the new inner variable .
When can you swap the order of a double integral? When
f f f is integrable (continuous suffices) over
R R R — Fubini's theorem guarantees both iterated integrals equal
∬ R f d A \iint_R f\,dA ∬ R f d A .
In a correctly written iterated integral, what kind of limits must the OUTER integral have? Constant (numeric) limits; only the inner limits may depend on the outer variable.
What does a vertical strip correspond to in terms of order? Integrating
y y y first then
x x x :
∫ a b ∫ g 1 ( x ) g 2 ( x ) d y d x \int_a^b\int_{g_1(x)}^{g_2(x)} dy\,dx ∫ a b ∫ g 1 ( x ) g 2 ( x ) d y d x (Type I region).
To change order, what algebraic operation do you do to each boundary curve? Solve the curve for the NEW inner variable (e.g.
y = x 2 → x = y y=x^2 \to x=\sqrt y y = x 2 → x = y , correct branch).
Why reverse ∫ 0 1 ∫ x 1 e y 2 d y d x \int_0^1\int_x^1 e^{y^2}\,dy\,dx ∫ 0 1 ∫ x 1 e y 2 d y d x ? e y 2 e^{y^2} e y 2 has no elementary antiderivative in
y y y ; swapping gives
∫ 0 1 y e y 2 d y \int_0^1 y e^{y^2}dy ∫ 0 1 y e y 2 d y , easy. Answer
= ( e − 1 ) / 2 =(e-1)/2 = ( e − 1 ) /2 .
Reorder ∫ 0 1 ∫ x 1 sin y y d y d x \int_0^1\int_x^1 \frac{\sin y}{y}dy\,dx ∫ 0 1 ∫ x 1 y s i n y d y d x and give the value. ∫ 0 1 ∫ 0 y sin y y d x d y = ∫ 0 1 sin y d y = 1 − cos 1 \int_0^1\int_0^y \frac{\sin y}{y}dx\,dy=\int_0^1\sin y\,dy=1-\cos 1 ∫ 0 1 ∫ 0 y y s i n y d x d y = ∫ 0 1 sin y d y = 1 − cos 1 .
For the triangle 0 ≤ x ≤ 1 , x ≤ y ≤ 1 0\le x\le1,\ x\le y\le1 0 ≤ x ≤ 1 , x ≤ y ≤ 1 , what are the swapped limits? 0 ≤ y ≤ 1 , 0 ≤ x ≤ y 0\le y\le1,\ 0\le x\le y 0 ≤ y ≤ 1 , 0 ≤ x ≤ y .
What is the FIRST thing you should do before changing order? Sketch the region
R R R from the original inequalities.
Reorder ∫ 0 1 ∫ x 2 x f d y d x \int_0^1\int_{x^2}^{x} f\,dy\,dx ∫ 0 1 ∫ x 2 x f d y d x . ∫ 0 1 ∫ y y f d x d y \int_0^1\int_{y}^{\sqrt y} f\,dx\,dy ∫ 0 1 ∫ y y f d x d y .
Why might one orientation need splitting into multiple integrals? If a strip in that direction enters/exits on different boundary curves over different sub-ranges of the outer variable.
Sum of tiles is commutative
Change order of integration
No elementary antiderivative
5-step recipe: sketch and re-describe R
Intuition Hinglish mein samjho
Dekho, double integral ∬ R f d A \iint_R f\,dA ∬ R f d A ka matlab hai region R R R ke upar total nikalna. Ab is total ko nikalne ke do tareeke hain: ya to vertical strips banao (pehle y y y integrate karo, phir x x x ), ya horizontal strips banao (pehle x x x , phir y y y ). Answer dono case me same aayega — kyunki tum same tiles ko hi count kar rahe ho, bas order alag hai. Yahi cheez Fubini's theorem guarantee karta hai.
To phir order change karne ki zaroorat kyun? Do reasons. Pehla: kabhi-kabhi inner integral solve hi nahi hota — jaise ∫ e y 2 d y \int e^{y^2}\,dy ∫ e y 2 d y ka koi simple formula nahi hai. Order ulta karne se woh ∫ y e y 2 d y \int y\,e^{y^2}\,dy ∫ y e y 2 d y ban jaata hai, jo u u u -substitution se ekdum easy. Dusra: kabhi region ek direction me tedha hota hai (multiple pieces me todna padta), aur dusri direction me ek clean strip me ban jaata hai.
Karne ka tareeka simple hai: pehle region ki sketch banao (yeh sabse important step hai, isko mat chhodo). Sketch se outer variable ka overall min-max nikaalo — yeh constants honge. Phir ek fixed value ke liye strip kahan enter karta hai aur kahan exit, woh curves inner limits banenge. Sabse bada galti yeh hoti hai ki log boundary curve ko same chhod dete hain — nahi! Tumhe curve ko new inner variable ke liye solve karna hota hai: y = x y=x y = x se x = y x=y x = y , aur y = x 2 y=x^2 y = x 2 se x = y x=\sqrt{y} x = y (sahi branch lena). Aur yaad rakho: outer limit hamesha number hoti hai, variable kabhi nahi. Bas itna dhyaan rakho aur sketch karo — exam me yeh topic free marks hai.