Calculus 101- Understanding Integrals and How to Solve Them

What Is an Integral, Really?

An integral is the mathematical opposite of a derivative. While derivatives give you the rate of change at any instant, integrals let you reverse that process. They help you find areas, accumulated quantities, and total values when you only know the rates.

That's it. That's the core idea. Everything else is just techniques for doing the math.

Definite vs. Indefinite Integrals

You need to know the difference before you start solving anything.

Indefinite Integrals

An indefinite integral gives you a general function plus a constant. It answers "what function differentiates to this?"

Notation looks like this:

∫ f(x) dx = F(x) + C

The C is there because many functions have the same derivative. When you integrate 2x, you get x² + C. The C could be any constant—differentiating eliminates it anyway.

Definite Integrals

A definite integral has boundaries. It gives you a number, not a function. You substitute the upper and lower limits and subtract.

Notation looks like this:

∫[a to b] f(x) dx = F(b) - F(a)

This calculates the exact area under the curve between x = a and x = b.

Essential Integration Rules

These are the foundation. Memorize them.

Common Integrals Reference Table

Function Integral
xⁿ xⁿ⁺¹/(n+1) + C
sin(x) -cos(x) + C
cos(x) sin(x) + C
eˣ + C
1/x ln|x| + C
eᵏˣ (1/k)eᵏˣ + C
1/(1+x²) arctan(x) + C

How to Solve Integrals: A Practical Approach

Step 1: Identify the Type

Before touching your pencil, ask yourself: is this a simple power? A trig function? A composition? The technique depends entirely on the form.

Step 2: Apply the Simplest Rule First

Use the power rule, sum rule, and constant multiple rule first. Break complex integrals into simpler pieces.

Example: ∫ (3x² + 4x + 5) dx

Split it up: ∫ 3x² dx + ∫ 4x dx + ∫ 5 dx

Solve each: 3·(x³/3) + 4·(x²/2) + 5x + C

Simplify: x³ + 2x² + 5x + C

Step 3: Use Substitution When Needed

When you see a function and its derivative present, substitution often works.

Example: ∫ 2x·cos(x²) dx

Let u = x². Then du = 2x dx.

The integral becomes: ∫ cos(u) du = sin(u) + C

Substitute back: sin(x²) + C

Step 4: Handle Definite Integrals Correctly

After finding the antiderivative, always substitute the bounds. Many students forget this step.

Example: ∫[0 to 2] x² dx

Antiderivative: x³/3

Substitute: (2³/3) - (0³/3) = 8/3 - 0 = 8/3

Common Integration Techniques

U-Substitution

The most frequently needed technique. It works when your integrand contains a function and its derivative. Pick u to be the inner function, find du, substitute, integrate, then substitute back.

Integration by Parts

For products of different function types. The formula is:

∫ u dv = uv - ∫ v du

Choose u using LIATE (Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential) as a guide. Pick whichever type appears first in that list.

Trigonometric Substitution

Use this when you see expressions like √(a² - x²), √(a² + x²), or √(x² - a²). Replace x with a trig function and simplify the radicals.

Mistakes That Will Cost You Points

When Integrals Show Up in the Real World

Physics uses integrals constantly. Work calculations, electric charge, center of mass—all require integration. In economics, consumer and producer surplus. In probability, continuous distributions use integrals to find probabilities.

The technique is the same regardless of the application. You identify the function describing the rate, then integrate to find the total.

Quick Study Strategy

Practice definite and indefinite integrals separately until you're solid on each. Use the table above to memorize common results. When stuck, try substitution first—most textbook problems are designed for it. If that fails, check whether integration by parts applies.

Differentiate your answer to verify. If you get the original function back, you did it right.