If $\alpha$ and $\beta$ are the roots of $ax^2+bx+c$, then evaluate $$\lim_{x\rightarrow \alpha}(1+ax^2+bx+c)^{\frac{1}{(x-\alpha)}}$$
Here's what I have tried:
$$\begin{eqnarray}\lim_{x\rightarrow \alpha}(1+ax^2+bx+c)^{\dfrac{1}{(x-\alpha)}} &=& \lim_{x\rightarrow \alpha}\exp\left(\frac{\ln(1+ax^2+bx+c)}{(x-\alpha)}\right) \\ &=&\exp\left(\lim_{x\rightarrow\alpha}\frac{\ln(1+ax^2+bx+c)}{(x-\alpha)}\right) \\ &=& \exp\left(\lim_{x\rightarrow\alpha}\frac{2ax+b}{1+ax^2+bx+c}\right)\\ &=&\exp\left(\frac{2a\alpha + b}{1+0}\right) \\ &=&\exp(2a\alpha+b)\end{eqnarray}$$
However, the solution to this problem is $e^{a(\alpha-\beta)}$. Is there something wrong in my approach?