Casio ClassPad II Custom Commands

aroc (Function)

Command last updated 4/7/2022.

Download

aroc(f, x, a, b)

Returns the average rate of change of f between x=a and x=b.

Example

Find the average rate of change of \(3x^2 - 2 \sqrt{x+1}\), between \(x=0\) and \(x=3\). (2016 Methods Exam 2 Section A Question 4)

aroc(3x^2-2sqrt(x+1), x, 0, 3)

Contributed by Nhan