Exercise
Given the function (a,b and c parameters)
f(x) = \begin{cases} \frac{x^3+ax^2+bx+c}{{(x+1)}^2}, &\quad x \neq -1\\ -3, &\quad x = -1\\ \end{cases}
For which values of the parameters is the function continuous?
Final Answer
Solution
Coming soon…