Let $f(x)$ be a real valued function defined as a polynomial of second degree with $\Delta=0$. I want to know if the following is true:
If $x=a$ is a multiple root of $f(x)=0$, then $f'(a)=0$.
$f(a)=0 \implies f'(a)=0$ ?
I have checked it using many example it seems to work, but I can't seem to prove it.
$x=a$ is a multiple root of $f(x)$, so $(x-a)^{2}$ divides $f(x)$, say, $f(x)=(x-a)^{2}g(x)$, then $f'(x)=2(x-a)g(x)+(x-a)^{2}g'(x)$, so $f'(a)=2(a-a)g(a)+(a-a)^{2}g'(a)=0$.