Let $y=ax^2+bx+c$ be a parabola and roots of parabola be $x_1,x_2$. Show that If the tangents drawn from the points where the parabola intersects the $x$-axis are perpendicular to each other, the discriminant of the parabola equation is $1$.
My solution is below:
Product of slope of tangents must be $-1$ . $$-1=(2ax_1+b)(2ax_2+b)=b^2+2ab(x_1+x_2)+4a^2(x_1x_2)=b^2+2ab(-\frac{b}{a})+4a^2(\frac ca)=4ac-b^2=-\Delta.$$
But I use derivative of $y=ax^2+bx+c$. But I am looking for not using derivative.