Démonstration : Somme des k(k parmi n)

Cet article présente la démonstration de : la somme des k fois k parmi n = n fois 2 puissance (n moins 1).

Logo Devmath
devmath

This article has been written by Robin Pourtaud ([email protected]) and published on April 23, 2020.
The content of this article is licensed under CC BY NC 4.0 : You can freely share and adapt the content for non-commercial purposes as long as you give appropriate credit and provide a link to the license. In my case, the link to the original article is enough. Confidentiality if relevant: https://devmath.fr/page/confidentialite/

Identité :

Une des célèbres formules utilisant les coefficients binomiaux est la suivante :

$$\sum^n_{k=1} k\binom{n}{k} = n \times 2^{n-1}$$

Démonstration :

  1. On commence par reprendre la formule du binôme de Newton :

$$\sum^n_{k=1} \binom{n}{k}a^{k}b^{n-k}=(a+b)^n$$

  1. Soit $b = 1$, alors :

$$\sum^n_{k=1} \binom{n}{k}a^{k} = (a+1)^n$$

  1. Dérivons l’équation selon $a$ comme ceci :

$$\frac{d}{da}(\sum^n_{k=1} \binom{n}{k}a^{k} = (a+1)^n)$$

  1. Ce qui donne :

$$\sum^n_{k=1} \binom{n}{k}ka^{k-1} = n(a+1)^{n-1}$$

  1. Nous pouvons maintenant prendre $a = 1$ et retrouver l’équation :

$$\sum^n_{k=1} k\binom{n}{k} = n \times 2^{n-1}$$

D’autres identités ici :

Une autre démonstration ?