The casual phrase "f(x) gets close to L as x gets close to a" is too vague to prove anything:
"Close" — how close?
Does f have to reachL? (No — limits ignore the point a itself.)
Could f(x) wobble forever near a? (Then no limit exists, but the vague phrase can't catch that.)
The epsilon–delta definition replaces fuzzy words with a game with measurable tolerances, so a limit becomes something you can actually win an argument about.
Scratchwork. Here f(x)−L=(2x+1)−7=2x−6=2(x−3). So
∣f(x)−L∣=2∣x−3∣.Why this step? We factored out ∣x−3∣=∣x−a∣, the controllable input distance. To make 2∣x−3∣<ε we need ∣x−3∣<ε/2. So take δ=ε/2.
Proof. Let ε>0. Choose δ=2ε. Suppose 0<∣x−3∣<δ. Then
∣(2x+1)−7∣=2∣x−3∣<2δ=2⋅2ε=ε.■Why this works: the factor was the constant2, so δ is a clean fraction of ε.
Scratchwork.∣x2−4∣=∣x−2∣∣x+2∣. The factor ∣x+2∣ is not constant — it depends on x. Why is this a problem? We can't pick δ=ε/∣x+2∣ because δ must be a fixed number, not depend on x.
Fix — pre-restrict x. First impose a preliminary restriction ∣x−2∣<1. Then 1<x<3, so
∣x+2∣=x+2<5.Why this step? Once x is near 2, the factor ∣x+2∣ can't exceed 5 — we bounded the troublesome factor by a constant. Now
∣x2−4∣=∣x−2∣∣x+2∣<5∣x−2∣.
To get 5∣x−2∣<ε we need ∣x−2∣<ε/5. We need both∣x−2∣<1 and ∣x−2∣<ε/5, so take the smaller:
δ=min(1,5ε).
Proof. Let ε>0. Choose δ=min(1,ε/5). Suppose 0<∣x−2∣<δ. Since δ≤1, we have ∣x+2∣<5. Since δ≤ε/5,
∣x2−4∣=∣x−2∣∣x+2∣<5∣x−2∣<5⋅5ε=ε.■
Here f(x)=1 for x>0 and f(x)=−1 for x<0. Suppose someone claims the limit is L. Take ε=1. For anyδ>0, the interval (−δ,δ) contains both a point x+>0 (where f=1) and x−<0 (where f=−1). These differ by 2, so they can't both be within 1 of L. Hence no L works. Why ε=1? It's small enough that the ε-band can't straddle both +1 and −1 simultaneously.
Recall Feynman: explain it to a 12-year-old
Imagine you're aiming a water hose at a target. A friend says "I want the water to land inside this small ring." That ring is the ε. You answer: "Then keep my hand within this tiny wobble of the right angle" — that wobble is δ. The hose has a real limit if no matter how tiny a ring your friend draws, you can always find a small-enough hand-wobble that keeps the water inside. If they pick a ring so small that you can never keep the water in — there's no limit there.
Dekho, limit ka asli matlab kya hai? Hum kehte hain "x jab a ke paas jaata hai to f(x), L ke paas jaata hai" — par "paas" ka matlab vague hai. Isliye mathematicians ne ek game banaya: dushman (adversary) tumhe ek chhota number ε deta hai aur kehta hai "f(x) ko L ke itne paas le aao". Tumhara kaam hai ek δ dhoondhna — yaani ek "control knob" — jisse agar x ko a ke δ ke andar rakho, to automatically f(x), L ke ε ke andar aa jaaye. Agar tum harε ke liye aisa δ nikaal sakte ho, to limit =L hai. Bas yahi pura concept hai.
Proof likhne ka simple formula yaad rakho — FBC: Factor, Bound, Choose. Pehle ∣f(x)−L∣ ko aise likho ki usme ∣x−a∣ ek factor ban jaaye (Factor). Agar baaki bacha factor variable hai (jaise x2 wale case mein ∣x+2∣), to use ek constant se bound karo, pehle ∣x−a∣<1 maan ke (Bound). Phir δ=min(1,ε/constant) choose karo (Choose). Linear case mein factor constant hi hota hai, to seedha δ=ε/2 type answer mil jaata hai.
Ek bada mistake jo sab karte hain: log δ=ε/∣x+2∣ likh dete hain. Galat! Kyunki δ ek fixed number hona chahiye jo tum x choose hone se pehle commit karte ho. δ kabhi x pe depend nahi kar sakta. Isiliye hum troublesome factor ko constant se bound karte hain. Yeh idea — challenge pehle, response baad mein, aur response fixed — pura calculus ki neev hai: continuity, derivative, integral, sab isi ε–δ game pe khade hain. Isliye ise gehraai se samajhna zaroori hai.