What JEE Actually Asks From This Chapter

Here is the current, official picture — worth knowing precisely, because it changed recently:

  • JEE Main (per the official NTA syllabus): the Applications of Derivatives portion reads "Rate of change of quantities, monotonic — increasing and decreasing functions, maxima and minima of functions of one variable." That's it. Tangents & normals and Rolle's/Lagrange's Mean Value Theorems were dropped from the JEE Main syllabus in the 2024 rationalisation — they no longer appear in Main papers.
  • JEE Advanced: the Differential Calculus syllabus still explicitly includes tangents and normals, increasing and decreasing functions, maxima and minima, Rolle's theorem and Lagrange's mean value theorem with their geometric interpretation.

So your strategy depends on your target:

  1. JEE Main aspirants: go deep on monotonicity (especially with parameters) and maxima-minima (especially of non-polynomial functions). Expect 1-2 questions almost every session, frequently MCQ-style versions of optimisation and monotonic-interval problems.
  2. JEE Advanced aspirants: everything in this section is testable, including tangents/normals, orthogonal curves, and MVT-based reasoning.

This section covers the full superset, with each topic labelled. Even pure Main aspirants should skim the tangent/normal ideas — they quietly power "minimum distance" and "common point of two curves" problems that ARE in the Main syllabus.

[JEE Tip] In recent Main papers, this chapter's questions increasingly hybridise with other units — monotonicity of f(x)=∫0xg(t) dtf(x) = \int_0^x g(t)\,dt, extrema of functions defined with logs and exponentials, and root-counting via shape-of-graph arguments. The last notes block here covers that root-counting technique.

Tangents and Normals (JEE Advanced syllabus; tools useful everywhere)

