Skip to main content
ScotlandMathsSyllabus dot point

How do you use integration to measure area and volume and to recover a quantity from its rate of change?

Using integration to find the area enclosed between a curve and a line or between two curves, the area below the x-axis, recovering displacement from velocity, and using a definite integral to evaluate an accumulated quantity in context.

A focused answer to the SQA Higher Mathematics applying integral calculus content, covering the area between a curve and a line or between two curves, the area below the x-axis, recovering displacement from velocity, and evaluating an accumulated quantity with a definite integral.

Generated by Claude Opus 4.89 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. Area between curves
  3. Area below the axis
  4. Recovering a quantity
  5. Examples in context
  6. Try this

What this dot point is asking

The SQA wants you to use integration to find the area between a curve and a line or between two curves, handle areas below the x-axis, recover displacement from velocity, and use a definite integral to evaluate an accumulated quantity in a real context.

Area between curves

The key idea is that a definite integral measures signed area between a curve and the x-axis. To find the area trapped between two curves you subtract: the upper boundary minus the lower boundary, integrated between the x-values where the boundaries cross. Finding those crossing points is half the work, so solve the two equations simultaneously before you integrate anything.

Area below the axis

A curve below the x-axis gives a negative integral. Split the interval at each x-axis crossing, integrate each part, and add the magnitudes so areas do not cancel. If a question asks for area it always wants the total positive amount; if it asks for the value of a definite integral, you keep the sign.

Recovering a quantity

Integrating velocity with respect to time gives displacement, and a definite integral of any rate over an interval gives the total change accumulated. Because displacement allows backward motion to cancel forward motion, total distance requires you to split at any time where the velocity is zero and add the magnitudes.

Examples in context

A tank fills at a rate of r(t)=8βˆ’2tr(t) = 8 - 2t litres per minute for 0≀t≀40 \le t \le 4. The total volume added is ∫04(8βˆ’2t) dt=[8tβˆ’t2]04=32βˆ’16=16\displaystyle\int_0^4 (8 - 2t)\,dt = \left[8t - t^2\right]_0^4 = 32 - 16 = 16 litres. The same definite integral that measures area under the rate-time graph here measures accumulated volume, which is the central idea behind every accumulation problem.

Try this

Q1. Find the area between y=x2y = x^2 and y=2xy = 2x from their intersections. [4 marks]

  • Cue. They meet at x=0x = 0 and x=2x = 2; ∫02(2xβˆ’x2) dx=[x2βˆ’x33]02=4βˆ’83=43\displaystyle\int_0^2 (2x - x^2)\,dx = \left[x^2 - \dfrac{x^3}{3}\right]_0^2 = 4 - \dfrac{8}{3} = \dfrac{4}{3}.

Q2. A particle has velocity v=3t2v = 3t^2 m/s. Find the displacement between t=0t = 0 and t=2t = 2. [3 marks]

  • Cue. ∫023t2 dt=[t3]02=8\displaystyle\int_0^2 3t^2\,dt = [t^3]_0^2 = 8 metres.

Q3. Find the area enclosed between y=x3y = x^3 and y=xy = x in the first quadrant. [4 marks]

  • Cue. They meet at x=0x = 0 and x=1x = 1, with y=xy = x above; ∫01(xβˆ’x3) dx=[x22βˆ’x44]01=14\displaystyle\int_0^1 (x - x^3)\,dx = \left[\dfrac{x^2}{2} - \dfrac{x^4}{4}\right]_0^1 = \dfrac{1}{4} square units.

Exam-style practice questions

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

SQA Higher 20186 marksThe curve y=x2βˆ’2xy = x^2 - 2x and the line y=xy = x enclose a finite region. Calculate the area of this region.
Show worked answer β†’

Find the limits by solving for the intersections: x2βˆ’2x=xx^2 - 2x = x, so x2βˆ’3x=0x^2 - 3x = 0, giving x(xβˆ’3)=0x(x - 3) = 0 and x=0x = 0 or x=3x = 3 (2 marks).

Decide which is upper: at x=1x = 1 the line gives y=1y = 1 and the curve gives 1βˆ’2=βˆ’11 - 2 = -1, so the line y=xy = x is above the curve on [0,3][0, 3] (1 mark).

Area =∫03(xβˆ’(x2βˆ’2x)) dx=∫03(3xβˆ’x2) dx= \displaystyle\int_0^3 \big(x - (x^2 - 2x)\big)\,dx = \int_0^3 (3x - x^2)\,dx (1 mark).

Integrate: [3x22βˆ’x33]03=3(9)2βˆ’273=272βˆ’9=92\left[\dfrac{3x^2}{2} - \dfrac{x^3}{3}\right]_0^3 = \dfrac{3(9)}{2} - \dfrac{27}{3} = \dfrac{27}{2} - 9 = \dfrac{9}{2} square units (2 marks). Markers reward solving for both limits, the correct upper-minus-lower integrand, accurate integration and substitution of limits.

SQA Higher 20225 marksA particle moves in a straight line with velocity v(t)=12βˆ’6tv(t) = 12 - 6t m/s, where tt is in seconds. Determine the total distance travelled by the particle between t=0t = 0 and t=4t = 4.
Show worked answer β†’

Distance, unlike displacement, must not let motion in opposite directions cancel, so first find where v=0v = 0: 12βˆ’6t=012 - 6t = 0 gives t=2t = 2 (1 mark). The particle moves forward on [0,2][0, 2] (where v>0v > 0) and backward on [2,4][2, 4] (where v<0v < 0).

Forward distance: ∫02(12βˆ’6t) dt=[12tβˆ’3t2]02=24βˆ’12=12\displaystyle\int_0^2 (12 - 6t)\,dt = \left[12t - 3t^2\right]_0^2 = 24 - 12 = 12 m (1 mark).

Backward part: ∫24(12βˆ’6t) dt=[12tβˆ’3t2]24=(48βˆ’48)βˆ’(24βˆ’12)=βˆ’12\displaystyle\int_2^4 (12 - 6t)\,dt = \left[12t - 3t^2\right]_2^4 = (48 - 48) - (24 - 12) = -12, magnitude 1212 m (2 marks).

Total distance =12+12=24= 12 + 12 = 24 m (1 mark). Markers reward splitting at v=0v = 0, integrating each part, and adding magnitudes rather than the signed total.

Related dot points

Sources & how we know this