Consider the limit:
$$\lim_{x\to4} \frac{x^2+ax+b}{x-4} =14$$
Question: How can I find the values of $a$ and $b$?
Attempt:
My first thought is, we need to use L'Hopital's rule to make sure that the denominator isn't zero:
Applying L'Hopital's rule, and we get:
$$\lim_{x\to4}\frac{ 2x+a}1 = 14$$
Then, we can substitute the limit of $x$ to the equation such that:
$$2(4)+a = 8+a =14$$
and we get that the value of $a$ is $6$.
But, how can I find the value of $b$? It seems that after applying the L'Hopital's formula the value of $b$ disappears.
Also, is there a way to solve this problem without L'Hopital's rule?
Thanks
You need that limit to have the $0/0$ indeterminate form. So $$4^2 + 4a + b = 0 \implies b = -16 - 4a.$$
But you found out that $a = 6 $. So $b = -40 $.