How To Evaluate The Integral | A Method That Never Leaves You Stuck

Pick a method by spotting the shape, rewrite the integrand, then apply a matching rule and check by differentiating.

Integrals can feel like a lock with no obvious opener. You stare at an expression and think, “What am I even supposed to do first?” That feeling is normal. The skill is not magic. It’s pattern work, a little algebra, and a steady routine you can repeat on any problem.

This page gives you that routine. You’ll learn how to read an integrand the way a mechanic reads an engine: look for the parts, match a tool, run a short test, then verify the result. You’ll see the common moves, when they fit, and what to try next when your first pick fails.

What An Integral Is Asking You To Find

An indefinite integral asks for an antiderivative: a function whose derivative equals the integrand. So when you integrate, you’re reversing differentiation. That one idea keeps your work grounded, since you can always check your answer by taking a derivative.

A definite integral asks for accumulated change across an interval. You still hunt an antiderivative, then you evaluate it at the bounds. The value is a signed area in many settings, yet it can also represent work, total mass, net change, or probability mass, depending on the model.

Evaluating An Integral With A Clear Plan

When you feel stuck, run this short plan from top to bottom. It keeps you from guessing at random.

  1. Scan for a pattern. Do you see a product, a quotient, a power of a trig function, a root, an exponential paired with its own derivative, or a rational function?
  2. Simplify first. Expand, factor, split a fraction, or rewrite with identities. Many integrals become routine after one clean rewrite.
  3. Pick one method and commit for a few lines. Try substitution, parts, trig identities, partial fractions, or a standard rule. Don’t mix methods in the same line unless the algebra demands it.
  4. Check fast. Differentiate your result, or at least check the “shape” of the derivative. Catching a missing factor early saves time.
  5. If it stalls, back up and choose a new rewrite. The integrand often has more than one face. A swap like tan to sin/cos can change the whole problem.

Start With Your “Derivative Radar”

Substitution works when part of the integrand looks like the derivative of another part. Train your eye to spot common pairs:

  • (something)′ / (something) hints at ln.
  • (something)′ · e^{something} stays exponential after substitution.
  • (something)′ · (something)^n becomes a power rule after substitution.
  • (something)′ / √(something) often cleans up to a power.

How To Evaluate The Integral

Here’s the same plan, now tied to concrete techniques. Think of each technique as a “yes/no gate.” If the gate fits, you go through. If not, you move on without drama.

Simplify Before You Integrate

People often start integrating too soon. Do the algebra that makes the integrand friendly:

  • Split sums: ∫(f(x)+g(x)) dx = ∫f(x) dx + ∫g(x) dx.
  • Pull out constants: ∫c·f(x) dx = c∫f(x) dx.
  • Rewrite quotients: (x^2+1)/x = x + 1/x.
  • Use trig identities: 1 − sin^2 x = cos^2 x, 1 + tan^2 x = sec^2 x.

This step feels small, yet it often turns a “hard” integral into two easy ones.

Use Substitution When A Inside–Outside Pair Shows Up

Substitution (u-sub) is a change of variable. You pick u to match the inside of a composite expression, then trade dx for du using du = u′(x) dx. The win is that the integral becomes a simpler one in u.

Pick u so that du appears in the integrand after a tidy rewrite. If you choose u and du never shows up, drop it and pick again.

Mini pattern list you can reuse:

  • ∫(2x)/(x^2+5) dx → u = x^2+5.
  • ∫cos(3x) dx → u = 3x.
  • ∫(x+1)·(x^2+2x+7)^4 dx → u = x^2+2x+7.

Use Integration By Parts For Products With One “Peelable” Factor

Parts is built from the product rule. It works best for products where one factor gets simpler when you differentiate it, and the other factor is easy to integrate. The template is:

∫u dv = u·v − ∫v du

Good u choices are polynomials, logs, and inverse trig, since they shrink when differentiated. Good dv choices are exponentials, sines, cosines, and powers you can integrate cleanly.

If your first u choice makes the new integral worse, swap roles. Parts is not a “one try only” move.

Use Trig Tricks When Powers Of Sine And Cosine Appear

Integrals like ∫sin^m x cos^n x dx have a playbook. Check the parity of the powers.

  • If one power is odd, save one factor (sin x or cos x), convert the rest using 1 − sin^2 x = cos^2 x or 1 − cos^2 x = sin^2 x, then substitute.
  • If both are even, use half-angle identities to turn powers into sums of cosines.

For tangents and secants, the identity 1 + tan^2 x = sec^2 x does the same kind of cleanup.

Use Partial Fractions For Rational Functions

