Let's break down the solution into detailed steps for clarity.
### Part (a)
We need to find an example of a special set of four polynomials whose sum is not a zero polynomial.
1. Choose Polynomials:
Consider the polynomials:
f1(x)=x2+1,f2(x)=x2+2,f3(x)=x2+3,f4(x)=x2+4
2. Check the Condition for Three Polynomials:
For any different i,j,k∈{1,2,3,4}, we need to check that 32fi+fj+fk has no real roots.
32fi(x)+fj(x)+fk(x)=32(x2+ai)+(x2+aj)+(x2+ak)
Simplifying, we get:
32x2+32ai+x2+aj+x2+ak=(32+1+1)x2+32ai+aj+ak=38x2+32ai+aj+ak
Since 38x2 is always positive for all x=0, and 32ai+aj+ak is a positive constant, 32fi+fj+fk has no real roots.
3. Check the Condition for Four Polynomials:
For any different p,q,r,s∈{1,2,3,4}, we need to check that fp+fq+fr+fs has a real root.
fp(x)+fq(x)+fr(x)+fs(x)=(x2+ap)+(x2+aq)+(x2+ar)+(x2+as)=4x2+ap+aq+ar+as
Since 4x2 is always positive for all x=0, and ap+aq+ar+as is a positive constant, fp+fq+fr+fs has a real root.
Thus, the set {f1,f2,f3,f4} is a special set of four polynomials.
### Part (b)
We need to prove that there is no special set of five polynomials.
1. Assume the Contrary:
Assume there exists a special set of five polynomials f1,f2,f3,f4,f5 with degrees d1,d2,d3,d4,d5 such that d1≥d2≥d3≥d4≥d5.
2. **Case 1: d1 is Unique:**
If d1 is unique, consider 32f1+f2+f3, 32f1+f2+f4, and 32f1+f3+f4. These must all be always positive or always negative, and so their sum cannot have real roots. However, they sum to 2(f1+f2+f3+f4), which contradicts the condition that f1+f2+f3+f4 has a real root.
3. **Case 2: Two Polynomials with Degree d1:**
If two polynomials have degree d1, consider 32f1+f3+f4, 32f1+f3+f5, and 32f1+f4+f5. These must all be always positive or always negative, and so their sum cannot have real roots. However, they sum to 2(f1+f3+f4+f5), which contradicts the condition that f1+f3+f4+f5 has a real root.
4. **Case 3: Three Polynomials with Degree d1:**
Let f1,f2,f3 have leading coefficients a1,a2,a3. WLOG, let a1≥a2≥a3. WLOG, let a1,a2>0 (else negate all the polynomials). Notice that 32f1+f2+f3, 32f1+f2+f4, 32f1+f3+f4 all must take only positive values on the reals, and hence so must their sum. This, however, means that f1+f2+f3+f4 has no roots.
5. **Case 4: Four Polynomials with Degree d1:**
Let f1,f2,f3,f4 have leading coefficients a1,a2,a3,a4, where we WLOG assume a1≥a2≥a3≥a4. If a2+a3<0, then observe that 32f5+f2+f3, 32f5+f2+f4, 32f5+f3+f4 all take only negative values, and so summing gives a contradiction. If a2+a3>0, then 32f5+f1+f2, 32f5+f1+f3, 32f5+f2+f3 take only positive values. Now, let's examine the case when a2+a3=0. Now, observe that 32f1+f2+f3, 32f1+f2+f5, 32f1+f3+f5 all take only positive values, and so summing gives another contradiction.
6. **Case 5: All Five Polynomials with Degree d1:**
Let f1,f2,f3,f4,f5 have leading coefficients a1,a2,a3,a4,a5 respectively, where we WLOG assume that a1≥a2≥a3≥a4≥a5. If 32a4+a2+a3>0, then we are done by summing 32f4+f2+f3, 32f4+f1+f3, 32f4+f1+f2. We can finish similarly if 32a2+a3+a4<0. Since 32a2+a3+a4≤32a4+a2+a3, the only possible case where we are not done is if 32a2+a3+a4=32a4+a2+a3=0. However, subtracting implies that a2=a4⇒a2=a3=a4=0. This is a contradiction, since leading coefficients are not 0 by definition.
As we've exhausted all cases, we've shown that no special set of five polynomials exists.
■