The question says :
Let $$f(x)=\begin{cases} -x^3+\frac{b^3-b^2+b-1}{b^2+3b+2} &:0\le x\lt1\\ 2x-3 &:1\le x\le3\end{cases}$$. Find all possible values of b such that f(x)has the smallest value at $x=1$.
Since this question was an example question, the solution said,
The Limiting value of f(x) from the left of $x=1$ should be either greater or equal to the value of the function at $x=1$.
My question is for $x=1$ to have the smallest possible value, shouldn't the limiting value be Less than or equal to the function at $x=1$?
The answer is $b\in (-2,-1)\cup (1,+\infty)$
Notice that $f$ is monotonically decreasing on $[0,1)$ and monotonically increasing on $[1,3]$. Now, if you want $f$ to attain minimum value at $1$, then $f(x) \geq f(1) \, \forall x \in [0,1)$. Hence, the left limit would be greater that or equal to $f(1)$.