1

Let $f$ be a function of the form $$ f(x) = \sum_{i = 0}^n a_i x^i = a_nx^n + a_{n-1}x^{n-1} + ... + a_1x+ a_0 $$ with $a_n, a_{n - 1}, ..., a_1,a_0 \in \mathbb{R}$.

Let $x_o$ be a single root of $f$ $$f(x_0) = 0 \iff f(x) = (x - x_0) * p(x)$$

Is ist true that there is no (polynomial) function with the slope of zero at $P(x_0/f(x_o))$? $$ f'(x_0) = 0 $$

My approaches so far:

Proof for any function of the form $f(x) = ax + b$, with $a \in \mathbb{R} \setminus 0, b \in \mathbb{R}$ $$ f'(x) = a \iff a \neq 0 $$

Proof for any function of the form $f(x) = ax^2 + bx + c$, with $a \in \mathbb{R} \setminus 0,b,c \in \mathbb{R}$ $$ x_{1/2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$ $$ f'(x) = 2ax + b $$ $$ f'(x_{1/2}) = 2a\frac{-b \pm \sqrt{b^2 - 4ac}}{2a} + b = \pm \sqrt{b^2 - 4ac} $$ if $\sqrt{b^2 - 4ac} = 0$, then ther is no a double, not a single zero

Proof for any function of the form $f(x) = (x - x_1)(x - x_2)(x - x_3)$

$$ f'(x) = ((x -x_1) + (x - x_2)) * (x - x_3) + (x - x_1)(x - x_2) $$

$f'(x_1) = (x -x_2) * (x - x_3)$, $f'(x_2) = (x-x_1) * (x - x_3)$, $f'(x_3) =(x - x_1)(x - x_2) $

All three are zero under the premise $x_1 \neq x_2 \neq x_3$ (single root)

I am looking for a way of showing this for any polynomial function!

Entimon
  • 141

1 Answers1

3

Since $f$ factors as $f(x) = (x - x_0) p(x)$ with $p(x_0) \ne 0$, notice that

$$f'(x) = (x - x_0) p'(x) + p(x)$$

so that the derivative of $f'$ at $x_0$ is $p(x_0)$.