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 \(h(t) = -60 \cos \left( \dfrac{\pi t}{15} \right) + 75\), between \(t=0\) and \(t=\dfrac{30}{4}\). (2023 Methods Exam 2 Section B Question 2c)

aroc(h(t), t, 0, 30/4)

Contributed by Nhan