Welcome to the World of Integration by Parts!

Hello there! Today, we are going to master one of the most powerful tools in your A Level Calculus toolkit: Integration by Parts. Don't worry if you’ve heard this topic is "the tough one"—once you see the pattern, it’s actually like following a recipe. By the end of these notes, you’ll be able to dismantle complex-looking products and integrate them with confidence.

Why is this important? Up until now, you've mostly integrated single functions. But what happens when you have two different types of functions multiplied together, like \( x \sin(x) \)? You can't just integrate them separately! Integration by Parts is the "undo" button for the Product Rule you learned in differentiation.


1. The Secret Recipe: The Formula

In differentiation, when you have two functions multiplied together, you use the Product Rule. Integration by Parts is the equivalent for integration. Here is the formula you need to memorize:

\( \int u \frac{dv}{dx} dx = uv - \int v \frac{du}{dx} dx \)

Wait, what does that mean?
Think of it as a trade-off. You start with an integral that is difficult to solve (\( \int u \frac{dv}{dx} \)). By applying the formula, you "trade" it for a simpler expression (\( uv \)) and a brand-new integral (\( \int v \frac{du}{dx} \)) that is hopefully much easier to calculate.

Analogy: Imagine you are trying to move a heavy box. You can't lift it all at once, so you take some items out (\( uv \)) to make the box lighter so you can carry the rest (\( \int v \frac{du}{dx} \)).

Quick Review: Prerequisites

Before we dive in, make sure you are comfortable with:
• Basic integration (e.g., integrating \( x^2, \cos(x), e^x \))
• Basic differentiation (e.g., finding the derivative of \( x, \ln(x), \sin(x) \))

Key Takeaway: Integration by parts turns a "product" integral into a simpler form by differentiating one part and integrating the other.


2. Choosing Your "u" and "dv" (The LATE Rule)

The biggest challenge in this chapter is deciding which part of your function is u and which part is \(\frac{dv}{dx}\). If you pick the wrong way around, the integral often gets messier instead of simpler!

To make the right choice every time, use the LATE mnemonic. Pick the function that comes first in this list to be your u:

  1. LLogarithms (e.g., \( \ln(x) \))
  2. AAlgebraic (e.g., \( x, x^2, 3x+1 \))
  3. TTrigonometry (e.g., \( \sin(x), \cos(x) \))
  4. EExponentials (e.g., \( e^x, 5^x \))

Did you know? We pick u based on what becomes "simpler" when we differentiate it. Algebraic functions like \( x^2 \) eventually disappear if you differentiate them enough times, which is why they make great u choices!

Key Takeaway: Always follow the LATE rule to pick your u. The other part of the function automatically becomes your \(\frac{dv}{dx}\).


3. Step-by-Step Guide: Integrating \( \int x \cos(x) dx \)

Let's put the formula into practice with a classic example.

Step 1: Choose u and \(\frac{dv}{dx}\)
Using LATE: We have Algebra (\( x \)) and Trigonometry (\( \cos(x) \)). Algebra comes first, so:
u = x
\(\frac{dv}{dx} = \cos(x)\)

Step 2: Differentiate u and Integrate \(\frac{dv}{dx}\)
• Differentiate u: \( \frac{du}{dx} = 1 \)
• Integrate \(\frac{dv}{dx}\): \( v = \sin(x) \)

Step 3: Plug into the Formula
The formula is \( uv - \int v \frac{du}{dx} dx \).
\( (x)(\sin(x)) - \int (\sin(x))(1) dx \)

Step 4: Solve the new integral
The new integral is \( \int \sin(x) dx \), which we know is \( -\cos(x) \).
So: \( x \sin(x) - (-\cos(x)) + c \)

Final Answer: \( x \sin(x) + \cos(x) + c \)

Key Takeaway: Always follow the 4-step process: Choose, Prep (diff/int), Plug, and Solve.


4. The "Invisible 1" Trick: Integrating \( \ln(x) \)

The OCR syllabus specifically mentions you need to be able to integrate \( \ln(x) \). But wait... \( \ln(x) \) isn't a product of two things, is it?

Don't worry if this seems tricky at first! The secret is to imagine there is an invisible "1" multiplied by the \(\ln(x)\).

To integrate \( \int \ln(x) dx \), we write it as \( \int \ln(x) \times 1 dx \).
L comes first in LATE, so u = \(\ln(x)\).
• That means \(\frac{dv}{dx} = 1\).

Now follow the steps:
• \( \frac{du}{dx} = \frac{1}{x} \)
• \( v = x \)
• Formula: \( (\ln(x))(x) - \int (x)(\frac{1}{x}) dx \)
• Simplify: \( x \ln(x) - \int 1 dx \)
• Final result: \( x \ln(x) - x + c \)

Key Takeaway: If you only see one function (like \(\ln(x)\)), use 1 as your \(\frac{dv}{dx}\).


5. Repeating the Process (More than one application)

Sometimes, the new integral you create is still a product. In these cases, you just apply integration by parts a second time! The syllabus specifically highlights examples like \( \int x^2 \sin(x) dx \).

Example: \( \int x^2 e^x dx \)
1. Pick u = \( x^2 \) and \(\frac{dv}{dx} = e^x\).
2. Apply formula: \( x^2 e^x - \int 2x e^x dx \).
3. Look at the new integral \( \int 2x e^x dx \). It’s still a product!
4. Apply integration by parts again to \( \int 2x e^x dx \), where u = 2x and \(\frac{dv}{dx} = e^x\).
5. Once you solve that part, plug it back into your original equation.

Encouraging Phrase: It might look like a lot of writing, but you are just repeating a logic you already know. Stay organized and keep your brackets clear!

Key Takeaway: If your algebraic part is \( x^2 \), you will likely need to do the process twice. If it's \( x^3 \), three times!


6. Common Mistakes to Avoid

Even the best mathematicians make these slips. Keep an eye out for them!

  • Forgetting the Minus: The formula is \( uv - \int v \frac{du}{dx} \). Many students accidentally write a plus.
  • The \( + c \): Don't forget your constant of integration at the very end.
  • Signs in Trig: Remember that integrating \( \cos(x) \) gives \( \sin(x) \), but integrating \( \sin(x) \) gives \( -\cos(x) \). This "double negative" often pops up in the formula.
  • Wrong 'u': If your new integral looks harder than the one you started with, stop! You might have picked your u and dv the wrong way around.

Summary Checklist

Before you tackle some practice questions, check you've got these basics down:

[ ] Can I state the formula from memory?
[ ] Do I remember LATE to pick my u?
[ ] Do I know the trick for integrating \(\ln(x)\)?
[ ] Am I prepared to do the process twice for \(x^2\) terms?

Great job! Integration by parts is a major milestone in A Level Maths. Take it slow, write out every step, and you'll be an expert in no time.