I have an assignment where I should determine $a$ and $b$ so that the following function is continuous at $x=0$:
$$f(x)=\begin{cases} 2+\ln(1+x), & x>0\\ x^2+ax+b, & x\le 0 \end{cases}$$
I can do that just by setting $x = 0$ and calculating $$ 2+\ln(1+x)=x^2+ax+b$$
The answer is that $b=2$ and $a$ could be anything. Here comes the second part of the assingment, which I do not understand:
Determine, by calculating left and right limit of the differential quotient, all the values on the real parameters $a$ and $b$ so that $f$ is differentiable at the point $x=0$.
How do I do that, and what is the differential quotient? And what do I google if I want to search for this kind of problems?