All chapters Unit 2 · Integral & Vector Calculus

Double integrals: setting up, changing order, polar

Chapter 10 of 15
The hook

The integral school can't touch

Here is an integral over a triangle. The function is harmless; the region is harmless. And done one way it is impossible:

I=01x1ey2dydx.I = \int_0^1 \int_x^1 e^{y^2}\,dy\,dx.
y = 1 y = x vertical strips · dy dx ∫ e^(y²) dy — no antiderivative y = 1 horizontal strips · dx dy ∫₀ʸ e^(y²) dx = y·e^(y²) ⇒ (e−1)/2
One region, one function. Vertical strips (left) ask you to integrate ey2e^{y^2} in yy first — and no elementary antiderivative exists. Horizontal strips (right) integrate in xx first, which is trivial, and the rest falls out.

Slice it the other way. Holding yy fixed and integrating across in xx first, the inner integral is just ey2e^{y^2} times the width of the strip:

010yey2dxdy=01yey2dy=e120.8591.\int_0^1 \int_0^y e^{y^2}\,dx\,dy = \int_0^1 y\,e^{y^2}\,dy = \frac{e-1}{2} \approx 0.8591.

Same region, same function. The only thing that changed is the direction you slice. That is the entire engine of this chapter.

Why this matters

In this unit the marks live in the first two lines of the answer — the sketch and the limits — not in the integration that follows. Set the region up correctly and the calculus is ordinary single-variable work you already own. Set it up wrong and no amount of cleverness downstream can save you. Double integrals are also the gateway to everything left in the course: triple integrals, line and surface integrals, and the three great theorems all rest on this one skill.

Intuition before formulas

A camera already does this twelve times a second

A grayscale photo is a function f(x,y)f(x, y) — a brightness value at each point of the frame. The total light the sensor collects is a single number, RfdA\iint_R f\,dA. And the sensor reaches that number the only way anything can: it samples ff on a grid of pixels and adds up millions of tiny pillars — one standing over each pixel, its height the brightness ff there. Keep the three roles apart: the photo is the function, the total light is the one number, the pixels are how the sum gets computed. Every photo on her phone is a double integral, evaluated millions of tiny pillars at a time.

The double integral as a pillar sum
RfdA=limΔA0kf(xk,yk)ΔA.\iint_R f\,dA = \lim_{\Delta A \to 0} \sum_k f(x_k, y_k)\,\Delta A.

Each term is a pillar: base ΔA\Delta A, height f(xk,yk)f(x_k,y_k), so volume fΔAf \cdot \Delta A. Add the pillars and shrink the bases to zero. When f0f \ge 0 the sum is exactly the volume under the surface z=f(x,y)z = f(x,y) sitting above the region RR; and taking f=1f = 1 makes every pillar one unit tall, so R1dA\iint_R 1\,dA is just the area of RR.

Warm-up · a rectangle, both orders, the same number

Integrate f=4xyf = 4 - x - y over the rectangle [0,2]×[0,1][0,2]\times[0,1]. Over a rectangle the limits are four plain constants, so nothing can go wrong yet — slice it either way:

02 ⁣01(4xy)dydx=02(4x12)dx=72=5,\int_0^2\!\int_0^1 (4 - x - y)\,dy\,dx = \int_0^2 \Big(4 - x - \tfrac12\Big)\,dx = 7 - 2 = 5, 01 ⁣02(4xy)dxdy=01(822y)dy=61=5.\int_0^1\!\int_0^2 (4 - x - y)\,dx\,dy = \int_0^1 \big(8 - 2 - 2y\big)\,dy = 6 - 1 = 5.

Both give 5\mathbf{5}. That both orders agree is no accident — it has a name, Fubini's theorem, and the next beat leans on it hard.

The honest truth about "seeing" it

Nobody — not your lecturer, not the people who invented this subject — visualizes a 3D solid directly. Everyone reduces it to a flat shadow and a sweep of slices. This is not a talent you lack; it is a thing no one does. The procedure below is the whole skill.

The slicing ritual — five moves, every single time

sketch → shadow → slice → limits → integrate. Draw the region. Find its shadow — the interval the outer variable sweeps across (in 2D the shadow is just that interval; name it now, because in the triple-integral chapter the shadow becomes a flat region and the word carries over). Choose a slice direction. Read the limits off the sketch. Only then integrate. Skip the sketch and you are reading limits off the algebra — the single most expensive mistake in this unit.

