I have the parametric parabola: $$ y=f(x)=C(x-4)(x-5)+D $$ where $D$ is fixed.
I want to find for which value of $C$ the distance from the parabola to the point $(4,0)$ is exactly $\frac{1}{3}$ and the point $(4,0)$ lies at the left of the curve.
The staightforward way is to set up this equation: $$ \sqrt{(x-4)^2+(f(x))^2}=\frac{1}{3} $$ that by squaring becomes: $$ (C^2(x-5)^2+1)(x-4)^2+2CD(x-5)(x-4)+D^2-\frac{1}{9}=0 $$ and find the solutions with $x>4$. The value for $C$ that makes them coincide is the solution of our problem.
Is there another way I can use to solve this problem that does not use the full formula for quartic polynomials? I know that the parabola I am looking for has the same distance also from the point $(5,0)$ (we have a simmetry on the axis $x=\frac{9}{2}$), can I use that information to find a second order solving equation?