If $a_1,a_2,..,a_n$ are the roots of the equation $x^n+ax+b=0$ then find $(a_1-a_2)(a_1-a_3)....(a_1-a_n)$
My Attempt
$$ x^n+ax+b=(x-a_1)(x-a_2)(x-a_3)...(x-a_n)=0\\ (x-a_2)(x-a_3)...(x-a_n)=\frac{x^n+ax+b}{x-a_1}\\ (a_1-a_2)(a_1-a_3)....(a_1-a_n)=\lim_{x\to a_1}(x-a_2)(x-a_3)...(x-a_n)\\ =\lim_{x\to a_1}\frac{x^n+ax+b}{x-a_1} $$ My reference gives the solution $na_1^{n-1}+a$. I can use L'Hospital's rule $$ \lim_{x\to a_1}\frac{x^n+ax+b}{x-a_1}=\lim_{x\to a_1}\frac{nx^{n-1}+a}{1}=na_1^{n-1}+a $$
But how do I evaluate the limit directly ?
For any differentiable function $f(x)$, if $r$ is a root of $f$, then
$$\lim_{x\to r}\frac{f(x)}{x-r}=\lim_{x\to r}\frac{f(x)-f(r)}{x-r}=f'(r),$$ by the definition of the derivative.