Skip to main content
WalesMathsSyllabus dot point

How do we reverse differentiation, and use the definite integral to find the area under a curve?

Integration as the reverse of differentiation, indefinite integrals with a constant, definite integrals and the limits, and the area under a curve.

A focused answer to WJEC AS Unit 1 integration, covering integration as the reverse of differentiation, indefinite integrals and the constant of integration, definite integrals with limits, and finding the area between a curve and the axis.

Generated by Claude Opus 4.812 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

WJEC wants you to treat integration as the reverse of differentiation, to find indefinite integrals (remembering the constant of integration), to evaluate definite integrals between limits, and to use a definite integral to find the area under a curve. Integration partners differentiation throughout the course and underpins the kinematics and differential-equation work later.

The answer

Integration as the reverse of differentiation

If differentiating F(x)F(x) gives f(x)f(x), then integrating f(x)f(x) recovers F(x)F(x) up to a constant. Because differentiating a constant gives zero, the reverse must include an unknown constant of integration cc.

To integrate a sum, integrate each term. Rewrite roots and reciprocals as powers first, exactly as for differentiation. The rule excludes n=1n = -1 because x00\dfrac{x^0}{0} is undefined; integrating 1x\dfrac{1}{x} gives lnx+c\ln|x| + c, a result you meet alongside the exponential and logarithm work. A quick self-check on any integration is to differentiate your answer: if it returns the original integrand, the integration is correct, which is worth doing under exam pressure.

Finding a curve from its gradient

If you know dydx\dfrac{dy}{dx} and one point on the curve, integrate to get a family of curves y=F(x)+cy = F(x) + c, then substitute the point to pin down cc.

Definite integrals and area

A definite integral evaluates the antiderivative at the two limits and subtracts.

Examples in context

Example 1. Area between two curves
The area between y=x2y = x^2 and y=2xy = 2x from x=0x = 0 to x=2x = 2 is 02(2xx2)dx=[x2x33]02=483=43\displaystyle\int_0^2 (2x - x^2)\,dx = \left[x^2 - \tfrac{x^3}{3}\right]_0^2 = 4 - \tfrac{8}{3} = \tfrac{4}{3}. Subtracting the lower curve from the upper before integrating gives the enclosed region directly.
Example 2. Distance from velocity
If a particle has velocity v=3t2v = 3t^2 then its displacement from t=0t = 0 to t=2t = 2 is 023t2dt=[t3]02=8m\displaystyle\int_0^2 3t^2\,dt = [t^3]_0^2 = 8\,\text{m}. The definite integral of velocity gives displacement, the link that the mechanics unit exploits.
Example 3. A region partly below the axis
To find the total area enclosed by y=x21y = x^2 - 1 and the xx-axis between x=0x = 0 and x=2x = 2, split at the root x=1x = 1. From 00 to 11 the curve is below the axis: 01(x21)dx=[x33x]01=23\displaystyle\int_0^1 (x^2 - 1)\,dx = \left[\tfrac{x^3}{3} - x\right]_0^1 = -\tfrac{2}{3}, so this area is 23\tfrac{2}{3}. From 11 to 22 the curve is above: 12(x21)dx=43\displaystyle\int_1^2 (x^2 - 1)\,dx = \tfrac{4}{3}. The total area is 23+43=2\tfrac{2}{3} + \tfrac{4}{3} = 2 square units, not the single integral over [0,2][0,2] which would cancel part of it.

Try this

Q1. Find (6x24x+5)dx\displaystyle\int (6x^2 - 4x + 5)\,dx. [3 marks]

  • Cue. 2x32x2+5x+c2x^3 - 2x^2 + 5x + c (do not forget the constant).

Q2. Evaluate 04xdx\displaystyle\int_0^4 \sqrt{x}\,dx. [3 marks]

  • Cue. x=x1/2\sqrt{x} = x^{1/2}, integral is 23x3/2\tfrac{2}{3}x^{3/2}; at the limits 23(8)0=163\tfrac{2}{3}(8) - 0 = \tfrac{16}{3}.

Q3. A curve has gradient dydx=2x+1\dfrac{dy}{dx} = 2x + 1 and passes through (2,7)(2, 7). Find yy. [3 marks]

  • Cue. y=x2+x+cy = x^2 + x + c; substitute to get 7=6+c7 = 6 + c, so c=1c = 1 and y=x2+x+1y = x^2 + x + 1.

Exam-style practice questions

Practice questions written in the style of WJEC exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

WJEC AS style5 marksFind the area enclosed between the curve y=x2+1y = x^2 + 1, the xx-axis, and the lines x=0x = 0 and x=3x = 3.
Show worked answer →

The area is the definite integral of the curve between the limits, since the curve is above the xx-axis throughout.

03(x2+1)dx=[x33+x]03\displaystyle \int_0^3 (x^2 + 1)\,dx = \left[\dfrac{x^3}{3} + x\right]_0^3.

Upper limit: 273+3=9+3=12\dfrac{27}{3} + 3 = 9 + 3 = 12.

Lower limit: 0+0=00 + 0 = 0.

Area =120=12= 12 - 0 = 12 square units.

Markers reward integrating each term correctly, substituting the limits in the right order (upper minus lower), and stating the units. There is no constant of integration in a definite integral because it cancels.

WJEC AS style4 marksA curve passes through the point (1,4)(1, 4) and has gradient function dydx=6x2\dfrac{dy}{dx} = 6x - 2. Find the equation of the curve.
Show worked answer →

Integrate the gradient function, then use the given point to find the constant.

y=(6x2)dx=3x22x+cy = \displaystyle\int (6x - 2)\,dx = 3x^2 - 2x + c.

Substitute (1,4)(1, 4): 4=3(1)22(1)+c=32+c=1+c4 = 3(1)^2 - 2(1) + c = 3 - 2 + c = 1 + c.

So c=3c = 3 and the curve is y=3x22x+3y = 3x^2 - 2x + 3.

Markers reward integrating correctly with a constant included, substituting the point to solve for cc, and writing the full equation. Omitting the constant of integration loses the method mark for this kind of question.

Related dot points

Sources & how we know this