Year 11 Maths Advanced Module 3 ⏱ ~40 min Lesson 10 of 15

Integration as Anti-Differentiation

Differentiation tells us the rate of change of a function. But what if we know the rate of change and want to recover the original function? That process is called integration — or anti-differentiation — and it is the mirror image of everything you have learned so far.

🔄
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.

Think First

You know that the derivative of $x^2$ is $2x$. So if someone told you that the derivative of an unknown function was $2x$, you might guess that the original function is $x^2$. But what about $x^2 + 3$? Or $x^2 - 7$? All of these also have derivative $2x$. If you only know the derivative, what does that tell you about how many possible original functions there might be?

Type your initial response below — you will revisit this at the end of the lesson.

Write your initial response in your book. You will revisit it at the end of the lesson.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Power rule for integration
$$\int x^n \, dx = \frac{x^{n+1}}{n+1} + C \quad \text{for } n \neq -1$$
Constant multiple and sum rules
$$\int kf(x) \, dx = k\int f(x) \, dx$$ $$\int \bigl(f(x) \pm g(x)\bigr) \, dx = \int f(x) \, dx \pm \int g(x) \, dx$$
Finding the constant $C$
If $f'(x)$ and a point $(a, f(a))$ are known, substitute to find $C$.
Key insight: Integration "reverses" differentiation, but because the derivative of any constant is zero, we must always include $+C$ — the constant of integration.
📖 Know

Key Facts

  • Integration is the reverse process of differentiation
  • The power rule for integration
  • The meaning of the constant of integration $C$
💡 Understand

Concepts

  • Why an indefinite integral includes $+C$
  • How to use an initial condition to determine $C$
  • The relationship between derivatives and integrals
✅ Can Do

Skills

  • Find indefinite integrals of polynomial functions
  • Rewrite expressions in index form before integrating
  • Determine the constant of integration from a given point
  • Solve simple kinematics problems using integration

Misconceptions to Fix

Wrong: √(a + b) = √a + √b.

Right: The square root of a sum is not the sum of square roots; √(a+b) cannot be simplified this way.

Key Terms
DerivativeThe rate of change of a function at a point; the gradient of the tangent.
DifferentiationThe process of finding the derivative of a function.
Stationary PointA point where the derivative equals zero.
Chain RuleA rule for differentiating composite functions: dy/dx = dy/du × du/dx.
Product RuleA rule for differentiating products: d(uv)/dx = u(dv/dx) + v(du/dx).
Chain RuleThe reverse process of differentiation; finding the area under a curve.
🔄

What Is Integration?

If differentiation tells us the gradient of a function, then integration (or anti-differentiation) lets us recover the original function from its gradient. The notation for integration is:

$$\int f(x) \, dx = F(x) + C$$

where $F'(x) = f(x)$. The symbol $\int$ is called the integral sign, and $dx$ tells us we are integrating with respect to $x$.

The Constant of Integration

Because the derivative of any constant is zero, if $F(x)$ is an anti-derivative of $f(x)$, then so is $F(x) + 5$, $F(x) - 100$, or $F(x) + C$ for any constant $C$. We always include $+C$ when finding an indefinite integral.

Why this matters for physics. If you know the acceleration of a rocket, integration lets you find its velocity — and integrating again gives its position. But without knowing the initial velocity or starting position, you can only determine these up to a constant. That is why mission control needs precise launch conditions: they provide the constants that turn general solutions into exact trajectories.
📐

Basic Integration Rules

Power Rule

For any real number $n \neq -1$:

$$\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$$

Notice that this is the reverse of the differentiation power rule: we increase the power by 1, then divide by the new power.

Constant Multiple and Sum Rules

Just like differentiation, integration is linear:

$$\int kf(x) \, dx = k\int f(x) \, dx$$

$$\int \bigl(f(x) + g(x)\bigr) \, dx = \int f(x) \, dx + \int g(x) \, dx$$

Examples

🔎

Finding $C$ from Initial Conditions

If we know a point that the original function passes through, we can find the exact value of $C$. This is called an initial condition or boundary condition.

For example, if $f'(x) = 2x$ and the curve passes through $(1, 5)$:

  1. Integrate: $f(x) = x^2 + C$.
  2. Substitute the point: $5 = (1)^2 + C \Rightarrow C = 4$.
  3. So $f(x) = x^2 + 4$.

