From Average to Instantaneous

A body dropped from a cliff falls s=4.9t2s = 4.9t^2 metres in tt seconds. Its average velocity over [t1,t2][t_1, t_2] is distance covered divided by time taken — but what is its velocity exactly at t=2t = 2?

Classic velocity tables squeeze the answer from both sides. Average velocities over intervals ending at t=2t = 2: over [1,2][1, 2], 14.714.7 m/s; over [1.99,2][1.99, 2], 19.55119.551 m/s. Over intervals starting at t=2t = 2: over [2,2.01][2, 2.01], 19.64919.649 m/s; over [2,2.05][2, 2.05], 19.84519.845 m/s. As the intervals shrink, both lists close in on one number near 19.619.6:

Falling body curve with secants squeezing to the tangent at t equals 2

Key Point (Instantaneous velocity): the common value that average velocities approach as the interval shrinks to a point is the instantaneous velocity — geometrically, the slope of the tangent to the curve s=4.9t2s = 4.9t^2 at t=2t = 2. Chords tilt into the tangent; averages sharpen into an instant. This number is the derivative of ss at t=2t = 2.

That squeezing process — "what value does the function head towards?" — deserves its own name and notation, and that is the limit.

Key Point (Limit, informally): if f(x)f(x) approaches a number ll as xx approaches aa (from either side, without touching aa), we write

limxaf(x)=l\lim_{x \to a} f(x) = l

For example limx0x2=0\lim_{x \to 0} x^2 = 0, and h(x)=x24x2h(x) = \frac{x^2 - 4}{x - 2} (undefined at 2) satisfies limx2h(x)=4\lim_{x \to 2} h(x) = 4 — the values near 2 are what matter, not the value at 2.

Left-Hand and Right-Hand Limits

xx can approach aa from two directions, and each gives a one-sided limit: the left-hand limit limxaf(x)\lim_{x \to a^-} f(x) (values of xx below aa) and the right-hand limit limxa+f(x)\lim_{x \to a^+} f(x) (values above aa).

Step function with different left and right hand limits at zero

Key Point (Existence of a limit): limxaf(x)\lim_{x \to a} f(x) exists exactly when the left- and right-hand limits both exist and are equal; the limit is then that common value.

For the step function f(x)=1f(x) = 1 for x0x \le 0, f(x)=2f(x) = 2 for x>0x > 0: LHL =1= 1, RHL =2= 2, so limx0f(x)\lim_{x \to 0} f(x) does not exist — even though f(0)=1f(0) = 1 is perfectly well defined.

The limit and the value are different questions. A telling example takes f(x)=x+2f(x) = x + 2 for x1x \ne 1 with f(1)=0f(1) = 0:

Line with a hole showing limit 3 while the value at 1 is 0

Both one-sided limits equal 3, so limx1f(x)=3\lim_{x \to 1} f(x) = 3 — while f(1)=0f(1) = 0. Either can exist without the other, and when both exist they still need not agree.

A limit that runs away: for f(x)=1x2f(x) = \frac{1}{x^2} (x>0x > 0), the values exceed any bound as x0x \to 0 — written limx0f(x)=+\lim_{x \to 0} f(x) = +\infty, a case flagged and set aside for now.

[Board Tip] For piecewise functions, always compute LHL and RHL separately using the correct branch on each side. Substituting into just one branch is the standard way to lose an existence question.

Solved Examples

Example 1: Limits by closing in

Find: (i) limx5(x+10)\lim_{x \to 5}(x + 10); (ii) limx1x3\lim_{x \to 1} x^3; (iii) limx23x\lim_{x \to 2} 3x.

Solution:

Step 1 — (i) Watch the values. At x=4.9,4.99,5.01x = 4.9, 4.99, 5.01: 14.9,14.99,15.0114.9, 14.99, 15.01 — both sides close in on 15.

Step 2 — (ii). 0.93=0.7290.9^3 = 0.729, 0.9930.9700.99^3 \approx 0.970, 1.0131.0301.01^3 \approx 1.030: the values head to 1.

Step 3 — (iii). 3x3x heads to 3×2=63 \times 2 = 6.

