2

If you had a piecewise function like the one in the image below, and were asked to find $\lim_{x\to-1} f(f(x))$, how would you go about solving it?

Would you first look at the limit approaching -1, then plug it in? Or would you take the limit of the value of the limit, making the answer undefined?

Thanks in advance

Graph Example

Masacroso
  • 30,417

2 Answers2

3

Note that as $x$ approach $-1$ by the left then $f(x)$ approach to $2$ from below, so $f(x)$ approach to $2$ from the left, so

$$ \lim_{x\to -1^-}f(f(x))=5 $$

The same happens when you approach to $-1$ by the right, so the limit is $5$.

Masacroso
  • 30,417
0

The function is $$f(x) =\begin{cases}x+3 & x<-1 \\0 & x=-1\\x^2+1 & -1<x<2\\-x+4 &x\geq 2\end{cases} $$hope it helps you.

Khosrotash
  • 24,922