Welcome to the World of Integration!

Hello! If you’ve ever felt that Integration is just a messy "guessing game," you’re not alone. In this chapter, we are going to move beyond the basic rules you learned in O-Levels and explore Integration Techniques. Think of integration as the art of "undoing" differentiation. It's like being a detective—you see the result (the derivative) and your job is to find the original "crime scene" (the original function).

By the end of these notes, you’ll have a toolbox full of techniques to tackle even the most intimidating integrals in the H2 Mathematics (9758) syllabus. Let’s dive in!

1. The "Reverse Chain Rule" (Recognition)

Sometimes, an integral looks complicated, but it actually contains its own "key" to unlock it. We look for a function and its derivative sitting right next to each other.

A. The Power Function Form

If you see a function \( f(x) \) raised to a power, and its derivative \( f'(x) \) is multiplying it, you can use this shortcut:
\( \int f'(x) [f(x)]^n dx = \frac{[f(x)]^{n+1}}{n+1} + c \) (for \( n \neq -1 \))

B. The Natural Log Form (When \( n = -1 \))

When the derivative is on the top and the function is on the bottom:
\( \int \frac{f'(x)}{f(x)} dx = \ln |f(x)| + c \)

C. The Exponential Form

If the derivative of the exponent is sitting in front of the \( e \):
\( \int f'(x) e^{f(x)} dx = e^{f(x)} + c \)

Analogy: Imagine \( f'(x) \) is a "disposable key." Once it unlocks the integral for you, it disappears!

Quick Review: Always check if the derivative of the "inner" function is present. If it's missing just a constant (like a 2 or a 5), you can "force" it in by multiplying and dividing by that constant.

Common Mistake to Avoid: Forgetting the + c! Every indefinite integral needs a constant of integration because many different functions can have the same derivative.

2. Integrating Trigonometric Squares

Directly integrating \( \sin^2 x \) or \( \cos^2 x \) is impossible with basic rules. We must use Trigonometric Identities to turn them into "friendly" linear terms.

How to handle the "Big Three":
  • For \( \cos^2 x \): Use the identity \( \cos^2 x = \frac{1 + \cos 2x}{2} \).
    Then, \( \int \cos^2 x dx = \int (\frac{1}{2} + \frac{1}{2}\cos 2x) dx = \frac{1}{2}x + \frac{1}{4}\sin 2x + c \).
  • For \( \sin^2 x \): Use the identity \( \sin^2 x = \frac{1 - \cos 2x}{2} \).
    Then, \( \int \sin^2 x dx = \int (\frac{1}{2} - \frac{1}{2}\cos 2x) dx = \frac{1}{2}x - \frac{1}{4}\sin 2x + c \).
  • For \( \tan^2 x \): Use the identity \( \tan^2 x = \sec^2 x - 1 \).
    Then, \( \int \tan^2 x dx = \int (\sec^2 x - 1) dx = \tan x - x + c \).

Key Takeaway: If it's squared and it's trig, change its form first!

3. Standard Algebraic Forms (The "Magic 4")

The H2 syllabus requires you to recognize four specific fraction forms. These are often found in your MF26 formula sheet, but knowing them by heart saves a lot of time!

  1. The Arctan Form: \( \int \frac{1}{x^2 + a^2} dx = \frac{1}{a} \tan^{-1}(\frac{x}{a}) + c \)
  2. The Arcsin Form: \( \int \frac{1}{\sqrt{a^2 - x^2}} dx = \sin^{-1}(\frac{x}{a}) + c \) (Note: No \( 1/a \) in front!)
  3. The Natural Log (Form A): \( \int \frac{1}{a^2 - x^2} dx = \frac{1}{2a} \ln |\frac{a + x}{a - x}| + c \)
  4. The Natural Log (Form B): \( \int \frac{1}{x^2 - a^2} dx = \frac{1}{2a} \ln |\frac{x - a}{x + a}| + c \)

Did you know? The difference between the Arcsin and Arctan formulas is a common trap. Arcsin is the one with the square root!
Memory Aid: "S" for Square root, "S" for Sin.

4. Integration by Substitution

Don't worry if an integral looks like a scary monster. Substitution is like putting a "mask" on a difficult part of the equation to make it look simpler. Usually, the question will provide the substitution for you (e.g., "Use the substitution \( u = \sqrt{x+1} \)").

Step-by-Step Guide:
  1. Differentiate: Find \( \frac{du}{dx} \) and rearrange it to get \( dx = ... du \).
  2. Substitute: Replace every single \( x \) and \( dx \) in the original integral with your new \( u \) terms.
  3. Simplify and Integrate: The new integral should be much easier to solve.
  4. Reverse the Mask: If it's an indefinite integral, replace \( u \) back with the original \( x \)-expression at the end.

Common Mistake: Forgetting to replace the \( dx \). If you change the variable to \( u \), you must change the "driver" to \( du \).

5. Integration by Parts (IBP)

When you have two different types of functions multiplied together (like \( x \ln x \) or \( x e^x \)), we use Integration by Parts. This is the reverse of the Product Rule in differentiation.

The formula is:
\( \int u \frac{dv}{dx} dx = uv - \int v \frac{du}{dx} dx \)

How to choose which part is \( u \)?

Use the LIATE rule! Choose \( u \) based on which category comes first in this list:
1. Logarithmic functions (e.g., \( \ln x \))
2. Inverse Trigonometric (e.g., \( \tan^{-1} x \))
3. Algebraic (e.g., \( x^2, 3x \))
4. Trigonometric (e.g., \( \sin x \))
5. Exponential (e.g., \( e^x \))

Analogy: Integration by Parts is like a trade. You give up one hard integral (\( \int u \frac{dv}{dx} \)) in hopes that the new one (\( \int v \frac{du}{dx} \)) is easier to handle.

Key Takeaway: If you see \( \ln x \) in your integral and it's not a simple Recognition case, it's almost always going to be your \( u \) in Integration by Parts.

Summary Checklist

Before you start any integration problem, ask yourself these questions in order:

  • Can I simplify it? (Check for trig identities or algebraic expansion).
  • is it Recognition? (Does it look like \( f'(x)[f(x)]^n \) or \( \frac{f'}{f} \)?).
  • Is it a Standard Form? (Check the MF26 for those specific fraction forms).
  • Is it two different types of functions? (Use Integration by Parts / LIATE).
  • Did the question give a hint? (Use the suggested Substitution).

Don't worry if this seems tricky at first! Integration is a skill that grows with practice. The more "detective work" you do, the faster you will recognize which tool to pull out of your toolbox. You've got this!