Takeaway: For these well-behaved functions the limit equals the value at the point — that is a THEOREM for polynomials, not a coincidence.

Example 2: A constant function

Find limx2f(x)\lim_{x \to 2} f(x) for f(x)=3f(x) = 3.

Solution:

Step 1 — The function never moves. Every value, at every xx, is 3.

Step 2 — Conclude. The values near 2 are all exactly 3: limxa3=3\lim_{x \to a} 3 = 3 for every real aa.

Takeaway: Constants pass through limits untouched — the base case every limit law builds on.

Example 3: Sums behave well

Find: (i) limx1(x2+x)\lim_{x \to 1}(x^2 + x); (ii) limxπ/2sinx\lim_{x \to \pi/2} \sin x; (iii) limx0(x+cosx)\lim_{x \to 0}(x + \cos x).

Solution:

Step 1 — (i) Split the sum. limx2=1\lim x^2 = 1 and limx=1\lim x = 1: the sum's limit is 1+1=21 + 1 = 2.

Step 2 — (ii) A trig value. sinx\sin x is continuous: the limit is sinπ2=1\sin\frac{\pi}{2} = 1.

Step 3 — (iii) Mix and match. limx=0\lim x = 0, limcosx=cos0=1\lim \cos x = \cos 0 = 1: the sum's limit is 0+1=10 + 1 = 1.

Takeaway: "Limit of a sum = sum of the limits" — the first limit law, already visible in numerical tables.

Example 4: One-sided limits disagree

For f(x)=x2f(x) = x - 2 (x<0x < 0), f(0)=0f(0) = 0, f(x)=x+2f(x) = x + 2 (x>0x > 0), find limx0f(x)\lim_{x \to 0} f(x).

Solution:

Step 1 — LHL from the left branch. As x0x \to 0^-: x22x - 2 \to -2.

Step 2 — RHL from the right branch. As x0+x \to 0^+: x+22x + 2 \to 2.

Step 3 — Compare. 22-2 \ne 2: the limit does not exist — and the defined value f(0)=0f(0) = 0 cannot rescue it.

Takeaway: A defined value at the point is powerless — existence of the limit is decided by the two sides agreeing, nothing else.

Example 5: Limit exists, value differs

For f(x)=x+2f(x) = x + 2 (x1x \ne 1) with f(1)=0f(1) = 0, find limx1f(x)\lim_{x \to 1} f(x).

Solution:

Step 1 — Approach from both sides. For xx near 1 (but not equal), f(x)=x+23f(x) = x + 2 \to 3 from the left and from the right.

Step 2 — Conclude. LHL == RHL =3= 3: limx1f(x)=3\lim_{x \to 1} f(x) = 3.

Step 3 — Contrast with the value. f(1)=03f(1) = 0 \ne 3 — the limit serenely ignores the value planted at the point.

Takeaway: The limit asks what ff SHOULD be near aa, never what it actually is at aa.

Example 6: A two-branch check

For f(x)=2x+3f(x) = 2x + 3 (x0x \le 0), f(x)=3(x+1)f(x) = 3(x + 1) (x>0x > 0), find limx0f(x)\lim_{x \to 0} f(x) and limx1f(x)\lim_{x \to 1} f(x).

Solution:

Step 1 — At 0, both branches matter. LHL: 2x+332x + 3 \to 3. RHL: 3(x+1)33(x + 1) \to 3.

Step 2 — They agree. limx0f(x)=3\lim_{x \to 0} f(x) = 3.

Step 3 — At 1, only one branch is nearby. Every xx near 1 is positive: the limit is 3(1+1)=63(1 + 1) = 6.

Takeaway: Split into one-sided limits ONLY at the joining point — away from it, a single branch rules and no split is needed.

Example 7: When the branches clash

(i) f(x)=x21f(x) = x^2 - 1 (x1x \le 1), f(x)=x21f(x) = -x^2 - 1 (x>1x > 1): find limx1f(x)\lim_{x \to 1} f(x). (ii) f(x)=xxf(x) = \frac{|x|}{x} (x0x \ne 0), f(0)=0f(0) = 0: find limx0f(x)\lim_{x \to 0} f(x).

