Casio ClassPad II Custom Commands

aosort (Function)

Command last updated 6/3/2024.

Download

aosort(x, y, t, a, b)

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

Example

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

aosort(t+1, t^2, t, 0, 2)

Contributed by Nhan