0 Daumen
945 Aufrufe

Ermitteln Sie mithilfe der h-Methode die allgemeine erste Ableitung für die Funktion: f(x) = 5x3 -4. 

Avatar von

1 Antwort

0 Daumen

(f(x+h) - f(x) ) / h

=( 5(x+h)3 -4 - (5x3 -4) ) / h

=  (  5(x+h) -   5x ) / h

= (    5 * ( x3 + 3x2 * h + 3 *x*h2 + h3 )  - 5x3 ) / h

= (    5 * x3 + 15 x2 * h + 15 *x*h2 + 5 h3   - 5x3 ) / h

= (    15 x2 * h + 15 *x*h2 + 5 h3  ) / h    ausklammern!

= h * (    15 x2  + 15 *x*h + 5 h2   ) / h        kürzen

= 15 x2  + 15 *x*h + 5 h2

für h gegen 0 bleibt   f ' (x) = 15 x2

Avatar von 289 k 🚀

Ein anderes Problem?

Stell deine Frage