Formal statement

Reading limits off the sketch

Two ways to slice a region RR. Vertical slices fix xx and run yy up the strip; horizontal slices fix yy and run xx across it:

The two iterated forms
RfdA=ab ⁣g1(x)g2(x)fdydxorcd ⁣h1(y)h2(y)fdxdy.\iint_R f\,dA = \int_a^b \!\int_{g_1(x)}^{g_2(x)} f\,dy\,dx \qquad\text{or}\qquad \int_c^d \!\int_{h_1(y)}^{h_2(y)} f\,dx\,dy.

(You may meet these called Type I and Type II regions elsewhere; we will say vertical and horizontal.) One rule governs every setup, and it is worth saying once, cleanly:

The one rule for limits

The outer limits are constants. The inner limits may depend only on the outer variable. If an outer limit still contains a variable, or an inner limit mentions the inner variable itself, the setup is broken — re-read it off the sketch.

Worked example · WE-2 · the ritual, walked in full

Compute RxydA\iint_R xy\,dA, where RR is the sliver between y=x2y = x^2 and y=xy = x. Sketch first: the two curves meet at x=0x = 0 and x=1x = 1, and on that interval xx2x \ge x^2, so y=xy = x is the roof and y=x2y = x^2 the floor.

Vertical slices. Fix xx in [0,1][0,1]; yy runs from the floor x2x^2 to the roof xx:

01 ⁣x2xxydydx=01xx2x42dx=12(1416)=124.\int_0^1\!\int_{x^2}^{x} xy\,dy\,dx = \int_0^1 x\cdot\frac{x^2 - x^4}{2}\,dx = \frac12\Big(\tfrac14 - \tfrac16\Big) = \frac{1}{24}.

Horizontal slices. Re-describe the same region: fix yy in [0,1][0,1]; xx runs from the line x=yx = y to the curve x=yx = \sqrt{y} (because y=x2y = x^2 means x=yx = \sqrt{y}):

01 ⁣yyxydxdy=01yyy22dy=12(1314)=124.\int_0^1\!\int_{y}^{\sqrt{y}} xy\,dx\,dy = \int_0^1 y\cdot\frac{y - y^2}{2}\,dy = \frac12\Big(\tfrac13 - \tfrac14\Big) = \frac{1}{24}.

Moral (Fubini, stated correctly). When ff is continuous on RR, both orders always give the same number — full stop. The hook's vertical-slice integral equals e12\tfrac{e-1}{2} too; it is not wrong, it simply cannot be finished by hand because ey2e^{y^2} has no elementary antiderivative. Slice direction never changes the answer — only whether you can reach it.

Changing the order is a re-sketch, never a relabel

To swap dydxdy\,dx for dxdydx\,dy: re-sketch the region, then re-describe it with the slices turned ninety degrees. Never just swap the differentials and keep the old numbers — that describes a different region. The swap is the move that rescues the impossible-looking integral.

Worked example · WE-3 · a swap that makes it doable

Evaluate 01 ⁣x1sin(y2)dydx\displaystyle\int_0^1\!\int_x^1 \sin(y^2)\,dy\,dx. The inner integral sin(y2)dy\int \sin(y^2)\,dy has no elementary form — so swap. The region is 0xy10 \le x \le y \le 1; re-described with horizontal slices, yy runs 010 \to 1 and xx runs 0y0 \to y:

01 ⁣0ysin(y2)dxdy=01ysin(y2)dy=1cos120.2298.\int_0^1\!\int_0^y \sin(y^2)\,dx\,dy = \int_0^1 y\,\sin(y^2)\,dy = \frac{1 - \cos 1}{2} \approx 0.2298.

The xx-integral handed us the factor yy that makes the substitution u=y2u = y^2 work. Reaching for the swap the moment the inner integral looks impossible is the reflex this chapter is built to install.

End of sitting 1 — you can now sketch a region, read off the limits in either direction, and rescue an integral by changing the order. After the break: the polar recipe for round regions, a short mass-and-centroid detour, and the Slice Lab to drill all of it.

Formal statement · polar

Round regions: the polar recipe

