Salick Academy

Integration

45 min readNo calculatorNeeds: differentiation, indices
By the end of this topic you should be able to
  • Recognise integration as the reverse of differentiation
  • Integrate powers of xx, including negative and fractional indices
  • Include the constant of integration, and find it from a given point
  • Evaluate a definite integral
  • Find the equation of a curve from its gradient function
  • Find the area under a curve and the area between two graphs
  • Use integration in kinematics

Integration is differentiation run backwards

Differentiation takes a function and produces its gradient function. Integration takes a gradient function and gives back the original — which is why it is also called antidifferentiation.

If dydx=2x\dfrac{dy}{dx} = 2x, then y=x2y = x^2 works. So does y=x2+7y = x^2 + 7, and y=x241y = x^2 - 41. Every one of them has gradient 2x2x, because differentiating a constant gives zero and destroys the information. Integration cannot recover what was destroyed, so it admits as much:

2xdx=x2+c\int 2x \, dx = x^2 + c

That +c+c is the constant of integration. It is not decoration and it is not optional.

Drag the slider to move the upper limit. The shaded region is 0a(x2+1)dx\int_0^a (x^2+1)\,dx, and the number beside it is the exact area that the definite integral gives you.

The power rule for integration

Add one to the index, then divide by the new index. That is the exact reverse of the differentiation rule, where you multiplied by the index and then subtracted one.

As with differentiation, rewrite before you integrate: 4x3\dfrac{4}{x^3} becomes 4x34x^{-3}, and x\sqrt{x} becomes x1/2x^{1/2}.

The condition n1n \neq -1 is there because n+1n + 1 would be zero and you cannot divide by zero. Integrating x1x^{-1} needs a logarithm, which is beyond this syllabus.

Definite integrals

A definite integral has limits, and it evaluates to a number rather than a function:

abf(x)dx=[F(x)]ab=F(b)F(a)\int_a^b f(x)\,dx = \Big[F(x)\Big]_a^b = F(b) - F(a)

Integrate as usual, put the result in square brackets with the limits, then substitute the top limit and subtract the value at the bottom limit.

Finding a curve from its gradient

If you are told dydx\dfrac{dy}{dx} and one point the curve passes through, you can pin down cc and recover the curve exactly.

  1. Integrate to get yy in terms of xx, with +c+c.
  2. Substitute the coordinates of the given point.
  3. Solve for cc and write out the full equation.

Area under a curve

The definite integral abydx\displaystyle\int_a^b y \, dx gives the signed area between the curve and the xx-axis, from x=ax = a to x=bx = b.

Signed means: area above the axis counts as positive, area below counts as negative.

Area between two graphs

For the region enclosed between two graphs between their points of intersection:

Area=ab(yupperylower)dx\text{Area} = \int_a^b \big(y_{\text{upper}} - y_{\text{lower}}\big)\,dx

where aa and bb come from solving the two equations simultaneously.

The subtraction is what makes this work — it removes the strip beneath the lower graph, and it also means you do not have to worry about whether the region sits above or below the xx-axis.

Kinematics

Integration reverses the chain from displacement to velocity to acceleration:

a        v        sa \;\xrightarrow{\;\int\;}\; v \;\xrightarrow{\;\int\;}\; s

so v=adtv = \displaystyle\int a\,dt and s=vdts = \displaystyle\int v\,dt.

Each integration brings a constant, and each constant is found from a condition given in the question. The two that appear most often are "starts from rest", meaning v=0v = 0 when t=0t = 0, and "starts at the origin", meaning s=0s = 0 when t=0t = 0.