de-CH
utf-8
math math-format
Gebietsintegral: Parameter für Wert finden, mit rechnen
int2-04-02
multiple
10192
randRangeExclude(-8,8,[0,1,-1]) randRangeExclude(-8,8,[0,1,A,-1]) randRange(1,8) randRangeExclude(1,8,[X]) randRangeExclude(-8,8,[0]) fractionReduce(-2*Y*X*X-6*Y*X*X+3*X*Y*K*A,3)

Für eine Konstante \color{red}K sei die Funktion f: \mathbb R^2 \to \mathbb R mit f(x,y) = A {\color{red}K} + B x gegeben.

Für welches \color{red}K ist das Integral \displaystyle \int \int_{{\color{orange}D}} f(x,y) dA = I mit dem Dreieck \color{orange}D unten.



graphInit({ range: [[-2, 9],[-9, 9]], scale: [20,20], tickStep: [1,1], gridStep: [1,1], labelStep: [2,2], gridOpacity: 0.1, axisOpacity: 0.8, tickOpacity: 0.6, labelOpacity: 0.8 }); label( [ 0, 9.5 ], "y", "above" ); label( [9.5,0 ], "x", "right" ); line( [0, -Y], [0, Y], { stroke: ORANGE } ); line( [0,-Y], [X, 0], { stroke: ORANGE } ); line( [X,0], [0, Y], { stroke: ORANGE } )


a {\color{red}K} = K

Es ist

\displaystyle \int \int_{{\color{orange}D}} f(x,y) \, dA = \int \int_{{\color{orange}D}} (A {\color{red}K} + B x) \, dA = \int \int_{{\color{orange}D}} A {\color{red}K} \, dA + \int \int_{{\color{orange}D}} B x \, dA.

Der erste Summand \displaystyle \int \int_{{\color{orange}D}} A {\color{red}K} \, dA = A {\color{red}K} \int \int_{{\color{orange}D}} 1 \, dA berechnet sich schnell geometrisch,

da \displaystyle \int \int_{{\color{orange}D}} 1 \, dA = Flächeninhalt des Dreiecks {\color{orange}D} = X \cdot Y = Y*X.

Zusammen hat der erste Summand den Wert \displaystyle \int \int_{{\color{orange}D}} A {\color{red}K} \, dA = A*X*Y {\color{red}K}.

Der zweite Summand berechnet sich mit \displaystyle \int \int_{{\color{orange}D}} B x \, dA = B \int_{0}^{X} \int_{fractionReduce(Y,X,small=true) x - Y}^{-fractionReduce(Y,X,small=true) x +Y} x \, dy dx.

Für die Intervallgrenzen der inneren Integration gilt fractionReduce(Y,X) x - Y = - \left(-fractionReduce(Y,X) x +Y\right), das heisst, die eine Grenze ist jeweils das negative der anderen.

Aufgrund der Achsensymmetrie der gerade Funktion y \mapsto x folgt also \displaystyle \int_{fractionReduce(Y,X,small=true) x - Y}^{-fractionReduce(Y,X,small=true) x +Y} x \, dy = 2 \int_{0}^{-fractionReduce(Y,X,small=true) x +Y} x \, dy = 2 x \left( -fractionReduce(Y,X,small=true) x +Y \right) = -fractionReduce(2*Y,X) x^2 +2*Yx.

Die zweite Integration ist \displaystyle \int_{0}^{X} -fractionReduce(2*Y,X) x^2 +2*Yx \, dx und ergibt -fractionReduce(2*Y*X*X+6*Y*X*X,3).

Zusammen ist \displaystyle \int \int_{{\color{orange}D}} f(x,y) dA = I = A*X*Y {\color{red}K} + fractionReduce(-2*Y*X*X-6*Y*X*X,3) und {\color{red}K} = K.