When the region is a disk, a wedge, or a ring, Cartesian limits drag in ugly square roots. Switch to polar — x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, x2+y2=r2x^2 + y^2 = r^2 — and the limits become constants. There is one thing you must never drop:

The polar area element
dA=rdrdθ.dA = r\,dr\,d\theta.
Δr r·Δθ θ
Zoom in on a tiny polar cell. Its radial side is Δr\Delta r; its arc side is an arc of radius rr subtending Δθ\Delta\theta, so its length is rΔθr\,\Delta\theta. Area ΔrrΔθ\approx \Delta r \cdot r\,\Delta\theta — and that stray rr is the whole reason dA=rdrdθdA = r\,dr\,d\theta.
Worked example · WE-4 · a quarter disk in polar

Compute R(x2+y2)dA\iint_R (x^2 + y^2)\,dA over the quarter disk r2r \le 2 in the first quadrant. In polar the integrand is x2+y2=r2x^2 + y^2 = r^2, the wedge is 0θπ20 \le \theta \le \tfrac{\pi}{2}, 0r20 \le r \le 2, and dA=rdrdθdA = r\,dr\,d\theta:

0π/2 ⁣02r2rdrdθ=0π/2 ⁣02r3drdθ=π24=2π.\int_0^{\pi/2}\!\int_0^{2} r^2\cdot r\,dr\,d\theta = \int_0^{\pi/2}\!\int_0^{2} r^3\,dr\,d\theta = \frac{\pi}{2}\cdot 4 = 2\pi.

The same integral in Cartesian form would carry 4x2\sqrt{4 - x^2} through every line. The rr in dAdA is doing real work — leave it out and the answer is simply wrong.

A short detour: mass and centroid

Give the region a density ρ(x,y)\rho(x,y) and the same machinery weighs it. The mass is the integral of the density; the centroid (the balance point) is the density-weighted average position:

Mass and centroid
m=RρdA,xˉ=1mRxρdA,yˉ=1mRyρdA.m = \iint_R \rho\,dA, \qquad \bar{x} = \frac{1}{m}\iint_R x\,\rho\,dA, \qquad \bar{y} = \frac{1}{m}\iint_R y\,\rho\,dA.

One worked example fixes the pattern. Take the unit-density triangle with vertices (0,0)(0,0), (1,0)(1,0), (0,1)(0,1), so ρ=1\rho = 1 and the region is 0x10 \le x \le 1, 0y1x0 \le y \le 1 - x:

m=01 ⁣01x1dydx=12,xˉ=1m01 ⁣01xxdydx=13,yˉ=13.m = \int_0^1\!\int_0^{1-x} 1\,dy\,dx = \frac12, \qquad \bar{x} = \frac{1}{m}\int_0^1\!\int_0^{1-x} x\,dy\,dx = \frac13, \qquad \bar{y} = \frac13.

The centroid (13,13)\left(\tfrac13, \tfrac13\right) sits one-third of the way in from each leg, as the symmetry of the triangle demands.

Scope — read the hedge

Mass and centroid appear on some Indian engineering papers; unless your class notes emphasize them, you need only the three formulas above and this one worked example. Do not over-invest here — the slicing and the order-change are where the marks concentrate.

Interactive playground

The Slice Lab

Three drills, one rule: commit your limits before anything renders. Build them, check them, and only then does the region light up and the slices sweep. Committing — even to a wrong setup — is what builds the skill; recognising the right limits once you see them is not the same thing.

The Slice Lab
Region:
Slice direction:
Region:

Your flipped order needs:
Region:
Area element dA =

A slot lights green when it matches the sketch, amber when it does not — and the verdict tells you why. The region only draws after you check.

What to notice
  • The outer limits are always constants. Every correct setup in Mode 1 has two numbers on the outside; a variable there is the checklist's first red flag.
  • Flipping is re-describing, not relabelling. In Mode 2 the square roots appear and disappear as the slices turn — because you are reading a genuinely different picture, not swapping symbols.
  • R4 forces a split. One region, but in the vertical direction the roof changes formula at x=1x = 1, so it needs two sets of limits. No single pair can describe it.
  • The rr is not optional. In Mode 3, dropping the rr from dAdA is flagged immediately — and an offset circle swept through a full turn double-counts itself.
Retrieval gauntlet

Test yourself before moving on

Commit to an answer before reading the feedback. Sketch each region first — these are setup questions, and the sketch is the answer key.

