Formula Sheet — Limits and Derivatives

Card 1: Limits

Fact Statement
Existence limit exists \Leftrightarrow LHL == RHL; that common value is the limit
Limit vs value limxaf(x)\lim_{x \to a} f(x) and f(a)f(a) are independent — either can exist alone
Limit laws lim[f±g]=limf±limg\lim[f \pm g] = \lim f \pm \lim g; lim[fg]=limflimg\lim[fg] = \lim f \cdot \lim g; limfg=limflimg\lim\frac{f}{g} = \frac{\lim f}{\lim g} (limg0\lim g \ne 0)
Polynomials limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) — direct substitution
00\frac{0}{0} rational factor out (xa)(x - a), cancel, substitute again
Sandwich fghf \leq g \leq h, limf=limh=l\lim f = \lim h = l \Rightarrow limg=l\lim g = l

Card 2: Standard limits

Limit Value
limxaxnanxa\lim_{x \to a}\frac{x^n - a^n}{x - a} nan1na^{n-1} (any rational nn)
limx0sinxx\lim_{x \to 0}\frac{\sin x}{x} 11 (radians)
limx01cosxx\lim_{x \to 0}\frac{1 - \cos x}{x} 00
limx0tanxx\lim_{x \to 0}\frac{\tan x}{x} 11
limx0ex1x\lim_{x \to 0}\frac{e^x - 1}{x} (JEE) 11
limx0ax1x\lim_{x \to 0}\frac{a^x - 1}{x} (JEE) lna\ln a
limx0log(1+x)x\lim_{x \to 0}\frac{\log(1+x)}{x} (JEE) 11
limx0(1+x)1/x\lim_{x \to 0}(1 + x)^{1/x} (JEE) ee

Card 3: Derivatives

Tool Statement
At a point f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0}\frac{f(a+h) - f(a)}{h} — the tangent slope at aa
First principles f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0}\frac{f(x+h) - f(x)}{h}
Sum / difference (u±v)=u±v(u \pm v)' = u' \pm v'
Product (Leibnitz) (uv)=uv+uv(uv)' = u'v + uv'
Quotient (uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}
Power ddxxn=nxn1\frac{d}{dx}x^n = nx^{n-1} (any real nn)
Trig (sinx)=cosx(\sin x)' = \cos x; (cosx)=sinx(\cos x)' = -\sin x; (tanx)=sec2x(\tan x)' = \sec^2 x
More trig (cotx)=cosec2x(\cot x)' = -\mathrm{cosec}^2 x; (secx)=secxtanx(\sec x)' = \sec x\tan x; (cosecx)=cosecxcotx(\mathrm{cosec}\,x)' = -\mathrm{cosec}\,x\cot x

Last-Minute Mistake Checklist

  1. Check LHL and RHL separately for every piecewise or modulus function — one-branch substitution is the classic existence error.
  2. The limit ignores f(a)f(a): never argue "f(1)=0f(1) = 0 so the limit is 0"; the limit reads the neighbourhood, not the point.
  3. Cancel only after confirming 00\frac{0}{0}: if only the denominator vanishes, the limit does not exist — no cancellation can save it.
  4. Radians only in sinxx1\frac{\sin x}{x} \to 1; a degree version picks up π180\frac{\pi}{180}.
  5. Match arguments before using sinθθ1\frac{\sin\theta}{\theta} \to 1: sin4xx4\frac{\sin 4x}{x} \to 4, not 1 — multiply and divide by the argument first.
  6. Product rule is uv+uvu'v + uv', never uvu'v'; quotient rule numerator starts with uvu'v, and the sign between the terms is minus.
  7. "From first principles" is binding: write the h0h \to 0 quotient even when the table answer is obvious.
  8. ddxcosx=sinx\frac{d}{dx}\cos x = -\sin x — the cosine sign flip is the single most common derivative slip.
  9. Constants die, coefficients survive: (5sinx+7)=5cosx(5\sin x + 7)' = 5\cos x; the 7 vanishes, the 5 does not.
  10. Differentiable \Rightarrow continuous, never conversely: x|x| at 0 is the standing counterexample — corners kill derivatives, not continuity.

How this chapter flows on: Class 12 begins with continuity and differentiability, then applications of derivatives (tangents, maxima-minima, rates) and integral calculus — every one of them a direct continuation of these limit and derivative definitions.