Courses / Computer Science I
Calculus

The Fundamental Theorem of Calculus

Computer Science I 223 words Free to read

Two Faces Become One

Integration has worn two faces: antiderivatives (reversing differentiation) and definite integrals (accumulated area). The Fundamental Theorem of Calculus (FTC) unites them, proving accumulation and rate-of-change are inverse operations.

Theorem PartMathematical RuleCore Meaning
Part 1F(x)=axf(t)dt    F(x)=f(x)F(x) = \int_a^x f(t)\, dt \implies F'(x) = f(x)Derivative of accumulated area is the curve's height
Part 2abf(x)dx=F(b)F(a)\int_a^b f(x)\, dx = F(b) - F(a)Practical evaluation rule via antiderivatives

Part 1 shows differentiation and integration undo each other. Part 2 is the practical powerhouse, eliminating tedious Riemann sums by using antiderivatives.

Two independently-built panels for the SAME curve, merging into one

Practical Power & Pitfalls

To compute 02xdx\int_0^2 x\, dx using Part 2, find the antiderivative F(x)=x22F(x) = \frac{x^2}{2} and evaluate at endpoints: [x22]02=20=2\left[\frac{x^2}{2}\right]_0^2 = 2 - 0 = 2, matching a triangle's area exactly.

Rule AspectDetail & Best Practice
Endpoint OrderAlways upper minus lower: F(b)F(a)F(b) - F(a)
Sign ReversalReversing limits flips the final sign
Constant +C+CCancels out during subtraction; any antiderivative works
Common Pitfall: Subtracting endpoints in the wrong order, or attempting to use Part 2 on indefinite integrals. The +C+C constant always vanishes in the subtraction.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes

Calculus