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)
.
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).