

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A concise overview of advanced integration techniques, including standard formulas, substitution, integration by parts, partial fractions, and trigonometric substitution. It also covers definite integrals, reduction formulas, special integrals, and applications such as finding the area under a curve and volume. Structured to aid in understanding and applying these methods effectively, making it a valuable resource for students studying calculus. It offers clear explanations and examples to enhance comprehension and problem-solving skills in integration.
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Integration is the reverse process of differentiation. If d/dx[F(x)] = f(x), then the integral of f(x) dx is F(x) + C, where C is the constant of integration.
Integral of x^n dx = x^(n+1)/(n+1) + C, for n not equal to - Integral of 1/x dx = ln|x| + C Integral of e^x dx = e^x + C Integral of a^x dx = a^x/ln(a) + C Integral of sin x dx = -cos x + C Integral of cos x dx = sin x + C Integral of sec^2 x dx = tan x + C Integral of csc^2 x dx = -cot x + C Integral of sec x tan x dx = sec x + C Integral of csc x cot x dx = -csc x + C
A. Substitution: Used for composite functions. Example: Integral of sin(3x) dx = -1/3 cos(3x) + C
B. By Parts: Integral of u·v dx = u * integral of v dx - integral of (du/dx * integral of v dx) LIATE rule: Logarithmic > Inverse > Algebraic > Trig > Exponential
C. Partial Fractions: For rational functions. Example: Integral of 1/(x^2 - 1) dx = (1/2)ln|x-1| - (1/2)ln|x+1| + C
D. Trig Substitution: For sqrt(a^2 - x^2), etc. Example: Integral of 1/sqrt(a^2 - x^2) dx = inverse sin(x/a) + C
Definite integral from a to b gives a value. Properties: Integral from a to a = 0 Integral from a to b = - Integral from b to a If f(x) is even: Integral from -a to a = 2 * Integral from 0 to a If f(x) is odd: Integral from -a to a = 0
Used to reduce powers recursively. Example: Integral of sin^n x dx = -(1/n)sin^(n-1)x * cos x + ((n-1)/n) * integral of sin^(n-2) x dx
Integral from 0 to pi of x sin x dx = pi Integral from 0 to pi/2 of ln(sin x) dx = -(pi/2)ln 2 Symmetry: Integral from 0 to a of f(x) dx = Integral from 0 to a of f(a - x) dx
Area under curve: Integral from a to b of f(x) dx Between curves: Integral from a to b of [f(x) - g(x)] dx Volume (x-axis): Volume = pi * Integral from a to b of [f(x)]^2 dx