M HYPE SPLASH
// news

find the formula of trinomial expansion

By John Peck
$\begingroup$

I wonder as if there exist a equivalent forumla to newton binomial

$$(x+y)^n=\sum_{k=0}^{n} {n\choose k} x^{n-k}y^k$$

for three coefficients $(a+b+c)^n$ ?

$\endgroup$ 2

2 Answers

$\begingroup$

The expansion is given by $$(a+b+c)^n = \sum_{i,j,k} {n \choose i,j,k}\, a^i \, b^j \, c^k $$ where $n$ is a nonnegative integer and the sum is taken over all combinations of nonnegative indices $i, j$, and $k$ such that $i + j + k = n$. The trinomial coefficients are given by $$ {n \choose i,j,k} = \frac{n!}{i!\,j!\,k!} \,.$$ This formula is a special case of the multinomial formula.

$\endgroup$ $\begingroup$

When expanding the product, you pick one of $a,b,c$ from every factor, and get at term $a^ib^jc^k$ where $i+j+k=n$. You can scramble the $n$ factors in $n!$ ways, but as scrambling identical letters makes no difference, the factors are actually repeated $\dfrac{n!}{i!j!k!}$ times.

Hence

$$\sum_{i,j,k\ge0,i+j+k=n}\frac{n!}{i!j!k!}a^ib^jc^k.$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy