Cal11 calculator

Calculating Integrals Cheat Sheet

Reviewed by Calculator Editorial Team

This comprehensive cheat sheet provides essential formulas, techniques, and examples for calculating integrals in calculus. Whether you're a student or professional, this guide will help you solve a wide range of integration problems efficiently.

Basic Integral Formulas

Integrals are the reverse operation of derivatives. The integral of a function represents the area under the curve of that function. Here are some fundamental integral formulas:

Power Rule

∫xⁿ dx = (xⁿ⁺¹)/(n+1) + C, where n ≠ -1

Exponential Function

∫eˣ dx = eˣ + C

Natural Logarithm

∫(1/x) dx = ln|x| + C

Trigonometric Functions

  • ∫sin x dx = -cos x + C
  • ∫cos x dx = sin x + C
  • ∫sec² x dx = tan x + C
  • ∫csc² x dx = -cot x + C
  • ∫sec x tan x dx = sec x + C
  • ∫csc x cot x dx = -csc x + C

Inverse Trigonometric Functions

  • ∫(1/√(1-x²)) dx = arcsin x + C
  • ∫(1/√(1+x²)) dx = arctan x + C
  • ∫(1/|x|√(x²-1)) dx = arccsc x + C

Note on Constants

The constant of integration (C) is added to indefinite integrals to represent the family of antiderivatives. For definite integrals, this constant cancels out when evaluating the antiderivative at the upper and lower limits.

Integration Techniques

When basic formulas don't apply, these advanced techniques can help solve more complex integrals:

Substitution Method

The substitution method (also called u-substitution) is useful for integrals that can be simplified by changing variables. The general approach is:

  1. Choose a substitution u = g(x)
  2. Find du = g'(x) dx
  3. Rewrite the integral in terms of u
  4. Integrate with respect to u
  5. Substitute back to the original variable

Integration by Parts

Integration by parts is based on the product rule for differentiation and is particularly useful for integrals of products of polynomials and transcendental functions. The formula is:

∫u dv = uv - ∫v du

Common choices for u and dv include:

  • u = polynomial, dv = transcendental function
  • u = ln x, dv = dx
  • u = inverse trigonometric function, dv = dx

Partial Fractions

Partial fraction decomposition is used to break down complex rational expressions into simpler fractions that can be integrated more easily. This technique is particularly useful for integrals of the form:

∫(P(x)/Q(x)) dx

where Q(x) can be factored into linear and irreducible quadratic factors.

Trigonometric Integrals

For integrals involving trigonometric functions, techniques like:

  • Trigonometric identities
  • Substitution with trigonometric identities
  • Complex numbers (Euler's formula)

can be particularly effective.

Practical Applications

Integrals have numerous real-world applications in physics, engineering, economics, and other fields:

Physics

  • Calculating work done by a variable force
  • Determining the center of mass of an object
  • Finding the moment of inertia
  • Calculating the electric field due to a charge distribution

Engineering

  • Calculating the volume of irregularly shaped objects
  • Determining the centroid of an area
  • Finding the hydrostatic force on a dam
  • Calculating the stress in a beam

Economics

  • Calculating consumer and producer surplus
  • Determining the area between supply and demand curves
  • Finding the present value of a continuous income stream

Other Fields

  • Calculating the probability density function in statistics
  • Determining the average value of a function
  • Finding the arc length of a curve

Worked Examples

Let's work through several integral problems to demonstrate the application of these techniques.

Example 1: Basic Integral

Find ∫x² dx

Solution:

Using the power rule for integrals:

∫x² dx = (x³)/3 + C

Example 2: Substitution Method

Find ∫2x e^(x²) dx

Solution:

  1. Let u = x², then du = 2x dx
  2. Rewrite the integral: ∫eᵘ du
  3. Integrate: eᵘ + C
  4. Substitute back: e^(x²) + C

Example 3: Integration by Parts

Find ∫x ln x dx

Solution:

  1. Let u = ln x, dv = x dx
  2. Then du = (1/x) dx, v = (x²)/2
  3. Apply integration by parts formula: ∫u dv = uv - ∫v du
  4. Calculate: (x/2)ln x - ∫(x/2) dx = (x/2)ln x - (x²)/4 + C

Example 4: Definite Integral

Find the area under the curve of f(x) = x² from x = 0 to x = 2

Solution:

  1. Find the antiderivative: ∫x² dx = (x³)/3 + C
  2. Evaluate from 0 to 2: [(2³)/3] - [(0³)/3] = 8/3 - 0 = 8/3
  3. The area is 8/3 square units

Frequently Asked Questions

What is the difference between definite and indefinite integrals?

An indefinite integral represents a family of functions (all antiderivatives of the integrand) and includes a constant of integration (C). A definite integral calculates the exact area under the curve between specified limits and produces a numerical value.

When should I use substitution versus integration by parts?

Use substitution when the integrand is a composite function that can be simplified by changing variables. Use integration by parts when dealing with products of functions, especially when one function is a polynomial and the other is a transcendental function.

How do I know when to use partial fractions?

Partial fractions are particularly useful when the integrand is a rational function (a ratio of two polynomials) that can be broken down into simpler fractions. This is typically the case when the denominator can be factored into linear and irreducible quadratic terms.

What are some common mistakes to avoid when calculating integrals?

Common mistakes include: forgetting the constant of integration in indefinite integrals, incorrectly applying substitution rules, mixing up the order of terms in integration by parts, and not simplifying the integrand before attempting to solve it.