In the integral ∫02∫14(x2y)dydx, which variable is integrated first, and which is treated as a constant during that first step?
Recall Solution 1.1
The inner differential is dy, so we integrate over yfirst. During that inner step, x is frozen — treated exactly like a fixed number (say 7).
Concretely the inner step is
∫14x2ydy=x2[2y2]14=x2⋅216−1=215x2,
where x2 slid out because it is constant with respect to y. Answer: y first; x constant.
Is f(x,y)=x3e2yseparable (of the form g(x)h(y))? If so, name g and h.
Recall Solution 1.2
Yes. It is a product of a function of x alone and a function of y alone:
g(x)=x3,h(y)=e2y.
Because it separates, over a rectangle we may split the double integral into a product of two 1-D integrals (parent shortcut). Contrast with x3e2xy: the exponent mixes x and y, so it is not separable.
FREEZE x, FILL over y (inner):
∫02(3x2+2y)dy=[3x2y+y2]02=6x2+4.
Here 3x2 is constant in y, giving 3x2y; the antiderivative of 2y is y2.
FILE into the outer x-integral:∫01(6x2+4)dx=[2x3+4x]01=2+4=6.Answer: 6.
Compute ∬RxeydA, R=[1,3]×[0,1], using the separable shortcut, then confirm it equals the iterated integral.
Recall Solution 2.2
f=x⋅ey is separable, so
(∫13xdx)(∫01eydy)=[2x2]13⋅[ey]01=29−1⋅(e−1)=4(e−1).Confirm by iterating (inner over y, x frozen):
∫13x(∫01eydy)dx=∫13x(e−1)dx=(e−1)⋅29−1=4(e−1).✓Answer: 4(e−1)≈6.873.
Compute ∬RyexydA, R=[0,1]×[0,1]. Choose the order that avoids integration by parts.
Recall Solution 3.1
Notice ∂x∂exy=yexy — exactly the integrand. So integrating over x first (with y frozen) is trivial:
∫01yexydx=[exy]x=0x=1=ey−1.FILE into the y-integral:∫01(ey−1)dy=[ey−y]01=(e−1)−(1−0)=e−2.
Had we integrated over y first, ∫yexydy needs integration by parts — same answer, more labour.
Answer: e−2≈0.718.
Compute ∬Rxcos(xy)dA, R=[0,π/2]×[0,1] (here x∈[0,π/2], y∈[0,1]). Pick the clean order.
Recall Solution 3.2
Because ∂y∂sin(xy)=xcos(xy), integrating over y first (freeze x) undoes the derivative directly:
∫01xcos(xy)dy=[sin(xy)]y=0y=1=sinx−0=sinx.FILE:∫0π/2sinxdx=[−cosx]0π/2=0−(−1)=1.Answer: 1. (Integrating over x first would force parts.)
Find the volume of the solid under z=4−x2−y2 over R=[−1,1]×[−1,1]. (See the figure.)
Recall Solution 4.1
Volume =∬R(4−x2−y2)dA. Split the sum:
∬R4dA−∬Rx2dA−∬Ry2dA.First piece:4⋅area(R)=4⋅(2⋅2)=16.Second piece (separable, x2⋅1): (∫−11x2dx)(∫−111dy)=32⋅2=34.Third piece is identical by symmetry: 34.V=16−34−34=16−38=340.
The surface stays above the xy-plane on R (minimum value at corners: 4−1−1=2>0), so this is a true positive volume — no cancellation.
Answer: 340≈13.33.
Compute ∫01∫01(x2+y2)2x2−y2dydx and ∫01∫01(x2+y2)2x2−y2dxdy. Do the two orders agree? Explain what this shows about Fubini.
Recall Solution 5.1
Key antiderivative fact:∂y∂(x2+y2−y)=(x2+y2)2−(x2+y2)+y⋅2y=(x2+y2)2y2−x2=−(x2+y2)2x2−y2.
So ∂y∂(x2+y2y)=(x2+y2)2x2−y2, exactly our integrand.
Order dy first (freeze x>0):
∫01(x2+y2)2x2−y2dy=[x2+y2y]01=x2+11.
Then ∫01x2+11dx=[arctanx]01=4π.
Order dx first: the integrand is antisymmetric under swapping x↔y (it flips sign). By the same antiderivative in x,
∫01(x2+y2)2x2−y2dx=[x2+y2−x]01=1+y2−1,
then ∫011+y2−1dy=−4π.
The two orders give +4π and −4π — they DISAGREE.
Why Fubini does not save us here: the integrand blows up near the corner (0,0); in fact ∬R(x2+y2)2x2−y2dA=∞. Fubini requires fintegrable (continuous on the closed rectangle, or ∬∣f∣<∞). This f is unbounded and not absolutely integrable, so equality of orders is not guaranteed — and indeed fails. This is the textbook example that the parent's third mistake callout warned about.
Answer: +4π (order dydx), −4π (order dxdy); Fubini fails because f is not integrable near (0,0).