Tangente an einen Kreis durch Verschieben
Definiere Kreismittelpunkt M und Radius r:
- k:=(x-x_M)^2+(y-y_M)^2=r^2
Definiere ...
Bestimme ...
Berechne ...
Berechne ...
Berechne ...
Berechne ...
Berechne ...
Berechne ...
- d:=((x_S-x_B)^2+(y_S-y_B)^2)^0.5
- plot(
plot::Point([x_AA,0]),
plot::Point([0,y_AA]),
plot::Point([x_S,y_S]),
plot::Point([x_M,y_M]),
plot::Point([x_B,y_B]),
plot::Point([x_N,0]),
plot::Point([0,y_N]),
plot::implicit(k,x=0..40,y=0..40),
plot::implicit(g,x=0..40,y=0..40),
plot::implicit(t,x=0..40,y=0..40),
plot::implicit(g_n,x=0..40,y=0..40),
Scaling=Constrained,
GridLines=Automatic,
Ticks=5)
Zusammenfassung:
- [x_B,y_B,x_N,y_N,x_S,y_S,d]