Integral Calculus

Leaving Cert Higher Level Mathematics revision notes with diagrams, key terms and self-check questions.

6 min readHigher LevelBy Studytok
Practise this topic — free →

Integration reverses differentiation. It lets you recover an original function from its rate of change, find areas trapped under or between curves, and calculate the average value of a varying quantity over a given interval. In Leaving Certificate Higher Level Mathematics, you will work fluidly between algebraic rules, graphs, and real-world models.

Antiderivatives and Indefinite Integrals

When you differentiate a function, you find its rate of change. An antiderivative reverses that step, taking you from the derivative back to the original expression. Because any constant number differentiates to zero, many different curves share identical slopes everywhere. For instance, x2x^2, x2+4x^2 + 4, and x211x^2 - 11 all differentiate to 2x2x. When you integrate an expression without boundaries, you must always add an arbitrary constant +c+ c to represent this whole family of parallel curves.

The parabolas y = x², y = x² + 4 and y = x² − 11 have parallel tangents at the same x-coordinate.
The parabolas y = x², y = x² + 4 and y = x² − 11 have parallel tangents at the same x-coordinate.

The core formula is the power rule: add one to the power and divide by that new power. In symbols, xndx=xn+1n+1+c\int x^n \, dx = \frac{x^{n+1}}{n+1} + c, as long as n1n \neq -1. When n=1n = -1, dividing by zero is impossible, so you turn to the natural logarithm instead: 1xdx=lnx+c\int \frac{1}{x} \, dx = \ln|x| + c. If an exam question gives you an initial condition such as a known point (x,y)(x, y) that the curve passes through, substitute those values into your general solution to calculate the exact numerical value of cc. For example, if dydx=36x\frac{dy}{dx} = 3 - 6x and y=1y = 1 when x=2x = 2, integrating gives y=3x3x2+cy = 3x - 3x^2 + c. Substituting the coordinates gives 1=3(2)3(2)2+c1 = 3(2) - 3(2)^2 + c, so 1=6+c1 = -6 + c, which gives c=7c = 7 and the particular solution y=3x3x2+7y = 3x - 3x^2 + 7.

Standard Integration Rules

Before you try to integrate anything, rewrite your algebra into neat index form. Change square roots into fractional powers like x12x^{\frac{1}{2}}, and rewrite denominators using negative powers, so 1x3\frac{1}{x^3} becomes x3x^{-3}.

You can pull constant multipliers out in front of the integral sign: kf(x)dx=kf(x)dx\int k f(x) \, dx = k \int f(x) \, dx. You can also break sums and differences into separate terms: [f(x)±g(x)]dx=f(x)dx±g(x)dx\int [f(x) \pm g(x)] \, dx = \int f(x) \, dx \pm \int g(x) \, dx. Be careful with products and quotients. There is no product rule or quotient rule for integration on the Leaving Certificate course. If you see brackets multiplied together or an algebraic fraction, multiply out the terms or simplify the fraction completely before integrating.

Exponential and Trigonometric Integration

When you integrate exponential and trigonometric terms, you must divide by the coefficient of xx. For the natural exponential, eaxdx=1aeax+c\int e^{ax} \, dx = \frac{1}{a} e^{ax} + c. For a positive base aa other than 11 (a>0,a1a > 0, a \neq 1), the rule includes a logarithm in the denominator: axdx=axlna+c\int a^x \, dx = \frac{a^x}{\ln a} + c.

Trigonometric integration trips students up on signs. Cosine integrates directly to positive sine, but sine integrates to negative cosine. Specifically, cos(ax)dx=1asin(ax)+c\int \cos(ax) \, dx = \frac{1}{a} \sin(ax) + c, while sin(ax)dx=1acos(ax)+c\int \sin(ax) \, dx = -\frac{1}{a} \cos(ax) + c. For example, integrating sin(3x)\sin(3x) gives 13cos(3x)+c-\frac{1}{3} \cos(3x) + c. Make sure your calculator stays in radians mode whenever you evaluate trigonometric calculus problems, as degree mode will destroy your final answer.

Definite Integrals and Area

A definite integral has two limits, aa and bb, and gives a single number rather than a formula: abf(x)dx=[F(x)]ab=F(b)F(a)\int_a^b f(x) \, dx = [F(x)]_a^b = F(b) - F(a). You integrate as normal, put your antiderivative inside square brackets with the limits on the right, and subtract the value at lower limit aa from the value at upper limit bb. The constant +c+ c cancels out during this subtraction, so you do not need to write it down.

