Integration Formulas
Introduction to Integration
Integration is a fundamental concept in calculus that represents the inverse operation of differentiation. While differentiation focuses on rates of change, integration deals with accumulation and areas. In its most basic form, integration calculates the area under a curve and finds the original function given its derivative. The integral sign () is derived from the Latin "summa," reflecting the concept of adding up infinitesimal quantities.
Indefinite integration produces a family of functions plus a constant, while definite integration calculates a numerical value between two points.
Basic Integration Rules
c dx = cx + C
xn dx = xn+1/(n+1) + C, n -1
ex dx = ex + C
ax dx = ax/ln(a) + C
1/x dx = ln|x| + C
sin(x) dx = -cos(x) + C
cos(x) dx = sin(x) + C
tan(x) dx = -ln|cos(x)| + C = ln|sec(x)| + C
sec2(x) dx = tan(x) + C
sec(x)tan(x) dx = sec(x) + C
csc2(x) dx = -cot(x) + C
csc(x)cot(x) dx = -csc(x) + C
1/(1-x2) dx = arcsin(x) + C
1/(1+x2) dx = arctan(x) + C
1/(x(x2-1)) dx = arcsec(|x|) + C
Advanced Integration Formulas
sec(x) dx = ln|sec(x) + tan(x)| + C
csc(x) dx = -ln|csc(x) + cot(x)| + C
cot(x) dx = ln|sin(x)| + C
1/(a2+x2) dx = (1/a)arctan(x/a) + C
1/(a2-x2) dx = (1/2a)ln|(a+x)/(a-x)| + C
1/(a2-x2) dx = arcsin(x/a) + C
1/(x2a2) dx = ln|x+(x2a2)| + C
ln(x) dx = x(ln(x)-1) + C
xnln(x) dx = xn+1[(ln(x))/(n+1) - 1/(n+1)2] + C
Hyperbolic Function Integrals
sinh(x) dx = cosh(x) + C
cosh(x) dx = sinh(x) + C
tanh(x) dx = ln(cosh(x)) + C
coth(x) dx = ln|sinh(x)| + C
sech2(x) dx = tanh(x) + C
csch2(x) dx = -coth(x) + C
sech(x)tanh(x) dx = -sech(x) + C
csch(x)coth(x) dx = -csch(x) + C
Integration Techniques
Integration by Substitution
Substitution, also known as u-substitution, is the chain rule in reverse:
f(g(x))g'(x) dx = f(u) du (where u = g(x))
Integration by Parts
This technique for integrating products of functions is:
u dv = uv - v du
LIATE Rule: When choosing u, prefer functions in this order: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential
Partial Fraction Decomposition
For rational functions, express as sum of simpler fractions:
(3x+5)/[(x+1)(x+2)] dx = [2/(x+1) + 1/(x+2)] dx = 2ln|x+1| + ln|x+2| + C
Trigonometric Substitution
Useful for integrals containing radicals:
- For (a-x), let x = asin()
- For (a+x), let x = atan()
- For (x-a), let x = asec()
Practical Examples
Example 1: Using Substitution
xe^(x) dx
Let u = x, so du = 2x dx
xe^(x) dx = e^u du = e^u + C = e^(x) + C
Example 2: Using Integration by Parts
xsin(x) dx
Let u = x, dv = sin(x) dx
Then du = dx, v = -cos(x)
xsin(x) dx = -xcos(x) + cos(x) dx = -xcos(x) + sin(x) + C
Example 3: Using Trigonometric Substitution
1/(x(4-x)) dx
Let x = 2sin(), dx = 2cos() d
1/(4sin()2cos()) 2cos() d = csc() d
= -cot() + C = -1/4[(4-x)/x] + C
Conclusion
Integration formulas are powerful tools in mathematics, with applications across science, engineering, economics, and many other fields. The ability to reverse differentiation and calculate areas, volumes, and accumulations is fundamental to understanding change and its effects in the real world.
When working with integrals, remember the importance of checking your answers through differentiation, verifying the domain restrictions of logarithmic and inverse functions, and always including the constant of integration for indefinite integrals.
Mastering these formulas and techniques provides a strong foundation for tackling more complex mathematical problems in calculus and beyond.
We use cookies to enhance your browsing experience and analyze site traffic. By clicking 'Accept all cookies', you agree to the use of these cookies. You can manage your preferences or learn more in our [Privacy Policy/Cookie Policy.