The derivative at a point IS the slope of the tangent there. For a curve y=f(x)y = f(x) and a point P(x0,y0)P(x_0, y_0) on it:

  • Tangent at PP: slope m=f′(x0)m = f'(x_0), equation y−y0=f′(x0)(x−x0)y - y_0 = f'(x_0)(x - x_0)
  • Normal at PP: perpendicular to the tangent, slope −1f′(x0)-\frac{1}{f'(x_0)} (when f′(x0)≠0f'(x_0) \neq 0), equation y−y0=−1f′(x0)(x−x0)y - y_0 = -\frac{1}{f'(x_0)}(x - x_0)

Curve with tangent line and perpendicular normal line at a point

Special slopes to recognise instantly: tangent parallel to the xx-axis ⇔f′(x0)=0\Leftrightarrow f'(x_0) = 0; tangent parallel to the yy-axis ⇔f′(x0)\Leftrightarrow f'(x_0) is undefined/infinite (for implicit curves, dxdy=0\frac{dx}{dy} = 0); tangent parallel to a line of slope mm ⇔f′(x0)=m\Leftrightarrow f'(x_0) = m; tangent perpendicular to a line of slope mm ⇔f′(x0)=−1m\Leftrightarrow f'(x_0) = -\frac{1}{m}.

Angle of intersection of two curves

At a common point, if the tangent slopes are m1m_1 and m2m_2:

tan⁡θ=∣m1−m21+m1m2∣\tan\theta = \left|\frac{m_1 - m_2}{1 + m_1 m_2}\right|

  • Orthogonal curves: m1m2=−1m_1 m_2 = -1 at every intersection point.
  • Touching curves: m1=m2m_1 = m_2 (common tangent at the point).

Key Point: For implicit curves like x2=4yx^2 = 4y or xy=cxy = c, differentiate implicitly and evaluate at the actual intersection point — find that point first by solving the two equations together.

[JEE Advanced] Classic result worth caching: the curves x=y2x = y^2 and xy=kxy = k cut at right angles if and only if 8k2=18k^2 = 1 — proved in Example 5 below. Variants of this appear repeatedly.

Rolle's and Lagrange's Mean Value Theorems (JEE Advanced syllabus)

Rolle's Theorem. If ff is continuous on [a,b][a, b], differentiable on (a,b)(a, b), and f(a)=f(b)f(a) = f(b), then there exists at least one c∈(a,b)c \in (a, b) with f′(c)=0f'(c) = 0.

Geometrically: equal endpoint heights force at least one horizontal tangent in between.

Lagrange's Mean Value Theorem (LMVT). If ff is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), then there exists c∈(a,b)c \in (a, b) with

f′(c)=f(b)−f(a)b−af'(c) = \frac{f(b) - f(a)}{b - a}

Geometrically: some tangent is parallel to the chord joining the endpoints. (Rolle's is the special case where the chord is horizontal.)

Curve with chord and parallel tangent illustrating mean value theorem

The three JEE application patterns

  1. Find the cc: verify hypotheses, set f′(c)f'(c) equal to the average slope, solve. (Answers must lie strictly inside (a,b)(a,b) — check!)
  2. Root existence: if a differentiable ff has two zeros, Rolle's gives a zero of f′f' between them. Contrapositive: if f′f' never vanishes on an interval, ff has at most one root there — the standard "exactly one real root" argument when combined with a sign change.
  3. Inequalities: LMVT bounds a difference by a derivative bound: ∣f(b)−f(a)∣≤M∣b−a∣|f(b) - f(a)| \leq M|b - a| where M=max⁡∣f′∣M = \max|f'|. Example: ∣sin⁡a−sin⁡b∣≤∣a−b∣|\sin a - \sin b| \leq |a - b| since ∣cos⁡c∣≤1|\cos c| \leq 1.

Key Point: MVT questions are about existence, not computation. The theorem never tells you what cc is in general — only that it exists. When a question asks for cc explicitly, the function is deliberately chosen so the equation solves cleanly.

[JEE Advanced] Watch the hypotheses. f(x)=∣x∣f(x) = |x| on [−1,1][-1, 1] has f(−1)=f(1)f(-1) = f(1) but NO horizontal tangent — Rolle's does not apply because ff is not differentiable at 0. Options that ignore a hypothesis are planted traps.

Monotonicity, JEE Style (core JEE Main syllabus)

Board questions ask "find the intervals". JEE questions hide monotonicity inside something else:

1. Parameter ranges

For what aa is f(x)=x3+ax2+3x+100f(x) = x^3 + ax^2 + 3x + 100 increasing on all of R\mathbb{R}? Need f′(x)=3x2+2ax+3≥0f'(x) = 3x^2 + 2ax + 3 \geq 0 for all xx: a positive-leading-coefficient quadratic is non-negative everywhere iff its discriminant ≤0\leq 0:

4a2−36≤0⇒−3≤a≤34a^2 - 36 \leq 0 \quad \Rightarrow \quad -3 \leq a \leq 3

Memorise the template: px2+qx+r≥0 ∀x  ⟺  p>0px^2 + qx + r \geq 0\ \forall x \iff p > 0 and q2−4pr≤0q^2 - 4pr \leq 0 (allowing equality at isolated points).

2. Proving inequalities

To prove g(x)>h(x)g(x) > h(x) for x>0x > 0: form F=g−hF = g - h, show F(0)=0F(0) = 0 and F′(x)>0F'(x) > 0 for x>0x > 0. Classics every JEE aspirant should have done once:

  • x1+x<log⁡(1+x)<x\frac{x}{1+x} < \log(1+x) < x for x>0x > 0
  • sin⁡x<x<tan⁡x\sin x < x < \tan x for 0<x<π20 < x < \frac{\pi}{2}
  • ex>1+xe^x > 1 + x for x≠0x \neq 0

3. Root counting

A strictly monotonic continuous function has at most one real root; a sign change gives exactly one. For cubics with two turning points, compare the local max and local min values with 0: three distinct real roots iff f(local max)⋅f(local min)<0f(\text{local max}) \cdot f(\text{local min}) < 0; a repeated root iff one of them is exactly 0.

Key Point: "Number of real solutions" questions in JEE are graph-shape questions. Find the turning values, sketch mentally, count crossings — no root formulas needed.

[JEE Main] When f′f' has a squared factor — e.g. f′(x)=(x−2)2(x+1)f'(x) = (x-2)^2(x+1) — the function does NOT change monotonicity at the squared root. Monotonic-interval options that split at x=2x = 2 are the trap.

Maxima–Minima, JEE Style (core JEE Main syllabus)

Beyond the Board-style optimisation of Section 4, JEE adds these recurring shapes:

1. Standard bounds — quote, don't derive

  • asin⁡x+bcos⁡x∈[−a2+b2, a2+b2]a\sin x + b\cos x \in \left[-\sqrt{a^2+b^2},\ \sqrt{a^2+b^2}\right]
  • x+a2x≥2ax + \frac{a^2}{x} \geq 2a for x>0x > 0 (AM-GM; equality at x=ax = a)
  • log⁡xx\frac{\log x}{x} peaks at x=ex = e (value 1e\frac{1}{e}); x1/xx^{1/x} peaks at x=ex = e (value e1/ee^{1/e}); xxx^x bottoms out at x=1ex = \frac{1}{e} (value e−1/ee^{-1/e})

2. Minimum distance from a point to a curve

Minimise the squared distance; at the optimum, the join PQPQ is normal to the curve — a fact that can shortcut MCQs entirely.

3. Extrema of rational functions

For y=x2−x+1x2+x+1y = \frac{x^2 - x + 1}{x^2 + x + 1}-type functions, two clean methods: differentiate, or treat it as the range problem — cross-multiply to a quadratic in xx and force its discriminant ≥0\geq 0 for real xx; the resulting inequality in yy gives the max and min directly.

4. Critical-point bookkeeping

From a factorised derivative like f′(x)=xm(x−a)n⋯f'(x) = x^{m}(x-a)^{n}\cdots, count sign changes only at odd-multiplicity roots. Number of local extrema = number of sign changes of f′f', not the number of roots of f′f'.

Key Point: JEE MCQs rarely need the full second-derivative ritual. Sign-of-f′f' reasoning plus the standard bounds above answer most questions in under two minutes.

[JEE Main] A favourite twist: extrema of f(∣x∣)f(|x|) or ∣f(x)∣|f(x)|. Remember ∣f∣|f| has possible extra minima where f=0f = 0, and even functions automatically have a critical point at x=0x = 0 — check corners separately, the derivative machinery alone misses them.

Solved Examples (JEE Pattern)

Example 1: Where the slope equals the height [JEE Main pattern]

Find the points on the curve y=x3y = x^3 at which the slope of the tangent equals the yy-coordinate of the point.

Solution:

  1. Slope =dydx=3x2= \frac{dy}{dx} = 3x^2; condition: 3x2=y=x33x^2 = y = x^3.
  2. x3−3x2=0⇒x2(x−3)=0⇒x=0x^3 - 3x^2 = 0 \Rightarrow x^2(x - 3) = 0 \Rightarrow x = 0 or x=3x = 3.
  3. Points: (0,0)(0, 0) and (3,27)(3, 27).

Final Answer: (0,0)(0, 0) and (3,27)(3, 27).

Example 2: Tangent parallel to a given line [JEE Main pattern]

Find the equation of the tangent to y2=4xy^2 = 4x that is parallel to the line y=2x+3y = 2x + 3.

Solution:

  1. Implicit differentiation: 2ydydx=4⇒dydx=2y2y\frac{dy}{dx} = 4 \Rightarrow \frac{dy}{dx} = \frac{2}{y}.
  2. Match slopes: 2y=2⇒y=1\frac{2}{y} = 2 \Rightarrow y = 1, then x=y24=14x = \frac{y^2}{4} = \frac{1}{4}.
  3. Tangent at (14,1)\left(\frac{1}{4}, 1\right): y−1=2(x−14)y - 1 = 2\left(x - \frac{1}{4}\right), i.e. y=2x+12y = 2x + \frac{1}{2}.

Final Answer: y=2x+12y = 2x + \frac{1}{2} (i.e. 4x−2y+1=04x - 2y + 1 = 0).

Takeaway: For y2=4axy^2 = 4ax, the tangent of slope mm is always y=mx+amy = mx + \frac{a}{m} — here a=1,m=2a = 1, m = 2 gives y=2x+12y = 2x + \frac{1}{2} instantly. Knowing the conic shortcut converts a 3-minute problem into a 15-second one.

Example 3: Equation of a normal [JEE Advanced pattern]

Find the equation of the normal to y=x2−4x+3y = x^2 - 4x + 3 at the point where the curve crosses the xx-axis with the smaller abscissa.

Solution:

  1. Crossing points: x2−4x+3=(x−1)(x−3)=0⇒x=1,3x^2 - 4x + 3 = (x-1)(x-3) = 0 \Rightarrow x = 1, 3; the smaller is (1,0)(1, 0).
  2. Tangent slope: y′=2x−4y' = 2x - 4, so at x=1x = 1: m=−2m = -2.
  3. Normal slope: −1m=12-\frac{1}{m} = \frac{1}{2}; equation: y−0=12(x−1)y - 0 = \frac{1}{2}(x - 1).

Final Answer: x−2y−1=0x - 2y - 1 = 0.

Example 4: Angle between two parabolas [JEE Advanced pattern]

Find the angle of intersection of the curves y=x2y = x^2 and x=y2x = y^2 at their intersection point other than the origin.

Solution:

  1. Intersection: y=x2y = x^2 and x=y2x = y^2 give x=x4⇒x=0,1x = x^4 \Rightarrow x = 0, 1; the non-origin point is (1,1)(1, 1).
  2. Slopes at (1,1)(1,1): for y=x2y = x^2: m1=2x=2m_1 = 2x = 2. For x=y2x = y^2: 1=2yy′⇒m2=12y=121 = 2y y' \Rightarrow m_2 = \frac{1}{2y} = \frac{1}{2}.
  3. Angle: tan⁡θ=∣2−121+2⋅12∣=3/22=34\tan\theta = \left|\frac{2 - \frac{1}{2}}{1 + 2 \cdot \frac{1}{2}}\right| = \frac{3/2}{2} = \frac{3}{4}.

Final Answer: θ=tan⁡−1(34)\theta = \tan^{-1}\left(\frac{3}{4}\right).

Takeaway: At the origin these two curves meet at right angles (tangents along the axes) — a two-intersection curve pair can meet at different angles at different points.

Example 5: Orthogonality condition (a classic) [JEE Advanced pattern]

Show that the curves x=y2x = y^2 and xy=kxy = k cut at right angles if 8k2=18k^2 = 1.

Solution:

  1. Intersection point: substituting x=y2x = y^2 into xy=kxy = k: y3=k⇒y=k1/3y^3 = k \Rightarrow y = k^{1/3}, x=k2/3x = k^{2/3}.
  2. Slopes: from x=y2x = y^2: m1=12ym_1 = \frac{1}{2y}. From xy=kxy = k: y+xy′=0⇒m2=−yxy + xy' = 0 \Rightarrow m_2 = -\frac{y}{x}.
  3. Orthogonality: m1m2=12y⋅(−yx)=−12x=−1⇒x=12m_1 m_2 = \frac{1}{2y} \cdot \left(-\frac{y}{x}\right) = -\frac{1}{2x} = -1 \Rightarrow x = \frac{1}{2}.
  4. Convert to kk: x=k2/3=12⇒k2=18⇒8k2=1x = k^{2/3} = \frac{1}{2} \Rightarrow k^2 = \frac{1}{8} \Rightarrow 8k^2 = 1. ∎

Takeaway: Orthogonal-curves problems always reduce to m1m2=−1m_1m_2 = -1 at the intersection point — never at a general point.

Example 6: Rolle's theorem, then a root count [JEE Advanced pattern]

(a) Verify Rolle's theorem for f(x)=x2−4x+3f(x) = x^2 - 4x + 3 on [1,3][1, 3]. (b) Show that g(x)=x3+x−1g(x) = x^3 + x - 1 has exactly one real root.

Solution:

  1. (a) Hypotheses: ff is a polynomial (continuous, differentiable everywhere) and f(1)=0=f(3)f(1) = 0 = f(3). ✓
  2. Find cc: f′(x)=2x−4=0⇒c=2∈(1,3)f'(x) = 2x - 4 = 0 \Rightarrow c = 2 \in (1, 3). Rolle's verified.
  3. (b) At most one root: g′(x)=3x2+1>0g'(x) = 3x^2 + 1 > 0 always, so gg is strictly increasing — it can cross zero at most once. (Equivalently: two roots would force g′(c)=0g'(c) = 0 somewhere by Rolle's — impossible.)
  4. At least one root: g(0)=−1<0g(0) = -1 < 0 and g(1)=1>0g(1) = 1 > 0, so a root lies in (0,1)(0, 1) by continuity.

Final Answer: (a) c=2c = 2; (b) exactly one real root (it lies in (0,1)(0,1)). ∎

Example 7: LMVT — find the point, prove the bound [JEE Advanced pattern]

(a) Find the value of cc guaranteed by Lagrange's MVT for f(x)=log⁡xf(x) = \log x on [1,e][1, e]. (b) Using LMVT, prove ∣sin⁡a−sin⁡b∣≤∣a−b∣|\sin a - \sin b| \leq |a - b| for all reals a,ba, b.

Solution:

  1. (a) Average slope =log⁡e−log⁡1e−1=1e−1= \frac{\log e - \log 1}{e - 1} = \frac{1}{e - 1}. Setting f′(c)=1c=1e−1f'(c) = \frac{1}{c} = \frac{1}{e-1} gives c=e−1c = e - 1.
  2. Check: e−1≈1.72∈(1,e)e - 1 \approx 1.72 \in (1, e). ✓
  3. (b) For a≠ba \neq b, LMVT applied to sin⁡x\sin x on [a,b][a, b] gives cc with sin⁡a−sin⁡ba−b=cos⁡c\frac{\sin a - \sin b}{a - b} = \cos c.
  4. Taking absolute values: ∣sin⁡a−sin⁡ba−b∣=∣cos⁡c∣≤1\left|\frac{\sin a - \sin b}{a - b}\right| = |\cos c| \leq 1, so ∣sin⁡a−sin⁡b∣≤∣a−b∣|\sin a - \sin b| \leq |a - b|. ∎

Takeaway: Pattern (b) is the single most reused MVT argument in JEE Advanced — any function with a bounded derivative is Lipschitz: ∣f(a)−f(b)∣≤M∣a−b∣|f(a) - f(b)| \leq M|a-b|.

Example 8: The log sandwich inequality [JEE Main pattern]

Prove that x1+x<log⁡(1+x)<x\frac{x}{1+x} < \log(1+x) < x for all x>0x > 0.

Solution:

  1. Right half: let F(x)=x−log⁡(1+x)F(x) = x - \log(1+x). Then F(0)=0F(0) = 0 and F′(x)=1−11+x=x1+x>0F'(x) = 1 - \frac{1}{1+x} = \frac{x}{1+x} > 0 for x>0x > 0, so F(x)>0F(x) > 0: log⁡(1+x)<x\log(1+x) < x.
  2. Left half: let G(x)=log⁡(1+x)−x1+xG(x) = \log(1+x) - \frac{x}{1+x}. Then G(0)=0G(0) = 0 and G′(x)=11+x−1(1+x)2=x(1+x)2>0G'(x) = \frac{1}{1+x} - \frac{1}{(1+x)^2} = \frac{x}{(1+x)^2} > 0 for x>0x > 0, so G(x)>0G(x) > 0.

Final Answer: Both inequalities hold for every x>0x > 0. ∎

Takeaway: The template — difference function, value 0 at the endpoint, positive derivative — proves nearly every JEE inequality of this type. Practise until it is automatic.

Example 9: Parameter range for monotonicity [JEE Main pattern]

Find all values of aa for which f(x)=x3+ax2+3x+100f(x) = x^3 + ax^2 + 3x + 100 is increasing on R\mathbb{R}.

Solution:

  1. f′(x)=3x2+2ax+3f'(x) = 3x^2 + 2ax + 3 — an upward parabola in xx.
  2. Need f′(x)≥0f'(x) \geq 0 for all xx: discriminant ≤0\leq 0.
  3. (2a)2−4(3)(3)≤0⇒4a2≤36⇒−3≤a≤3(2a)^2 - 4(3)(3) \leq 0 \Rightarrow 4a^2 \leq 36 \Rightarrow -3 \leq a \leq 3.

Final Answer: a∈[−3,3]a \in [-3, 3].

Takeaway: At a=±3a = \pm 3, f′f' vanishes at one isolated point only — monotonicity survives, so the endpoints are included.

Example 10: Extrema of a rational function, two ways [JEE Main pattern]

Find the local maximum and minimum values of f(x)=xx2+4f(x) = \frac{x}{x^2 + 4}.

Solution:

  1. Derivative method: f′(x)=(x2+4)−x(2x)(x2+4)2=4−x2(x2+4)2f'(x) = \frac{(x^2+4) - x(2x)}{(x^2+4)^2} = \frac{4 - x^2}{(x^2+4)^2}.
  2. Critical points x=±2x = \pm 2; f′f' goes (−)→(+)(-) \to (+) through −2-2 (local min) and (+)→(−)(+) \to (-) through 22 (local max).
  3. Values: f(2)=28=14f(2) = \frac{2}{8} = \frac{1}{4}; f(−2)=−14f(-2) = -\frac{1}{4}.
  4. Range cross-check: y=xx2+4⇒yx2−x+4y=0y = \frac{x}{x^2+4} \Rightarrow yx^2 - x + 4y = 0; real xx needs 1−16y2≥0⇒−14≤y≤141 - 16y^2 \geq 0 \Rightarrow -\frac{1}{4} \leq y \leq \frac{1}{4} — matching extremes.

Final Answer: Local maximum 14\frac{1}{4} at x=2x = 2; local minimum −14-\frac{1}{4} at x=−2x = -2.

Takeaway: The discriminant/range method both verifies the answer and shows these are in fact global extremes — a free upgrade in an MCQ.

Example 11: Minimum distance to a parabola [JEE Main pattern]

Find the point(s) on y=x2y = x^2 nearest to the point (0,32)\left(0, \frac{3}{2}\right), and the minimum distance.

Solution:

  1. Squared distance to (x,x2)(x, x^2): D2(x)=x2+(x2−32)2D^2(x) = x^2 + \left(x^2 - \frac{3}{2}\right)^2.
  2. Differentiate: d(D2)dx=2x+2(x2−32)(2x)=2x(2x2−2)=4x(x−1)(x+1)\frac{d(D^2)}{dx} = 2x + 2\left(x^2 - \frac{3}{2}\right)(2x) = 2x(2x^2 - 2) = 4x(x-1)(x+1).
  3. Candidates: x=0,±1x = 0, \pm 1. Values: D2(0)=94D^2(0) = \frac{9}{4}; D2(±1)=1+14=54D^2(\pm 1) = 1 + \frac{1}{4} = \frac{5}{4}.
  4. Compare: minimum at x=±1x = \pm 1, i.e. the points (±1,1)(\pm 1, 1), distance 54=52\sqrt{\frac{5}{4}} = \frac{\sqrt 5}{2}.

Final Answer: Nearest points (1,1)(1, 1) and (−1,1)(-1, 1); minimum distance 52\frac{\sqrt 5}{2}.

Takeaway: By symmetry there are TWO nearest points here — x=0x = 0 is a local maximum of closeness (a critical point that is not the answer). Evaluate all candidates.

Example 12: Root counting via turning values [JEE Main pattern]

Find the number of distinct real roots of f(x)=2x3−9x2+12x−5=0f(x) = 2x^3 - 9x^2 + 12x - 5 = 0.

Solution:

  1. Turning points: f′(x)=6x2−18x+12=6(x−1)(x−2)f'(x) = 6x^2 - 18x + 12 = 6(x-1)(x-2): local max at x=1x = 1, local min at x=2x = 2.
  2. Turning values: f(1)=2−9+12−5=0f(1) = 2 - 9 + 12 - 5 = 0; f(2)=16−36+24−5=−1f(2) = 16 - 36 + 24 - 5 = -1.
  3. Read the shape: the local maximum value is exactly 0, so the graph touches the axis at x=1x = 1 (double root) and, since f(2)<0f(2) < 0 with f→+∞f \to +\infty, crosses once beyond x=2x = 2.
  4. Confirm by factoring: f(x)=(x−1)2(2x−5)f(x) = (x-1)^2(2x - 5) — roots x=1x = 1 (double) and x=52x = \frac{5}{2}.

Final Answer: 2 distinct real roots (x=1x = 1 and x=52x = \frac{5}{2}).

Takeaway: local max value =0= 0 or local min value =0= 0 signals a repeated root — the graph kisses the axis at a turning point. This shape-reading is exactly what JEE root-counting questions test.