Definite integrals calculate signed area. Any region resting above the x-axis gives a positive value, while any region sitting below the x-axis produces a negative value. If a curve crosses the x-axis between your limits, the negative part is subtracted from the positive part, so a single integral gives less than the total area. To find the total geometric area, solve f(x)=0f(x) = 0 to find the intercepts, split the integration into separate pieces at those roots, and take the absolute positive value of each segment before adding them together. For example, to find the area bounded by y=x29y = x^2 - 9, the x-axis, x=0x = 0, and x=5x = 5, first find the roots: x29=0    x=±3x^2 - 9 = 0 \implies x = \pm 3 (so x=3x = 3 is inside the interval). Between x=0x = 0 and x=3x = 3, the curve lies below the axis: 03(x29)dx=[x339x]03=(927)0=18\int_0^3 (x^2 - 9) \, dx = [\frac{x^3}{3} - 9x]_0^3 = (9 - 27) - 0 = -18, giving an area of 1818. Between x=3x = 3 and x=5x = 5, the curve is above the axis: 35(x29)dx=[x339x]35=(125345)(927)=103(18)=443\int_3^5 (x^2 - 9) \, dx = [\frac{x^3}{3} - 9x]_3^5 = (\frac{125}{3} - 45) - (9 - 27) = -\frac{10}{3} - (-18) = \frac{44}{3}. Adding both positive areas gives 18+443=983=322318 + \frac{44}{3} = \frac{98}{3} = 32\frac{2}{3} square units.

The graph y = x² − 9 is shaded below the x-axis from 0 to 3 and above it from 3 to 5, distinguishing signed contributions from positive areas.
The graph y = x² − 9 is shaded below the x-axis from 0 to 3 and above it from 3 to 5, distinguishing signed contributions from positive areas.

Area Between Two Curves

To find the area trapped between two intersecting curves y=f(x)y = f(x) and y=g(x)y = g(x), first set them equal: f(x)=g(x)f(x) = g(x). Solving this equation gives the x-coordinates of their intersection points, which become your integration limits aa and bb. If the curves meet at more than two points, the top curve can change. Work out the area between each pair of neighbouring meeting points separately and add the results. For example, y = x and y = x³ meet at x = −1, 0 and 1, and the total area is 2∫₀¹ (x − x³) dx = 1/2.

Next, identify which curve sits on top across that interval. You can do this with a quick sketch or by testing an intermediate x-value. Set up your definite integral as upper function minus lower function: Area=ab(ytopybottom)dx\text{Area} = \int_a^b (y_{\text{top}} - y_{\text{bottom}}) \, dx. Doing top minus bottom automatically takes care of the signs, even if the region dips below the x-axis, producing a clean positive area in one calculation.

The graphs y = x and y = x³ enclose two shaded lobes between −1 and 1. The cubic is uppermost on the left; the line is uppermost on the right.
The graphs y = x and y = x³ enclose two shaded lobes between −1 and 1. The cubic is uppermost on the left; the line is uppermost on the right.

Average Value of a Function

The average value of a continuous function over an interval [a,b][a, b] is given by Average=1baabf(x)dx\text{Average} = \frac{1}{b - a} \int_a^b f(x) \, dx. Geometrically, this calculation flattens out the wavy curve into a horizontal line of constant height. The rectangle created by this height across the width (ba)(b - a) covers the exact same area as the original curve.

A positive curve and a rectangle share the interval from a to b. The rectangle’s height is the average value, with equal areas of excess and deficit relative to the curve.
A positive curve and a rectangle share the interval from a to b. The rectangle’s height is the average value, with equal areas of excess and deficit relative to the curve.

This formula appears frequently in Paper 1 context questions, such as finding the mean speed of a vehicle, average temperature during a day, or the average depth of water in a tidal port. Always quote the formula first, substitute your limits and function, work through the integration step by step, and round your answer to the required decimal places.

Key terms

Constant of integration (+c)
The arbitrary number added to an indefinite integral to account for the family of parallel curves that share the same derivative.
Definite integral
An integral evaluated between an upper and a lower limit that produces a specific numerical value rather than a formula.
Upper minus lower
The standard method for calculating the area between two curves by subtracting the lower curve equation from the upper curve equation before integrating.
Average value
The mean height of a continuous function across a closed interval [a, b], found by multiplying 1/(b - a) by the definite integral of the function.

Check yourself

  1. If you differentiate your answer to an indefinite integral, what should you get back?

    The original integrand you started with.

  2. What is the indefinite integral of sin(2x) with respect to x?

    -(1/2)cos(2x) + c

  3. What geometric feature do all antiderivatives of a given function share on a coordinate graph?

    They form a family of parallel curves shifted vertically up or down by the constant c.

You've read the theory
Now turn it into exam marks.

Practise integral calculus as questions and flashcards in Studytok, with explanations when you get stuck.

Continue for free →
  1. Read the notes
    6 sections
  2. 2
    Test yourself
    Questions marked instantly
  3. 3
    Keep revising
    Flashcards and exam-style practice