\documentclass[border=10pt]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.markings}
% Declare nice sphere shading: http://tex.stackexchange.com/a/54239/12440
\pgfdeclareradialshading[tikz@ball]{ball}{\pgfqpoint{0bp}{0bp}}{%
color(0bp)=(tikz@ball!0!white);
color(7bp)=(tikz@ball!0!white);
color(15bp)=(tikz@ball!70!black);
color(20bp)=(black!70);
color(30bp)=(black!90)}
\makeatother
\begin{document}
\begin{tikzpicture}[xscale=2]
\pgfmathsetmacro\startx{0.5};
\pgfmathsetmacro\endx{2.2};
\pgfmathsetmacro\domw{\endx-\startx};
\pgfmathsetmacro\cyln{5}; % number of disks
\pgfmathsetmacro\cylw{\domw/\cyln}; % width of disks
\pgfmathsetmacro\smoothn{60}; % number of disks in "smooth" volume
\pgfmathsetmacro\smoothw{\domw/\smoothn};
\pgfmathsetmacro\starty{-0.4*\startx*\startx*\startx+0.5*\startx*\startx+3}
\pgfmathsetmacro\startby{1.47941 - 0.558824*\startx}
\pgfmathsetmacro\endy{-0.4*\endx*\endx*\endx+0.5*\endx*\endx+3};
\pgfmathsetmacro\endby{1.47941 - 0.558824*\endx};
\begin{scope}[xshift=0cm]
%\draw[black, very thin,<->] (-0.5,0) -- (3,0);
\draw[black, very thin,<->] (0,-3.5) -- (0,3.5);
\draw[black, very thin] (\startx,-1)--(\startx,-1.2);
\draw[black, very thin] (\endx,-1)--(\endx,-1.2);
\node[below] at (\startx,-1.2) {$a$};
\node[below] at (\endx,-1.2) {$b$};
\fill[domain=\startx:\endx,smooth,variable=\x,cyan,opacity=0.4] plot ({\x},{-0.4*\x*\x*\x+0.5*\x*\x+3})--(\endx,0.25)--(\startx,1.2);
\draw[domain=\startx:\endx,smooth,variable=\x, ultra thick, purple] plot ({\x},{-0.4*\x*\x*\x+0.5*\x*\x+3}) node[above right] {$f(x)$};
\draw[ultra thick, orange] (\startx,1.2) -- (\endx,0.25) node[right] {$g(x)$};
\draw[-latex,black,ultra thick] (0,-1)--(3,-1);
\node[left] at (0,-1) {$0$};
\draw[decoration={markings, mark=at position 0.125 with {\arrow{>}}}, postaction={decorate},thick] (2.5,-1) ellipse (0.1 and 0.5);
\end{scope}
\begin{scope}[xshift=4.5cm]
%\draw[black, very thin,<->] (-0.5,0) -- (3,0);
\draw[black, very thin,<->] (0,-5.5) -- (0,3.5);
\draw[fill=cyan] (\startx,\starty) to[out=315, in=45,looseness=0.3] (\startx,-\starty-2) to[out=135, in=225,looseness=0.3] (\startx,\starty);
%\draw[black, very thin] (0,0) -- (\startx,0);
%\draw[black, very thin] (\startx,0)--(\startx,-0.2);
%\node[below] at (\startx,-0.2) {$a$};
\draw[-latex,black,ultra thick] (0,-1)--(3,-1);
% inner tube
\foreach \i [count=\int] in {\cyln,...,0} {
\pgfmathsetmacro\tx{\startx+\i*\cylw}; % startx of shell
\pgfmathsetmacro\ty{-0.4*\tx*\tx*\tx+0.5*\tx*\tx+3};
\pgfmathsetmacro\by{1.47941 - 0.558824*\tx};
\fill[cyan,draw=gray,thin] (\tx,\by)--(\tx+\cylw,\by) to[out=225, in=135,looseness=0.3] (\tx+\cylw,-1*\by-2)--(\tx,-1*\by-2) to[out=135, in=225,looseness=0.3] (\tx,\by);
\begin{scope}
\clip (\tx,\by)--(\tx+\cylw,\by) to[out=225, in=135,looseness=0.3] (\tx+\cylw,-1*\by-2)--(\tx,-1*\by-2) to[out=135, in=225,looseness=0.3] (\tx,\by);
\begin{scope}
\shade [ball color=white, opacity=0.7] (\tx,-1) circle (1.3*\by+1);
\end{scope}
\end{scope}
\fill[cyan,draw=gray,thin](\tx,\ty)--(\tx+\cylw,\ty) to[out=315, in=45,looseness=0.3] (\tx+\cylw,-1*\ty-2)--(\tx,-1*\ty-2) to[out=45, in=315,looseness=0.3] (\tx,\ty);
\begin{scope}
\clip (\tx,\ty)--(\tx+\cylw,\ty) to[out=315, in=45,looseness=0.3] (\tx+\cylw,-1*\ty-2)--(\tx,-1*\ty-2) to[out=45, in=315,looseness=0.3] (\tx,\ty);
\begin{scope}
\shade [ball color=white, opacity=0.7] (\tx,-1) circle (1.3*\ty+1);
\end{scope}
\end{scope}
}
%\draw[black, very thin] (0,0) -- (\startx+0.3,0);
%\draw[black, very thin] (\startx,0)--(\startx,-0.2);
%\node[below] at (\startx,-0.2) {$a$};
\draw[-,black,ultra thick] (0,-1)--(\startx+0.3,-1);
\node[left] at (0,-1) {$0$};
\fill[cyan] (\startx,\starty) to[out=315, in=45,looseness=0.3] (\startx,-\starty-2) --(\startx,-\startby-2) to[out=45, in=315,looseness=0.3] (\startx,\startby)--(\startx,\starty);
%\draw[thick,purple] (\startx,\starty)--(\startx-0.2,\starty)--(\startx-0.2,-1)--(\startx,-1);
%\draw[thick,purple] (\startx-0.2,\startby+0.5*\starty-0.5*\startby)--(\startx-0.4,\startby+0.5*\starty-0.5*\startby);
%\node[left,text width=3cm, align=right,purple] at (\startx-0.6,\startby+0.5*\starty-0.5*\startby) {Outer radius\\ $f(x)+1$};
%\draw[thick,orange] (\startx,\startby)--(\startx-0.4,\startby)--(\startx-0.4,-1)--(\startx,-1);
%\draw[thick,orange] (\startx-0.4, 0.5*\startby)--(\startx-0.6,0.5*\startby);
%\node[left,text width=3cm, align=right,orange] at (\startx-0.6,0.5*\startby) {Inner radius $g(x)+1$};
\draw[black, very thin] (\startx,-1)--(\startx,-1.2);
\node[below] at (\startx,-1.2) {$a$};
\end{scope}
\begin{scope}[xshift=8.5cm]
% \draw[black, very thin,<->] (-0.5,0) -- (3,0);
\draw[black, very thin,<->] (0,-5.5) -- (0,3.5);
\draw[-latex,black,ultra thick] (0,-1)--(3,-1);
% left flat face
\draw[fill=cyan] (\startx,\starty) to[out=315, in=45,looseness=0.3] (\startx,-\starty-2) to[out=135, in=225,looseness=0.3] (\startx,\starty);
\begin{scope}
\clip [domain=\startx:\endx,smooth,variable=\x] plot ({\x},{1.47941 - 0.558824*\x}) to[out=315, in=45,looseness=0.3] (\endx,-1*\endby-2) plot[domain=\endx:\startx,smooth,variable=\x] ({\x},{-3.47941 + 0.558824*\x}) to[out=135, in=225,looseness=0.3] (\startx,\startby);
\begin{scope}[]
\shade [ball color=white, opacity=0.7] (1.5,-1) circle (3);
\end{scope}
\end{scope}
\draw[-,black,ultra thick] (0,-1)--(\startx+0.3,-1);
\node[left] at (0,-1) {$0$};
% \draw[black, very thin] (0,0) -- (\startx+0.3,0);
% \draw[black, very thin] (\startx,0)--(\startx,-0.2);
% \node[below] at (\startx,-0.2) {$a$};
\fill[cyan] (\startx,\starty) to[out=315, in=45,looseness=0.3] (\startx,-\starty-2) --(\startx,-\startby-2) to[out=45, in=315,looseness=0.3] (\startx,\startby)--(\startx,\starty);
\draw[thin] (\startx,-\startby-2) to[out=45, in=315,looseness=0.3] (\startx,\startby) to[out=225, in=135,looseness=0.3] (\startx,-\startby-2);
\draw[domain=\startx:\endx,smooth,variable=\x, fill=cyan] plot ({\x},{-0.4*\x*\x*\x+0.5*\x*\x+3}) to[out=300, in=70,looseness=0.3] (\endx,-1*\endy-2) plot[domain=\endx:\startx,smooth,variable=\x] ({\x},{0.4*\x*\x*\x-0.5*\x*\x-5}) to[out=45, in=315,looseness=0.3] (\startx,\starty);
\begin{scope}
\clip [domain=\startx:\endx,smooth,variable=\x] plot ({\x},{-0.4*\x*\x*\x+0.5*\x*\x+3}) to[out=300, in=70,looseness=0.3] (\endx,-1*\endy-2) plot[domain=\endx:\startx,smooth,variable=\x] ({\x},{0.4*\x*\x*\x-0.5*\x*\x-5}) to[out=45, in=315,looseness=0.3] (\startx,\starty);
\begin{scope}[]
\shade [ball color=white, opacity=0.7] (0.8,-1) circle (4.5);
\end{scope}
\end{scope}
\draw[black, very thin] (\startx,-1)--(\startx,-1.2);
\node[below] at (\startx,-1.2) {$a$};
\end{scope}
\end{tikzpicture}
\end{document}