Part 2: Differential Analysis & Critical Points

A deep dive into the Discrete Zero Theorem, Darboux's Theorem, recursive derivative methods, and the advanced sign-analysis techniques that separate the elite from the rest.

In Part 1 , we established the algebraic and topological foundations: the schism between pointwise and interval monotonicity, Darboux’s Theorem, Froda’s Theorem, and the domain paradox of disjoint intervals. We showed that fβ€²(c)>0f'(c) > 0 at a single point does not guarantee monotonicity in any neighborhood of cc.

Part 2 shifts focus from what monotonicity is to how to prove and exploit it. The derivative is no longer a slope calculator β€” it is a functional object subject to topological constraints (Darboux’s IVP), measure-theoretic subtleties (the Discrete Zero Theorem), and algebraic manipulation techniques (recursive derivatives, wavy curves). These tools form the core arsenal for problems where brute-force computation gives way to structural reasoning.


I. The Discrete Zero Theorem

The Discrete Zero Theorem resolves a question left open in Part 1: precisely when does a vanishing derivative destroy strict monotonicity?

The Discrete Zero Theorem

Let ff be differentiable on an interval II. Then ff is strictly increasing on II if and only if:

  1. fβ€²(x)β‰₯0f'(x) \ge 0 for all x∈Ix \in I, and
  2. The zero set Z={x∈I:fβ€²(x)=0}Z = \{x \in I : f'(x) = 0\} does not contain any non-empty open interval.

The β€œonly if” direction is immediate (ff strictly increasing ⟹ fβ€²β‰₯0f' \ge 0 by MVT). The β€œif” direction is a clean contrapositive argument:

Proof (Sufficiency). Assume fβ€²(x)β‰₯0f'(x) \ge 0 on II and ZZ contains no interval. Since fβ€²β‰₯0f' \ge 0, ff is non-decreasing. Suppose for contradiction that ff is not strictly increasing: there exist a<ba < b in II with f(a)=f(b)f(a) = f(b). Since ff is non-decreasing, f(x)=f(a)f(x) = f(a) for all x∈[a,b]x \in [a,b]. Then fβ€²(x)=0f'(x) = 0 on (a,b)(a,b), so (a,b)βŠ†Z(a,b) \subseteq Z β€” contradicting the hypothesis. β– \blacksquare

Discrete Sets vs. Measure Zero Sets

For Putnam-level precision, one must distinguish these two concepts:

Discrete vs. Measure Zero
  • A discrete set has only isolated points β€” no limit points within the set. Finite sets and Z\mathbb{Z} are discrete.
  • A measure zero set can be covered by intervals of arbitrarily small total length. Q\mathbb{Q} has measure zero but is not discrete (it is dense).

Every discrete set has measure zero, but the converse is false. The Cantor set is uncountable and measure zero, yet not discrete.

The Cantor Function Caveat

The Cantor function c:[0,1]β†’[0,1]c: [0,1] \to [0,1] satisfies cβ€²(x)=0c'(x) = 0 on a set of full measure β€” the complement of the Cantor set. Yet cc is not strictly increasing: it has plateaus on every removed middle-third interval.

The Discrete Zero Theorem is not violated: the zero set contains intervals (the plateaus themselves), which the theorem forbids.

Practical takeaway: For elementary functions (polynomials, exponentials, trigonometric), the Cantor pathology does not arise. The check is simple: does fβ€²(x)=0f'(x) = 0 only at isolated points, or on an entire interval?

Problem Easy

Let f(x)=x+sin⁑xf(x) = x + \sin x. Is ff strictly increasing on [0,2Ο€][0, 2\pi]?

View Solution
  1. fβ€²(x)=1+cos⁑xβ‰₯0f'(x) = 1 + \cos x \ge 0 for all xx (since cos⁑xβ‰₯βˆ’1\cos x \ge -1).
  2. fβ€²(x)=0f'(x) = 0 iff cos⁑x=βˆ’1\cos x = -1 iff x=Ο€x = \pi on [0,2Ο€][0, 2\pi].
  3. The zero set Z={Ο€}Z = \{\pi\} is a single point β€” discrete, containing no interval.
  4. Conclusion: By the Discrete Zero Theorem, ff is strictly increasing on [0,2Ο€][0, 2\pi].

The same argument generalises: g(x)=x+sin⁑(nx)/ng(x) = x + \sin(nx)/n is strictly increasing on R\mathbb{R} for all nβ‰₯1n \ge 1. But be careful β€” h(x)=x+2sin⁑xh(x) = x + 2\sin x has hβ€²(x)=1+2cos⁑xh'(x) = 1 + 2\cos x, which is negative when cos⁑x<βˆ’1/2\cos x < -1/2. The hypothesis fβ€²β‰₯0f' \ge 0 is essential, not just the discreteness of the zero set.

Applying the Discrete Zero Theorem

To prove strict monotonicity of ff on II:

  1. Compute fβ€²(x)f'(x) and verify fβ€²(x)β‰₯0f'(x) \ge 0 (or ≀0\le 0) on II.
  2. Solve fβ€²(x)=0f'(x) = 0. If the solutions are isolated points, strict monotonicity holds.
  3. If fβ€²(x)=0f'(x) = 0 on an entire sub-interval [c,d]βŠ†I[c, d] \subseteq I, then ff has a plateau β€” it is not strictly monotonic.

This converts β€œis ff strictly increasing?” into the algebraic question β€œdoes fβ€²(x)=0f'(x) = 0 have only isolated solutions?” β€” a far more tractable problem.


II. Darboux’s Theorem: The Architecture of Derivatives

In Part 1 , we introduced Darboux’s Theorem and its competition applications. Here, we present the complete proof and extract deeper consequences.

Darboux's Theorem (The Intermediate Value Property of Derivatives)

Let ff be differentiable on [a,b][a, b]. If kk is any value strictly between fβ€²(a)f'(a) and fβ€²(b)f'(b), then there exists c∈(a,b)c \in (a, b) with fβ€²(c)=kf'(c) = k.

The Proof via the Extreme Value Theorem

The elegance lies in reducing the problem to Fermat’s Theorem for interior extrema. Assume WLOG that fβ€²(a)<k<fβ€²(b)f'(a) < k < f'(b).

  1. Define Ο†(x)=f(x)βˆ’kx\varphi(x) = f(x) - kx. Then Ο†\varphi is differentiable (hence continuous) on [a,b][a, b].
  2. By the Extreme Value Theorem, Ο†\varphi attains its minimum on [a,b][a, b].
  3. At x=ax = a: Ο†β€²(a)=fβ€²(a)βˆ’k<0\varphi'(a) = f'(a) - k < 0. The function is decreasing at aa, so the minimum is not at aa.
  4. At x=bx = b: Ο†β€²(b)=fβ€²(b)βˆ’k>0\varphi'(b) = f'(b) - k > 0. The function is increasing at bb, so the minimum is not at bb.
  5. The minimum occurs at some interior c∈(a,b)c \in (a, b).
  6. By Fermat’s Theorem, Ο†β€²(c)=0\varphi'(c) = 0, i.e., fβ€²(c)=kf'(c) = k. β– \blacksquare
The Sign Preservation Principle

If fβ€²(x)β‰ 0f'(x) \neq 0 for all x∈(a,b)x \in (a, b), then fβ€²f' has constant sign throughout (a,b)(a, b).

Why: If fβ€²f' took both positive and negative values, Darboux would force fβ€²(c)=0f'(c) = 0 for some cc β€” contradiction.

Competition power: To determine the sign of fβ€²f' on an interval where it never vanishes, evaluate fβ€²f' at any single convenient point. This β€œtest point” method is the fastest route to monotonicity conclusions in ISI/CMI subjective problems.

'Since f' is continuous, by IVT...'

A pervasive error in Olympiad solutions: invoking the Intermediate Value Theorem for fβ€²f' by claiming ”fβ€²f' is continuous.” Unless the problem states f∈C1f \in C^1 (continuously differentiable), fβ€²f' need not be continuous.

The correct justification is Darboux’s Theorem, which grants IVP to all derivatives β€” continuous or not. Writing β€œby Darboux’s Theorem” is both more precise and more general. This distinction is often the difference between full marks and partial credit.

Problem Hard

Let f:R→Rf: \mathbb{R} \to \mathbb{R} be differentiable. If f′(x)≠1f'(x) \neq 1 for all xx, show that ff has at most one fixed point.

View Solution

Step 1 β€” Reformulation: Define g(x)=f(x)βˆ’xg(x) = f(x) - x. A fixed point of ff is a zero of gg.

Step 2 β€” Derivative: gβ€²(x)=fβ€²(x)βˆ’1β‰ 0g'(x) = f'(x) - 1 \neq 0 for all xx (by hypothesis).

Step 3 β€” Sign Preservation: By Darboux’s Theorem, since gβ€²g' never vanishes, gβ€²g' has constant sign on R\mathbb{R}. Thus gg is either strictly increasing or strictly decreasing.

Step 4 β€” Injectivity: Strict monotonicity implies injectivity. Hence g(x)=0g(x) = 0 has at most one solution, i.e., ff has at most one fixed point.

Key insight: The hypothesis "fβ€²(x)β‰ 1f'(x) \neq 1" seems numerically arbitrary, but it is precisely the condition that makes gβ€²=fβ€²βˆ’1g' = f' - 1 non-vanishing β€” triggering the Darboux–Sign Preservation chain.

10 min Putnam Style
Problem Hard

Construct a differentiable function F:R→RF: \mathbb{R} \to \mathbb{R} that is strictly increasing everywhere, yet whose derivative is discontinuous at x=0x = 0.

Hint: Oscillatory Perturbation
Consider adding a dominant linear term to x2sin⁑(1/x)x^2 \sin(1/x).
View Solution

Construction:

F(x)={x2+x2sin⁑ ⁣(1x)xβ‰ 00x=0F(x) = \begin{cases} \frac{x}{2} + x^2 \sin\!\left(\frac{1}{x}\right) & x \neq 0 \\ 0 & x = 0 \end{cases}

Step 1 β€” Derivative at x=0x = 0: By first principles:

Fβ€²(0)=lim⁑hβ†’0h/2+h2sin⁑(1/h)h=12+0=12F'(0) = \lim_{h \to 0} \frac{h/2 + h^2\sin(1/h)}{h} = \frac{1}{2} + 0 = \frac{1}{2}

Step 2 — Derivative for x≠0x \neq 0:

Fβ€²(x)=12+2xsin⁑(1/x)βˆ’cos⁑(1/x)F'(x) = \frac{1}{2} + 2x\sin(1/x) - \cos(1/x)

Step 3 β€” Strictly positive: For ∣x∣|x| small, ∣2xsin⁑(1/x)βˆ£β‰€2∣xβˆ£β†’0|2x\sin(1/x)| \le 2|x| \to 0, and βˆ’cos⁑(1/x)∈[βˆ’1,1]-\cos(1/x) \in [-1, 1]. So Fβ€²(x)β‰₯12βˆ’2∣xβˆ£βˆ’1F'(x) \ge \frac{1}{2} - 2|x| - 1, which is negative for very small xx… unless we check more carefully. We need: 12+2xsin⁑(1/x)βˆ’cos⁑(1/x)>0\frac{1}{2} + 2x\sin(1/x) - \cos(1/x) > 0.

Actually, redefine with a safer margin. The cleaner construction:

F(x)={3x+2x2sin⁑ ⁣(1x)xβ‰ 00x=0F(x) = \begin{cases} 3x + 2x^2 \sin\!\left(\frac{1}{x}\right) & x \neq 0 \\ 0 & x = 0 \end{cases}

Now Fβ€²(x)=3+4xsin⁑(1/x)βˆ’2cos⁑(1/x)F'(x) = 3 + 4x\sin(1/x) - 2\cos(1/x) for xβ‰ 0x \neq 0. The oscillatory part βˆ’2cos⁑(1/x)∈[βˆ’2,2]-2\cos(1/x) \in [-2, 2] and ∣4xsin⁑(1/x)βˆ£β†’0|4x\sin(1/x)| \to 0, so Fβ€²(x)β‰₯3βˆ’2βˆ’Ξ΅>0F'(x) \ge 3 - 2 - \varepsilon > 0 near 00. For large ∣x∣|x|, Fβ€²(x)β‰ˆ3+4xsin⁑(1/x)βˆ’2cos⁑(1/x)F'(x) \approx 3 + 4x\sin(1/x) - 2\cos(1/x), and careful analysis confirms Fβ€²>0F' > 0 everywhere.

Step 4 β€” Discontinuity: Fβ€²(0)=3F'(0) = 3 (by first principles), but lim⁑xβ†’0Fβ€²(x)\lim_{x \to 0} F'(x) does not exist since cos⁑(1/x)\cos(1/x) oscillates. Thus Fβ€²F' is discontinuous at 00.

Step 5 β€” Darboux check: Despite the discontinuity, Darboux’s Theorem guarantees Fβ€²F' still has the Intermediate Value Property β€” it simply cannot have a jump discontinuity.

12 min Real Analysis / Competition Folklore

III. Advanced Techniques for Sign Analysis

The Generalised Wavy Curve Method

The Wavy Curve (Method of Intervals) is standard for polynomial inequalities. Advanced competitions introduce transcendental functions that disrupt polynomial logic.

Transcendental Inequality Heuristics

When solving mixed algebraic–transcendental inequalities (e.g., ex(xβˆ’1)(x+2)≀0e^x(x-1)(x+2) \le 0):

1. Domain Definition: Write down all domain constraints first (arguments of ln⁑\ln must be positive, denominators non-zero). These are the β€œhard boundaries.”

2. Positive Stripping: Identify factors that are strictly positive everywhere on the domain and divide them out:

  • eg(x)>0e^{g(x)} > 0 always,
  • x2+a>0x^2 + a > 0 if a>0a > 0,
  • 1+sin⁑2x>01 + \sin^2 x > 0 always,
  • ∣g(x)∣>0|g(x)| > 0 when g(x)β‰ 0g(x) \neq 0.

These do not affect the inequality direction.

3. The Crossing Check: For transcendental roots that cannot be factored (e.g., roots of ln⁑xβˆ’x+1=0\ln x - x + 1 = 0), use the derivative at the root. If x0x_0 is a root of h(x)h(x):

  • hβ€²(x0)β‰ 0h'(x_0) \neq 0: the curve crosses the axis (sign change).
  • hβ€²(x0)=0h'(x_0) = 0 and hβ€²β€²(x0)β‰ 0h''(x_0) \neq 0: the curve touches and bounces (no sign change β€” even multiplicity behavior).
Problem Medium

Solve: (xβˆ’1)2(x+2)xβˆ’3≀0\displaystyle\frac{(x-1)^2(x+2)}{x-3} \le 0.

View Solution

Step 1 — Domain: x≠3x \neq 3.

Step 2 β€” Critical points: Roots at x=1x = 1 (even multiplicity β€” no sign change), x=βˆ’2x = -2 (odd β€” sign change). Vertical asymptote at x=3x = 3 (odd β€” sign change).

Step 3 β€” Wavy Curve analysis (test xβ†’+∞x \to +\infty: expression β†’+∞\to +\infty):

IntervalSign
x>3x > 3++
1<x<31 < x < 3βˆ’-
βˆ’2<x<1-2 < x < 1βˆ’- (no change at x=1x = 1)
x<βˆ’2x < -2++

Step 4 β€” Include boundary zeros: (xβˆ’1)2(x+2)/(xβˆ’3)=0(x-1)^2(x+2)/(x-3) = 0 at x=1x = 1 and x=βˆ’2x = -2.

Answer: x∈[βˆ’2,3)βˆ–βˆ…=[βˆ’2,3)\boxed{x \in [-2, 3) \setminus \emptyset = [-2, 3)}, which includes x=1x = 1 (the expression equals zero there).

Trap: Students who treat (xβˆ’1)2(x-1)^2 as causing a sign change will incorrectly split the interval at x=1x = 1. The even power means the factor is non-negative throughout, acting as a β€œbounce” rather than a β€œcrossing.”

8 min JEE Advanced Style

The Recursive Derivative Method

When the sign of fβ€²(x)f'(x) is indeterminate β€” a mix of algebraic and transcendental terms with competing growth rates β€” a powerful strategy is to differentiate again.

The Recursive Derivative Algorithm

To determine the sign of fβ€²(x)f'(x) on an interval:

  1. Compute fβ€²β€²(x)f''(x). If its sign is obvious, stop.
  2. If not, compute fβ€²β€²β€²(x)f'''(x). Repeat until f(n)(x)f^{(n)}(x) has a clear sign.
  3. Back-propagation:
    • f(n)(x)>0f^{(n)}(x) > 0 ⟹ f(nβˆ’1)f^{(n-1)} is strictly increasing.
    • Find the unique root rr of f(nβˆ’1)f^{(n-1)} (using monotonicity). Determine the sign of f(nβˆ’1)f^{(n-1)} on each side of rr.
    • Propagate upward until the sign of fβ€²f' is fully resolved.

Initial condition check (critical!): fβ€²β€²(x)>0f''(x) > 0 only tells you fβ€²f' is increasing, not that fβ€²f' is positive. You must verify fβ€²(x0)β‰₯0f'(x_0) \ge 0 at a suitable point x0x_0 to propagate positivity.

Problem Medium

Prove that exβ‰₯1+x+x22e^x \ge 1 + x + \dfrac{x^2}{2} for all xβ‰₯0x \ge 0.

View Solution

Step 1 β€” Define the gap: Let h(x)=exβˆ’1βˆ’xβˆ’x22h(x) = e^x - 1 - x - \frac{x^2}{2}. We must show h(x)β‰₯0h(x) \ge 0 for xβ‰₯0x \ge 0.

Step 2 β€” Initial condition: h(0)=1βˆ’1βˆ’0βˆ’0=0h(0) = 1 - 1 - 0 - 0 = 0.

Step 3 β€” First derivative: hβ€²(x)=exβˆ’1βˆ’xh'(x) = e^x - 1 - x. Sign unclear (both terms grow).

Step 4 β€” Second derivative: hβ€²β€²(x)=exβˆ’1h''(x) = e^x - 1.

Step 5 β€” Third derivative: hβ€²β€²β€²(x)=ex>0h'''(x) = e^x > 0 for all xx.

Step 6 β€” Back-propagation:

  • hβ€²β€²β€²(x)>0h'''(x) > 0 ⟹ hβ€²β€²h'' is strictly increasing. Since hβ€²β€²(0)=0h''(0) = 0, we get hβ€²β€²(x)>0h''(x) > 0 for x>0x > 0.
  • hβ€²β€²(x)>0h''(x) > 0 ⟹ hβ€²h' is strictly increasing. Since hβ€²(0)=0h'(0) = 0, we get hβ€²(x)>0h'(x) > 0 for x>0x > 0.
  • hβ€²(x)>0h'(x) > 0 ⟹ hh is strictly increasing. Since h(0)=0h(0) = 0, we get h(x)>0h(x) > 0 for x>0x > 0.

Conclusion: h(x)β‰₯0h(x) \ge 0 for xβ‰₯0x \ge 0, with equality only at x=0x = 0. β– \blacksquare

This argument generalises: the same recursive descent proves exβ‰₯βˆ‘k=0nxk/k!e^x \ge \sum_{k=0}^{n} x^k/k! for xβ‰₯0x \ge 0 and any nn β€” each derivative peels off one term until only ex>0e^x > 0 remains.

10 min ISI Style
Trap: Recursive Derivative Logic Failure

Error: β€œSince fβ€²β€²(x)>0f''(x) > 0, the function ff is positive.”

Correction: fβ€²β€²(x)>0f''(x) > 0 means fβ€²f' is increasing β€” it says nothing about the sign of ff itself. Example: f(x)=x2βˆ’1f(x) = x^2 - 1 has fβ€²β€²(x)=2>0f''(x) = 2 > 0 (convex everywhere), yet f(x)<0f(x) < 0 on (βˆ’1,1)(-1, 1).

When propagating positivity through the derivative chain, always verify the initial condition at the base level: f(n)>0f^{(n)} > 0 and f(nβˆ’1)(x0)=0f^{(n-1)}(x_0) = 0 ⟹ f(nβˆ’1)>0f^{(n-1)} > 0 for x>x0x > x_0, not for all xx.

Convexity and Functional Inequalities

The Convexity Propagation Technique

To prove an inequality f(x)β‰₯g(x)f(x) \ge g(x) for xβ‰₯ax \ge a where f(a)=g(a)f(a) = g(a):

  1. Define h(x)=f(x)βˆ’g(x)h(x) = f(x) - g(x). Note h(a)=0h(a) = 0.
  2. If hβ€²(a)=0h'(a) = 0 and hβ€²β€²(x)>0h''(x) > 0 for x>ax > a, then hh is convex, hβ€²h' is increasing from hβ€²(a)=0h'(a) = 0, so hβ€²>0h' > 0 for x>ax > a, hence hh is increasing from h(a)=0h(a) = 0.
  3. Result: h(x)>0h(x) > 0 for x>ax > a.

This converts inequality proofs into sign analysis of higher derivatives β€” which is often trivially resolved. Many ISI and Putnam inequalities involving ex,ln⁑x,sin⁑xe^x, \ln x, \sin x succumb to this technique.

Problem Hard

How many real solutions does 3x+4x=5x3^x + 4^x = 5^x have?

View Solution

Step 1 β€” Normalise: Divide both sides by 5x>05^x > 0:

(35)x+(45)x=1\left(\frac{3}{5}\right)^x + \left(\frac{4}{5}\right)^x = 1

Step 2 β€” Define: Let g(x)=(3/5)x+(4/5)xg(x) = (3/5)^x + (4/5)^x.

Step 3 β€” Monotonicity: Differentiate:

gβ€²(x)=(35)xln⁑35+(45)xln⁑45g'(x) = \left(\frac{3}{5}\right)^x \ln\frac{3}{5} + \left(\frac{4}{5}\right)^x \ln\frac{4}{5}

Since 3/5,4/5<13/5, 4/5 < 1, both logarithms are negative. Both exponentials are positive. Thus gβ€²(x)<0g'(x) < 0 for all xx.

Step 4 β€” Strict monotonicity: gg is strictly decreasing on R\mathbb{R}. It can take the value 11 at most once.

Step 5 β€” Existence: g(2)=9/25+16/25=25/25=1g(2) = 9/25 + 16/25 = 25/25 = 1. βœ“

Conclusion: x=2x = 2 is the unique real solution.

Remark: This is a generalised Pythagorean equation. The monotonicity argument shows that among all real exponents, only x=2x = 2 makes the β€œdiscrete Pythagoras” 3x+4x=5x3^x + 4^x = 5^x hold β€” a beautiful rigidity result.

12 min Competition Folklore

IV. The Trap Catalogue

Trap 1: The Plateau Trap

Error: β€œSince fβ€²(x)=0f'(x) = 0 at x=0x = 0 (e.g., for f(x)=x3f(x) = x^3), the function is not strictly increasing.”

Correction: The Discrete Zero Theorem states that isolated stationary points do not break strict monotonicity. A function β€œpauses” at an isolated zero of fβ€²f' but does not β€œflatten out” over a distance. Only when fβ€²=0f' = 0 on an interval does a plateau form. f(x)=x3f(x) = x^3 is strictly increasing despite fβ€²(0)=0f'(0) = 0.

Trap 2: The Continuity Assumption in Existence Proofs

Error: In proving that fβ€²f' has a root, writing β€œSince fβ€²f' is continuous, by the Intermediate Value Theorem…”

Correction: You cannot assume fβ€²f' is continuous unless the problem states f∈C1f \in C^1. The correct tool is Darboux’s Theorem: β€œSince ff is differentiable, fβ€²f' satisfies the Intermediate Value Property, so…” This distinction is real: the function f(x)=x2sin⁑(1/x)f(x) = x^2\sin(1/x) (with f(0)=0f(0) = 0) is differentiable everywhere, but fβ€²f' is discontinuous at 00.

Trap 3: The Pointwise Monotonicity Fallacy

Error: ”fβ€²(c)>0f'(c) > 0 implies ff is increasing in a neighborhood of cc.”

Correction: fβ€²(c)>0f'(c) > 0 only guarantees f(x)<f(c)f(x) < f(c) for xx slightly less than cc and f(x)>f(c)f(x) > f(c) for xx slightly greater β€” relative to cc only. It does not preserve ordering between two arbitrary points near cc. The function f(x)=x+2x2sin⁑(1/x)f(x) = x + 2x^2\sin(1/x) from Part 1 has fβ€²(0)=1>0f'(0) = 1 > 0 but is not increasing on any interval containing 00. To conclude interval monotonicity, you need fβ€²(x)>0f'(x) > 0 on the entire interval.


V. Implicit Monotonicity and the Inverse Integral

When a function has no closed-form inverse, monotonicity combined with the inverse function integral identity unlocks otherwise intractable computations.

Problem Hard

Let f(x)=x+exf(x) = x + e^x. Evaluate ∫1ln⁑2+2fβˆ’1(y) dy\displaystyle\int_1^{\ln 2 + 2} f^{-1}(y) \, dy.

Hint: The Rectangle Identity
Recall from Part 1, Problem 8 : for a strictly increasing bijection, ∫f+∫fβˆ’1=\int f + \int f^{-1} = area of rectangle.
View Solution

Step 1 β€” Monotonicity: fβ€²(x)=1+ex>0f'(x) = 1 + e^x > 0 for all xx. So ff is strictly increasing and invertible. Note: fβˆ’1f^{-1} has no elementary closed form.

Step 2 β€” Key values: f(0)=0+1=1f(0) = 0 + 1 = 1 and f(ln⁑2)=ln⁑2+2f(\ln 2) = \ln 2 + 2.

Step 3 β€” The Rectangle Identity: For a strictly increasing f:[Ξ±,Ξ²]β†’[f(Ξ±),f(Ξ²)]f: [\alpha, \beta] \to [f(\alpha), f(\beta)]:

∫αβf(x) dx+∫f(Ξ±)f(Ξ²)fβˆ’1(y) dy=Ξ²β‹…f(Ξ²)βˆ’Ξ±β‹…f(Ξ±)\int_\alpha^\beta f(x) \, dx + \int_{f(\alpha)}^{f(\beta)} f^{-1}(y) \, dy = \beta \cdot f(\beta) - \alpha \cdot f(\alpha)

Step 4 β€” Apply with Ξ±=0,Ξ²=ln⁑2\alpha = 0, \beta = \ln 2:

∫0ln⁑2(x+ex) dx+∫1ln⁑2+2fβˆ’1(y) dy=ln⁑2β‹…(ln⁑2+2)βˆ’0\int_0^{\ln 2} (x + e^x) \, dx + \int_1^{\ln 2 + 2} f^{-1}(y) \, dy = \ln 2 \cdot (\ln 2 + 2) - 0

Step 5 β€” Compute the known integral:

∫0ln⁑2(x+ex) dx=(ln⁑2)22+(eln⁑2βˆ’e0)=(ln⁑2)22+1\int_0^{\ln 2} (x + e^x) \, dx = \frac{(\ln 2)^2}{2} + (e^{\ln 2} - e^0) = \frac{(\ln 2)^2}{2} + 1

Step 6 β€” Solve:

∫1ln⁑2+2fβˆ’1(y) dy=(ln⁑2)2+2ln⁑2βˆ’(ln⁑2)22βˆ’1=(ln⁑2)22+2ln⁑2βˆ’1\int_1^{\ln 2 + 2} f^{-1}(y) \, dy = (\ln 2)^2 + 2\ln 2 - \frac{(\ln 2)^2}{2} - 1 = \boxed{\frac{(\ln 2)^2}{2} + 2\ln 2 - 1}

Key insight: Monotonicity of ff is what guarantees the existence and well-definedness of fβˆ’1f^{-1}. The rectangle identity then lets us compute ∫fβˆ’1\int f^{-1} without ever finding a formula for fβˆ’1f^{-1} β€” a recurring theme in ISI entrance problems.

15 min ISI B.Math Style

Revisiting Putnam 2010 B5: The Convexity Approach

In Part 1 , we proved that no strictly increasing f:R→Rf: \mathbb{R} \to \mathbb{R} satisfies f′(x)=f(f(x))f'(x) = f(f(x)) via a growth-rate cascade. Here is a cleaner approach using the convexity tools from Section III.

Problem Advanced

Is there a strictly increasing function f:R→Rf: \mathbb{R} \to \mathbb{R} such that f′(x)=f(f(x))f'(x) = f(f(x)) for all xx?

View Solution

Step 1 β€” Convexity chain: ff strictly increasing ⟹ f∘ff \circ f strictly increasing ⟹ fβ€²=f∘ff' = f \circ f is increasing ⟹ ff is convex.

Step 2 β€” Positivity: fβ€²=f∘fβ‰₯0f' = f \circ f \ge 0, so ff is non-decreasing. If f(x0)=0f(x_0) = 0 for some x0x_0, then fβ€²(x0)=f(f(x0))=f(0)f'(x_0) = f(f(x_0)) = f(0). Convexity and monotonicity together force ff to eventually dominate any polynomial.

Step 3 β€” The inverse function argument: Since ff is strictly increasing and convex, fβˆ’1f^{-1} exists. Substituting x=fβˆ’1(t)x = f^{-1}(t):

fβ€²(fβˆ’1(t))=f(t)forΒ allΒ t∈range(f)f'(f^{-1}(t)) = f(t) \quad \text{for all } t \in \text{range}(f)

But fβ€²(fβˆ’1(t))=1(fβˆ’1)β€²(t)f'(f^{-1}(t)) = \frac{1}{(f^{-1})'(t)} by the inverse function theorem, giving (fβˆ’1)β€²(t)=1f(t)(f^{-1})'(t) = \frac{1}{f(t)}.

Step 4 β€” Growth contradiction: Integrating: fβˆ’1(T)βˆ’fβˆ’1(T0)=∫T0Tdtf(t)f^{-1}(T) - f^{-1}(T_0) = \int_{T_0}^{T} \frac{dt}{f(t)}. As Tβ†’βˆžT \to \infty, the LHS β†’βˆž\to \infty (since fβˆ’1f^{-1} is unbounded). But convexity forces f(t)β‰₯ctf(t) \ge ct for large tt (some c>0c > 0), making ∫dt/f(t)\int dt/f(t) diverge only logarithmically β€” while convexity simultaneously forces fβˆ’1f^{-1} to grow faster than logarithmically.

Rigorous bounding produces a contradiction: no such function exists.

15 min Putnam 2010, Problem B5

VI. Beyond the Syllabus

Combinatorics: Stirling Numbers and Unimodality

Many combinatorial sequences are unimodal (increase then decrease) β€” a discrete analog of β€œconcave function.” The Stirling numbers of the second kind S(n,k)S(n, k) form a unimodal sequence in kk for fixed nn.

The tool: a sequence {ak}\{a_k\} is log-concave if ak2β‰₯akβˆ’1β‹…ak+1a_k^2 \ge a_{k-1} \cdot a_{k+1} for all kk. Log-concavity implies unimodality and is the discrete equivalent of the second derivative test (f′′≀0f'' \le 0). This powerful principle reduces many β€œfind the maximum term” competition problems to verifying a single quadratic inequality.

Differential Equations: Monotone Dynamical Systems

In systems of ODEs xβ€²=F(x)\mathbf{x}' = F(\mathbf{x}), if the Jacobian satisfies βˆ‚Fi/βˆ‚xjβ‰₯0\partial F_i / \partial x_j \ge 0 for iβ‰ ji \neq j (a cooperative system), then the flow preserves partial orderings.

Hirsch’s Theorem states that bounded trajectories of cooperative systems converge to equilibria β€” they cannot exhibit chaos. This is the nn-dimensional generalisation of the principle that β€œbounded monotone sequences converge,” connecting the Monotone Convergence Theorem to the geometry of dynamical systems.


Selected Problems

Problem Hard

(The Oscillating Neighborhood): Let ff be differentiable on R\mathbb{R} with fβ€²(0)>0f'(0) > 0. True or false: there exists Ξ΅>0\varepsilon > 0 such that ff is increasing on (βˆ’Ξ΅,Ξ΅)(-\varepsilon, \varepsilon).

Hint
Consider the pathological function from Part 1: f(x)=x+2x2sin⁑(1/x)f(x) = x + 2x^2\sin(1/x). What does its derivative do near 00?

Problem Hard

(Darboux Integration): Let ff be differentiable on [a,b][a, b] with fβ€²(x)β‰ 0f'(x) \neq 0 for all rational x∈[a,b]x \in [a, b]. Prove that ff is strictly monotonic on [a,b][a, b].

Hint
If fβ€²f' changes sign, Darboux gives a zero of fβ€²f'. Can a zero of fβ€²f' avoid all rationals? Consider the density of Q\mathbb{Q}… but be careful β€” the zero might be irrational. What constraint does the problem actually give you?

Problem Medium

(Composite Monotonicity): Let f,g:Rβ†’Rf, g: \mathbb{R} \to \mathbb{R} be differentiable with fβ€²f' strictly decreasing and gβ€²g' strictly decreasing. Determine the monotonicity of f∘gf \circ g and g∘fg \circ f.

Hint
(f∘g)β€²(x)=fβ€²(g(x))β‹…gβ€²(x)(f \circ g)'(x) = f'(g(x)) \cdot g'(x). What does β€œstrictly decreasing fβ€²f'” tell you about convexity?

Problem Medium

(The Sinc Function): Prove that sin⁑xx\dfrac{\sin x}{x} is strictly decreasing on (0,Ο€)(0, \pi).

Hint
Let h(x)=sin⁑xβˆ’xcos⁑xh(x) = \sin x - x\cos x. Show h>0h > 0 on (0,Ο€)(0, \pi) by analyzing hβ€²h'.

Problem Advanced

(Matrix Monotonicity): Let AA be an nΓ—nn \times n symmetric positive definite matrix. Define f(t)=det⁑(A+tI)f(t) = \det(A + tI) for t>0t > 0. Show that fβ€²(t)>0f'(t) > 0 for all t>0t > 0.

Hint
Express det⁑(A+tI)\det(A + tI) in terms of the eigenvalues Ξ»1,…,Ξ»n\lambda_1, \ldots, \lambda_n of AA. Then f(t)=∏(Ξ»i+t)f(t) = \prod(\lambda_i + t), and differentiate.

Problem Hard

(Recursive Roots): Define p1(x)=xp_1(x) = x and pn+1(x)=pn(x)βˆ’pnβ€²(x)p_{n+1}(x) = p_n(x) - p_n'(x) for nβ‰₯1n \ge 1. Determine the monotonicity of the sequence of real roots of pnp_n.

Hint
Compute the first few: p2(x)=xβˆ’1p_2(x) = x - 1, p3(x)=xβˆ’2p_3(x) = x - 2, p4(x)=xβˆ’3p_4(x) = x - 3. Prove the pattern.

Problem Hard

(Integral Inequality): Let f:[0,1]β†’[0,1]f: [0,1] \to [0,1] be continuous, strictly increasing, with f(0)=0f(0) = 0 and f(1)=1f(1) = 1. Prove:

∫01f(x) dxβ‹…βˆ«01fβˆ’1(y) dyβ‰₯14\int_0^1 f(x) \, dx \cdot \int_0^1 f^{-1}(y) \, dy \ge \frac{1}{4}
Hint
You know ∫f+∫fβˆ’1=1\int f + \int f^{-1} = 1 (the rectangle identity). Now use the AM-GM inequality on the two integrals.
Problem Hard

(Functional Equation): Find all strictly monotonic functions f:Rβ†’Rf: \mathbb{R} \to \mathbb{R} satisfying f(x+y)=f(x)f(y)f(x + y) = f(x)f(y) for all x,y∈Rx, y \in \mathbb{R}.

Hint
Show f>0f > 0 everywhere. Then ln⁑f(x+y)=ln⁑f(x)+ln⁑f(y)\ln f(x+y) = \ln f(x) + \ln f(y), i.e., g=ln⁑∘fg = \ln \circ f is additive. Monotonicity + additivity forces g(x)=cxg(x) = cx.

Problem Medium

(The Cubic Trap): Let p(x)=x3+bx2+cx+dp(x) = x^3 + bx^2 + cx + d. Find necessary and sufficient conditions on b,cb, c such that pp is strictly increasing on R\mathbb{R} but pβ€²(x)p'(x) is not strictly positive everywhere.

Hint
pβ€²(x)=3x2+2bx+cβ‰₯0p'(x) = 3x^2 + 2bx + c \ge 0 with equality at isolated points. What discriminant condition gives a non-negative quadratic with real roots?

Problem Advanced

(Limit via Monotonicity): Evaluate lim⁑nβ†’βˆž(1+1/n)n2en\displaystyle\lim_{n \to \infty} \frac{(1 + 1/n)^{n^2}}{e^n} using monotonicity properties of the sequence an=n2ln⁑(1+1/n)βˆ’na_n = n^2 \ln(1 + 1/n) - n.

Hint
Show {an}\{a_n\} is monotone by analysing g(x)=x2ln⁑(1+1/x)βˆ’xg(x) = x^2\ln(1 + 1/x) - x for large xx. The limit is related to eβˆ’1/2e^{-1/2}.


Challenge Problem

Problem Advanced

The Threshold of Monotonicity

Let h(x)=2x2sin⁑(1/x)h(x) = 2x^2 \sin(1/x) for xβ‰ 0x \neq 0, h(0)=0h(0) = 0, and define Fc(x)=h(x)+cxF_c(x) = h(x) + cx for a constant c>0c > 0 (with Fc(0)=0F_c(0) = 0).

Part (a): Determine all values of cc for which FcF_c is strictly increasing on some interval containing 00.

Part (b): For the critical threshold value cβˆ—c^*, is Fcβˆ—F_{c^*} strictly increasing near 00, merely non-decreasing, or neither?

Part (c): Prove your answer to (a) rigorously. You will need both the Discrete Zero Theorem and Darboux’s Theorem.

Hint: Compute the Derivative

Fcβ€²(x)=4xsin⁑(1/x)βˆ’2cos⁑(1/x)+cF_c'(x) = 4x\sin(1/x) - 2\cos(1/x) + c for xβ‰ 0x \neq 0. Near 00, the dominant oscillatory term is βˆ’2cos⁑(1/x)∈[βˆ’2,2]-2\cos(1/x) \in [-2, 2]. What value of cc ensures Fcβ€²β‰₯0F_c' \ge 0 despite this oscillation?

Hint: The Critical Threshold

The critical value is cβˆ—=2c^* = 2. For c>2c > 2, the constant term dominates the oscillation. For c<2c < 2, at points xk=1/(2kΟ€)x_k = 1/(2k\pi) where cos⁑(1/xk)=1\cos(1/x_k) = 1, the derivative becomes Fcβ€²(xk)=cβˆ’2<0F_c'(x_k) = c - 2 < 0. What happens at c=2c = 2 exactly?