Analyzing the Setup
Imagine you are standing at the edge of a vast mathematical landscape. You are presented with a riddle: a polynomial f(x) of degree 2 that obeys the strange rule f(x)f(x1)=f(x)+f(x1).
This is not just an equation; it is a structural constraint that defines the very soul of the function. Let us break it down with the precision of a master architect.
The Algebraic Transformation
Our first step is to tame the expression. We see f(x)f(x1)=f(x)+f(x1).
Let us bring everything to one side:
f(x)f(x1)−f(x)−f(x1)=0
This looks like a mess, but here is where the magic happens. We apply the 'Simon's Favorite Factoring Trick'. By adding
1 to both sides, we transform the equation into:
(f(x)−1)(f(x1)−1)=1
Suddenly, the complexity vanishes. We have turned a sum into a product, finding the hidden symmetry in the chaos.
The Polynomial Constraint
Now, let us define a new function
g(x)=f(x)−1. The equation becomes:
g(x)g(x1)=1
This is a profound property. If a polynomial g(x) satisfies this, it must be a simple power function, g(x)=±xn.
Because the degree of
f(x) is
2, the degree of
g(x) must also be
2. Thus,
n=2. We are left with two possibilities:
f(x)−1=x2orf(x)−1=−x2
This gives us f(x)=1+x2 or f(x)=1−x2.
The Range Filter
Now, we must be detectives. The problem gives us a crucial clue: the range of f(x) is (−∞,1].
If f(x)=1+x2, the graph is an upward-opening parabola with a minimum value of 1. Its range is [1,∞), which does not fit.
If f(x)=1−x2, the graph is a downward-opening parabola with a maximum value of 1. It stretches down to −∞, which is the perfect match. Our function is f(x)=1−x2.
The Intersection and the Final Calculation
We are told that f(K)=−2K. This means the parabola y=1−x2 intersects the line y=−2x at x=K.
Substituting
K into our function, we get
1−K2=−2K. Rearranging this, we arrive at the quadratic equation:
K2−2K−1=0
We need the sum of the squares of the roots, K12+K22. Instead of solving for K directly, we use Vieta's formulas.
For the equation
K2−2K−1=0, the sum of the roots is
K1+K2=2 and the product is
K1K2=−1. Using the identity
K12+K22=(K1+K2)2−2K1K2, we calculate:
(2)2−2(−1)=4+2=6
The final answer is 6.