Integration
Integration
The process of finding an integral, either a definite integral or an indefinite integral.
See also
Key Formula
∫f(x)dx=F(x)+CwhereF′(x)=f(x)
Where:
- f(x) = The function being integrated (called the integrand)
- F(x) = The antiderivative — a function whose derivative equals f(x)
- C = The constant of integration, representing any constant value
- dx = Indicates integration is performed with respect to x
Worked Example
Problem: Find the indefinite integral of f(x) = 3x².
Step 1: Identify the integrand and apply the power rule for integration. The power rule states that the integral of xⁿ is xⁿ⁺¹ divided by (n + 1).
∫xndx=n+1xn+1+C(n=−1)
Step 2: Pull the constant 3 out of the integral and apply the power rule with n = 2.
∫3x2dx=3⋅2+1x2+1+C=3⋅3x3+C
Step 3: Simplify the expression.
=x3+C
Step 4: Verify by differentiating: the derivative of x³ + C is 3x², which matches the original integrand.
dxd(x3+C)=3x2✓
Answer: The integral of 3x² is x³ + C.
Another Example
Problem: Evaluate the definite integral of 2x from x = 1 to x = 4.
Step 1: Find the antiderivative of 2x using the power rule.
∫2xdx=x2+C
Step 2: Apply the Fundamental Theorem of Calculus: evaluate the antiderivative at the upper limit and subtract its value at the lower limit. The constant C cancels out.
∫142xdx=[x2]14=42−12
Step 3: Compute the result.
=16−1=15
Answer: The definite integral equals 15, which represents the net area under the curve y = 2x between x = 1 and x = 4.
Frequently Asked Questions
What is the difference between integration and differentiation?
Differentiation finds the rate of change of a function (its derivative), while integration reverses that process to recover the original function (its antiderivative). The Fundamental Theorem of Calculus formally connects the two: integrating a derivative returns the original function, and differentiating an integral returns the original integrand.
Why do we add '+ C' when integrating?
The constant of integration C accounts for the fact that many different functions share the same derivative. For example, x², x² + 5, and x² − 3 all have derivative 2x. Since integration reverses differentiation, you must include + C to represent all possible antiderivatives. In definite integrals, C cancels out and is not needed.
Indefinite Integration vs. Definite Integration
Indefinite integration produces a family of functions (an antiderivative plus a constant C), such as ∫2x dx = x² + C. Definite integration evaluates the integral between two specific bounds and produces a single number, such as ∫₀³ 2x dx = 9. The indefinite integral answers 'what function has this derivative?' while the definite integral answers 'what is the total accumulated value over this interval?'
Why It Matters
Integration is essential across science, engineering, and economics. Physicists use it to compute work, energy, and displacement from velocity. Engineers rely on it to find areas, volumes of solids, and the total charge in a circuit. Economists use integration to calculate consumer surplus and total cost from marginal cost functions.
Common Mistakes
Mistake: Forgetting the constant of integration (+C) in indefinite integrals.
Correction: Every indefinite integral must include + C because infinitely many functions share the same derivative. Only definite integrals (with specific bounds) produce a single number without C.
Mistake: Applying the power rule incorrectly by forgetting to increase the exponent by 1 before dividing.
Correction: The power rule requires you to first add 1 to the exponent and then divide by the new exponent: ∫xⁿ dx = xⁿ⁺¹/(n+1) + C. A common error is writing xⁿ/n instead.
Related Terms
- Integral of a Function — The result produced by integration
- Definite Integral — Integration evaluated between two bounds
- Indefinite Integral — Integration yielding a general antiderivative
- Integration Methods — Techniques like substitution and parts
- Antiderivative — A function whose derivative is the integrand
- Differentiation — The reverse operation of integration
- Fundamental Theorem of Calculus — Links differentiation and integration formally
- Riemann Sum — Approximation method underlying definite integrals
