A limit limx→af(x)=L means: we can force f(x) as close to L as we like by keeping x near a. Formally, for every ε>0 there is δ>0 so that
0<∣x−a∣<δ⇒∣f(x)−L∣<ε.
We want ∣(f+g)−(L+M)∣ small. Regroup and use the triangle inequality∣p+q∣≤∣p∣+∣q∣:
∣(f(x)+g(x))−(L+M)∣=∣(f(x)−L)+(g(x)−M)∣≤∣f(x)−L∣+∣g(x)−M∣.Why this step? We split the total error into "f's error" + "g's error", each of which we can control.
Given ε>0, choose δ1 making ∣f−L∣<2ε and δ2 making ∣g−M∣<2ε. Take δ=min(δ1,δ2). Then both hold at once:
∣(f+g)−(L+M)∣<2ε+2ε=ε.■Why split ε as ε/2+ε/2? So the two halves add back exactly to ε.
∣cf(x)−cL∣=∣c∣∣f(x)−L∣.
If c=0, make ∣f−L∣<∣c∣ε, so the product is <ε. (If c=0 both sides are 0.) Why divide by ∣c∣? So that multiplying back by ∣c∣ lands on ε.
The clever move is add and subtractLg(x):
fg−LM=fg−Lg+Lg−LM=g(f−L)+L(g−M).Why this step? It separates "f wobbling" from "g wobbling". Near a, g is bounded (close to M), so g(f−L)→0, and L(g−M)→0. Both go to 0, so the product limit is LM.
First prove limg1=M1 (needs M=0 so g stays away from 0 nearby), then apply the product law to f⋅g1. Why need M=0? Dividing by something heading to 0 blows up — the result need not exist.
Imagine two friends walking toward a meeting spot. One ends up at chair L, the other at chair M. If you measure the distance between them, it heads to L+M apart; if you stack them, L⋅M. Knowing where each friend is going tells you where any combination is going — unless you try to divide by a friend who walks all the way to zero, because then "share per person" explodes. That's the whole game: limits slide through +,−,×, and through ÷only if the bottom isn't heading to zero.
Dekho, limit ka matlab simple hai: jaise-jaise x kisi point a ke paas jaata hai, f(x) kis value ki taraf bhaag raha hai. Ab limit laws kehte hain ki agar tumhe f aur g dono ki limit pata hai (L aur M), to inke sum, difference, product, aur quotient ki limit bhi turant nikal jaati hai — bas L aur M ko usi operation se jod do. Yani limit andar ghus jaati hai operations ke through. Isliye humein har baar epsilon-delta wala lamba kaam nahi karna padta; bade function ko chhote-chhote known tukdo me toR kar reassemble kar lete hain.
Sabse important baat: quotient law me ek shart hai — neeche wali limit M zero nahi honi chahiye. Agar M=0 aa gaya, to law fail, aur tumhe factor karna padega (jaise x−3x2−9=x+3 wala trick). Yahan x→3 ka matlab hai x exactly 3 nahi, sirf paas, isliye cancel karna bilkul legal hai.
Ek aur galti se bachna: agar lim(f+g) exist karti hai, iska matlab ye nahi ki f aur g ki alag-alag limit bhi exist karti hai. Laws tabhi lagao jab dono pieces ki limit pehle se exist karti ho. Mnemonic yaad rakho: "Same Operation, Same Result — par Zero se divide mat karo." Bas itna pakad lo, to polynomial aur rational functions ki saari limits seconds me ho jayengi.