Calculus is the branch of mathematics that mainly deals with the study of change in the value of a function as the points in the domain change. The concept of derivatives stems from the need to find the instantaneous rate of change, such as finding the exact velocity of a falling body at a specific second rather than an average velocity over an interval.
The instantaneous velocity v(t) at time t=a is equal to the slope of the tangent to the distance-time curve at t=a. To precisely define this slope, the mathematical concept of a "limit" is required.
Left Hand and Right Hand Limits
The limit of a function f(x) as x approaches a is the expected value of f(x) based on the values of f(x) for points near a.
Left Hand Limit (LHL): The expected value of f(x) at x=a given the values of f(x) near x to the left of a (i.e., x<a). It is denoted as limx→a−f(x).
Right Hand Limit (RHL): The expected value of f(x) at x=a given the values of f(x) near x to the right of a (i.e., x>a). It is denoted as limx→a+f(x).
Existence of Limit: If the right and left hand limits coincide, their common value is called the limit of f(x) at x=a and is denoted by limx→af(x). If they are different, the limit does not exist, even if the function is defined at that point. → [JEE TIP] Always check LHL and RHL separately for piecewise functions, modulus functions, and greatest integer functions.
Algebra of Limits
Let f and g be two functions such that both limx→af(x) and limx→ag(x) exist.
Sum Rule:limx→a[f(x)+g(x)]=limx→af(x)+limx→ag(x).
Scalar Multiple Rule:limx→a[λ⋅f(x)]=λ⋅limx→af(x) for any real number λ.
Limits of Polynomials and Rational Functions
A polynomial function is of the form f(x)=a0+a1x+a2x2+⋯+anxn.
The limit of a polynomial function at x=a is simply the value of the function at a: limx→af(x)=f(a).
A rational function is f(x)=h(x)g(x), where g(x) and h(x) are polynomials.
If h(a)=0, then limx→af(x)=h(a)g(a).
If h(a)=0 and g(a)=0, the limit does not exist.
If h(a)=0 and g(a)=0, this is a 0/0 indeterminate form. To evaluate, factorize g(x) and h(x) as g(x)=(x−a)kg1(x) and h(x)=(x−a)lh1(x), cancel the common (x−a) terms, and then evaluate. → [JEE TIP] We can safely cancel (x−a) from numerator and denominator because the limit operation implies x→a, which strictly means x=a.
Standard Limit Formula for Powers:
For any positive integer n (and by extension, any rational number),
limx→ax−axn−an=nan−1. → [JEE TIP] This is highly useful for fractional powers where binomial expansion is tedious.
Limits of Trigonometric Functions
Limits of trigonometric functions rely on the order properties of these functions:
Theorem: If f(x)≤g(x) for all x in the domain, and their limits exist at a, then limx→af(x)≤limx→ag(x).
Sandwich Theorem (Squeeze Theorem): Let f,g, and h be real functions such that f(x)≤g(x)≤h(x) for all x in the common domain. If limx→af(x)=l=limx→ah(x), then limx→ag(x)=l. → [JEE TIP] The Sandwich Theorem is the primary tool for solving limits involving oscillating functions like sin(1/x) combined with polynomials, e.g., limx→0x2sin(1/x)=0.
Fundamental Trigonometric Inequality:
For 0<x<2π (where x is in radians), sinx<x<tanx.
Standard Trigonometric Limits:
limx→0xsinx=1.
limx→0x1−cosx=0.
limx→0xtanx=1.
→ [JEE TIP] These limits are valid ONLY when x is measured in RADIANS. If x is in degrees, limx→0xsinx∘=180π.
Derivatives & The First Principle
The derivative of a function quantifies the rate of change of f(x) with respect to x. Geometrically, the derivative of f(x) at x=a is the slope of the tangent to the curve y=f(x) at the point (a,f(a)).
Derivative from First Principle:
The derivative of f at x is defined as:
f′(x)=limh→0hf(x+h)−f(x).
It is denoted by f′(x), dxd[f(x)], dxdy, or D(f(x)).
Algebra of Derivatives
Let f(x)=u and g(x)=v be functions whose derivatives exist.
Sum Rule:(u+v)′=u′+v′.
Difference Rule:(u−v)′=u′−v′.
Product Rule (Leibnitz Rule):(uv)′=u′v+uv′.
Quotient Rule:(vu)′=v2u′v−uv′ (where v=0). → [JEE TIP] Trap alert! The negative sign in the numerator is specifically in front of the term uv′, which differentiates the denominator. Order matters!
dxd(secx)=secxtanx [Derived using quotient rule on 1/cosx].
dxd(cosecx)=−cosecxcotx.
JEE Advanced Extensions (Added Topics)
L'Hôpital's Rule: If limx→ag(x)f(x) results in 0/0 or ∞/∞, then limx→ag(x)f(x)=limx→ag′(x)f′(x), provided the latter limit exists. → [JEE TIP] Always check if the form is actually 0/0 or ∞/∞ before applying L'Hôpital's Rule. Applying it to finite forms gives incorrect answers!
1∞ Form Limits: If limx→af(x)=1 and limx→ag(x)=∞, then limx→af(x)g(x)=elimx→ag(x)[f(x)−1].
Standard Maclaurin Series Expansions: Extremely powerful for complex 0/0 limits:
sinx=x−3!x3+5!x5−…
cosx=1−2!x2+4!x4−…
tanx=x+3x3+152x5+…
ex=1+x+2!x2+3!x3+…
ln(1+x)=x−2x2+3x3−…
Chain Rule:dxd[f(g(x))]=f′(g(x))⋅g′(x).
Key Concepts & Definitions
Calculus:
Mathematics explaining the course of nature, dealing with the study of change in a function's value as points in its domain change.
Derivative:
The instantaneous rate of change of a function, representing the slope of the tangent line to the function's curve at a specific point.
Limit:
The expected value lll that a function f(x)f(x)f(x) approaches as the independent variable xxx approaches a given value aaa.
First Principle:
The foundational definition of differentiation evaluating limits of the difference quotient as the interval approaches zero.
Formulae, Equations & Units
Average Velocity:vavg=ΔtΔs=t2−t1s(t2)−s(t1). Unit: m/s (meters per second).
Instantaneous Rate of Change / Limit definition of Derivative:f′(x)=limh→0hf(x+h)−f(x).
Standard Algebraic Limit:limx→ax−axn−an=nan−1.
Half-Angle identity limit evaluation:1−cosx=2sin2(2x) is frequently used to prove limx→0x1−cosx=0.
Conditions & Limitations
Limit Existence Constraint:limx→af(x) ONLY exists if the Left Hand Limit equals the Right Hand Limit.
Quotient Rule Constraint:dxd(vu) and limits of quotients limg(x)f(x) are valid strictly where the denominator v=0 or limg(x)=0 respectively.
Rational Limit Division Constraint: When canceling factors like (x−a) out of the form 0/0, the mathematical assumption validating the cancellation is x→a implies x=a (hence you are not dividing by exactly zero).
⚠️ COMMON MISCONCEPTIONS & SIGN CONVENTIONS
Misconception:f(a) is always equal to limx→af(x).
Fact: The limit depends strictly on the values aroundx=a, not the value atx=a. The value f(a) and the limit can be completely different, or one may exist while the other does not.
Misconception: Infinite limit means limit exists.
Fact: If limx→af(x)=∞, the limit technically does not exist because infinity is not a real number.
Misconception: Radians and degrees are interchangeable in limits.
Fact: The formulas limx→0xsinx=1 and derivative dxd(sinx)=cosx STRICTLY assume x is measured in radians. If x is in degrees, the limit is π/180.
Sign Convention in Quotient Rule: Always remember it is (Numerator′×Denominator)−(Numerator×Denominator′), divided by Denominator2. Reversing the negative sign is a fatal algebraic error.
Previous Year JEE Topics
1∞ limits: Used in virtually every JEE paper.
Limits with Greatest Integer Functions [x] and Fractional Parts {x}: These require breaking limits carefully into LHL and RHL because these functions jump at integer points.
Evaluating Limits using Taylor/Maclaurin Series Expansion: For complex polynomial/trigonometric mixed fractions where L'Hôpital's rule becomes too lengthy.
Derivatives of Implicit Functions & Inverse Trigonometric Functions.
Checking continuity and differentiability via First Principles.
Standard Derivations & Step-by-Step Problem Solving
1. Derivation of limx→ax−axn−an=nan−1 (for integer n):
Method 1 (Factorization): Divide (xn−an) by (x−a).
xn−an=(x−a)(xn−1+xn−2a+xn−3a2+⋯+xan−2+an−1).
Taking the limit as x→a of the second bracket:
limx→a(xn−1+axn−2+⋯+an−1)=an−1+a(an−2)+⋯+an−1.
There are n terms, so the sum is nan−1.
Method 2 (Binomial Theorem for x→a or h→0):
Let x=a+h. Then limh→0h(a+h)n−an. Expand (a+h)n using binomial theorem, the an cancels, divide by h, and substituting h=0 leaves only nan−1.
2. Geometric Proof of sinx<x<tanx:
Consider a unit circle with center O and an angle x (in radians) such that 0<x<π/2.
Area of ΔOAC<Area of Sector OAC<Area of ΔOAB.
Area ΔOAC=21OA⋅CD=21(1)sinx=21sinx.
Area of Sector OAC=21r2x=21(1)2x=21x.
Area of ΔOAB=21OA⋅AB=21(1)tanx=21tanx.
Therefore, sinx<x<tanx. Dividing by sinx gives 1<sinxx<cosx1, taking reciprocals gives cosx<xsinx<1, which proves limx→0xsinx=1 via Sandwich Theorem.
3. Derivative of sinx from First Principle:f′(x)=limh→0hsin(x+h)−sinx.
Using the formula sinA−sinB=2cos(2A+B)sin(2A−B):
f′(x)=limh→0h2cos(x+2h)sin(2h).
=limh→0cos(x+2h)⋅limh→0h/2sin(h/2)=cos(x)⋅1=cosx.
Memory Aids & JEE Traps
Based on this chapter, here are the top 10 MCQ traps and tricks that appear in JEE:
Misconception → Direct substitution in 0/0 forms gives 0 or ∞.
Correct Understanding → 0/0 is an indeterminate form. You must cancel the vanishing factor (e.g., (x−a)) from the numerator and denominator, apply L'Hôpital's rule, or use series expansions. → [JEE TIP] Trap 1 - Phantom Zeroes.
Misconception → limx→0xsin(kx)=1.
Correct Understanding → limx→0xsin(kx)=k. You must multiply and divide by k to apply the standard identity limθ→0θsinθ=1. → [JEE TIP] Trap 2 - Coefficient Missing.
Misconception → Trigonometric limit identities work in degrees.
Correct Understanding → limx→0xsinx=1 is ONLY valid when x is in radians. For x in degrees, the limit is 180π. → [JEE TIP] Trap 3 - Degree Trap.
Misconception → limx→0[x]=0 (where [x] is the greatest integer function).
Correct Understanding → The limit does NOT exist. LHL = limx→0−[x]=−1, while RHL = limx→0+[x]=0. → [JEE TIP] Trap 4 - GIF Discontinuity.
Misconception → When taking limits to infinity involving x2, you can just write x.
Correct Understanding → x2=∣x∣. If x→−∞, then x2=−x. Missing this minus sign ruins the whole problem. → [JEE TIP] Trap 5 - Modulus Trap.
Misconception → Sandwich theorem applies if f(x)≤g(x)≤h(x) at exactly one point.
Correct Understanding → The inequality must hold for an entire neighborhood around the limit point (except possibly at the point itself). → [JEE TIP] Trap 6 - Local Neighborhoods.
Misconception → In the quotient rule, (u/v)′=v2u′v+uv′.
Correct Understanding → The sign is negative: v2u′v−uv′. Always start with the derivative of the numerator. → [JEE TIP] Trap 7 - Sign Error in Division.
Misconception → If limf(x) does not exist and limg(x) does not exist, then lim[f(x)+g(x)] does not exist.
Correct Understanding → The sum can easily have a limit. Example: f(x)=[x] and g(x)=−[x] at integers. → [JEE TIP] Trap 8 - Combining DNE limits.
Misconception → The derivative of a function at x=a is always defined if the function is continuous.
Correct Understanding → Continuous functions can have sharp corners (like ∣x∣ at x=0) where LHD = RHD, meaning the derivative does not exist. → [JEE TIP] Trap 9 - Sharp Corners.
Misconception → limx→0x21−cosx=0.
Correct Understanding → limx→0x1−cosx=0, but limx→0x21−cosx=21 (derived using the half-angle formula 1−cosx=2sin2(x/2)). → [JEE TIP] Trap 10 - Squared Denominator in Cosine Limits.
Notes fade fast. Rhovecs re-surfaces each concept on a forgetting schedule and picks what you practise next — so revision sticks.See how it works