Casio ClassPad II Custom Commands

avalue (Function)

Command last updated 4/7/2022.

Download

avalue(f, x, a, b)

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

Example

Find the average value 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 2b)

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

Contributed by Nhan