Year 12 Maths Advanced Module 6 ~35 min Lesson 2 of 15

Integrating Power Functions

A water tank is being filled at a rate that changes with time: $\frac{dV}{dt} = 3t^2$ litres per minute. How much water enters the tank in the first 4 minutes? To answer this, we need to integrate power functions fluently — handling positive powers, negative powers, and fractional powers with confidence. This lesson sharpens the power rule into a reliable tool for any situation.

💧
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision.

Think First

What is $\int \frac{1}{\sqrt{x}} \, dx$? Predict before calculating — think about rewriting $\frac{1}{\sqrt{x}}$ as a power of $x$.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Power rule
$\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$ for $n \neq -1$
Rewriting roots
$\sqrt{x} = x^{1/2}$ $\sqrt[3]{x} = x^{1/3}$ $\frac{1}{x^n} = x^{-n}$
Expanding brackets
$(a + b)^2 = a^2 + 2ab + b^2$ Often needed before integrating
Key insight: Before integrating, always rewrite the function as a sum of powers. Divide by $x$ before integrating, expand brackets, and rewrite roots as fractional powers. Integration only works on power terms.
Know

Key Facts

  • Power rule for all $n \neq -1$
  • How to rewrite roots and reciprocals as powers
  • Expanding brackets before integrating
Understand

Concepts

  • Why $n = -1$ is a special case
  • How algebraic manipulation prepares functions for integration
  • The connection between power rules for differentiation and integration
Can Do

Skills

  • Integrate functions involving roots and reciprocals
  • Expand brackets and then integrate term by term
  • Simplify before integrating
01Fractional and Negative Powers

Integrating Fractional and Negative Powers

The power rule works for any power except $n = -1$:

∫x^n dx = x^(n+1)/(n+1) + C, n ≠ -1

Rewriting before integrating:

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

Common pattern: When integrating $x^{-n}$ where $n > 1$, the answer is a negative power (or fraction) of $x$.

Real-World Anchor Water Flow and Tank Filling. A tank fills at rate $\frac{dV}{dt} = \frac{5}{\sqrt{t}}$ litres per minute. How much water enters in the first 9 minutes? $V = \int_0^9 5t^{-1/2} \, dt = 5 \cdot 2t^{1/2} \big|_0^9 = 10(\sqrt{9} - 0) = 30$ litres. The decreasing rate (water pressure drops as tank fills) means the flow slows over time, but integration captures the total precisely. Engineers use this calculation daily for reservoir design and plumbing systems.
02Expanding First

Expanding Before Integrating

When a function is not written as a sum of powers, expand it first:

Example: ∫(x + 1)^2 dx = ∫(x^2 + 2x + 1) dx = x^3/3 + x^2 + x + C

Example: ∫(x^2 + 1)/x dx = ∫(x + 1/x) dx = x^2/2 + ln|x| + C

Example: ∫x(x + 3) dx = ∫(x^2 + 3x) dx = x^3/3 + 3x^2/2 + C

Rule: Divide by $x$ before integrating if the numerator has higher degree. Expand brackets if present. Simplify fractions.

Worked Example

GIVEN

Find $\int \frac{x^3 + 2x}{x} \, dx$.

FIND

The antiderivative.

METHOD

Divide each term by x:
(x^3 + 2x)/x = x^2 + 2
∫(x^2 + 2) dx = x^3/3 + 2x + C

ANSWER

$\frac{x^3}{3} + 2x + C$.

Try It Now

Find $\int \frac{x^2 - 3x + 2}{x} \, dx$.

Answer:

$\frac{x^2}{2} - 3x + 2\ln|x| + C$.

Copy Into Your Books

Power rule

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

Roots

$\sqrt{x} = x^{1/2}$

$\frac{1}{x^n} = x^{-n}$

Strategy

Expand, divide, rewrite — then integrate

Check

Differentiate your answer

AActivities

Activities

Activity 1 — Calculate and Interpret

  1. Find $\int x^{-3} \, dx$.
  2. Find $\int \sqrt[3]{x^2} \, dx$.
  3. Find $\int \frac{x^4 - 2x}{x^2} \, dx$.
  4. Find $\int x^{3/2} \, dx$.

