2. Integration by Parts

Product Rule In Reverse

Integration by Parts: Product Rule in Reverse

students, imagine trying to undo a dance move by watching the final pose and working backward. In Calculus 2, product rule in reverse does something similar with multiplication and derivatives. Instead of using the product rule to differentiate a product, we use the same idea to build an integral formula that helps us solve problems that are hard by ordinary methods. 😊

What is Product Rule in Reverse?

The product rule says that if $u$ and $v$ are differentiable functions, then

$$\frac{d}{dx}[u(x)v(x)] = u(x)v'(x) + v(x)u'(x).$$

This is one of the most important rules in calculus because it tells us how a product changes. Now here is the key idea: if we integrate both sides, we get

$$\int \frac{d}{dx}[u(x)v(x)]\,dx = \int u(x)v'(x)\,dx + \int v(x)u'(x)\,dx.$$

Since integrating a derivative gives back the original function, this becomes

$$u(x)v(x) = \int u(x)v'(x)\,dx + \int v(x)u'(x)\,dx.$$

Rearranging gives the integration by parts formula:

$$\int u(x)v'(x)\,dx = u(x)v(x) - \int v(x)u'(x)\,dx.$$

This is called product rule in reverse because it comes from undoing the product rule. The method helps us integrate products of functions, especially when direct integration is difficult. πŸ“˜

Why this matters

Many integrals involve products such as $x e^x$, $x\sin x$, or $\ln x$. These are often not solved well by substitution alone. Product rule in reverse gives a structured way to simplify them. Instead of getting stuck, students, you choose one factor to be $u$ and the other to be $dv$, then apply the formula to create a new integral that is easier to solve.

The Main Formula and Its Meaning

The standard integration by parts formula is

$$\int u\,dv = uv - \int v\,du.$$

Here is what each symbol means:

  • $u$ is a function chosen to become simpler when differentiated.
  • $dv$ is the part you know how to integrate.
  • $du$ is the derivative of $u$.
  • $v$ is the integral of $dv$.

This notation helps make the method organized and efficient.

A simple example

Consider

$$\int x e^x\,dx.$$

A good choice is $u=x$ and $dv=e^x\,dx$. Then

$$du=dx$$

and

$$v=e^x.$$

Now apply the formula:

$$\int x e^x\,dx = x e^x - \int e^x\,dx.$$

So

$$\int x e^x\,dx = x e^x - e^x + C.$$

This example shows the product rule in reverse at work. The original product $x e^x$ becomes easier after one factor is differentiated and the other is integrated. βœ…

What makes a good choice?

A useful rule of thumb is to pick $u$ as the function that becomes simpler after differentiation. For example, $x$ becomes $1$, and $\ln x$ becomes $\frac{1}{x}$. On the other hand, $e^x$, $\sin x$, and $\cos x$ are usually easy to integrate. Choosing wisely can turn a difficult integral into a manageable one.

A common priority list is:

  1. Inverse trig functions
  2. Logarithmic functions
  3. Algebraic functions
  4. Trigonometric functions
  5. Exponential functions

This is not a law, but it often helps students choose $u$ effectively.

Connecting the Product Rule to the Formula

To understand integration by parts deeply, it helps to see the algebra behind it. Start with the product rule:

$$\frac{d}{dx}[uv] = u\frac{dv}{dx} + v\frac{du}{dx}.$$

Integrate both sides with respect to $x$:

$$\int \frac{d}{dx}[uv]\,dx = \int u\,\frac{dv}{dx}\,dx + \int v\,\frac{du}{dx}\,dx.$$

This simplifies to

$$uv = \int u\,dv + \int v\,du.$$

Now solve for one of the integrals:

$$\int u\,dv = uv - \int v\,du.$$

This algebra shows exactly why the method works. It is not a trick. It is a direct consequence of the product rule. That connection is important in Calculus 2 because it ties differentiation and integration together in a powerful way.

A geometric-style interpretation

