Lecture Atlas

//week-11

EGD105

//concept

Directly supported

Week 11 In-Depth — Integration, the Fundamental Theorem, and Why It All Works

hard exam

Read the cheatsheet first. This note explains why each rule works, how the Fundamental Theorem links the two definitions of an integral, and walks several full worked examples.

1 — What integration actually is

There are two definitions of “integral” that coexist, and the Fundamental Theorem of Calculus says they happen to give the same answer for nice functions.

Definition A — antiderivative (“indefinite integral”)

If , then is an antiderivative of . We write

The is there because if is one antiderivative, so is for any constant — they all differentiate to the same . So is a family of functions, not a single one.

This is the “undo differentiation” view. Every rule on the cheatsheet is just a derivative rule read backwards.

Definition B — Riemann sum (“definite integral”)

Take the interval , chop it into thin strips of width , pick a sample point in each strip, and form the sum

Each term is the (signed) area of a thin rectangle. Let and the sum approaches a number we call

This is the “signed area under the curve” view. It is a number, not a function.

The Fundamental Theorem of Calculus

The connection between A and B is the central result of single-variable calculus:

where is any antiderivative of . This is what makes calculus useful — instead of summing infinitely many rectangles, you find an antiderivative and subtract.

Why does the disappear? Because . So even though the indefinite integral is a family, the definite integral picks out a single number.


2 — Reading each rule as a backwards derivative

Every entry on the cheatsheet has a corresponding derivative rule:

DerivativeAntiderivative

If you ever forget a rule, differentiate your guess. If you get back the original integrand, the antiderivative is correct (up to ).

The factor for forms

The chain rule says

That extra on the right is the chain-rule kicker. Read it backwards:

You divide by to cancel the chain-rule factor. That is why every rule on the cheatsheet has a in front.

This isn’t a special new rule — it’s the same chain rule you already know, run in reverse. Skipping the is the most common source of lost marks for this whole week.

The exception

The power rule blows up when — you’d divide by zero. So needs a different antiderivative entirely, and that antiderivative is . The absolute-value bars are required so the rule works for too.


3 — Worked walk-throughs

3.1 An indefinite integral with everything in it

Evaluate .

Linearity splits the sum:

First piece. Power rule with and constant 5 out front:

Second piece. with . Antiderivative is .

So

Combine.

(Two constants collapse into one.)

3.2 Finding the antiderivative from

. Find .

Use with , , and a constant pulled outside:

3.3 Expand-then-integrate

.

There is no “product rule for integrals.” When two factors aren’t related by derivative/antiderivative, just expand:

Integrate term by term:

3.4 A definite integral end-to-end

.

Antiderivative. . (No — it cancels.)

Top minus bottom.

3.5 Find-the-unknown-constant

Given , find .

Antiderivative. .

Top minus bottom.

Set equal to 18:

3.6 Geometric area vs. signed integral

Find the area under between and .

Step 1 — sketch. Factor: . Roots at and . The parabola opens up, so it is negative on . On it is entirely below the x-axis.

Step 2 — compute the signed integral first.

Step 3 — take the absolute value. Geometric area .

Don’t skip step 1. If the question said “find ”, the answer would be . If it says “find the area”, the answer is . Read the question.


4 — The Fundamental Theorem, pictorially

If you sketch and shade the region under the curve from to :

  • The Riemann-sum view says: “chop the region into thin rectangles, sum their (signed) areas, take a limit.”
  • The antiderivative view says: “find such that , evaluate .”

The Fundamental Theorem says these two procedures give the same number. That is genuinely surprising — there’s no reason a priori that “find a function whose derivative is ” should have anything to do with “sum thin rectangles.” But it does.

This is what makes calculus so powerful. We almost never compute Riemann sums in practice — we always go through antiderivatives, because they’re enormously easier.


5 — The mental model for “which rule do I use?”

When you stare at an integral, ask in this order:

  1. Can I expand or simplify first? Distribute multiplications, split sums, cancel obvious terms. Most workshop integrals reduce to a sum of standard forms after expanding.
  2. Is each term a standard rule? Power , exponential or , trig, or .
  3. If there’s a linear inner function , remember the .
  4. Differentiate the answer to check. If you don’t recover the original integrand, you missed a chain-rule factor or dropped a sign.

For this week’s workshop, no problem requires -substitution or integration by parts. If you’re tempted to reach for something fancier, look again — there’s an expansion or a form you can use instead.


6 — Common mistakes, with the reasoning behind them

MistakeWhy it happensFix
Using the power rule on The formula is undefined at Memorise as a separate rule
Forgetting the Habit from definite integrals where it cancelsWrite as you write the antiderivative, not at the end
Dropping the on formsThe chain-rule factor is invisible until you differentiate to checkAlways differentiate your answer back. If a stray appears, you forgot
instead of InattentionWrite “top − bottom” next to the antiderivative
Treating as area when dips below the axisConflating the two definitionsSketch first when the question says “area”

7 — A final exam-style worked example

Find and evaluate the same integrand between and .

Indefinite.

So

Definite on . Let .

That’s the entire workflow: rule lookup → linearity → antiderivative → (if definite) top minus bottom. Two-line setup, four-line solve.


Where to look next

  • The cheatsheet for revision + the quiz.
  • The workshop PDFs (cited in frontmatter) for more practice.
  • Your own additions in this folder — Lecture Atlas auto-discovers any new Markdown note.