I am trying to solve the equation
$$ \sum_i^n \frac{a_i}{\lambda - \lambda_i} = \lambda $$
for some real constants $a_i, \lambda_i$, with $\lambda_1 > \lambda_2 > \lambda_3 > ... $ I have the hunch that I can approximate one of its solutions by taking only the first term and solving
$$ \frac{a_1}{\lambda - \lambda_1} = \lambda $$
but I'm having trouble formalizing this step. Under what conditions can I do so and how can I justify this formally? For example, if $\lambda_1 \gg \lambda_2 > \lambda_3 > ...$ then, whenever $\lambda \approx \lambda_1$, the original equation is approximately
$$ \frac{a_1}{\lambda - \lambda_1} + \frac{\sum_{i>1} a_i}{\lambda_1} = \lambda $$
Also, can I find other solutions to the original equation by focusing on other terms? Concretely, what can the solution to the following tell me?
$$ \frac{a_2}{\lambda - \lambda_2} = \lambda. $$
EDIT: I'm especially interested in the case where solving $a_1/(\lambda - \lambda_1) $ is a "good enough" approximation, as computing every $\lambda_1$ might be expensive.
Let $f(\lambda) = \sum_i a_i/(\lambda - \lambda_i)$. Suppose $a_1 > 0$. Then $\lim_{\lambda \to \lambda_1+} f(\lambda) = +\infty$, so $f(\lambda) > \lambda$ for $\lambda$ near $\lambda_1$ and slightly greater. On the other hand, $f(\lambda) \to 0$ as $\lambda \to +\infty$, so $f(\lambda) < \lambda$ when $\lambda$ is sufficiently large. By the Intermediate Value Theorem, there exists a solution to $f(\lambda) = \lambda$ somewhere in the interval $(\lambda_1, +\infty)$.
EDIT: You may be able to use some estimates to show that there is a solution near a solution to $a_1/(\lambda-\lambda_1) = \lambda$. Write $f(\lambda) = \frac{a_1}{\lambda - \lambda_1} + g(\lambda)$ where $$ g(\lambda) = \sum_{i=2}^n \frac{a_i}{\lambda - \lambda_i}$$ Suppose $p$ is a solution to $a_1/(\lambda - \lambda_1) = \lambda$, and in some interval $[p-\delta, p+\delta]$ around $p$ we have $f'(\lambda) - 1 < -m < 0$ and $|g(\lambda)| < \epsilon$. The $f(p+\delta) - (p+\delta) < -m \delta + \epsilon$ while $f(p-\delta) - (p-\delta) > m \delta - \epsilon$. If $m \delta - \epsilon > 0$, there must be a solution to $f(\lambda) = \lambda$ in the interval $(p - \delta, p+\delta)$. For example, this will work if $a_2,\ldots,a_n$ are sufficiently small.