If the resultant or discriminant of a polynomial is not zero, can we conclude critical points are distinct?
2026-02-23 01:20:50.1771809650
The resultant/ discriminant of a polynomial in one variable is not zero
197 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
No , this isn't the case.
Consider quadratic equations,
$$x^2-5x+6=0$$
Equation has $D\gt0,$
But the only critical point is $x=\frac{5}{2}$
$$x^2+x+1=0$$
Equation has $D\lt0,$
But the only critical point is $x=-\frac{1}{2}$
In fact, All the quadratic equation irrespective of their discriminant have only one critical point as,
$$p(x)=ax^2+bx+c$$
$p'(x)$ will be a linear equation in $x$ hence providing only one critical point.
$$p'(x)=2ax+b$$
$$x=-\frac{2a}{b}$$