1. **Assume the polynomial P(x) has degree n and can be written as:**
P(x)=anxn+an−1xn−1+⋯+a1x+a0
where ai≥0 for all i.
2. **Consider the product P(x)⋅P(x1):**
P(x1)=an(x1)n+an−1(x1)n−1+⋯+a1(x1)+a0
P(x1)=anx−n+an−1x−(n−1)+⋯+a1x−1+a0
3. **Multiply P(x) and P(x1):**
P(x)⋅P(x1)=(anxn+an−1xn−1+⋯+a1x+a0)(anx−n+an−1x−(n−1)+⋯+a1x−1+a0)
4. **Analyze the leading term as x→∞:**
- The leading term of P(x) is anxn.
- The leading term of P(x1) is anx−n.
- Therefore, the leading term of P(x)⋅P(x1) is an2.
5. **Consider the behavior of P(x)⋅P(x1) as x→∞:**
- If a0=0, then P(x)⋅P(x1) will have terms that grow without bound as x→∞.
- Specifically, the term a0⋅a0 will dominate, leading to P(x)⋅P(x1)→∞.
6. **To satisfy P(x)⋅P(x1)≤[P(1)]2 for all x>0, the polynomial must be of the form:**
P(x)=anxn
where an is a non-negative real number.
7. Verify that this form satisfies the given inequality:
P(x)=anxn⟹P(x1)=anx−n
P(x)⋅P(x1)=(anxn)⋅(anx−n)=an2
[P(1)]2=(an⋅1n)2=an2
∴P(x)⋅P(x1)=an2=[P(1)]2
Thus, the only polynomials that satisfy the given condition are of the form P(x)=anxn where an≥0.
The final answer is P(x)=anxn where an≥0.