Understanding du = integral- Calculus Basics

What the Hell Is "du" in Calculus?

You've seen it in textbooks. You've seen it in solutions. du appears everywhere in integration problems, and if you don't understand what it actually represents, you're just memorizing patterns like a robot.

Let's fix that.

du is a differential. It represents an infinitesimal change in the variable u. That's it. No magic, no hidden meaning.

The Core Relationship: du and Derivatives

Here's the deal. If you have a function u = f(x), then:

du = f'(x) dx

That's the whole relationship. When you take the derivative of u with respect to x, you get f'(x). Multiply both sides by dx, and you get du.

This is why u-substitution works. You're not just substituting a letter. You're substituting an entire relationship between two differentials.

Why This Matters for Integration

When you see an integral like:

∫ 2x · cos(x²) dx

The 2x is not random. It's the derivative of what's inside the cosine function. Here's the breakdown:

You substituted the entire differential relationship, not just the variable. That's the key.

Common Mistakes That Will Kill Your Answers

Students mess this up constantly. Here are the failures:

1. Forgetting to Convert Everything

If you substitute u, you must replace every x and dx. Leaving a single x in your integral after substitution means you screwed up.

2. Picking the Wrong u

The best u is usually the thing that has its derivative present (or close to it). If 2x appears in the integrand and you pick u = sin(x), you're going nowhere fast.

3. Not Solving for dx When Needed

Sometimes your substitution gives you du in terms of x. You might need to solve for dx:

dx = du / (2x)

Then substitute that back in. The algebra gets messy, but that's often a sign you picked a bad u.

Step-by-Step: How To Actually Do This

Here's the process for u-substitution with du:

  1. Identify a function inside another function (composite function)
  2. Set u equal to that inner function
  3. Take the derivative: du = u' dx
  4. Replace the inner function and its differential in the integral
  5. Integrate with respect to u
  6. Substitute back to x

Full Example

Solve: ∫ x · e dx

Step 1: Inner function is x². Set u = x²

Step 2: du = 2x dx, so x dx = du/2

Step 3: Substitute: ∫ eu · (du/2) = ½ ∫ eu du

Step 4: Integrate: ½ eu + C

Step 5: Back-substitute: ½ e + C

Done. Clean.

Quick Reference: Common u-Substitution Pairs

Original Integral u Choice du Relationship
∫ x · f(x²) dx u = x² du = 2x dx
∫ sin(x) · f(cos(x)) dx u = cos(x) du = -sin(x) dx
∫ sec²(x) · f(tan(x)) dx u = tan(x) du = sec²(x) dx
∫ (1/x) · f(ln(x)) dx u = ln(x) du = (1/x) dx

When u-Substitution Doesn't Work

Sometimes this technique is useless. You'll know because:

At that point, you need integration by parts, partial fractions, or trig substitution. u-substitution is powerful, but it's not a universal solution.

The Bottom Line

du is just notation for "the differential of u." It tells you how variables change together. u-substitution uses this relationship to simplify integrals by replacing messy composite functions with cleaner single variables.

Stop treating it like voodoo. It's algebra with a specific purpose: making integrals solvable.