Activity 2 — Analyse and Connect

  1. Explain why $\int x^{-1} \, dx$ cannot use the power rule, and state the correct answer.
  2. Show that $\int \frac{1}{\sqrt{x}} \, dx = 2\sqrt{x} + C$ by rewriting and applying the power rule.
  3. A tank fills at $\frac{dV}{dt} = \frac{4}{\sqrt{t}}$ L/min. Find the total water in the first 4 minutes.
Revisit Your Initial Thinking

$\int \frac{1}{\sqrt{x}} \, dx = \int x^{-1/2} \, dx = \frac{x^{1/2}}{1/2} + C = 2\sqrt{x} + C$. The key step is rewriting $\frac{1}{\sqrt{x}}$ as $x^{-1/2}$. Many students forget the negative sign in the exponent or make an arithmetic error with $\frac{1}{1/2} = 2$.

Write your reflection in your book
Saved
MC

Multiple Choice

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

📝

Extended Questions

ApplyBand 4

8. Find $\int \frac{x^3 + 4x^2 - x}{x^2} \, dx$. Show all working. 3 MARKS

Answer in your workbook
ApplyBand 4

9. Find $\int (\sqrt{x} + \frac{1}{\sqrt{x}})^2 \, dx$. Expand first, then integrate term by term. 3 MARKS

Answer in your workbook
AnalyseBand 5

10. A water tank fills at rate $\frac{dV}{dt} = 6\sqrt{t}$ litres per minute. Find the total volume of water that enters the tank in the first 9 minutes. Then find how long it takes for the total volume to reach 144 litres. Explain why the time to reach 144 L is more than twice the time to reach 72 L. 3 MARKS

Answer in your workbook

Comprehensive Answers

Activity 1 — Model Answers

1. $\frac{x^{-2}}{-2} + C = -\frac{1}{2x^2} + C$

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

3. $\int (x^2 - 2x^{-1}) \, dx = \frac{x^3}{3} - 2\ln|x| + C$

4. $\frac{x^{5/2}}{5/2} + C = \frac{2}{5}x^{5/2} + C$

Activity 2 — Model Answers

1. Power rule gives $\frac{x^0}{0}$ which is undefined. Correct: $\int \frac{1}{x} \, dx = \ln|x| + C$.

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

3. $V = \int_0^4 4t^{-1/2} \, dt = 8t^{1/2}\big|_0^4 = 8(2) = 16$ litres.

Short Answer Model Answers

Q8 (3 marks): $\frac{x^3 + 4x^2 - x}{x^2} = x + 4 - \frac{1}{x}$ [1]. $\int (x + 4 - \frac{1}{x}) \, dx = \frac{x^2}{2} + 4x - \ln|x| + C$ [2].

Q9 (3 marks): $(\sqrt{x} + \frac{1}{\sqrt{x}})^2 = x + 2 + \frac{1}{x}$ [1]. $\int (x + 2 + \frac{1}{x}) \, dx = \frac{x^2}{2} + 2x + \ln|x| + C$ [2].

Q10 (3 marks): $V = \int 6\sqrt{t} \, dt = 6 \cdot \frac{t^{3/2}}{3/2} + C = 4t^{3/2} + C$ [0.5]. At $t = 0$, $V = 0$, so $C = 0$ [0.25]. In 9 minutes: $V = 4(9)^{3/2} = 4(27) = 108$ litres [0.5]. Set $4t^{3/2} = 144$ [0.25]: $t^{3/2} = 36$, so $t = 36^{2/3} = (36^{1/3})^2 \approx 3.30^2 \approx 10.9$ minutes [0.5]. Time to 72 L: $4t^{3/2} = 72$, $t^{3/2} = 18$, $t = 18^{2/3} \approx 6.87$ minutes [0.25]. Time to 144 L (10.9 min) is more than twice time to 72 L (6.87 min) because the fill rate decreases as $\sqrt{t}$ grows more slowly than $t$ — the tank fills at a decelerating rate [0.75].

Science Jump

Jump Through Power Functions!

Climb platforms using fractional powers, negative powers, and expanding before integrating. Pool: lesson 2.

Mark lesson as complete

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