Quiz 1 · read the limits off the sketch

RR is bounded by y=x2y = x^2 and y=4y = 4. Which vertical-slice setup is correct?

Quiz 2 · reverse the order

Reverse the order of 01 ⁣x1fdydx\displaystyle\int_0^1\!\int_x^1 f\,dy\,dx.

Quiz 3 · polar, and the r that must not vanish

R(x2+y2)dA\displaystyle\iint_R (x^2 + y^2)\,dA over the upper half disk x2+y29x^2 + y^2 \le 9, y0y \ge 0, equals:

Predict the next step. You have sketched the upper half-disk of radius 3 and written (x2+y2)dA\iint (x^2+y^2)\,dA. What does the integrand become in polar, and what extra factor rides in with dAdA?

Sketch. Half-disk, radius 3, sitting on the xx-axis: θ\theta runs 0π0 \to \pi, rr runs 030 \to 3.

Convert. x2+y2=r2x^2 + y^2 = r^2, and dA=rdrdθdA = r\,dr\,d\theta, so the integrand is r2r=r3r^2 \cdot r = r^3:

0π ⁣03r3drdθ=0π344dθ=814π=81π4.\int_0^{\pi}\!\int_0^{3} r^3\,dr\,d\theta = \int_0^{\pi}\frac{3^4}{4}\,d\theta = \frac{81}{4}\cdot\pi = \frac{81\pi}{4}.

The single most common slip here is writing 0π ⁣03r2drdθ\int_0^\pi\!\int_0^3 r^2\,dr\,d\theta and getting 9π9\pi — the dropped rr.

Quiz 4 · which one is built for polar?

Which is best evaluated in polar?  (i) xydA\iint xy\,dA over the triangle (0,0),(1,0),(1,1)(0,0),(1,0),(1,1);  (ii) x2+y2dA\iint \sqrt{x^2+y^2}\,dA over the disk x2+y24x^2+y^2 \le 4;  (iii) (x+y)dA\iint (x+y)\,dA over [0,1]×[0,2][0,1]\times[0,2].

Quiz 5 · the swap is the whole point

Evaluate 01 ⁣y1cos(x2)dxdy\displaystyle\int_0^1\!\int_y^1 \cos(x^2)\,dx\,dy.

Predict the next step. You have sketched the region of 01 ⁣y1cos(x2)dxdy\int_0^1\!\int_y^1 \cos(x^2)\,dx\,dy and seen the inner integral is impossible. What is the very next move — and what does the region become?

Sketch. The region is 0yx10 \le y \le x \le 1 — the triangle below y=xy = x. Swapping to vertical slices, xx runs 010 \to 1 and yy runs 0x0 \to x.

Swap, then substitute. The inner xx-integral hands you a factor xx:

01 ⁣0xcos(x2)dydx=01xcos(x2)dx=sin(x2)201=sin120.4207,\int_0^1\!\int_0^{x}\cos(x^2)\,dy\,dx = \int_0^1 x\cos(x^2)\,dx = \frac{\sin(x^2)}{2}\Big|_0^1 = \frac{\sin 1}{2} \approx 0.4207,

with u=x2u = x^2, du=2xdxdu = 2x\,dx. The swap is the whole solution.

Exam translator

How this appears on exams — and six to practise

Exam shapes

In standard Indian engineering-math exams, and likely in MCC201A unless your class notes differ, double integrals wear four recognisable costumes — each one you have now seen worked:

  • "Evaluate RfdA\iint_R f\,dA over \langleregion\rangle" → sketch, slice, read limits (WE-2). Most of the marks are the setup.
  • "Change the order of integration and evaluate" → re-sketch, never relabel (WE-3). The swap is usually there because the printed order is impossible.
  • "Evaluate using polar coordinates" → circular region or radial integrand; dA=rdrdθdA = r\,dr\,d\theta (WE-4). The dropped rr is the classic lost mark.
  • "Find the area / volume / mass / centroid"R1dA\iint_R 1\,dA for area, RfdA\iint_R f\,dA for volume, the density formulas for the rest.

Six cold problems

Worked solutions are complete; nothing points off this page. The order below is interleaved on purpose — do them as listed, do not block by method. Two of them, PR2 and PR6, open with a faded bridge: part of the work is done for you, the key step left for you to predict. Every solution opens with the sketch.

