Question
Evaluate $f(-3), f(-2), f(-1)$ and $f(0)$
Original question: Evaluate and
Expert Verified Solution
thumb_up100%(1 rated)
Expert intro: For a piecewise function, the first step is to check which rule applies to each input value. Boundary values like need extra attention.
Detailed walkthrough
We use the definition
1)
Since , use :
2)
Since , use :
3)
Since , use :
4)
Since , use :
Answers
💡 Pitfall guide
The main mistake is using the wrong branch at the boundary. Because the second rule says , the value at belongs to the second piece, not the first.
🔄 Real-world variant
If the breakpoint were written as instead of , then would need a different rule or might be undefined at that point. Always check whether the boundary is included.
🔍 Related terms
piecewise function, substitution, boundary value
FAQ
Which rule do you use at x = -2?
Use the second rule, because the function says x ≥ -2 for that branch.
What are the values of f(-3), f(-2), f(-1), and f(0)?
f(-3) = -2, f(-2) = 1, f(-1) = -1, and f(0) = -3.