f(x) = x4
f'(x) = lim (h → 0) (f(x + h) - f(x)) / h
f'(x) = lim (h → 0) ((x + h)4 - (x)4) / h
Benutze den Binomischen Satz: (a + b)4 = a4 + 4·a3·b + 6·a2·b2 + 4·a·b3 + b4
f'(x) = lim (h → 0) (x4 + 4·x3·h + 6·x2·h2 + 4·x·h3 + h4 - x4) / h
f'(x) = lim (h → 0) (4·x3·h + 6·x2·h2 + 4·x·h3 + h4) / h
f'(x) = lim (h → 0) 4·x3 + 6·x2·h + 4·x·h2 + h3 = 4·x3
f'(2) = 4·23 = 32