MHB Find (x₁²+1)(x₂²+1)(x₃²+1)(x₄²+1)

  • Thread starter Thread starter anemone
  • Start date Start date
Click For Summary
The discussion centers on finding the minimum value of the product (x₁²+1)(x₂²+1)(x₃²+1)(x₄²+1) for a polynomial P(x) with real coefficients a, b, c, and d, under the condition that b-d≥5 and all roots x₁, x₂, x₃, and x₄ are real. Participants analyze the implications of the given conditions on the roots and their squares. The focus is on deriving a mathematical approach to determine the smallest possible value of the product based on the constraints provided. The conversation delves into polynomial properties and inequalities relevant to the roots. Ultimately, the goal is to establish a concrete minimum for the specified product.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Let $a,\,b,\,c$ and $d$ be real numbers such that $b-d\ge 5$ and all zeros $x_1,\,x_2,\,x_3$ and $x_4$ of the polynomial $P(x)=x^4+ax^3+bx^2+cx+d$ are real. Find the smallest value the product $(x_1^2+1)(x_2^2+1)(x_3^2+1)(x_4^2+1)$ can take.
 
Mathematics news on Phys.org
Difference of squares
 
We know that $P(x)=(x-x_1)(x-x_2)(x-x_3)(x-x_4)$ so if we factor the difference of squares, we get

$(x-x_1^2)(x-x_2^2)(x-x_3^2)(x-x_4^2)\\=(\sqrt{x}-x_1)(\sqrt{x}-x_2)(\sqrt{x}-x_3)(\sqrt{x}-x_4)(\sqrt{x}+x_1)(\sqrt{x}+x_2)(\sqrt{x}+x_3)(\sqrt{x}+x_4)\\=P(\sqrt{x})P(-\sqrt{x})$

Let's try this on the given expression.

$(x_1^2+1)(x_2^2+1)(x_3^2+1)(x_1^4+1)\\=(x_1^2-i^2)(x_2^2-i^2)(x_3^2-i^2)(x_1^4-i^2)\\=(x_1-i)(x_2-i)(x_3-i)(x_4-i)(x_1+i)(x_2+i)(x_3+i)(x_4+i)\\=P(i)P(-i)\\=(1-ai-b+ci+d)(1+ai-b-ci+d)\\=(1-b+d+(c-a)i)(1-b+d-(c-a)i)\\=(b-d-1)^2+(c-a)^2$

Now it is clear where the condition $b-d\ge 5$ comes in, we have

$(b-d-1)^2+(c-a)^2\ge (5-1)^2+0^2=16$

But we are not done yet, we need to exhibit a polynomial $P(x)$ that achieves the value 16. For this, we need $b-d=5$ and $c-a=0$ to hold. Fortunately there is any easy polynomial that satisfies this condition:

$(x+1)^4=x^4+4x^3+6x^2+4x+1$ and we conclude that the answer is indeed 16.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...