How to expand
$(x_1 + x_2 + x_3 + x_4 + x_5 +\cdots+x_n)^{2}$. Is their any general formula for this? Thanks
How to expand
$(x_1 + x_2 + x_3 + x_4 + x_5 +\cdots+x_n)^{2}$. Is their any general formula for this? Thanks
$$\left( \sum_{i=1}^n x_i \right)^2 = \sum_{i=1}^n \sum_{j=1}^n x_i x_j = \sum_{i=1}^n x_i{}^2 + 2 \sum_{1 \leq i < j \leq n} x_i x_j.$$
A particular example is: $$(a+b)^2 = a^2 + 2ab + b^2.$$
Yes, there is. $$(x_1+x_2+x_3+\cdots+x_n)^2=\\ x_1^2+x_1x_2+x_1x_3+\cdots+x_1x_n+ \\ x_2x_1+x_2^2+x_2x_3+\cdots+x_2x_n+ \\ x_3x_1+x_3x_2+x_3^2+\cdots+x_3x_n+ \\ \cdots \\ x_nx_1+x_nx_2+x_nx_3+\cdots+x_n^2 $$
$$if\quad \quad { x }_{ 2 }-{ x }_{ 1 }=0\quad ,{ x }_{ 3 }-{ x }_{ 2 }=0,.......\quad etc\quad you\quad can\quad use\quad this\quad formula\quad \sum _{ i\quad =1 }^{ n }{ { i }^{ 3 } } =\quad { \left( \frac { n(n+1) }{ 2 } \right) }^{ 2 }\quad ,\quad n\quad ={ \quad x }_{ n }\\ Note*:\quad { \left( { x }_{ 1 }{ +x }_{ 2 }+{ x }_{ 3 }+....+{ x }_{ n } \right) }^{ 2 }\quad =\quad { { x }_{ 1 } }^{ 2 }+{ { x }_{ 2 } }^{ 2 }+{ { x }_{ 3 } }^{ 2 }+.....+{ { x }_{ n } }^{ 2 }+\\ \quad \quad \quad \quad \quad \quad \quad 2\left[ { x }_{ 1 }({ x }_{ 2 }+{ x }_{ 3 }+.......+{ x }_{ n })+{ x }_{ 2 }({ x }_{ 3 }+.......+{ x }_{ n })+...................+{ x }_{ n-1 }({ x }_{ n }) \right] $$
$\text{if }x_2-x_1=0, x_3-x_2=0, \dots\text{ etc., you can use this formula }\sum\limits_{i=1}^n i^3=$.
– Martin Sleziak
Aug 16 '15 at 08:59
You can think of the expression inside the square to be a simple $n$ dimensional polynomial. Squaring a polynomial is the same as convolving it's coefficients with itself.