To create a surface of revolution of a function in the xy-plane around the x-axis, follow these steps:
[list=1]
[*] Graph your function, f(t). (in this example, f(t) = -(x-1)(x-5) )
[*] The surface is generated using the SURFACE[ t , f(t) cos(u) , f(t) sin(u) , t , 1 , 5 , u , 0 , 2pi ]
[/list]