How to show that this polynomial has $n$ positive roots?

184 Views Asked by At

Let $n \in \mathbb{N}$ and $a_1, \dots, a_n, b_1, \dots, b_n > 0$. Define the function $$ P(x) = \Bigg(\sum_{i=1}^n \frac{a_i}{x-b_i}\Bigg) - 1, \qquad x \in \mathbb{R}_+ \setminus \{b_1, \dots, b_n\}. $$

How can I check that $P$ has $n$ distinct positive roots? I have rearranged $P(x) = 0$ as $$ \sum_{i=1} a_i \prod_{j \neq i} (x-b_j) = \prod_{i=1}^n (x-b_i), $$ but did not know how to proceed. I have also looked at Sturm chains without much success.

2

There are 2 best solutions below

3
On BEST ANSWER

Take $x$ slightly larger than $b_i$, then the term $\frac{a_i}{x-b_i}$ is very large positive so $P$ is positive. Similarly take $x$ slightly less than $b_{i+1}$ and you get that $P$ is negetive. Since $P$ is continuous in each interval $(b_i,b_{i+1})$ there is a root in each such interval. That gives $n-1$ positive roots. There is one more root larger than $b_n$ since $P$ is negative for large $x$.

0
On

Let $b_i<b_{i+1}$ for $1\leq i\leq n-1.$ The derivative $P'(x)$ is negative wherever $P(x)$ is defined. So $P(x)$ is strictly decreasing on $(-\infty,b_1),$ and on $(b_i,b_{i+1})$ for $1\leq i \leq n-1,$ and on $(b_n, \infty).$

Observe that $\lim_{x\to \infty}P(x)=-1$ and $\lim_{x\to b_n^+}P(x)=+\infty,$ so $P(x)$ has a zero in $(b_n,\infty).$

Observe for $1<i\leq n-1$ that $\lim_{x\to b^-_{i+1}}P(x)=-\infty$ and that $\lim_{x\to b_i^+}P(x)=+\infty$ so $P(x)$ has a zero in $(b_i,b_{i+1})$.