🧮 Worked Examples

Worked Example 1 — Basic Integration

Stepwise
Find $\int (3x^2 + 4x - 5) \, dx$.
  1. 1
    Integrate term by term
    \int 3x^2 \, dx = 3 \cdot \frac{x^3}{3} = x^3
    \int 4x \, dx = 4 \cdot \frac{x^2}{2} = 2x^2
    \int (-5) \, dx = -5x
  2. 2
    Combine and add $+C$
    \int (3x^2 + 4x - 5) \, dx = x^3 + 2x^2 - 5x + C
✓ Answer $x^3 + 2x^2 - 5x + C$

Worked Example 2 — Rewriting Before Integrating

Stepwise
Find $\int \frac{2}{x^3} \, dx$.
  1. 1
    Rewrite using index notation
    \frac{2}{x^3} = 2x^{-3}
  2. 2
    Apply the power rule
    \int 2x^{-3} \, dx = 2 \cdot \frac{x^{-2}}{-2} + C = -x^{-2} + C
  3. 3
    Rewrite if desired
    = -\frac{1}{x^2} + C
✓ Answer $-\frac{1}{x^2} + C$

Worked Example 3 — Finding $C$ from a Given Point

Stepwise
Find $f(x)$ given that $f'(x) = 6x - 2$ and $f(1) = 4$.
  1. 1
    Integrate $f'(x)$
    f(x) = \int (6x - 2) \, dx = 3x^2 - 2x + C
  2. 2
    Use the initial condition $f(1) = 4$
    4 = 3(1)^2 - 2(1) + C
    4 = 3 - 2 + C \quad \Rightarrow \quad C = 3
  3. 3
    Write the final answer
    f(x) = 3x^2 - 2x + 3
✓ Answer $f(x) = 3x^2 - 2x + 3$
⚠️

Common Mistakes — Don't Lose Easy Marks

Forgetting $+C$
Every indefinite integral has infinitely many anti-derivatives, differing only by a constant. Without $+C$, the answer is incomplete.
✓ Fix: Always include $+C$ for indefinite integrals.
Dividing by zero when integrating $x^{-1}$
The power rule $\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$ fails when $n = -1$ because we would divide by zero. The integral of $\frac{1}{x}$ is a special case ($\ln|x|$) that you will meet in Year 12.
✓ Fix: At this stage, avoid integrating $\frac{1}{x}$ directly. The power rule only works for $n \neq -1$.
Applying differentiation rules instead of integration rules
Students sometimes decrease the power and multiply by it, as in differentiation, instead of increasing the power and dividing.
✓ Fix: Remember — integration does the opposite of differentiation. Increase the power, then divide by the new power.
Forgetting to rewrite roots and fractions
Just like with differentiation, expressions like $\sqrt{x}$ or $\frac{1}{x^2}$ must be rewritten in index form before integrating.
✓ Fix: Rewrite as $x^{1/2}$ or $x^{-2}$ first.

📓 Copy Into Your Books

🔄 Power rule

  • $\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$

➕ Linearity

  • Integrate term by term
  • Constants factor out

🔎 Finding $C$

  • Substitute a known point
  • Solve for $C$

⚠️ Watch out

  • Always include $+C$
  • Power rule fails for $n = -1$

📝 How are you completing this lesson?

🧪 Activities

🔍 Activity 1 — Calculate

Integrate

Find each indefinite integral. Remember to include $+C$.

  1. 1 $\int (4x^3 - 2x + 7) \, dx$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $\int \frac{5}{x^2} \, dx$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $\int \sqrt{x} \, dx$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  4. 4 Find $f(x)$ given $f'(x) = 2x - 3$ and $f(2) = 5$.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🎨 Activity 2 — Interpret

Explain the Concepts

Use words to describe what is happening.

  1. 1 Explain why $\int 2x \, dx = x^2 + C$ and not simply $x^2$.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 A particle has velocity $v(t) = 3t^2 + 4t$. Explain how you would find its displacement function $s(t)$ if you know that $s(0) = 2$.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you thought about recovering a function from its derivative $2x$.

Because differentiation eliminates constant terms, knowing only the derivative tells us the original function up to an unknown constant. Every function of the form $x^2 + C$ has derivative $2x$. To pinpoint the exact function, we need an additional piece of information — a point the curve passes through. This is why the constant of integration $C$ is essential, and why initial conditions are so powerful in physics and engineering.

