Courses / Computer Science I
Calculus

Integration and Antiderivatives

Computer Science I 327 words Free to read

Undoing the Derivative

Integration is, in one of its two guises, the reverse of differentiation. An antiderivative of ff is a function FF whose derivative is ff: F(x)=f(x)F'(x) = f(x). If differentiation asks "what is the rate of change?", antidifferentiation asks "what function has this rate of change?" — recovering position from velocity, or total from marginal.

A key subtlety: antiderivatives are not unique. Since the derivative of any constant is zero, if FF is an antiderivative then so is F+CF + C for any constant CC. So the indefinite integral carries a constant of integration: f(x)dx=F(x)+C.\int f(x)\, dx = F(x) + C. Forgetting the +C+C is the classic omission — the constant encodes that infinitely many functions share the same derivative, differing only by a vertical shift.

The rules reverse the differentiation rules:

More involved integrals use techniques like substitution (reversing the chain rule) and integration by parts (reversing the product rule), but the power rule plus the standard forms handle a great many cases.

Common pitfall: forgetting the constant of integration +C+C, and misapplying the integration power rule. Every indefinite integral needs +C+C, because antiderivatives are unique only up to a constant. And the integral power rule raises the exponent and divides (xn=xn+1n+1\int x^n = \frac{x^{n+1}}{n+1}) — the reverse of the derivative rule; using the derivative pattern (bringing the power down) for integration is a common slip.

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
Start Computer Science I free

Calculus