Is there a formula for the binomial expansion of $(a-b)^n$?

26.1k Views Asked by At

Like there is a formula for the binomial expansion of $(a+b)^n$ that can be neatly and compactly be written as a summation, does there exist an equivalent formula for $(a-b)^n$ ?

2

There are 2 best solutions below

3
On BEST ANSWER

Hint:$$\\ (a+b)^{ n }=\sum _{ k=0 }^{ n }{ \binom{n}{k} { a }^{ n-k } } { b }^{ k }$$ now substitute here $b=-b$ $$(a-b)^{ n }=\sum _{ k=0 }^{ n }{ { \left( -1 \right) }^{ k }\binom{n}{k} { a }^{ n-k } } { b }^{ k }$$

0
On

$$(a-b)^n = (a+ (-b))^n = \sum_{k=0}^n \binom{n}{k}a^k (-b)^{n-k} = \sum_{k=0}^n \binom{n}{k}(-1)^{n-k}a^kb^{n-k} = $$