Creating a Surface of Revolution Around x-axis

To create a surface of revolution of a function in the xy-plane around the x-axis, follow these steps:
  1. Graph your function, f(t). (in this example, f(t) = -(x-1)(x-5) )
  2. The surface is generated using the SURFACE[ t , f(t) cos(u) , f(t) sin(u) , t , 1 , 5 , u , 0 , 2pi ]
Explore different functions. Use the FUNCTION[ -(x-1)(x-5) , 1 , 5 ] to restrict the domain of your function. Once you create the function, changing it will automatically update your surface.