Let $x_1$ and $x_2$ be the real root of the equation $x^2-kx+(k^2+7k+15)=0$, if the maximum value of $(x_1^2+x_2^2)=\dfrac{18}{x}$, then find the value of $x$?
My attempt is as follows:-
$$x_1^2+x_2^2=(x_1+x_2)^2-2x_1x_2$$ $$x_1^2+x_2^2=k^2-2(k^2+7k+15)$$ $$x_1^2+x_2^2=-k^2-14k-30$$
Max value of $x_1^2+x_2^2=-\dfrac{D}{4a}$
$$(x_1^2+x_2^2)_{max}=\dfrac{196-120}{4}$$ $$(x_1^2+x_2^2)_{max}=19$$
hence $76=\dfrac{18}{x}$, $x=\dfrac{18}{19}$. But actual answer is $1$.
Can you help me in this.
– user3290550 Mar 21 '20 at 08:46