Sourire_banane a écrit:Qu'est-ce que tu vois quand j'écris :
(P(1)-P(0)) + (P(2)-P(1)) + (P(3)-P(2)) + ... + (P(n-1)-P(n-2)) + (P(n)-P(n-1))
=-P(0) + (P(1)-P(1)) + (P(2)-P(2)) + ... + (P(n-1)-P(n-1)) + P(n)
?
Oui mais on a pas de somme précise alors...
J'ai essayer ça:
P(x) = ax² + bx + c :
Reste à trouver a, b, c ...
P(x+1) - P(x) = a(x+1)² + b(x+1) + c - ax² - bx - c
P(x+1) - P(x) = 2ax + a + b = 2x
Donc : a=1 et b=-1
Donc : P(x) = x² - x + c
Comme P(0) = 0, c=0
Conclusion : P(x) = x² - x = x(x-1)
S = 2 + 4 + ... + 2n :
P(n+1) - P(n) = 2n
P(n) - P(n-1) = 2(n-1)
...
P(3) - P(2) = 4
P(2) - P(1) = 2
-------------------------
En sommant toutes les lignes, on retrouve après simplification :
SPn = P(n+1) - P(1) = (n+1)n - 0
SPn = n(n+1)