Now revisit your initial response. What did you get right? What has changed in your thinking?

Look back at your initial response in your book. Annotate it with what you now understand differently.

Annotate your initial response in your book
Saved
Interactive: Anti-Derivative Matcher
Revisit Your Initial Thinking

Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?

MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

✍️ Short Answer

📝

Extended Questions

ApplyBand 4

6. Find the following indefinite integrals. Show all working. 4 MARKS

(a) $\int (6x^2 - 4x + 3) \, dx$

(b) $\int \frac{3}{x^4} \, dx$

(c) $\int (x^2 + \sqrt{x}) \, dx$

Type your answers below:

Answer in your workbook.

✏️ Answer in your workbook
ApplyBand 4

7. Find $f(x)$ given that $f'(x) = x^2 + 2x - 1$ and $f(1) = 3$. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

8. A particle moves in a straight line with acceleration $a(t) = 6t - 4$, where $t$ is in seconds. Initially, the particle has velocity $2$ m/s and is at the origin. 4 MARKS

(a) Find the velocity function $v(t)$.

(b) Find the displacement function $s(t)$.

(c) Find the position of the particle after $2$ seconds.

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Calculate Model Answers

1. $x^4 - x^2 + 7x + C$

2. $\int 5x^{-2} \, dx = -5x^{-1} + C = -\frac{5}{x} + C$

3. $\int x^{1/2} \, dx = \frac{2}{3}x^{3/2} + C$

4. $f(x) = x^2 - 3x + C$. Using $f(2) = 5$: $4 - 6 + C = 5 \Rightarrow C = 7$. So $f(x) = x^2 - 3x + 7$.

🎨 Activity 2 — Interpret Model Answers

1. The derivative of $x^2 + C$ is $2x$ for any constant $C$. Since we do not know which constant was in the original function, we must include $+C$ in the general anti-derivative.

2. Integrate $v(t)$ to get $s(t) = t^3 + 2t^2 + C$. Then use $s(0) = 2$ to find $C = 2$. So $s(t) = t^3 + 2t^2 + 2$.

❓ Multiple Choice

1. B — Using the power rule: $\\int x^3 , dx = \frac{x^4}{4} + C$.

2. B — $\\int 2x , dx = 2 \\cdot \frac{x^2}{2} + C = x^2 + C$.

3. B — Integration (anti-differentiation) reverses the process of differentiation.

4. A — $f(x) = x^2 - 3x + C$. Using $f(1) = 2$: $1 - 3 + C = 2 \\Rightarrow C = 4$. So $f(x) = x^2 - 3x + 4$.

5. B — $\\int x^{-2} , dx = \frac{x^{-1}}{-1} + C = -\frac{1}{x} + C$.

6. B — $\\int x^{1/2} , dx = \frac{x^{3/2}}{3/2} + C = \frac{2}{3}x^{3/2} + C$.

7. A — $v(t) = \\int (6t - 4) , dt = 3t^2 - 4t + C$. Using $v(0) = 2$: $C = 2$. So $v(t) = 3t^2 - 4t + 2$.

📝 Short Answer Model Answers

Q6 (4 marks): (a) $2x^3 - 2x^2 + 3x + C$ [1]. (b) $-\frac{1}{x^3} + C$ [1]. (c) $\frac{x^3}{3} + \frac{2x^{3/2}}{3} + C$ [2].

Q7 (3 marks): $f(x) = \frac{x^3}{3} + x^2 - x + C$ [1]. $f(1) = \frac{1}{3} + 1 - 1 + C = 3 \Rightarrow C = 3 - \frac{1}{3} = \frac{8}{3}$ [1]. So $f(x) = \frac{x^3}{3} + x^2 - x + \frac{8}{3}$ [1].

Q8 (4 marks): (a) $v(t) = 3t^2 - 4t + 2$ [1]. (b) $s(t) = t^3 - 2t^2 + 2t + C$. $s(0) = 0 \Rightarrow C = 0$ [1]. So $s(t) = t^3 - 2t^2 + 2t$ [1]. $s(2) = 8 - 8 + 4 = 4$ m [1].

Consolidation Game

Integration as Anti-Differentiation

Mark lesson as complete

Tick when you've finished all activities and checked your answers.