Meine Grafik sieht bisher so aus
\begin{tikzpicture}[domain=-2:2] \fill[color=gray!30!white] (-1.4,0.2116)--plot(\x,{0.1*\x^3+0.01*\x+0.5})--(1.4, 0.7884)--(1.4,1.696)--plot(\x,{0.1*\x^2+1.5})--(-1.4,1.696)--(-1.4,0.2116); \draw[->](-2.2,0)--(2.2,0) node[right]{$x$}; \draw[->](0,-0.2)--(0,2.2) node[above]{$f(x)$}; \draw[color=blue] plot (\x,0.1*\x^2+1.5) node[right]{$f(x)$}; \draw[color=blue] plot (\x,0.1*\x^3+0.01*\x+0.5) node[right]{$g(x)$}; \draw[dashed] (1.4,1.696)--(1.4, 0.7884); \draw[dashed] (-1.4,0.2116)--(-1.4,1.696); \coordinate [label=below:$a$] (a) at (-1.4,0); \coordinate[label=below:$b$] (b) at (1.4,0); \end{tikzpicture}
Liebe Grüße &danke
chim012