L'Hopital's Rule. When x→alimg(x)f(x) has the indeterminate form 00 or ∞∞, the limit equals the ratio of the derivatives:
x→alimg(x)f(x)=x→alimg′(x)f′(x),
provided the latter limit exists, and the step may be repeated as long as the indeterminate form persists. [JEE Tip] L'Hopital is a fast alternative to Taylor-series expansion for 00 and ∞∞ limits. [JEE Tip] Differentiate the numerator and the denominator SEPARATELY -- do NOT apply the quotient rule.
Newton-Leibniz Rule. To differentiate an integral whose limits depend on x,
dxd∫g(x)h(x)f(t)dt=f(h(x))h′(x)−f(g(x))g′(x).
Evaluate the integrand at each limit and multiply by that limit's derivative; the antiderivative of f is never needed.
Handy Limit Forms.
- x→0lim(1+ax)1/x=ea, which generalises the definition of e.
- x→0limxtan−1x=1, and likewise x→0limxsin−1x=1.
- x→0limxax−bx=lnba for a,b>0.
Differentiability Shortcuts.
- ∣f(x)∣ is NOT differentiable where f(x)=0 and f changes sign (a simple root); at a double root, where f keeps its sign, ∣f∣ stays smooth.
- max{u,v} and min{u,v} of two differentiable functions have corners only at crossings, where the graphs meet with different slopes.
Each example applies one of the Beyond-NCERT tools above; several are cross-checked by a second method.
Example 1 — A 00 limit by L'Hopital, cross-checked by series
Evaluate x→0limx3x−sinx.
L'Hopital. The form is 00, so differentiate numerator and denominator separately (never as a quotient):
x→0limx3x−sinx=x→0lim3x21−cosx=x→0lim6xsinx=61.
Each stage stays 00 until the last, where 6xsinx→61.
Series cross-check. From sinx=x−6x3+⋯, the numerator is x−sinx=6x3−⋯, so dividing by x3 again gives 61. Both routes agree.
Example 2 — An ∞∞ limit by repeated L'Hopital
Evaluate x→∞limexx2.
The form is ∞∞. Apply L'Hopital and repeat while the form persists:
x→∞limexx2=x→∞limex2x=x→∞limex2=0.
The exponential outgrows any power of x, so the limit is 0.
Example 3 — Newton-Leibniz with one variable limit
Find dxd∫0x2sintdt.
Here the lower limit is g(x)=0 with g′(x)=0, the upper limit is h(x)=x2 with h′(x)=2x, and the integrand is f(t)=sint. The Newton-Leibniz rule gives
dxd∫0x2sintdt=sin(x2)⋅2x−sin(0)⋅0=2xsin(x2).
Cross-check. Integrating first, ∫0x2sintdt=[−cost]0x2=1−cos(x2), whose derivative is indeed 2xsin(x2).
Example 4 — Newton-Leibniz with both limits variable
Find dxd∫xx3et2dt.
Now the lower limit is g(x)=x with g′(x)=1, the upper limit is h(x)=x3 with h′(x)=3x2, and the integrand is f(t)=et2. The upper limit contributes f(h)h′ while the lower limit subtracts f(g)g′:
dxd∫xx3et2dt=e(x3)2⋅3x2−ex2⋅1=3x2ex6−ex2.
Notice that the antiderivative of et2, which is not elementary, is never required.
Evaluate x→0lim(1+3x)1/x.
This matches the standard form x→0lim(1+ax)1/x=ea with a=3, so the value is e3.
Cross-check by logarithm and L'Hopital. Put L=x→0lim(1+3x)1/x. Taking logs turns the power into a 00 quotient:
lnL=x→0limxln(1+3x)=x→0lim13/(1+3x)=3,
so L=e3, confirming the shortcut.
Evaluate x→0lim(cosx)1/x2.
The base tends to 1 while the exponent tends to ∞, a genuine 1∞ form. Set L=x→0lim(cosx)1/x2 and take logarithms:
lnL=x→0limx2lncosx.
The right side is 00, so by L'Hopital,
lnL=x→0lim2x−tanx=−21,
using xtanx→1. Hence L=e−1/2.
Evaluate x→0limx7x−3x first. Applying x→0limxax−bx=lnba with a=7 and b=3,
x→0limx7x−3x=ln37.
Next evaluate x→0limsin−12xtan−15x. Using 5xtan−15x→1 together with 2xsin−12x→1, the numerator behaves like 5x while the denominator behaves like 2x:
x→0limsin−12xtan−15x=25.