Let f(x) = x^2 + 6x. Use the definition (ε − δ method) to show that
lim
x→−3 f(x) = −9
1
Expert's answer
2020-12-07T16:44:14-0500
We remind, that by definition limx→af(x)=B means:
∀ϵ>0∃δ>0: ∣x−a∣<δ⇒∣f(x)−B∣<ϵ .
We have to show that limx→−3f(x)=−9 . Let us fix an arbitrary ϵ>0 . We need to find such δ>0 that inequality ∣x+3∣<δ will imply ∣x2+6x+9∣<ϵ. We can rewrite the latter as: x2+6x+9=(x+3)2 From the latter it is clear that we can take δ=ϵ . Thus, ∀ϵ>0∃δ=ϵ>0 such that ∣x+3∣<δ=ϵ implies (x+3)2<ϵ .
Comments