PR1 · between two parabolas

Shape · find the intersections, then vertical slices

PR1. Evaluate R(x+2y)dA\iint_R (x + 2y)\,dA, where RR is between y=2x2y = 2x^2 and y=1+x2y = 1 + x^2.

Sketch. Set 2x2=1+x2x2=1x=±12x^2 = 1 + x^2\Rightarrow x^2 = 1\Rightarrow x = \pm1. On [1,1][-1,1], 1+x22x21 + x^2 \ge 2x^2, so y=1+x2y = 1 + x^2 is the roof.

11 ⁣2x21+x2(x+2y)dydx=3215.\int_{-1}^{1}\!\int_{2x^2}^{1+x^2}(x + 2y)\,dy\,dx = \frac{32}{15}.

The inner integral in yy is elementary; the outer is a polynomial in xx. The only real decision was reading roof and floor off the sketch.

PR3 · a polar annulus

Shape · ring ⇒ polar; watch the integrand's own r

PR3. Evaluate R1x2+y2dA\iint_R \dfrac{1}{x^2+y^2}\,dA over the annulus 1r21 \le r \le 2.

Sketch. A full ring: θ\theta runs 02π0 \to 2\pi, rr runs 121 \to 2. The integrand 1x2+y2=1r2\dfrac{1}{x^2+y^2} = \dfrac{1}{r^2}, and dA=rdrdθdA = r\,dr\,d\theta:

02π ⁣121r2rdrdθ=02π ⁣121rdrdθ=2πln2.\int_0^{2\pi}\!\int_1^{2}\frac{1}{r^2}\cdot r\,dr\,d\theta = \int_0^{2\pi}\!\int_1^{2}\frac{1}{r}\,dr\,d\theta = 2\pi\,\ln 2.

The rr from dAdA cancelled one power downstairs and turned the integrand into 1/r1/r — which is exactly why the answer carries a logarithm.

PR2 · faded bridge · a forced swap

Shape · the inner integral is impossible ⇒ change the order

PR2. Evaluate 04 ⁣x21y3+1dydx\displaystyle\int_0^4\!\int_{\sqrt{x}}^{2}\frac{1}{y^3+1}\,dy\,dx.

Bridge: 1y3+1dy\int \frac{1}{y^3+1}\,dy is a mess, so swap. The region is 0xy240 \le x \le y^2 \le 4. Before revealing, predict the next step: in the flipped order, what are the new limits on xx and on yy?

Re-describe. The curve y=xy = \sqrt{x} is x=y2x = y^2; the region xy2\sqrt{x} \le y \le 2, 0x40 \le x \le 4 becomes 0xy20 \le x \le y^2, 0y20 \le y \le 2:

02 ⁣0y21y3+1dxdy=02y2y3+1dy.\int_0^{2}\!\int_0^{y^2}\frac{1}{y^3+1}\,dx\,dy = \int_0^{2}\frac{y^2}{y^3+1}\,dy.

Then substitute u=y3+1u = y^3 + 1, du=3y2dydu = 3y^2\,dy:

02y2y3+1dy=13[ln(y3+1)]02=13ln9=23ln30.7324.\int_0^{2}\frac{y^2}{y^3+1}\,dy = \frac13\big[\ln(y^3+1)\big]_0^2 = \frac13\ln 9 = \frac{2}{3}\ln 3 \approx 0.7324.

The xx-integral handed you the y2y^2 that the substitution needed — the swap did all the work.

PR4 · decision-only · name the move

Shape · no integration — just choose the right tool and say why

PR4. For each, name the move and why — do not integrate. (a) ln(x2+y2)dA\iint \ln(x^2+y^2)\,dA over 1r31 \le r \le 3; (b) 01 ⁣x1y3+1dydx\int_0^1\!\int_{\sqrt{x}}^{1}\sqrt{y^3+1}\,dy\,dx; (c) x2ydA\iint x^2 y\,dA over [1,3]×[0,2][1,3]\times[0,2].

(a) Polar. An annulus plus a radial integrand (ln(x2+y2)=lnr2\ln(x^2+y^2) = \ln r^2) — both signals point polar.

(b) Swap. y3+1dy\int \sqrt{y^3+1}\,dy has no elementary antiderivative; reversing the order integrates in xx first and produces the y2y^2-type factor that rescues it.

