Consider $P(x)= ax^2+bx+c$ where $a,b,c \in \mathbb R$ and $P(2)=9$. Let $\alpha$ and $\beta$ be the roots of the equation $P(x)=0$.
If $\alpha \to \infty$ and $P'(3)= 5$, then $\lim\limits_{x\to \infty}\left(\dfrac{P(x)}{5(x-1)}\right)^x$ is?
Attempt:
Using the given conditions I have got, $4a+2b+c=9$ and $6a+b=5$. I am short of an equation to find the function $P(x)$.
For the limit, we have $\left(\dfrac{0}{∞}\right)^∞$ form. Not able to find the way to solve it.
The answer is:
$$e^{\frac 45}$$
$$\lim_{x\to \infty}\left(\dfrac{P(x)}{5(x-1)}\right)^x=\lim_{x\to \infty}\left(\dfrac{ax^2+bx+c}{5x-5}\right)^x=\lim_{x\to \infty}\left(\dfrac{a}{5}x+\dfrac{o(x)}{5(x-1)}\right)^x$$if $a>0$ the limit is $+\infty$ and if $a<0$ the limit doesn't exist therefore $a=0$ and we have$$\lim_{x\to \infty}\left(\dfrac{P(x)}{5(x-1)}\right)^x=\lim_{x\to \infty}\left(\dfrac{bx+c}{5x-5}\right)^x=\lim_{x\to \infty}\left(\dfrac{b}{5}+\dfrac{c+b}{5x-5}\right)^x$$if $b>5$ the limit is $\infty$, for $-5<b<5$ the limit is $0$ and doesn't exist for $b<-5$ therefore $b=5$. Substituting this in the equations you derived yields $c=-1$ and we have$$\lim_{x\to \infty}\left(\dfrac{P(x)}{5(x-1)}\right)^x=\lim_{x\to \infty}\left(1+\dfrac{4}{5x-5}\right)^x=e^{\dfrac{4}{5}}$$