Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The average value of a function tells you the typical height of a curve over an interval. Instead of averaging a list of numbers, calculus averages all the function values from x = a to x = b. This matters because many real quantities, such as velocity, temperature, and power, change continuously over time.

The average value gives one constant number that represents the same total accumulation over the interval.

The key idea is to compare the signed area under the curve y = f(x) with the area of a rectangle. The rectangle has width b - a and height f_avg, so its area is (b - a)f_avg. Setting this equal to the definite integral from a to b gives f_avg = (1/(b - a))∫_a^b f(x) dx.

If f is continuous, the Mean Value Theorem for Integrals guarantees that at least one point c in [a,b] has f(c) = f_avg.

Understanding Calculus: The Average Value of a Function

The calculation can be understood as a limit of ordinary averages. Imagine splitting the interval into many narrow strips. At each strip, record the function height and multiply it by the strip width.

Each product estimates a small amount of accumulated quantity. Adding the products gives an increasingly accurate total as the strips become narrower. Dividing that total by the full interval length gives a height per unit of input.

This is why an average value is not usually found by simply averaging a few visible points on a graph. Every part of the interval has weight, including parts between the points that were measured.

Units provide a useful check on the result. If a velocity is measured in metres per second and time is measured in seconds, accumulation produces metres. Dividing by time returns metres per second, which is an average velocity.

If electric power is measured in watts over a time period, its accumulation is energy. Dividing by time gives average power in watts. The same reasoning works for temperature records, concentration levels, water flow, and many other changing quantities.

Students should always ask what the horizontal axis measures. An average over distance can mean something different from an average over time, even when the graph has a similar shape.

Signed values need careful interpretation. A curve above the horizontal axis adds to the total, while a curve below it subtracts. For velocity, this makes the average velocity describe net change in position.

A trip that goes forward for part of the time and backward later can have an average velocity of zero, even though the traveller moved a substantial total distance. To find average speed in that situation, the negative velocity values must first be treated as positive because speed does not include direction.

This difference is a common source of mistakes. The graph and the physical meaning must decide whether negative values should cancel or whether magnitudes should be accumulated.

For a straight graph that rises steadily from a height of two to a height of eight, the average height is five. The middle value works because the graph is linear and its area forms a trapezoid. Curved graphs are less simple.

A brief tall peak may raise the average less than a moderate value that lasts for most of the interval. When data come from a table rather than an equation, numerical methods estimate the needed accumulation using small trapezoids or rectangles. Smaller gaps between data points usually improve the estimate.

For a continuous function, the average height occurs at one or more actual points on the curve. That point is not necessarily the midpoint of the interval. It may be in several places, especially when the graph rises and falls.

Key Facts

  • Average value formula: f_avg = (1/(b - a))∫_a^b f(x) dx.
  • The interval length is b - a, and it must be positive, so b > a.
  • The definite integral ∫_a^b f(x) dx represents signed area, with area below the x-axis counted as negative.
  • The equal-area rectangle has area (b - a)f_avg.
  • For a constant function f(x) = k, the average value is f_avg = k.
  • Mean Value Theorem for Integrals: if f is continuous on [a,b], then there is at least one c in [a,b] such that f(c) = f_avg.

Vocabulary

Average value
The single constant value that gives the same signed area over an interval as the original function.
Definite integral
A quantity that measures the net signed area between a function and the x-axis over a specified interval.
Interval
The set of x-values from a starting point a to an ending point b, written [a,b].
Signed area
Area above the x-axis counted as positive and area below the x-axis counted as negative.
Mean Value Theorem for Integrals
A theorem stating that a continuous function reaches its average value at least once on a closed interval.

Common Mistakes to Avoid

  • Forgetting to divide by b - a. The integral gives total signed accumulation, not the average height.
  • Using b + a instead of b - a for the interval length. The width of the interval is the distance from a to b, so it is b - a.
  • Treating all area as positive when the function goes below the x-axis. The average value formula uses signed area, so negative portions reduce the result.
  • Assuming f_avg must occur at the midpoint of the interval. The Mean Value Theorem for Integrals guarantees at least one point c, but it does not have to be the midpoint.

Practice Questions

  1. 1 Find the average value of f(x) = 2x + 1 on the interval [0,4].
  2. 2 Find the average value of f(x) = x^2 on the interval [1,3].
  3. 3 A continuous function has average value 5 on [2,8]. Explain what this tells you about the area under the curve and what the Mean Value Theorem for Integrals guarantees.