Using the epsilon-delta definition verify that limx→3(x2−x)=6
**Solution:** Begin by letting ε>0 be given. Find δ>0 (which depends on ε) so that if 0<∣x−3∣<δ, then ∣f(x)−6∣<ε. Begin with ∣f(x)−6∣<ε and solve for ∣x−3∣. Then
∣f(x)−6∣<ε→∣x2−x−6∣<ε∣x−3∣∣x+2∣<ε
We will now replace the term ∣x+2∣ with an appropriate constant and keep the term ∣x−3∣, since this is the term we wish to solver for. To do this we will arbitrarily assume that δ≤1. Then ∣x−3∣<δ≤1 implies that −1<x−3<1 and 2<x<4 so that 7<∣x+2∣<9. It follows that
∣x−3∣∣x+2∣<∣x−3∣(9)<ε→∣x−3∣<9ε.
Now choose δ=min{4,9ε}. Thus if 0<∣x−3∣<δ, t follows that ∣f(x)−6∣<ε. This completes the proof.