All you have to do is show that both x^2 and x + 2 are arbitrarily close to 1 when x is sufficiently close to -1. This is quite simple because both of those functions are continuous at -1.
Formally, given \epsilon > 0, you need to find a \delta > 0 such that when |x - 1| < \delta, both x^2 and x + 2 are within \epsilon of 1. It's pretty easy to find such a \delta.
Last edited:
#7
╔(σ_σ)╝
838
2
I wrote up a proof but it got eaten up by my browser.
Do you know how to proof continuity using sequences ?