Further Integration of Brackets0%

Integration · Topic 8 of 9

Further Integration of Brackets

Video lesson · from 59:332 worked examples

One lesson video covers all of Integration, so it opens at 59:33 for this topic — not from the beginning.

Theory

We have previously learned how to differentiate functions of the form f(ax+b)f(ax+b):

ddx[(ax+b)n+1]=(n+1)(ax+b)n×a=a(n+1)(ax+b)n\frac{d}{dx}[(ax+b)^{n+1}] = (n+1)(ax+b)^n \times a = a(n+1)(ax+b)^n

For integrating linear brackets raised to a power, we use:

(ax+b)ndx=(ax+b)n+1a(n+1)+C(n1)\int (ax+b)^n \,dx = \frac{(ax+b)^{n+1}}{a(n+1)} + C \quad (n \neq -1)

⚠️ Common Examiner Traps

  • Divide by the derivative of the bracket: integrating (3x+2)4(3x+2)^4 needs ×13\times \frac{1}{3} as well as raising the power. Forgetting that factor is the standard error.
  • This only works for a linear bracket: the shortcut is valid when the inside is ax+bax+b. It does not work when the bracket contains x2x^2.
  • Add one to the power, then divide by the new power: and by the coefficient — two divisions, not one.
  • Rewrite fractions as negative powers first: 1(2x1)2\frac{1}{(2x-1)^2} becomes (2x1)2(2x-1)^{-2}.
  • Still write +C+\,C: the bracket form makes it especially easy to forget.

Worked examples

Example 1

Find (5x+2)2dx\int (5x+2)^2 \, dx.

(5x+2)2dx=(5x+2)35×3+C=(5x+2)315+C\begin{aligned} \int (5x+2)^2 \, dx &= \frac{(5x+2)^3}{5 \times 3} + C \\ &= \frac{(5x+2)^3}{15} + C \end{aligned}

Example 2

Find 15x+23dx\int \frac{1}{\sqrt[3]{5x+2}} \, dx.

First, rewrite the expression with a fractional exponent:

(5x+2)1/3dx\int (5x+2)^{-1/3} \, dx

Now integrate using the rule:

=(5x+2)2/35×23+C=3(5x+2)2/310+C=3(5x+2)2310+C\begin{aligned} &= \frac{(5x+2)^{2/3}}{5 \times \frac{2}{3}} + C \\ &= \frac{3(5x+2)^{2/3}}{10} + C \\ &= \frac{3\sqrt[3]{(5x+2)^2}}{10} + C \end{aligned}