de-CH
utf-8
math math-format
Tangentialebene in beliebigen Punkt
diff2-02-01
multiple
3240000
randRangeNonZero(-4,4) randRangeNonZero(-4,4) randRangeExclude(-8,8,[0,1]) randRangeExclude(-8,8,[0,1]) randRangeExclude(-8,8,[0,1]) randRangeExclude(-8,8,[0,1]) A *pow(X,3) + B *X*Y +C *X + D *Y*Y

Gegeben seien die Funktion f: \mathbb R^2 \to \mathbb R mit f(x,y) = A x^3 + Bx y+ Cx + D y^2 und P = (x_0,y_0)= (X,Y).

Bestimmen Sie die Zahlen {\color{blue} a}, {\color{teal} b} und {\color{red} c}, sodass \ell (x,y) = {\color{blue} a}(x-X) + {\color{teal} b} (y-Y) + {\color{red} c} die Tangentialebene an f in (X,Y, f( X,Y)) beschreibt.

a {\color{blue} a} = 3*A*X*X + B*Y + C
b {\color{teal} b}= B*X+ Y* D*2
c {\color{red} c} = Z

Falls die Tangentialebene in einem Punkt (x_0,y_0) existiert, ist dies der Graph der Funktion \ell (x,y) mit

\ell (x,y) = f(x_0,y_0) + f_x(x_0,y_0) (x-x_0) + f_y(x_0,y_0) (y-y_0).

Damit ist schon {\color{red}c = f(X,Y) = Z}.

Wir rechnen für die anderen Zahlen f_x(x,y)= 3*A x^2 + B y + C und f_y(x,y)= B x+ 2*D y.

Der Punkt P = (x_0,y_0)= (X,Y) eingesetzt liefert die Werte f_x(X,Y)= 3*A*X*X + B*Y + C und f_y(X,Y)= B*X+ 2* Y* D.

Damit ergibt sich zusammen

\ell (x,y) = Z + 3*A*X*X + B*Y + C (x-X) + B*X+ Y* D*2 (y-Y)

also {\color{blue} a =3*A*X*X + B*Y + C} und \color{teal} b = B*X+ Y* D*2.