f ( x ) = 1/(3t) * x * ( x - 3t)2
f ( x ) = 1/(3t) * x * ( x2 -6tx +9t2 )
f ( x ) = 1/(3t) * ( x3 -6tx2 +9t2 * x )
f ´( x ) = 1/(3t) * ( 3*x2 - 12 * t * x + 9 * t2 )
f ´( x ) = x2 / t - 4 * x + 3 * t
Ich habe also dasselbe wie bei der anderen Antwort auch herausbekommen.
Was soll denn herauskommen ?