Assume \( f(x) \) is a polynomial of degree 2, represented as \( f(x) = ax^2 + bx + c \) with \( a eq 0 \).
The provided condition is: \( f(x)f\left( \frac{1}{x} \right) = f(x) + f\left( \frac{1}{x} \right) \)
Substitute the polynomial form into the condition: \( (ax^2 + bx + c)\left(a\frac{1}{x^2} + b\frac{1}{x} + c \right) = (ax^2 + bx + c) + \left( a\frac{1}{x^2} + b\frac{1}{x} + c \right) \)
Step 2: Simplify the derived equationThe simplified equation is: \( 1 - K^2 = -2K \)
Step 3: Solve for \( K \)Rearrange the equation to a standard quadratic form: \( K^2 - 2K - 1 = 0 \)
Apply the quadratic formula to find the values of \( K \): \( K = \frac{2 \pm \sqrt{(2)^2 - 4(1)(-1)}}{2(1)} \) \( K = \frac{2 \pm \sqrt{4 + 4}}{2} = \frac{2 \pm \sqrt{8}}{2} = \frac{2 \pm 2\sqrt{2}}{2} \) \( K = 1 \pm \sqrt{2} \)
Step 4: Calculate the Sum of Squares of the RootsUtilize the algebraic identity for the sum of squares: \( \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta \)
According to Vieta’s formulas for the roots of the quadratic equation \( K^2 - 2K - 1 = 0 \): The sum of roots is \( \alpha + \beta = 2 \). The product of roots is \( \alpha\beta = -1 \).
Substitute these values into the identity: \( \alpha^2 + \beta^2 = (2)^2 - 2(-1) = 4 + 2 = 6 \)