Skip to main content
EnglandMathsSyllabus dot point

How do you reverse differentiation to find areas under and between curves, and integrate the standard functions?

Indefinite and definite integrals as the reverse of differentiation, the integrals of standard functions, the area under a curve and between two curves, and the trapezium rule for numerical integration.

A focused answer to the OCR A-Level Mathematics A integration content, covering indefinite and definite integrals as the reverse of differentiation, the integrals of standard functions, the area under a curve and between two curves, and the trapezium rule for estimating an integral numerically.

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

OCR wants you to integrate as the reverse of differentiation (with a constant of integration for an indefinite integral), evaluate definite integrals, integrate the standard functions, find the area under a curve and the area between two curves, handle regions below the xx-axis, and estimate an integral numerically with the trapezium rule.

The answer

Integration as anti-differentiation

Integration reverses differentiation. For an indefinite integral always add the constant of integration cc.

The case n=βˆ’1n = -1 is special: ∫xβˆ’1 dx=ln⁑∣x∣+c\displaystyle\int x^{-1}\,dx = \ln|x| + c, not a power.

Definite integrals

A definite integral evaluates the antiderivative at the limits and subtracts. No constant is needed because it cancels.

Area under and between curves

The area under y=f(x)y = f(x) from x=ax = a to x=bx = b (where the curve is above the axis) is ∫abf(x) dx\displaystyle\int_a^b f(x)\,dx. For a region below the axis the integral is negative, so take its magnitude. For the area between two curves, integrate the difference "upper minus lower".

The trapezium rule

When a function cannot be integrated exactly, estimate the area by dividing into strips of equal width and treating each top as a straight line.

Examples in context

Area between a line and a curve

Is the trapezium estimate too big or too small?

For a curve that bends upward (concave up) over the interval, each straight chord lies above the curve, so the trapezium rule overestimates. For a concave-down curve it underestimates. Increasing the number of strips improves the estimate.

Try this

Q1. Find ∫(4x3βˆ’6x+1) dx\displaystyle\int (4x^3 - 6x + 1)\,dx. [2 marks]

  • Cue. x4βˆ’3x2+x+cx^4 - 3x^2 + x + c.

Q2. Evaluate ∫0Ο€sin⁑x dx\displaystyle\int_0^{\pi} \sin x\,dx. [2 marks]

  • Cue. [βˆ’cos⁑x]0Ο€=βˆ’cosβ‘Ο€βˆ’(βˆ’cos⁑0)=1+1=2[-\cos x]_0^{\pi} = -\cos\pi - (-\cos 0) = 1 + 1 = 2.

Exam-style practice questions

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

OCR 20196 marksThe region RR is bounded by the curve y=x2βˆ’2xβˆ’3y = x^2 - 2x - 3 and the xx-axis. Find the exact area of RR.
Show worked answer β†’

Find where the curve meets the axis: x2βˆ’2xβˆ’3=(xβˆ’3)(x+1)=0x^2 - 2x - 3 = (x - 3)(x + 1) = 0, so x=βˆ’1x = -1 and x=3x = 3 (M1, A1).

Between these roots the curve is below the axis, so the integral is negative and the area is its magnitude. Integrate (M1): βˆ«βˆ’13(x2βˆ’2xβˆ’3) dx=[x33βˆ’x2βˆ’3x]βˆ’13\int_{-1}^{3}(x^2 - 2x - 3)\,dx = \left[\dfrac{x^3}{3} - x^2 - 3x\right]_{-1}^{3} (A1).

At x=3x = 3: 9βˆ’9βˆ’9=βˆ’99 - 9 - 9 = -9. At x=βˆ’1x = -1: βˆ’13βˆ’1+3=53-\tfrac{1}{3} - 1 + 3 = \tfrac{5}{3}. The integral is βˆ’9βˆ’53=βˆ’323-9 - \tfrac{5}{3} = -\tfrac{32}{3} (M1).

Area =βˆ£βˆ’323∣=323= \left|-\tfrac{32}{3}\right| = \dfrac{32}{3} square units (A1).

Markers reward the roots, integrating, evaluating at the limits, and taking the magnitude for an area below the axis.

OCR 20225 marksUse the trapezium rule with four strips to estimate ∫024+x3 dx\int_0^2 \sqrt{4 + x^3}\,dx, giving your answer to three decimal places.
Show worked answer β†’

Four strips on [0,2][0, 2] give h=2βˆ’04=0.5h = \dfrac{2 - 0}{4} = 0.5, with ordinates at x=0,0.5,1,1.5,2x = 0, 0.5, 1, 1.5, 2 (M1).

Evaluate y=4+x3y = \sqrt{4 + x^3}: y0=2y_0 = 2, y1=4.125β‰ˆ2.0310y_1 = \sqrt{4.125} \approx 2.0310, y2=5β‰ˆ2.2361y_2 = \sqrt{5} \approx 2.2361, y3=7.375β‰ˆ2.7157y_3 = \sqrt{7.375} \approx 2.7157, y4=12β‰ˆ3.4641y_4 = \sqrt{12} \approx 3.4641 (A1).

Apply the rule (M1): βˆ«β‰ˆ0.52[y0+y4+2(y1+y2+y3)]=0.25[5.4641+2(6.9828)]\int \approx \dfrac{0.5}{2}\big[y_0 + y_4 + 2(y_1 + y_2 + y_3)\big] = 0.25\big[5.4641 + 2(6.9828)\big] (A1).

=0.25[5.4641+13.9656]=0.25Γ—19.4297β‰ˆ4.857= 0.25[5.4641 + 13.9656] = 0.25 \times 19.4297 \approx 4.857 (A1).

Markers reward the strip width, the ordinates, doubling only the interior ordinates, and the final estimate.

Related dot points

Sources & how we know this