Here we only set up the limits or read them off a picture. No hard algebra yet.
Recall Solution
The outer variable is x (its limits 0 and 2 are pure numbers). The inner variable y runs between two functions of x: bottom curve g1(x)=x2, top curve g2(x)=2x. Because y is squeezed between curves of x, this is a Type I region — we sweep vertical strips.
Look at the figure: at a fixed x (say x=1), the strip starts on the parabola y=x2=1 and ends on the line y=2x=2. Every vertical strip has its feet on y=x2 and its head on y=2x.
(Sanity check that 2x≥x2 on [0,2]: at x=1, 2≥1 ✓; they meet at x=0 and x=2.)
Recall Solution
The three vertices give three edges. The slanted edge joins (4,0) and (0,2); its line is 4x+2y=1, i.e. y=2−2x.
For vertical strips: x ranges over the shadow of the triangle on the x-axis, from 0 to 4 (numbers ✓). For fixed x, the strip's foot is on the x-axis y=0 and its head is on the slant y=2−2x.
∫04∫02−x/2xydydx.
We stop here — L1 asks only for the setup.
The slanted edge joins (0,0) and (1,2): line y=2x. The right edge is x=1; the bottom is y=0.
Draw the vertical strip (figure below): for fixed x∈[0,1], y climbs from the x-axis y=0 to the slant y=2x.
∫01∫02x(x+y)dydx.Inner (treat x as constant): ∫02x(x+y)dy=[xy+2y2]02x=x(2x)+2(2x)2=2x2+2x2=4x2.Outer:∫014x2dx=34.
So the integral equals 34.
Recall Solution
Now sweep horizontal strips. The y-shadow of the triangle is 0≤y≤2 (numbers ✓). For a fixed height y, the strip's left boundary is the slant y=2x⇒x=2y, and its right boundary is x=1.
∫02∫y/21(x+y)dxdy.Inner:∫y/21(x+y)dx=[2x2+yx]y/21=(21+y)−(8y2+2y2)=21+y−85y2.Outer:∫02(21+y−85y2)dy=[2y+2y2−245y3]02=1+2−2440=3−35=34.
✅ Same value 34 — the value is order-independent; only the algebra differs.
Recall Solution
The curves meet where x=x⇒x=x2⇒x=0,1. Test x=41: x=21>41=x, so x is on top.
∫01∫xx2ydydx.Inner:∫xx2ydy=[y2]xx=x−x2.Outer:∫01(x−x2)dx=21−31=61.
Result 61.
Here you must choose the smart order, or split the region.
Recall Solution
∫sin(y3)dy has no elementary antiderivative, so the given (dy-first) order is a dead end. We must switch order.
Read the region. Given: 0≤x≤1 and x≤y≤1. Since y≥x means x≤y2, and x≥0, for a fixed y the variable x runs from 0 to y2. The y-shadow is 0≤y≤1.
Rewrite as Type II:
∫01∫0y2sin(y3)dxdy.Inner (sin(y3) is constant in x): ∫0y2sin(y3)dx=y2sin(y3).Outer: let u=y3,du=3y2dy: ∫01y2sin(y3)dy=31∫01sinudu=31(1−cos1).
Result 31−cos1≈0.1533.
Why it worked: switching turned the impossible inner integral into a trivial one, and the leftover y2 is exactly the derivative factor a u=y3 substitution needs.
Recall Solution
Meet where y2=y+2⇒y2−y−2=0⇒(y−2)(y+1)=0⇒y=−1,2.
As a Type II region (horizontal strips), for each y∈[−1,2]: which curve is left, which is right? Test y=0: x=y2=0 (parabola), x=y+2=2 (line). Parabola is left, line is right.
Area=∫−12∫y2y+21dxdy=∫−12((y+2)−y2)dy.=[2y2+2y−3y3]−12=(2+4−38)−(21−2+31)=310−(−67)=620+67=627=29.
Area =29.
Why Type II? As Type I you'd have to split at x=1 (below x=1 both walls are the parabola; above, the top wall becomes the line) — two integrals. Type II sweeps the whole thing in one shot. This is the same area idea as Area between two curves.
Curves meet at x=0,1; on (0,1), x2<x so y=x is top. Type I:
m=∫01∫x2xxdydx=∫01x(x−x2)dx=∫01(x2−x3)dx=31−41=121.
Mass =121. (This is the setup used in Centre of mass and moments.)
Recall Solution
My=∫01∫x2xx2dydx=∫01x2(x−x2)dx=∫01(x3−x4)dx=41−51=201.
With m=121 from L4·1:
xˉ=mMy=1/121/20=2012=53.
So My=201 and xˉ=53.
Everything at once: choose the order, handle a genuinely two-piece region, verify.
Recall Solution
∫xexdx is non-elementary — the dx-first order fails. Switch.
Region:0≤y≤2 and 2y≤x≤1. From x≥2y we get y≤2x; with x≤1 the x-shadow is 0≤x≤1, and for fixed x, y runs 0 to 2x.
∫01∫02xxexdydx.Inner (xex constant in y): ∫02xxexdy=xex⋅2x=2ex.Outer:∫012exdx=2(e−1).
Result 2(e−1)≈3.4366.Why it worked: the strip length 2x cancelled the offending x1, leaving a textbook exponential.
Recall Solution
Inner:∫04−x2xdy=x4−x2.Outer: substitute u=4−x2,du=−2xdx. When x=1,u=3; when x=2,u=0.
I=∫12x4−x2dx=−21∫30udu=21∫03udu=21⋅32u3/203=31⋅33/2=3.
So I=3≈1.732.(For the full quarter-disc x from 0 to 2 the same method gives ∫02x4−x2dx=31⋅8=38. In polar this integral is often cleaner — see Polar coordinates double integrals.)
Recall Solution
The region is the triangle x≥0,y≥0,x+y≤1, symmetric in x↔y.
First order: inner ∫01−x(x+y)dy=[xy+2y2]01−x=x(1−x)+2(1−x)2=21−x2.
Then ∫0121−x2dx=21(1−31)=31.Second order is identical by the x↔y symmetry of both the region and integrand, giving 31 again.
Common value =31. This is Fubini's Theorem in action.
Recall One-line self-test (fold to check)
Which order kills a non-elementary inner integrand — and why? ::: Switch so the messy factor (e.g. ey2,sin(y3),ex/x) becomes a constant during the inner integration, and the strip length supplies the derivative factor the outer integral needs.