Erste Ableitungen und Aufstellen der Vermutung
f(x) = LN(x + 1)
f'(x) = 1/(x + 1)
f''(x) = - 1/(x + 1)2
f'''(x) = 2/(x + 1)3
Vermutung
fn(x) = (-1)n - 1·(n - 1)! / (x + 1)n
Iduktionsanfang n = 1
f'(x) = (-1)1 - 1·(1 - 1)! / (x + 1)1 = 1/(x + 1)
stimmt
Induktionsschritt n --> n + 1
fn(x) = (-1)n - 1·(n - 1)! · (x + 1)- n
[fn(x)]' = (-1)n - 1·(n - 1)! · (- n)·(x + 1)- n - 1
[fn(x)]' = (-1)n·(n - 1)! · (n)·(x + 1)- n - 1
[fn(x)]' = (-1)n·n! / (x + 1)n + 1
[fn(x)]' = fn+1(x)
stimmt