Think of $u$ and $v$ as two changing quantities. The product rule tells how their product changes. Integration by parts asks: if we know the change in the product, can we recover the original pieces in a new arrangement? The answer is yes, and that rearrangement is often useful for solving integrals that would otherwise be very hard.

Example with Logarithms

Now let’s look at a classic problem:

$$\int \ln x\,dx.$$

At first, this may not look like a product, but we can rewrite it as

$$\int \ln x \cdot 1\,dx.$$

Choose

$$u=\ln x$$

and

$$dv=dx.$$

Then

$$du=\frac{1}{x}\,dx$$

and

$$v=x.$$

Apply integration by parts:

$$\int \ln x\,dx = x\ln x - \int x\cdot \frac{1}{x}\,dx.$$

Simplify:

$$\int \ln x\,dx = x\ln x - \int 1\,dx = x\ln x - x + C.$$

This is a great example because the original integral looks simple but does not have an obvious direct antiderivative. Product rule in reverse gives a method that works cleanly.

Example with Trigonometric and Algebraic Functions

Consider

$$\int x\cos x\,dx.$$

Choose

$$u=x$$

and

$$dv=\cos x\,dx.$$

Then

$$du=dx$$

and

$$v=\sin x.$$

So

$$\int x\cos x\,dx = x\sin x - \int \sin x\,dx.$$

Since

$$\int \sin x\,dx = -\cos x,$$

we get

$$\int x\cos x\,dx = x\sin x + \cos x + C.$$

This example shows how integration by parts turns a product into something easier to finish. It is especially useful when one factor is algebraic and the other is trig or exponential.

How Product Rule in Reverse Fits Into Integration by Parts

Product rule in reverse is not a separate topic from integration by parts; it is the reason the method exists. In Calculus 2, students, integration by parts is introduced as a technique for integrals that combine functions in a product. The deeper idea is that the product rule from differentiation can be rearranged to produce a new integration formula.

This connection matters for three reasons:

  • It explains why the formula is valid.
  • It helps you remember the formula.
  • It shows how differentiation and integration are linked.

When students understand the reverse product rule, integration by parts becomes more than memorizing symbols. It becomes a logical tool built from a familiar derivative rule.

Common mistakes to avoid

A few errors happen often:

  • Forgetting to include $dx$ in $dv$ or $du$.
  • Choosing $u$ and $dv$ in a way that makes the new integral harder.
  • Losing track of signs, especially with trigonometric functions.
  • Not simplifying the result after applying the formula.

Careful setup is essential. Always check that $du$ and $v$ are correct before continuing.

Conclusion

Product rule in reverse is the foundation of integration by parts. It starts with the derivative rule for a product,

$$\frac{d}{dx}[uv] = u\,\frac{dv}{dx} + v\,\frac{du}{dx},$$

and rearranges it into the integration formula

$$\int u\,dv = uv - \int v\,du.$$

This method is especially useful for integrals involving products like $x e^x$, $x\cos x$, and $\ln x$. students, understanding the reverse of the product rule helps you see why the method works, how to choose $u$ and $dv$, and how integration by parts fits into the broader toolkit of Calculus 2. With practice, this idea becomes a reliable strategy for solving many challenging integrals. ✨

Study Notes

  • The product rule is $\frac{d}{dx}[uv] = u\frac{dv}{dx} + v\frac{du}{dx}$.
  • Product rule in reverse leads to integration by parts.
  • The formula is $\int u\,dv = uv - \int v\,du$.
  • Choose $u$ to be the function that becomes simpler when differentiated.
  • Choose $dv$ as the part that is easy to integrate.
  • Useful examples include $\int x e^x\,dx$, $\int x\cos x\,dx$, and $\int \ln x\,dx$.
  • The method works because it is derived directly from the product rule.
  • Integration by parts is a major Calculus 2 technique for integrals involving products of functions.
  • Always check algebra, signs, and final simplification.
  • Understanding the reverse product rule helps you remember and apply the integration by parts formula correctly.

Practice Quiz

5 questions to test your understanding