Average Rate of Change

\( \text{Average rate on }[x_1,x_2]=\frac{f(x_2)-f(x_1)}{x_2-x_1} \)
Algebra GCSE

\( \text{Find the average rate of change of f(x)=4x-7 between x=2 and x=6.} \)

Tips: use ^ for powers, sqrt() for roots, and type pi for π.
Hint (H)
Linear slope is constant

Explanation

Show / hide — toggle with X

Statement

The average rate of change of a function between two points \((x_1, f(x_1))\) and \((x_2, f(x_2))\) is given by:

\[\text{Average rate on } [x_1, x_2] = \frac{f(x_2) - f(x_1)}{x_2 - x_1}\]

This formula represents the slope of the secant line through the two points on the function.

Why it’s true (short reason)

  • The change in function values is \(f(x_2) - f(x_1)\).
  • The change in input values is \(x_2 - x_1\).
  • Dividing change in output by change in input gives the rate of change (rise over run).
  • This is the same principle as slope in coordinate geometry.

Recipe (how to use it)

  1. Identify the two \(x\)-values: \(x_1\) and \(x_2\).
  2. Find their corresponding \(y\)-values by calculating \(f(x_1)\) and \(f(x_2)\).
  3. Subtract: \(f(x_2) - f(x_1)\).
  4. Subtract: \(x_2 - x_1\).
  5. Divide the differences to find the average rate of change.

Spotting it

You use this formula when:

  • The question asks for “average rate of change” between two points.
  • You are working with functions, graphs, or tables of values.
  • You want the slope of a line through two points on a curve.

Common pairings

  • Linear functions, where average rate of change equals the constant slope.
  • Differentiation, where the instantaneous rate of change is the limit of this formula.
  • Physics problems involving average speed or velocity.

Mini examples

  1. Given: \(f(x) = x^2\). Find average rate of change between \(x=2\) and \(x=5\). \(f(2)=4, f(5)=25\). \(\frac{25-4}{5-2} = \frac{21}{3} = 7\).
  2. Given: \(f(x) = 3x+1\). Find average rate of change between \(x=1\) and \(x=4\). \(f(1)=4, f(4)=13\). \(\frac{13-4}{4-1} = \frac{9}{3} = 3\).

Pitfalls

  • Forgetting to divide by \(x_2 - x_1\).
  • Switching the order of subtraction incorrectly (which can flip the sign).
  • Using instantaneous rate instead of average rate.
  • Confusing it with arithmetic average of function values.

Exam strategy

  • Write both function values clearly before subtraction.
  • Check that denominator \(x_2-x_1\) is non-zero.
  • Use exact fractions unless decimals are required.
  • Interpret the result in context (e.g. speed, growth rate).

Summary

The average rate of change formula measures how quickly a function changes between two points. It is essentially the slope of the secant line. It is the foundation for understanding gradients, linear models, and the concept of derivatives in calculus.

Worked examples

Show / hide (10) — toggle with E
  1. \( Find the average rate of change of f(x)=x^2 between x=2 and x=5. \)
    1. \( f(2)=4, f(5)=25 \)
    2. \( Δy=21, Δx=3 \)
    3. \( Rate = 21/3 = 7 \)
    Answer: 7
  2. \( Find the average rate of change of f(x)=3x+1 between x=1 and x=4. \)
    1. \( f(1)=4, f(4)=13 \)
    2. \( Δy=9, Δx=3 \)
    3. \( Rate=9/3=3 \)
    Answer: 3
  3. \( Find the average rate of change of f(x)=x^3 between x=1 and x=3. \)
    1. \( f(1)=1, f(3)=27 \)
    2. \( Δy=26, Δx=2 \)
    3. \( Rate=13 \)
    Answer: 13
  4. \( Find average rate of change of f(x)=2x^2-1 between x=0 and x=2. \)
    1. \( f(0)=-1, f(2)=7 \)
    2. \( Δy=8, Δx=2 \)
    3. \( Rate=4 \)
    Answer: 4
  5. \( Find average rate of change of f(x)=√x between x=1 and x=9. \)
    1. \( f(1)=1, f(9)=3 \)
    2. \( Δy=2, Δx=8 \)
    3. \( Rate=1/4 \)
    Answer: 0.25
  6. \( Find average rate of change of f(x)=5x between x=4 and x=10. \)
    1. \( f(4)=20, f(10)=50 \)
    2. \( Δy=30, Δx=6 \)
    3. \( Rate=5 \)
    Answer: 5
  7. \( Find average rate of change of f(x)=x^2+2x between x=-1 and x=2. \)
    1. \( f(-1)=-1+(-2)=-1, f(2)=4+4=8 \)
    2. \( Δy=9, Δx=3 \)
    3. \( Rate=3 \)
    Answer: 3
  8. \( Find average rate of change of f(x)=1/x between x=1 and x=2. \)
    1. \( f(1)=1, f(2)=0.5 \)
    2. \( Δy=-0.5, Δx=1 \)
    3. \( Rate=-0.5 \)
    Answer: -0.5
  9. \( Find average rate of change of f(x)=x^2 between x=-2 and x=2. \)
    1. \( f(-2)=4, f(2)=4 \)
    2. \( Δy=0, Δx=4 \)
    3. \( Rate=0 \)
    Answer: 0
  10. \( Find average rate of change of f(x)=2x^3 between x=1 and x=4. \)
    1. \( f(1)=2, f(4)=128 \)
    2. \( Δy=126, Δx=3 \)
    3. \( Rate=42 \)
    Answer: 42