de-CH
utf-8
math math-format
lmplizite Differentiation
diff2-03-01
multiple
13104
randRangeExclude(-2,2,[0,1]) B* randRangeExclude(-4,4,[0,1,B]) randRangeExclude(-8,8,[0,1,A,B]) randRangeExclude(-8,8,[0,1,A,B,C]) randRangeExclude(-2,2,[0]) fractionReduce(A*X,B)

Gegeben sei die Kurve A*C x^2 - C*B+ A*D xy+ B*D y^2 = 0.

Berechnen Sie die Steigung der Tangente an diese Kurve im Punkt P = (x_0,y_0)= (X,Y) .

a y_0' (x_0)= fractionReduce(-2*A*C*X+ (C*B+ A*D)*Y, (-C*B- A*D)*X+ 2 *B*D*Y)

Mit F(x,y)= A*C x^2 - C*B + A*D xy+ B*D y^2 = 0 und den partiellen Ableitungen F_x und F_x ist \displaystyle y_0' (x_0)= - \frac{F_x(x_0,y_0)}{F_y(x_0,y_0)}.

Wir rechnen \displaystyle F_x(x,y)= 2*A*C x - C*B+ A*D y und F_y(x,y)= -C*B- A*D x+ 2 *B*D y.

Eingesetzt ist dies

\displaystyle y_0' (x_0)= - \frac{F_x(X,Y)}{F_y(X,Y)} = fractionReduce(-2*A*C*X + (C*B+ A*D)*Y, (-C*B- A*D)*X+ 2 *B*D*Y).