You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The mean value (or average value) of a function over an interval is an elegant Further-Mathematics idea: it extends "the average of a list of numbers" to "the average of a continuously-varying quantity". It connects integration to averaging, has a clean geometric reading (the height of an equal-area rectangle), and underpins the root-mean-square value that drives electrical engineering and physics. This lesson develops the definition, the Mean Value Theorem for integrals, RMS, the parametric form, and full exam technique.
The mean value of a function is compulsory Pure content for Papers 1 and 2 (each 2 h, 100 marks, 33⅓%, with per-paper weighting AO1 55% / AO2 25% / AO3 20%), within the "Further calculus" strand. It is largely AO1 (apply the averaging formula and integrate correctly), with AO2 appearing whenever a question demands interpretation ("explain why the mean lies between the maximum and minimum") or a proof of the Mean Value Theorem flavour, and AO3 when set in an applied context such as average velocity or effective power. RMS is the synoptic payoff — it links to mechanics (effective force), to the normal distribution's variance in Statistics, and to A-Level Maths integration of sin2 and cos2 via the double-angle identities. Because the calculation is short, examiners reward precise communication and sensible checks rather than length, so this is a topic where disciplined presentation directly converts into marks.
The mean value of a continuous function f over [a,b] is
fˉ=b−a1∫abf(x)dx.
In words: take the total signed area under the curve and share it evenly across the width b−a. The result is the height of a rectangle, on the same base [a,b], enclosing exactly the same area:
(b−a)fˉ=∫abf(x)dx=A⟹fˉ=b−aA.
This mean-value rectangle "levels out" all the bumps and dips of y=f(x) into one flat height: imagine the area under the curve as water that is then allowed to settle to a level surface — the resulting depth is fˉ. Geometrically, the parts of the curve poking above the line y=fˉ enclose exactly as much area as the troughs falling below it, so the line splits the region into matching surplus and deficit. Because the average cannot exceed the largest value nor fall below the smallest, we always have
min[a,b]f ≤ fˉ ≤ max[a,b]f,
a sanity check you should apply to every answer.
Why divide by b−a? Compare with a discrete average n1∑i=1nf(xi). Replacing the sum by an integral and the count n by the length b−a gives exactly b−a1∫abfdx: the continuous limit of "add them up and divide by how many".
To make that precise, sample f at n equally-spaced points xi=a+iδx with δx=nb−a. The ordinary average of the samples is
n1∑i=1nf(xi)=n1∑i=1nf(xi)⋅δxδx=nδx1∑i=1nf(xi)δx=b−a1∑i=1nf(xi)δx,
using nδx=b−a. As n→∞ the sum ∑f(xi)δx becomes the integral ∫abfdx, giving fˉ=b−a1∫abfdx exactly. The definition is therefore the honest continuous version of "the average of infinitely many samples", not an arbitrary formula to be memorised. Understanding this derivation also makes the units obvious: fˉ carries the same units as f itself, since dividing the integral (units of f times x) by the width (units of x) cancels the x-units.
Find the mean value of f(x)=x2 over [0,3].
∫03x2dx=[3x3]03=327=9(M1 integrate, A1 value 9)
fˉ=3−01×9=3(M1 apply b−a1, A1 value 3)
The mean value is 3; since 0≤3≤9=f(3), it sits between the min and max as expected.
Find the mean value of sinx over [0,π].
∫0πsinxdx=[−cosx]0π=−cosπ+cos0=1+1=2
fˉ=π1×2=π2≈0.637.
This is approximately 0.637. The peak of sinx on [0,π] is 1 and the minimum is 0, and indeed 0<π2<1, so the answer passes the min–max sanity check comfortably.
Find the mean value of ex over [0,1].
∫01exdx=[ex]01=e−1,fˉ=1−0e−1=e−1≈1.718.
Find the mean value of f(x)=x1 over [1,e].
∫1ex1dx=[lnx]1e=lne−ln1=1,fˉ=e−11×1=e−11≈0.582.
Notice the answer lies between the function's values at the ends, f(e)=e1≈0.368 and f(1)=1 — the usual sanity check holds.
Find the mean value of f(x)=cosx over [0,π]. Because cosx is positive on [0,2π) and negative on (2π,π], expect substantial cancellation:
∫0πcosxdx=[sinx]0π=sinπ−sin0=0,fˉ=π1×0=0.
The mean is exactly 0: the positive area on the first half is cancelled by the equal negative area on the second. This is a vivid reminder that the mean value is a signed average — and a perfect motivation for the root-mean-square, which never suffers this cancellation.
(Specimen-style — not a real past paper.)
(a) Find the mean value of f(x)=sin2x over one full period [0,2π]. (b) Hence write down the mean value of cos2x over the same interval, justifying your answer.
(a) Use the double-angle identity sin2x=21(1−cos2x):
∫02πsin2xdx=∫02π21−cos2xdx=[2x−4sin2x]02π=22π−0=π.
fˉ=2π1×π=21.
(b) Since sin2x+cos2x=1, the two means must sum to 1; by symmetry they are equal, so the mean of cos2x is also 21. (Equivalently cos2x=21(1+cos2x) integrates to π likewise.)
(c) Hence write down the RMS value of sinx over [0,2π]. The RMS is the square root of the mean of the square, and the mean of sin2x is 21 from part (a), so frms=21=21. The word "Hence" signals exactly this reuse of the part-(a) result — no fresh integration is required, and re-deriving it from scratch would waste time and risk error.
Key result. The mean of sin2 or cos2 over any whole number of periods is always 21 — the single most-used fact in RMS calculations. Commit it to memory together with its consequence frms=2A for a sinusoid of amplitude A.
Mean Value Theorem (for integrals). If f is continuous on [a,b], there exists at least one c∈(a,b) with f(c)=b−a1∫abf(x)dx.
Why it is true (proof sketch). Let m and M be the minimum and maximum of the continuous function f on [a,b]. Then m≤f(x)≤M for all x, and integrating preserves the inequalities:
m(b−a)≤∫abf(x)dx≤M(b−a)⟹m≤fˉ≤M.
So the average fˉ is a value between the minimum and maximum of f. By the Intermediate Value Theorem, a continuous function takes every value between its minimum and maximum, so there is some c∈[a,b] with f(c)=fˉ. That is, the function genuinely attains its average somewhere. For f(x)=x2 on [0,3] we found fˉ=3; solving c2=3 gives c=3≈1.732∈(0,3), confirming the theorem. Note that c is not generally the midpoint — here the midpoint is 1.5, but the mean is attained at 3≈1.73.
Find the mean value of f(x)=2x+1 over [0,4].
∫04(2x+1)dx=[x2+x]04=16+4=20,fˉ=420=5.
For any linear f(x)=mx+c, the mean over [a,b] equals the value at the midpoint, f(2a+b). Here f(2)=5, matching — a quick check worth knowing. The reason is that a straight line's graph over [a,b] has its "level surface" exactly at the midpoint height, so the surplus above the line on one side balances the deficit on the other by symmetry. This shortcut is only valid for linear functions; do not be tempted to use it on curves.
Examiners reward the structure as much as the answer. Write the formula fˉ=b−a1∫abfdx before substituting — the b−a1 factor is itself a method mark, and omitting it is the commonest way to lose marks on this topic. "Find the mean value" and "find the average value" mean the same thing, so do not be thrown by the wording. The command "Hence" requires you to reuse the integral or result you just computed (do not restart from scratch — a fresh method may even be penalised under "Hence"). For RMS, the structure is square → integrate → average → root — showing each stage protects follow-through marks if one slips. Leave answers exact (e.g. π2, 21) unless a decimal is requested, and always perform the min–max sanity check: a mean value outside the range of f on the interval is definitely an error. A final-answer-only response with no working caps the marks even when the number is right.
Question: Find the mean value of cosx over [0,2π] and state, with reason, what it tells you.
Mid-band response. "∫0π/2cosxdx=[sinx]=1. Mean =1÷2π=π2."
Examiner-style commentary. Correct value and a correctly evaluated integral, but the limits are not written in the bracket and there is no interpretation — the AO2 "state what it tells you" is unaddressed, so a communication mark is lost.
Stronger response. "∫0π/2cosxdx=[sinx]0π/2=1−0=1. Mean =π/21×1=π2≈0.64. This lies between 0 and 1, the min and max of cosx on the interval."
Examiner-style commentary. Complete and well-presented; limits shown, the b−a1 factor explicit, and a sensible check. Full marks.
Top-band response. "fˉ=2π−01∫0π/2cosxdx=π2[sinx]0π/2=π2(1)=π2≈0.637. This equals the mean of sinx over [0,π] — unsurprising, since cosx=sin(2π−x) maps one interval onto the other. The value lies strictly between the function's minimum 0 and maximum 1, as the Mean Value Theorem guarantees, and is attained at x=arccosπ2≈0.88."
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.