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 \(\dfrac{4500}{7} \left( e^{ - \tfrac{t}{5} } - e^{ - \tfrac{9t}{10} } \right)\), between \(t=0\) and \(t=6\). (2018 Methods Exam 2 Section B Question 2c)

avalue(4500/7(e^(-t/5)-e^(-9t/10)), t, 0, 6)

Contributed by Nhan