Solution:

Step 1 — (i) Two sides. LHL: 11=01 - 1 = 0; RHL: 11=2-1 - 1 = -2.

Step 2 — (i) Conclude. 020 \ne -2: no limit at 1.

Step 3 — (ii) The sign function. For x<0x < 0: xx=1\frac{|x|}{x} = -1; for x>0x > 0: +1+1. LHL =11== -1 \ne 1 = RHL — no limit.

Takeaway: xx\frac{|x|}{x} is the canonical jump — memorise its two constant branches; it powers half the "does the limit exist" traps.

Example 8: Modulus and matched parameters

(i) Find limx5f(x)\lim_{x \to 5} f(x) for f(x)=x5f(x) = |x| - 5. (ii) If f(x)=a+bxf(x) = a + bx (x<1x < 1), f(1)=4f(1) = 4, f(x)=baxf(x) = b - ax (x>1x > 1), and limx1f(x)=f(1)\lim_{x \to 1} f(x) = f(1), find aa and bb.

Solution:

Step 1 — (i) Resolve the modulus locally. Near 5 every xx is positive, so x=x|x| = x: the limit is 55=05 - 5 = 0.

Step 2 — (ii) Write both one-sided limits. LHL =a+b= a + b; RHL =ba= b - a.

Step 3 — (ii) Impose the condition. Both must equal f(1)=4f(1) = 4: a+b=4a + b = 4 and ba=4b - a = 4. Adding: 2b=82b = 8, b=4b = 4; then a=0a = 0.

Takeaway: A modulus is harmless once you know its sign locally; parameter-matching problems are just "set LHL = RHL = value" and solve.

Example 9: Products of factors and a two-branch split

(i) f(x)=(xa1)(xa2)(xan)f(x) = (x - a_1)(x - a_2)\cdots(x - a_n): find limxa1f(x)\lim_{x \to a_1} f(x) and limxaf(x)\lim_{x \to a} f(x) for aaia \ne a_i. (ii) f(x)=x+1f(x) = x + 1 (x<0x < 0), f(0)=0f(0) = 0, f(x)=x1f(x) = x - 1 (x>0x > 0): for which aa does limxaf(x)\lim_{x \to a} f(x) exist?

Solution:

Step 1 — (i) At a root. As xa1x \to a_1 the first factor 0\to 0 while the others stay finite: the product 0\to 0.

Step 2 — (i) Away from the roots. Substitute: the limit is (aa1)(aa2)(aan)(a - a_1)(a - a_2)\cdots(a - a_n) — a polynomial obeys lim=\lim = value.

Step 3 — (ii) Find the clash point. At 0: LHL =1= 1, RHL =1= -1 — fails. Everywhere else one branch applies: the limit exists exactly for a0a \ne 0.

Takeaway: Piecewise limits fail only where branches MEET with different values — list the joining points and test just those.

Example 10: Inferring limits

(i) If limx1f(x)2x21=π\lim_{x \to 1} \frac{f(x) - 2}{x^2 - 1} = \pi, find limx1f(x)\lim_{x \to 1} f(x). (ii) f(x)=mx2+nf(x) = mx^2 + n (x<0x < 0), nx+mnx + m (0x10 \le x \le 1), nx3+mnx^3 + m (x>1x > 1): when do limx0f(x)\lim_{x \to 0} f(x) and limx1f(x)\lim_{x \to 1} f(x) exist?

Solution:

Step 1 — (i) Read the structure. The quotient tends to the finite number π\pi while the denominator x210x^2 - 1 \to 0.

Step 2 — (i) Force the numerator down. If the numerator tended to anything non-zero, the quotient would blow up. So f(x)20f(x) - 2 \to 0: limx1f(x)=2\lim_{x \to 1} f(x) = 2.

Step 3 — (ii) Match at each joint. At 0: LHL =n= n, RHL =m= m — need m=nm = n. At 1: LHL =n+m= n + m, RHL =n+m= n + m — automatic, so the limit at 1 exists for ALL m,nm, n.

Takeaway: "Finite quotient over a vanishing denominator" forces the numerator to vanish too — a deduction pattern JEE reuses constantly.