(c) Nothing clever. A rectangle with a separable polynomial integrand — either order, four constant limits. Reaching for polar or a swap here would only make it worse. (That is the trap (c) trains against: not every integral wants a tool.)

PR5 · a volume

Shape · volume under a surface = ∬ f dA over the shadow

PR5. Find the volume under z=4xyz = 4 - x - y over the triangle (0,0),(1,0),(0,1)(0,0),(1,0),(0,1).

Sketch. The triangle is 0x10 \le x \le 1, 0y1x0 \le y \le 1 - x, and on it z=4xy>0z = 4 - x - y > 0, so the volume is the double integral of the height:

01 ⁣01x(4xy)dydx=53.\int_0^1\!\int_0^{1-x}(4 - x - y)\,dy\,dx = \frac{5}{3}.

"Volume under a surface" is just RfdA\iint_R f\,dA with ff the height — the same setup, read as a solid.

PR6 · faded bridge · the split

Shape · one direction is one piece; the other needs a split

PR6. RR is bounded by x=y2x = y^2 and x=2yx = 2 - y, for 0y10 \le y \le 1 (the curves meet at y=1y = 1, the point (1,1)(1,1)). Evaluate RydA\iint_R y\,dA with horizontal slices, then set up but do not evaluate the vertical-slice version.

Bridge: horizontally it is one clean piece. Before revealing, predict the next step: sweeping in the vertical direction, where does the roof of the region change formula — and what does that force you to do?

Horizontal slices (one piece). For yy in [0,1][0,1], xx runs from the parabola x=y2x = y^2 to the line x=2yx = 2 - y:

01 ⁣y22yydxdy=01y(2yy2)dy=512.\int_0^1\!\int_{y^2}^{2-y} y\,dx\,dy = \int_0^1 y\,(2 - y - y^2)\,dy = \frac{5}{12}.

Vertical slices (set up only). Sweeping in xx, the roof changes formula at x=1x = 1: to the left the cap is the parabola y=xy = \sqrt{x}; to the right it is the line y=2xy = 2 - x. So the region must be split at x=1x = 1:

01 ⁣0xydydx  +  12 ⁣02xydydx(=512 either way).\int_0^1\!\int_0^{\sqrt{x}} y\,dy\,dx \;+\; \int_1^2\!\int_0^{2-x} y\,dy\,dx \quad\big(= \tfrac{5}{12}\ \text{either way}\big).

Same region, same answer — but the vertical direction needs two integrals where the horizontal needed one. Spotting where the roof formula changes is the whole skill the split is testing.

Three things to carry out of this chapter

  1. The marks are in the setup. Sketch, find the shadow, slice, read the limits off the picture — then integrate. Outer limits constant; inner limits depend only on the outer variable.
  2. Changing order is a re-sketch, never a relabel — and both orders always give the same number (Fubini). The swap is the move that rescues an impossible inner integral.
  3. Round region or radial integrand ⇒ polar, with dA=rdrdθdA = r\,dr\,d\theta. The rr is never optional.
Pre-flight checklist — run it before you integrate
1. Sketch drawn? Limits read off the sketch, not the statement?\textbf{1.}\ \text{Sketch drawn? Limits read off the sketch, not the statement?} 2. Outer limits constant? Inner limits depend only on the outer variable?\textbf{2.}\ \text{Outer limits constant? Inner limits depend only on the outer variable?} 3. Polar: is the r in dA=rdrdθ present?\textbf{3.}\ \text{Polar: is the } r \text{ in } dA = r\,dr\,d\theta \text{ present?}
Before you move on

The camera finished summing its millions of tiny pillars before she lowered the phone — and now she can set one up by hand. Re-do two of PR1–PR6 from a blank page tomorrow: not re-read, re-do. Setting up the region is muscle memory, and muscle memory is built by reaching for the pencil, not by recognising a finished solution.

What's next. There is a famous integral even sideways slicing cannot save — ex2dx\int_{-\infty}^{\infty} e^{-x^2}\,dx. Chapter 11 squares it, switches to polar, and the impossible becomes a one-liner. The tool that makes the switch rigorous — the Jacobian — is Chapter 11's headline.

Same material, another voice

If a different explanation would help, this one is worth your time — free, from MIT OpenCourseWare: