This is a common type of question in calculus courses, but I have found the reasoning in the answer given lacking. What values of $b$ make $f(x)$ differentiable for all x.
$$ f(x) = \left\{ \begin{array}{ll} bx^2-3 & \quad x \leq -1 \\ 3x+b & \quad x > -1 \end{array} \right. $$
The standard way given in the answer was to first calculate $f'(x)$ by differentiating both pieces. (We only need to check the meeting point of since both pieces are clearly differentiable) $$f'(x) = \left\{ \begin{array}{ll} 2bx & \quad x < -1 \\ 3 & \quad x > -1 \end{array} \right. $$
1) Then, finding the values that make the left and right limits of the derivative equal $\lim_{x\to-1^+}f'(x)=\lim_{x\to-1^-}f'(x)$ when $ b=-\frac{3}{2}$.
2) If you cannot make them equal, then you say that the function is not differentiable at $x=-1$
The problem I see with 1) and 2) is that
1) $\lim_{x\to c^+}f'(x)=\lim_{x\to c^-}f'(x)$ does not imply that $f'(c)$ exists.For example $$f(x) = \left\{ \begin{array}{ll} x^2 & \quad x < -1 \\ x^2+1 & \quad x > -1 \end{array} \right. $$
2) $\lim_{x\to c^+}f'(x)$ or $\lim_{x\to c^-}f'(x)$ not existing, therefore not equal, does not imply that $f'(c)$ does not exist. For example, $$f(x) = \left\{
\begin{array}{ll}
x^2\cos(\frac{1}{x}) & \quad x \ne0 \\
0 & \quad x =0
\end{array}
\right.
$$
It seems to me that the approach given by the answer is not correct and we have to always check for the definition at the point.