If you see a ratio of polynomials, first check the degrees. If the top degree is at least the bottom degree, do long division so the fraction becomes a polynomial plus a proper fraction.

Then factor the denominator and split into simpler fractions. Each piece integrates with logs or arctangents. This method is mechanical, which is a relief once you learn the templates.

Use A Reference When You Need Standard Forms

Standard antiderivatives act like a dictionary. It’s fine to use one, as long as you know how to verify by differentiation. If you want a reliable list of common forms and rules, the NIST Digital Library of Mathematical Functions section on integrals and derivatives is a solid source.

For worked calculus practice sets, MIT OpenCourseWare has problem collections and notes tied to single-variable calculus, such as their Techniques of Integration unit.

Those references won’t do the thinking for you. They can confirm a rule when your memory is fuzzy, then you still run your check step to lock it in.

Technique Picker Table For Common Integrand Shapes

Use this table like a quick matcher. Read the left column, find the closest shape, then try the method in the middle column.

Integrand Shape You Notice Method To Try First Fast Rewrite Hint
f′(x)·(f(x))^n Substitution Let u=f(x); power rule in u
f′(x)/f(x) Substitution → log u=f(x) gives ∫(1/u) du
Polynomial times e^{ax} or sin(ax), cos(ax) Parts Choose u as the polynomial
sin^m x cos^n x Trig identity + substitution Odd power? Save one factor
tan^m x sec^n x Trig identity + substitution Odd sec? Save sec·tan
Rational function P(x)/Q(x) Long division + partial fractions Factor Q(x) when possible
√(a^2−x^2), √(a^2+x^2), √(x^2−a^2) Trig substitution x=a sin θ, x=a tan θ, x=a sec θ
e^{x}·sin x or e^{x}·cos x Parts twice Cycle repeats; solve for the integral

Worked Habits That Make Integrals Easier

Write Your Substitution Like A Mini Translation

When you pick u, write three lines: u=…, du=… dx, and the rewritten integral in u. Those lines keep you honest. If you can’t rewrite cleanly, your u choice is not ready.

Keep Your Algebra On A Short Leash

Many errors come from algebra, not calculus. Factor carefully, track parentheses, and don’t rush signs. A clean line is faster than a messy page you need to debug later.

Differentiate To Check, Even When You Feel Sure

This is the safety net. If d/dx of your answer gives the integrand, you’re done. If you get close but not exact, look for a missing constant factor, a sign flip, or a lost chain-rule piece.

Definite Integrals And Bounds Without Headaches

With definite integrals, you can do substitution in two main ways. You can convert the bounds into u-bounds, or you can substitute, integrate, then switch back to x before plugging bounds. Both work. Converting bounds early keeps the work in one variable, which cuts slips.

When the interval crosses a point where the integrand is undefined, treat it as an improper integral. Split at the bad point and use limits. Treat each side on its own. Don’t “cancel” infinities by plugging in endpoints.

Common Snags And How To Fix Them

Most stalls fall into a few categories. When you hit one, you can respond with a targeted move instead of staring at the page.

Snag What You See Move That Often Works
Bad substitution choice du never shows up Pick u as the inside; then rewrite to reveal du
Parts makes it worse New integral is harder Swap u and dv; try LIATE style ordering
Trig powers stall Both powers even, no spare factor Use half-angle identities to turn powers into sums
Rational function won’t split Denominator not factored over reals Use irreducible quadratics; complete the square
Improper endpoint Integrand blows up at a bound Rewrite as a limit and test each side
Constant of integration lost Answer checks except for a shift Add +C for indefinite integrals
Missing chain factor Derivative is off by a multiple Adjust by multiplying or dividing that factor

Practice Prompts You Can Use Right Away

Try a few problems in each style, then check by differentiating. Mix them as you get comfortable.

  • Rewrite then integrate: ∫(x^2+1)/x dx
  • Substitution: ∫(3x^2)/(1+x^3) dx
  • Parts: ∫x·cos x dx
  • Trig powers: ∫sin^3 x·cos^2 x dx
  • Partial fractions: ∫(2x+3)/(x^2+x−2) dx
  • Improper: ∫_1^∞ (1/x^2) dx

Closing Check: Your Two-Minute Verification Loop

Before you move on, run a short loop: simplify your final form, differentiate it, and match it to the original integrand. If it matches, box it. If it doesn’t, don’t panic. The mismatch tells you what step to repair, and the repair is usually one line.

References & Sources

  • National Institute of Standards and Technology (NIST), Digital Library of Mathematical Functions.“Derivatives and Integrals.”Lists standard derivative and integral forms used for rule checks.
  • MIT OpenCourseWare.“Techniques of Integration.”Worked notes and practice sets covering substitution, parts, and related methods.