$a_i$, $i=1,2018$ are distinct real numbers. Find number of zeroes of a function: $$f(x) = \frac{1}{x-a_1} + \frac{1}{x-a_2} + ... + \frac{1}{x-a_{2018}}$$
Problem is in the limits and continuity section ...
$a_i$, $i=1,2018$ are distinct real numbers. Find number of zeroes of a function: $$f(x) = \frac{1}{x-a_1} + \frac{1}{x-a_2} + ... + \frac{1}{x-a_{2018}}$$
Problem is in the limits and continuity section ...
Hint From
$$P(x)=\prod\limits_{i=1}^{2018}(x-a_i) \text{ and } P'(x)=\sum\limits_{i=1}^{2018}\prod\limits_{k=1,k\ne i}^{2018}\left(x-a_k\right)$$ then $$f(x)=\frac{P'(x)}{P(x)}=\sum\limits_{i=1}^{n}\frac{1}{x-a_i}$$ and the answer is in $P'(x)$ and Rolle's theorem.
Another, not as easy as the previous one, hint is to use intermediate value theorem (aka IVT). E.g. let's assume $a_1<a_2<...<a_{2018}$ and let's consider 2 adjacent $a_{i}<a_{i+1}$. It's not too difficult to see that $$\lim\limits_{x\rightarrow a_i^{+}}f(x)\rightarrow +\infty$$ $$\lim\limits_{x\rightarrow a_{i+1}^{-}}f(x)\rightarrow -\infty$$ or, there $\exists \varepsilon>0$ s.t. $f(a_i +\varepsilon)>0$ and $f(a_{i+1}-\varepsilon)<0$. Also, $f(x)$ is continuous in $[a_i +\varepsilon, a_{i+1}-\varepsilon]$. By IVT, $f(x)$ has a zero in $[a_i +\varepsilon, a_{i+1}-\varepsilon]$. It remains to show this zero is unique, between $a_i$ and $a_{i+1}$.