Introduction to Integration
Understand integration as summing infinitesimal pieces to find area, the roles of definite and indefinite integrals (including the Fundamental Theorem of Calculus), and basic techniques like power rule, substitution, and integration by parts.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the most common geometric interpretation of integration?
1 of 14
Summary
Integration: Concepts and Fundamentals
The Core Idea of Integration
Integration is fundamentally about adding up infinitely many infinitesimally small pieces to determine a total quantity. This is the reverse operation of differentiation, and it's one of the two pillars of calculus.
Think of it this way: if you know how fast something is changing at every moment (a derivative), you can integrate to find the total change. If you know the height of a curve at every point, you can integrate to find the area underneath it. Integration turns local information (what's happening at a single point) into global information (what's happening across an entire region).
Geometric Interpretation: Area Under a Curve
The most intuitive way to picture integration is as finding the area under a curve. Suppose we have a function $y = f(x)$ and we want to find the area between the curve and the x-axis, from $x = a$ to $x = b$.
Since we can't calculate this area using simple geometric formulas (unless the curve is a simple line or circle), we use a clever strategy: slice the region into many thin vertical strips.
Each strip has:
Width: $\Delta x$ (a tiny amount)
Height: approximately $f(x)$ at some point in that strip
Area: approximately $f(x) \cdot \Delta x$
If we add up all these strip areas, we get an approximation of the total area. The narrower we make the strips, the better our approximation becomes.
When we let the width $\Delta x$ shrink toward zero, and the number of strips approach infinity, we get the exact area. This limiting process is what defines the definite integral.
The Definite Integral
The definite integral is written as:
$$\int{a}^{b} f(x)\,dx$$
Let's break down this notation:
$\int$: An elongated "S" symbolizing "sum" — we're adding up pieces
$a$ and $b$: The limits of integration, marking the start and end of our region
$f(x)$: The function being integrated (often representing height)
$dx$: The infinitesimal width of each piece; "with respect to $x$"
What does the result mean? The definite integral $\int{a}^{b} f(x)\,dx$ equals a single number representing the accumulated quantity between $x = a$ and $x = b$.
In the context of area, this is literally the area under the curve. But integration is more general — it can represent:
Displacement: If $f(t)$ is velocity, the integral gives total distance traveled
Total charge: If $\lambda(x)$ is charge density along a wire, the integral gives total charge
Work done: If $F(x)$ is force, the integral gives work performed
The key insight is that whenever you need to accumulate a quantity that varies continuously, integration is the tool.
The Indefinite Integral and Antiderivatives
When we write an integral without limits:
$$\int f(x)\,dx$$
this is called an indefinite integral. It represents something different from a definite integral — not a single number, but an entire family of functions.
Antiderivatives: Going Backwards from Derivatives
An antiderivative of $f(x)$ is any function $F(x)$ whose derivative equals $f(x)$:
$$F'(x) = f(x)$$
For example:
The antiderivative of $2x$ is $x^2$ (since $(x^2)' = 2x$)
But so is $x^2 + 5$ (since $(x^2 + 5)' = 2x$)
And so is $x^2 - 17$ (since $(x^2 - 17)' = 2x$)
In fact, any function of the form $x^2 + C$ (where $C$ is any constant) is an antiderivative of $2x$. This happens because the derivative of a constant is always zero.
The Indefinite Integral Formula
We write this family of all antiderivatives as:
$$\int f(x)\,dx = F(x) + C$$
where:
$F(x)$ is one particular antiderivative of $f(x)$
$C$ is an arbitrary constant representing all possible vertical shifts
The "$+ C$" is essential — it reminds us that differentiation loses information about constant terms, so we can't know the exact vertical position of the antiderivative without additional information.
Why is this useful? The indefinite integral gives us a formula we can use in the Fundamental Theorem of Calculus to calculate definite integrals.
The Fundamental Theorem of Calculus
This theorem is the bridge connecting derivatives and integrals. It comes in two parts, both equally important.
Part 1: Evaluating Definite Integrals
If $F(x)$ is any antiderivative of $f(x)$ on the interval $[a,b]$, then:
$$\int{a}^{b} f(x)\,dx = F(b) - F(a)$$
This is revolutionary because it tells us we don't need to painstakingly add up infinitely many strips. Instead, we can:
Find any antiderivative $F(x)$ of our function $f(x)$
Evaluate it at the upper limit: $F(b)$
Evaluate it at the lower limit: $F(a)$
Subtract: $F(b) - F(a)$
Example: Find $\int{1}^{3} 2x\,dx$
We know an antiderivative of $2x$ is $F(x) = x^2$. Therefore: $$\int{1}^{3} 2x\,dx = F(3) - F(1) = 3^2 - 1^2 = 9 - 1 = 8$$
Notice we didn't need to include the constant $C$ — it cancels out in the subtraction anyway!
Part 2: Integrals Define Antiderivatives
The function defined by:
$$G(x) = \int{a}^{x} f(t)\,dt$$
is itself an antiderivative of $f(x)$. That is, $G'(x) = f(x)$.
This might seem abstract, but it's profound: it says that the accumulation function (the area under the curve from a fixed point $a$ to a variable point $x$) has a derivative equal to the original function. In other words, differentiation and integration truly are inverse operations.
Basic Integration Techniques
Now that we understand what integration means, we need practical methods to find antiderivatives.
The Power Rule for Integration
The most fundamental rule parallels the power rule for derivatives:
$$\int x^{n}\,dx = \frac{x^{n+1}}{n+1} + C \quad \text{for } n \neq -1$$
Why does this work? If we differentiate $\frac{x^{n+1}}{n+1}$, the power rule for derivatives gives us back $x^n$.
Example: $$\int x^3\,dx = \frac{x^4}{4} + C$$
We can verify: $\frac{d}{dx}\left(\frac{x^4}{4} + C\right) = x^3$ ✓
Important exception: The power rule fails when $n = -1$, meaning $\int \frac{1}{x}\,dx$ cannot be computed this way. (The answer is $\ln|x| + C$, a special case.)
Integration by Substitution
Substitution simplifies integrals by changing the variable. The strategy is:
Identify a part of the integrand that appears to be the derivative of another part
Let $u$ equal that inner part
Replace $dx$ with $\frac{du}{du'(x)}$ (where $u'$ is the derivative of $u$ with respect to $x$)
Rewrite the integral entirely in terms of $u$, then integrate
Substitute back to express the answer in the original variable
<extrainfo>
Example: $\int 2x \sin(x^2)\,dx$
Let $u = x^2$, so $du = 2x\,dx$. Then: $$\int 2x \sin(x^2)\,dx = \int \sin(u)\,du = -\cos(u) + C = -\cos(x^2) + C$$
</extrainfo>
Integration by Parts
Integration by parts is useful when the integrand is a product of two functions. It comes from rearranging the product rule for derivatives:
$$\int u\,dv = uv - \int v\,du$$
The strategy is to choose which part to call $u$ and which to call $dv$, typically so that $\int v\,du$ is simpler than the original integral.
<extrainfo>
Example: $\int x e^x\,dx$
Let $u = x$ and $dv = e^x\,dx$. Then $du = dx$ and $v = e^x$: $$\int x e^x\,dx = xe^x - \int e^x\,dx = xe^x - e^x + C = e^x(x-1) + C$$
</extrainfo>
Standard Antiderivative Formulas
For trigonometric, exponential, and logarithmic functions, we rely on memorized formulas:
Exponential: $\int e^x\,dx = e^x + C$
Trigonometric:
$\int \sin(x)\,dx = -\cos(x) + C$
$\int \cos(x)\,dx = \sin(x) + C$
Logarithmic: $\int \ln(x)\,dx = x\ln(x) - x + C$
These formulas come from reversing known derivatives. For instance, since $\frac{d}{dx}(e^x) = e^x$, we know $\int e^x\,dx = e^x + C$.
Summary: Integration adds up infinitesimal pieces to find accumulated quantities. The definite integral calculates exact totals (especially areas), while the indefinite integral finds families of antiderivatives. The Fundamental Theorem of Calculus unites these concepts, letting us evaluate definite integrals using antiderivatives. Finally, a toolkit of techniques—power rule, substitution, integration by parts, and standard formulas—lets us actually compute integrals in practice.
Flashcards
What is the most common geometric interpretation of integration?
Finding the area under a curve $y = f(x)$.
How is the area of a single thin vertical strip approximated when slicing a region under a curve?
Area $\approx f(x) \Delta x$ (where $f(x)$ is height and $\Delta x$ is width).
How is the exact area under a curve represented using integral notation?
$\int{a}^{b} f(x) dx$
What do the limits $a$ and $b$ specify in a definite integral?
Where the summation starts and ends.
What does the numerical result of a definite integral represent?
The accumulated quantity between points $x = a$ and $x = b$.
How is an indefinite integral defined in terms of its limits and expression?
An integral where limits are omitted, written as $\int f(x) dx$.
What does an indefinite integral represent in relation to derivatives?
The whole family of functions whose derivative is $f(x)$.
What is the general formula for an indefinite integral including the arbitrary constant?
$\int f(x) dx = F(x) + C$.
What is the purpose of the arbitrary constant $C$ in an indefinite integral?
To account for all possible vertical shifts of the antiderivative.
What condition must a function $F(x)$ satisfy to be considered an antiderivative of $f(x)$?
$F'(x) = f(x)$.
According to the first part of the theorem, how is a definite integral calculated using an antiderivative $F$?
$\int{a}^{b} f(x) dx = F(b) - F(a)$.
How does the second part of the theorem define the integral function $G(x) = \int{a}^{x} f(t) dt$?
As an antiderivative of $f$.
What is the Power Rule for integration?
$\int x^{n} dx = \frac{x^{n+1}}{n+1} + C$ (for $n \neq -1$).
What is the primary goal of the substitution method in integration?
To rewrite the integral using a change of variable to simplify the integrand.
Quiz
Introduction to Integration Quiz Question 1: What geometric quantity does the definite integral most commonly represent?
- Area under the curve \(y = f(x)\) (correct)
- Slope of the tangent line to the curve
- Volume of a solid of revolution
- Length of the curve
Introduction to Integration Quiz Question 2: According to the first part of the Fundamental Theorem of Calculus, how is \(\displaystyle \int_{a}^{b} f(x)\,dx\) evaluated using an antiderivative \(F\) of \(f\)?
- Compute \(F(b) - F(a)\) (correct)
- Compute \(F(a) - F(b)\)
- Compute \(F'(b) - F'(a)\)
- Integrate \(F(x)\) over \([a,b]\)
Introduction to Integration Quiz Question 3: What role does the function G(x) = ∫ₐˣ f(t) dt play in relation to f(x)?
- G(x) is an antiderivative of f(x) (correct)
- G(x) equals the derivative of f(x)
- G(x) gives the maximum value of f(x) on [a,x]
- G(x) represents the average of f(t) from a to x
Introduction to Integration Quiz Question 4: According to the power rule, what is ∫ x³ dx?
- \(\displaystyle \frac{x^{4}}{4}+C\) (correct)
- \(\displaystyle \frac{x^{2}}{2}+C\)
- \(\displaystyle 3x^{2}+C\)
- \(\displaystyle x^{4}+C\)
Introduction to Integration Quiz Question 5: If a function F(x) satisfies F′(x)=f(x), what is F(x) called with respect to f?
- An antiderivative of f (correct)
- A derivative of f
- A limit of f
- A definite integral of f
Introduction to Integration Quiz Question 6: Which integration technique uses the product rule in reverse to integrate a product of two functions?
- Integration by parts (correct)
- Substitution
- Partial fractions
- Trigonometric substitution
Introduction to Integration Quiz Question 7: What is the integral called when no limits of integration are shown?
- Indefinite integral (correct)
- Definite integral
- Improper integral
- Riemann sum
Introduction to Integration Quiz Question 8: What does an indefinite integral of a function f(x) describe?
- The entire family of functions whose derivative equals f(x). (correct)
- A single numeric value representing area under f(x).
- The set of points where f(x) is zero.
- The limit of f(x) as x approaches infinity.
Introduction to Integration Quiz Question 9: What is the antiderivative of the exponential function $e^{x}$?
- $e^{x}+C$ (correct)
- $\ln|x|+C$
- $\frac{e^{x}}{2}+C$
- $\sin(x)+C$
Introduction to Integration Quiz Question 10: Integration can be regarded as the continuous version of which discrete operation?
- Summation (correct)
- Subtraction
- Multiplication
- Division
Introduction to Integration Quiz Question 11: Applying the substitution u = g(x) to the integral ∫ f(g(x)) g′(x) dx transforms it into which of the following?
- ∫ f(u) du (correct)
- ∫ f(u) du / g′(x)
- ∫ f(g(x)) dx
- ∫ f′(u) du
Introduction to Integration Quiz Question 12: If G(x) = F(x) + C where C is a constant, what is the relationship between their derivatives?
- G′(x) = F′(x) (correct)
- G′(x) = F′(x) + C
- G′(x) = C·F′(x)
- G′(x) = 0
Introduction to Integration Quiz Question 13: In the standard Riemann sum approximation for the area under a curve $y=f(x)$, the subintervals are taken as which of the following?
- Vertical strips (correct)
- Horizontal strips
- Diagonal strips
- Circular sectors
Introduction to Integration Quiz Question 14: Which of the following physical quantities can be obtained directly by evaluating a definite integral?
- Total mass of a rod with varying density (correct)
- Instantaneous temperature at a single point
- Maximum speed reached during motion
- Color of a surface at a specific location
What geometric quantity does the definite integral most commonly represent?
1 of 14
Key Concepts
Types of Integrals
Definite integral
Indefinite integral
Antiderivative
Integration Techniques
Substitution method
Integration by parts
Power rule (integration)
Fundamental Concepts
Integration
Fundamental theorem of calculus
Riemann sum
Area under a curve
Definitions
Integration
The mathematical process of summing infinitely many infinitesimal quantities to determine a total value, often represented by the integral sign ∫.
Definite integral
A numerical value representing the accumulated quantity of a function over a specific interval [a, b], interpreted as the exact area under its curve.
Indefinite integral
An expression denoting the family of all antiderivatives of a function, written without limits and including an arbitrary constant C.
Antiderivative
A function F whose derivative F′ equals the original function f, forming the basis for indefinite integrals.
Fundamental theorem of calculus
The theorem linking differentiation and integration, stating that the definite integral of f over [a, b] equals F(b) − F(a) for any antiderivative F of f, and that the integral function G(x)=∫ₐˣf(t)dt is itself an antiderivative of f.
Riemann sum
An approximation of the area under a curve obtained by summing the areas of thin rectangles (or strips) and taking the limit as their width approaches zero to define the definite integral.
Substitution method
An integration technique that simplifies an integral by changing variables, analogous to the chain rule in differentiation.
Integration by parts
A method for integrating products of functions that applies the reverse of the product rule: ∫u dv = uv − ∫v du.
Power rule (integration)
The formula ∫xⁿ dx = xⁿ⁺¹/(n + 1) + C, valid for all real n ≠ −1, used to integrate polynomial terms.
Area under a curve
The geometric interpretation of a definite integral as the total region bounded by a function y = f(x), the x‑axis, and vertical lines x = a and x = b.