f ( x ) =1/3 * x3 - 2 / t *x2 + 3 / t^2 * x
f ´( x = x^2 - 4 / t * x + 3 / t^2
x = 1 / t
x = 3 / t
Koordinaten feststellen
f ( 1 / t ) = 4 / ( 3 * t^3 )
f ( 3 / t ) = 0
ort ( 1 / t | 4 / ( 3 * t^3 ) )
x = 1 / t
y = 4 / ( 3 * t^3 )
x = 1 / t
t = 1 / x
y = 4 / ( 3 * ( 1/x )^3 )
ort ( x ) = 4 / 3 * x^3
t = 2 ( blau )
t = 3 ( ort )
ort ( grün )
mal probieren
Diese Ortskurve geht durch die Hochpunkt
~plot~ 1/3 * x^3 - 2 / 2 * x^2 + 3 / 2^2 * x ; 1/3 * x^3 - 2 / 3 * x^2 + 3 / 3^2 * x ; 4/3 * x^3 ; [[ 0 | 1 | 0 | 1 ]] ~plot~
Tiefpunkte
( 3 / t | 0 )
Dies ist die x-Achse da der Funktionswert stets y = 0 ist
ort2 ( x ) = 0
Müßte stimmen.