I have translated this question into English so excuse me if it is not proper.
I am struggling to figure out how to solve the following question any directions would be greatly appreciated
Let $F$ be the function defined as: $$F(x)=\sqrt{x-x^2}.$$
Additionally, consider $p_2(x)$, a polynomial interpolation that passes through the points $x_1$, $x_2 = 1$, and $x_3 = 0$.
Objective:
The goal is to determine the largest value of $x_1$ within the interval $(0, 1)$ that satisfies the equation: $$F(0.5) - p_2(0.5) = -0.25$$
I tried doing Lagrange interpolation, however, that leaves me with an equation that requires a root-finding method (I tried bisection) and I have not managed to find $x_1$ that satisfies the above requirement