Welche Höhe {\color{red}h}
muss das (rote) Rechteck
haben, damit sein Flächeninhalt
gleich der Fläche zwischen der x
-Achse und dem
Graphen
der (Parabel-)Funktion
{\color{blue}f}
mit
{\color{blue}f(x)} = -x^2 + \ldots
ist ?
Eine Rechteckseite lesen wir auf der x
-Achse
mit {\color{orange}a}
ab.
Die Rechteckfläche ist damit gleich
{\color{red}h} \cdot {\color{orange}a}
und auch
gleich dem Integral
\displaystyle
\int_{L}^{U}
{\color{blue}f(x)} \; dx.
Das gesuchte {\color{red}h}
finden wir als
\displaystyle
{\color{red}h} = \frac 1{{\color{orange}a}}
\int_{L}^{U}
{\color{blue}f(x)} \; dx.
Wir bestimmen {\color{blue}f(x)}
mit
den beiden Nullstellen als
a = L
und
a = U
{\color{blue}f(x)} = - (x-L)
(x-U)
.
Der Hauptsatz liefert dann
\displaystyle
\int_{L}^{U}
{\color{blue}f(x)} \; dx =
\int_{L}^{U}
-x^2 + negParens(2*L+a) x -
L*U\; dx
= fractionReduce(roundTo(2,3*(F(U)-F(L))),3).
Und damit zusammen
\displaystyle
{\color{red}h} = \frac 1{{\color{orange}a}} \cdot
fractionReduce(roundTo(2,3*(F(U)-F(L))),3) =
fractionReduce(roundTo(2,3*(F(U)-F(L))),3*a).