If is a 4th degree symmetric polynomial in 3 variables, then what is the maximum number of terms in ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In a symmetric polynomial, each variable is interchangeable. If you exchange the values of two of the variables, then the resulting value of the polynomial will stay the same.
For example, if Q ( x , y ) is a symmetric polynomial, then Q ( 3 , 5 ) = Q ( 5 , 3 ) .
In order to obtain this effect, then all permutations of the variables in a term must be included, and the coefficients on these 'permuted' terms must be the same. For example, if there is an 2 x 2 y term in a symmetric polynomial, then there must also be a 2 x y 2 term.
For the given problem, the goal is to obtain all possible 4th-and-below degree terms, and find the number of permutations of the variables in each term. Below is a chart showing this analysis.
Adding up all the possible numbers of terms yields 3 5 .