Calculating Integrals by Hand
Calculating integrals by hand is a fundamental skill in calculus that involves finding the antiderivative of a function. This guide covers basic techniques, common integrals, and practical applications, along with a calculator to verify your manual calculations.
Basic Integration Techniques
The basic approach to integration involves recognizing patterns in the integrand and applying known antiderivative formulas. Here are some fundamental techniques:
Power Rule
For any real number n ≠ -1, the integral of xⁿ is:
Exponential and Logarithmic Functions
The integrals of eˣ and ln(x) are:
∫(1/x) dx = ln|x| + C
Trigonometric Functions
The integrals of basic trigonometric functions are:
∫cos(x) dx = sin(x) + C
∫sec²(x) dx = tan(x) + C
Substitution Method
The substitution method (also called u-substitution) is used when the integrand is a composite function. The steps are:
- Choose an inner function u = g(x)
- Find du = g'(x)dx
- Rewrite the integral in terms of u
- Integrate with respect to u
- Substitute back in terms of x
Example: ∫x eˣᵈˣ dx
Let u = x², du = 2x dx → x dx = (1/2)du
∫eᵘ (1/2)du = (1/2)eᵘ + C = (1/2)eˣ² + C
Integration by Parts
This technique uses the product rule in reverse and is useful for integrals of products of polynomials and transcendental functions. The formula is:
Common choices for u and dv include:
- u = polynomial, dv = transcendental function
- u = ln(x), dv = polynomial
- u = inverse trigonometric function, dv = polynomial
Example: ∫x eˣ dx
Let u = x, dv = eˣ dx → du = dx, v = eˣ
∫x eˣ dx = x eˣ - ∫eˣ dx = x eˣ - eˣ + C
Common Integral Examples
Here are some frequently encountered integrals and their solutions:
| Integrand | Antiderivative |
|---|---|
| ∫x² dx | (x³)/3 + C |
| ∫cos(x) dx | sin(x) + C |
| ∫eˣ dx | eˣ + C |
| ∫1/x dx | ln|x| + C |
| ∫sec²(x) dx | tan(x) + C |
Definite Integrals
Definite integrals calculate the net area under a curve between two points. The Fundamental Theorem of Calculus states:
Where F(x) is the antiderivative of f(x).
Example: Calculate ∫[0,1] x² dx
Antiderivative: (x³)/3
F(1) - F(0) = (1³)/3 - (0³)/3 = 1/3
Applications of Integration
Integration has numerous practical applications in physics, engineering, and economics:
- Calculating areas under curves
- Finding volumes of revolution
- Determining work done by a variable force
- Calculating average values
- Solving differential equations
Example: Calculating the area under y = x² from 0 to 1
∫[0,1] x² dx = (1³)/3 - (0³)/3 = 1/3 ≈ 0.333