Gegeben sei im euklidische Vektorraum
\left(\mathcal P_{\leq 2}, \langle \ , \ \rangle \right)
mit
\displaystyle \langle p, q \rangle = \int_{0}^{G} p(x)q(x) \; dx
das Polynom {\color{red}p} \; : [0,G] \to \mathbb R
mit {\color{red}p(x) =Bx^2 +C}
.
Bestimmen Sie die Länge L = \|{\color{red}p} \|
.
L =
L
Es ist
\displaystyle L = \sqrt{\langle {\color{red}p},{\color{red}p}\rangle}
.
Das bestimmte Integral ist eingesetzt und quadriert
\displaystyle
\int_{0}^{G} {\color{red}\left(Bx^2 +C\right)^2} \; dx =
\int_{0}^{G} \left(B*Bx^4 + 2*C*Bx^2 + C*C\right) \; dx =
negParens(fractionReduce(B*B,5)) x^5 +
fractionReduce(2*C*B,3)x^3 + C*Cx \biggl|_{0}^{G} =
fractionReduce(B*B*3*pow(G,5)+ 10*C*B*pow(G,3)+15*C*C*G,15)
.
Ziehen wir noch die Wurzel
L = \sqrt{fractionReduce(B*B*3*pow(G,5)+ 10*C*B*pow(G,3)+15*C*C*G,15)}
.