Be $f(x)$ a polynomial in $\Bbb R$ such that: If$$\lim \limits_{x \to 1} \frac{f(x)+2}{x-1} = 3$$ Compute: $$\lim \limits_{x \to -1} \frac{(f(-x))^2-4}{x^2-1}$$
I noticed that, if the first limit exists, then $f(x)+2 = (x-1)P(x)$, where $P(x)$ is another polynomial.
Then $$\lim \limits_{x \to 1} P(x) = 3$$
I tried to use that in the second limit, but i can't proceed further.
Any hints?
Observe that the denominator is going to zero in the first limit. Hence, the numerator must be going to zero for the limit to exist. Therefore, $f(1)=-2$. Now $$\lim_{x\to{-1}}\frac{(f(-x))^2-4}{x^2-1}$$ $$=\lim_{x\to{1}}\frac{(f(x))^2-4}{x^2-1}$$ $$=\lim_{x\to{1}}\frac{(f(x))+2}{x-1}×\lim_{x\to 1}\frac{f(x)-2}{x+1}$$ $$=3×\frac{-4}{2}$$ $$=-6$$ Hope it helps:)