Integral Example- Solving Integration Problems Made Easy

What Integrals Actually Are (Without the Academic Nonsense)

Integration is just the reverse of differentiation. That's it. If you can find derivatives, you can solve integrals—you just need to work backwards.

While derivatives give you the rate of change, integrals give you the total accumulation. Think area under a curve, displacement from velocity, or total quantity from a rate function.

Most students struggle because they try to memorize everything. You don't need that. You need to recognize patterns and apply the right technique.

Essential Integration Rules You Must Know

These are the foundation. Memorize them until they feel obvious:

The constant of integration (C) appears in every indefinite integral. Forgetting it is the most common beginner mistake. Don't be that person.

Common Integration Problem Types

Basic Polynomial Integration

This is where everyone starts. The technique is simple: add 1 to the exponent, then divide by the new exponent.

Example: ∫(3x⁴ + 2x² - 5x + 7) dx

Work through each term:

Combine and add C: 3x⁵/5 + 2x³/3 - 5x²/2 + 7x + C

U-Substitution (The Most Important Technique)

When you see a composite function, u-substitution is usually your move. You're essentially working backwards through the chain rule.

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

Notice x² inside the cosine. Let u = x². Then du = 2x dx.

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

Substitute back: sin(x²) + C

The key is identifying which part to set as u. Look for the inner function when you see nesting.

Integration by Parts (When Products Won't Split)

Use this when u-substitution fails and you have a product of two different function types (like x·eˣ or x·sin(x)).

Formula: ∫u dv = uv - ∫v du

Pick u using LIATE: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Choose whichever type appears first in the list.

Example: ∫x·eˣ dx

Using LIATE, x is algebraic and eˣ is exponential. Algebraic comes first, so u = x.

Let u = x, dv = eˣ dx → du = dx, v = eˣ

∫x·eˣ dx = x·eˣ - ∫eˣ dx = x·eˣ - eˣ + C

Factor out eˣ: eˣ(x - 1) + C

Integration Techniques Comparison

TechniqueWhen to UseRed Flag
Power RuleSimple powers of xTrig, logs, or nested functions
U-SubstitutionComposite functions, chain rule patternsProduct of two unrelated functions
Integration by PartsProducts of different function typesOnly one function present
Trig SubstitutionSquare roots of quadratics, √(a²-x²)No square roots or quadratics
Partial FractionsRational functions with factorable denominatorsNumerator degree ≥ denominator degree

Practical Getting Started: Step-by-Step Approach

Before you touch any integral, go through this checklist:

  1. Identify the type. Is it a simple power, a composite, a product, or a quotient?
  2. Try u-substitution first. If you spot a chain rule pattern, that's usually the move.
  3. Check for products. If you have two different function types multiplied, consider integration by parts.
  4. Simplify first. Expand polynomials, split fractions, rewrite terms. Algebra saves lives.
  5. Verify by differentiating. Take your answer and differentiate it. You should get back to the original integrand.

Quick Practice Problem

Solve: ∫(4x³ - 2x + 6/x²) dx

Break it down:

Answer: x⁴ - x² - 6/x + C

Verify: d/dx[x⁴ - x² - 6/x] = 4x³ - 2x + 6/x² ✓

Where Students Actually Go Wrong

The Brutal Truth

Integration is pattern recognition, not magic. You get better by doing problems, not by reading about doing problems. Work through at least 20-30 integrals before you feel comfortable. Use the table above to match problems to techniques. When you're stuck, try identifying which differentiation rule would create this function—then reverse it.