Trouvé la vitesse instantané pour tout instant t :
t1 = t, t2 = t+h
sachant que f(t) = t² + t
= f(t+h) - f(t) / (t+h) -t
= (t+h)² + (t+h) - t² + ????????
mon prof a corrigé = (t+h)² + (t+h) - t² - t
mais je comprend pas comment t transormé par t² + t devient t² - t...