Casio ClassPad II Custom Commands

aosor (Function)

Command last updated 6/3/2024.

Download

aosor(f, x, a, b)

Returns the area of the surface obtained by rotating the graph of f between x = a and x = b around the x-axis.

Example

Find the area of the surface of revolution obtained by rotating the graph of \(y = x^2\) between \(x=0\) and \(x=2\) around the \(x\)-axis.

aosor(x^2, x, 0, 2)

Contributed by Nhan