HOME/NOTES/CONCEPT

Monotonic Functions Increasing, Decreasing, Concavity and Inflection

Ritesh Raj · 31 Jul 2026
Aa
17 min read15 sectionsConcept

The nature of a function f(x)f(x) which is differentiable everywhere can only be one of three things:

  • the output increases as the input increases,
  • the output decreases as the input increases,
  • the output does neither, because the function rises on some stretches and falls on others.

A function is called monotonic when it does the same thing throughout the interval you are looking at. If it rises on one stretch and falls on another, it is monotonic on each stretch separately, but not on the whole. Everything in this chapter is about deciding which stretch is which, and the derivative is the tool that decides it quickly.

Fundamental concept of monotonic functions

Let ff be defined on an interval II, and take any x1,x2Ix_1,x_2\in I with x1<x2x_1<x_2.

Strictly increasingStrictly decreasing
1. DefinitionThe output rises as the input rises: f(x1)<f(x2)f(x_1)<f(x_2) for every such pair.The output falls as the input rises: f(x1)>f(x2)f(x_1)>f(x_2) for every such pair.
2. Graphical readingMoving right along the curve, you move up.Moving right along the curve, you move down.
3. DerivativeFrom first principles, f(x)=limh0f(x+h)f(x)hf'(x)=\lim\limits_{h\to0}\dfrac{f(x+h)-f(x)}{h}. For h>0h>0 the numerator is positive, so the quotient is positive, giving f(x)0f'(x)\ge0.For h>0h>0 the numerator is negative while h>0h>0, so the quotient is negative, giving f(x)0f'(x)\le0.
4. Geometrical meaningThe tangent has positive slope at every point, so the angle θ\theta it makes with the positive xx-direction is acute.The tangent has negative slope at every point, so θ\theta is obtuse.
5. Effect on an inequalityApplying ff to both sides keeps the inequality: x2>x1f(x2)>f(x1)x_2>x_1\Rightarrow f(x_2)>f(x_1). Example: sinx\sin x is increasing on (0,π2)\left(0,\frac{\pi}{2}\right), so x2>x1x_2>x_1 there gives sinx2>sinx1\sin x_2>\sin x_1.Applying ff to both sides reverses it: x2>x1f(x2)<f(x1)x_2>x_1\Rightarrow f(x_2)<f(x_1). Example: cosx\cos x is decreasing on (0,π2)\left(0,\frac{\pi}{2}\right), so x2>x1x_2>x_1 there gives cosx2<cosx1\cos x_2<\cos x_1.
Strictly increasing and strictly decreasing functions — the definition on a graph
Geometrical meaning — tangent makes an acute angle when increasing, obtuse when decreasing
The word arbitrary is doing real work

The inequality must hold for every pair x1<x2x_1<x_2 in II, not just the pair you happened to test. And monotonicity always belongs to a function together with an interval — never to the function alone.

f(x)=1xf(x)=\dfrac1x is strictly decreasing on (0,)(0,\infty) and strictly decreasing on (,0)(-\infty,0). But on the full domain, take x1=1x_1=-1 and x2=1x_2=1: then x1<x2x_1<x_2 while f(x1)=1<1=f(x2)f(x_1)=-1<1=f(x_2). The outputs went up. So never write "decreasing on (,0)(0,)(-\infty,0)\cup(0,\infty)" — write the two intervals separately.

Non-decreasing and non-increasing

A function is called non-decreasing (or increasing in the weak sense) if x1<x2f(x1)f(x2)x_1<x_2\Rightarrow f(x_1)\le f(x_2). For two different inputs the function may return the same output, but it never returns a smaller one. Similarly ff is non-increasing if x1<x2f(x1)f(x2)x_1<x_2\Rightarrow f(x_1)\ge f(x_2): it may repeat a value, but never grow.

The visible difference is that a non-decreasing function is allowed to stop and sit still on a stretch, while a strictly increasing one is never allowed to.

Non-decreasing and non-increasing functions — flat stretches allowed
Which word does a JEE paper mean?

Increasing on its own almost always means strictly increasing. A question wanting the weak version says non-decreasing, or writes the \le explicitly. Read the full option list before deciding: when one option says increasing and another says non-decreasing, that distinction is the question.

Reading monotonicity off the derivative

The two facts above have a converse, and the converse is the one you will actually use. It comes from Lagrange's mean value theorem.

For x1<x2x_1<x_2 in the interval, LMVT supplies a point cc between them with

f(x2)f(x1)=f(c)(x2x1).f(x_2)-f(x_1)=f'(c)\,(x_2-x_1).

The bracket x2x1x_2-x_1 is positive, so the sign of f(x2)f(x1)f(x_2)-f(x_1) is exactly the sign of f(c)f'(c). Hence, for ff continuous on [a,b][a,b] and differentiable on (a,b)(a,b):

  • f(x)>0f'(x)>0 on (a,b)(a,b) \Rightarrow ff is strictly increasing on [a,b][a,b],
  • f(x)<0f'(x)<0 on (a,b)(a,b) \Rightarrow ff is strictly decreasing on [a,b][a,b],
  • f(x)=0f'(x)=0 on (a,b)(a,b) \Rightarrow ff is constant on [a,b][a,b].
Sign of the derivative decides monotonicity — f'>0 rising, f'<0 falling

Note the hypotheses: continuity on the closed interval, differentiability only on the open one. That is why f(x)=xf(x)=\sqrt x counts as strictly increasing on [0,)[0,\infty) even though f(0)f'(0) does not exist.

The one statement that is false

Row 3 of the table gave f0f'\ge0, not f>0f'>0. So while f>0f'>0 guarantees strictly increasing, strictly increasing does not guarantee f>0f'>0. This is the most heavily examined misconception in the chapter.

f(x)=x3f(x)=x^3 is strictly increasing on R\mathbb R, which you can prove with no calculus at all: for x1<x2x_1<x_2,

x23x13=(x2x1)[(x2+x12)2+3x124]>0.x_2^3-x_1^3=(x_2-x_1)\left[\left(x_2+\tfrac{x_1}{2}\right)^2+\tfrac{3x_1^2}{4}\right]>0.

And yet f(0)=0f'(0)=0.

y = x cubed is strictly increasing on R yet has f'(0)=0

The correct statement allows the derivative to vanish, provided it does not stay vanished:

If f0f'\ge0 on II and ff' does not vanish identically on any sub-interval — in particular if its zeros are isolated — then ff is strictly increasing on II.

Why: f0f'\ge0 already makes ff non-decreasing. If two points had equal images, ff would be constant between them, forcing f=0f'=0 on that whole sub-interval, which the hypothesis forbids.

The three statements, side by side
  • f>0f'>0 on II \Rightarrow strictly increasing. True — the workhorse.
  • strictly increasing f0\Rightarrow f'\ge0. True.
  • strictly increasing f>0\Rightarrow f'>0. False. Counterexample x3x^3 at x=0x=0.

Consequence: the answer to a "find the values of aa" question is almost always a closed interval. Students who demand f>0f'>0 lose both endpoints.

Double derivative of monotonic functions

The sign of ff' says which way the curve goes. The sign of ff'' says how it bends, and the two are independent — so an increasing function has three possible shapes, and so does a decreasing one.

ff is concave up where ff' is increasing, i.e. where f>0f''>0; concave down where ff' is decreasing, i.e. where f<0f''<0. This is just the derivative test applied to ff' instead of ff.

A. Increasing

An increasing curve can bend up (f>0f''>0), bend down (f<0f''<0), or not bend at all (f=0f''=0, a straight line). All three are rising.

Increasing functions — the three shapes from the second derivative

B. Decreasing

The same three shapes occur while falling: bending down (f<0f''<0), bending up (f>0f''>0), or a straight line (f=0f''=0).

Decreasing functions — the three shapes from the second derivative

Point of inflection

For a continuous ff, a point x=x0x=x_0 is a point of inflection if the concavity changes as xx passes through it — concave up on one side, concave down on the other. If ff'' is continuous near x0x_0, then an inflection forces f(x0)=0f''(x_0)=0; conversely, if ff'' changes sign at x0x_0, then x0x_0 is an inflection point.

Point of inflection — concavity changes where f''(x0)=0
Vanishing is not enough — the sign must change

For f(x)=x4f(x)=x^4 we have f(x)=12x2f''(x)=12x^2, so f(0)=0f''(0)=0. But 12x2>012x^2>0 on both sides, so the curve is concave up throughout and x=0x=0 is not an inflection point.

The working rule: a zero of ff'' coming from an even power does not flip the sign, so it gives no inflection; a zero from an odd power does. For f(x)=3x55x4+7f(x)=3x^5-5x^4+7, f=60x2(x1)f''=60x^2(x-1) — nothing at x=0x=0, one inflection at x=1x=1.

Now the six question types that use all of this.

Type 1 — Monotonicity at a point

Monotonicity at a single point compares f(a)f(a) only with its immediate neighbours. ff is increasing at x=ax=a if there is a small h>0h>0 with

f(ah)<f(a)<f(a+h),f(a-h)<f(a)<f(a+h),

and decreasing at aa if f(ah)>f(a)>f(a+h)f(a-h)>f(a)>f(a+h).

Continuity and differentiability are simply not part of this definition, so a corner or a jump at x=ax=a does not by itself stop ff from being increasing at aa. We may speak of monotonicity of ff at x=ax=a only if aa lies in the domain of ff.

Example 1. At x=ax=a the graph of ff satisfies f(ah)<f(a)f(a-h)<f(a) and f(a+h)=f(a)f(a+h)=f(a) for all small h>0h>0. Classify ff at x=ax=a.

SHOW SOLUTION

Step 1: Test the increasing chain. It needs f(a)<f(a+h)f(a)<f(a+h). Here f(a+h)=f(a)f(a+h)=f(a), so the second inequality is not strict and the chain fails.

Step 2: Test the decreasing chain. It needs f(ah)>f(a)f(a-h)>f(a). Here f(ah)<f(a)f(a-h)<f(a), so it fails at the first step.

Step 3: Test the weak version. f(ah)f(a)f(a+h)f(a-h)\le f(a)\le f(a+h) does hold.

Answer: ff is neither increasing nor decreasing at aa; it is non-decreasing at aa.

How to answer these from a graph

Put your pencil at x=ax=a, look a hair left, then a hair right. Increasing needs both inequalities strict and pointing the same way. If one side is flat, it is non-decreasing but not increasing. If the two sides disagree, it is neither.

Type 2 — Monotonicity in an interval

This is the standard case. The method is fixed:

  1. Write the domain first — everything that follows is trapped inside it.
  2. Differentiate and factorise ff'.
  3. Mark the partition points: zeros of ff', and domain points where ff' fails to exist.
  4. Build a sign chart on the gaps between consecutive partition points.
  5. Report the intervals one at a time.

Example 2. Find the intervals in which f(x)=x36x2+9x+2f(x)=x^3-6x^2+9x+2 increases and decreases.

SHOW SOLUTION

Step 1: Domain. R\mathbb R, since ff is a polynomial.

Step 2: Factorise the derivative.

f(x)=3x212x+9=3(x1)(x3).f'(x)=3x^2-12x+9=3(x-1)(x-3).

Step 3: Partition points. x=1x=1 and x=3x=3.

Step 4: Sign chart. The factor 33 is positive, so the sign of ff' is the sign of (x1)(x3)(x-1)(x-3) — a product of two brackets, positive when both share a sign.

Step 5: Report. Strictly increasing on (,1](-\infty,1] and on [3,)[3,\infty); strictly decreasing on [1,3][1,3]. Endpoints attach because ff is continuous and ff' vanishes only at those single points.

Sign chart of f'(x) = 3(x-1)(x-3)
Why joining with ∪ is wrong here

Test the union with real numbers. f(1)=16+9+2=6f(1)=1-6+9+2=6 and f(3)=2754+27+2=2f(3)=27-54+27+2=2. The pair x1=1<x2=3x_1=1<x_2=3 lies inside (,1][3,)(-\infty,1]\cup[3,\infty), yet f(x1)=6>2=f(x2)f(x_1)=6>2=f(x_2). Two separate intervals is not a stylistic preference — it is the only true statement.

Example 3. For which real aa is f(x)=x3+ax2+3x+7f(x)=x^3+ax^2+3x+7 strictly increasing on R\mathbb R?

SHOW SOLUTION

Step 1: Differentiate. f(x)=3x2+2ax+3f'(x)=3x^2+2ax+3.

Step 2: Decide what to demand. It is enough that f0f'\ge0 everywhere, provided ff' does not vanish on a whole interval. A non-zero quadratic has at most two roots, so that is automatic.

Step 3: Discriminant. The leading coefficient 33 is positive, so 3x2+2ax+303x^2+2ax+3\ge0 for all xx exactly when

(2a)24330  4a236  a29.(2a)^2-4\cdot3\cdot3\le0\ \Longrightarrow\ 4a^2\le36\ \Longrightarrow\ a^2\le9.

Step 4: Solve. 3a3-3\le a\le3.

Step 5: Check the endpoints. At a=3a=3, f(x)=3(x+1)20f'(x)=3(x+1)^2\ge0, vanishing only at x=1x=-1 — allowed. Same at a=3a=-3.

Answer: a[3,3]\boxed{a\in[-3,3]}, a closed interval.

Example 4 (JEE Main 2026, 24 Jan Shift 1). Let (2α,α)(2\alpha,\alpha) be the largest interval in which f(t)=t+1t2f(t)=\dfrac{|t+1|}{t^2}, t<0t<0, is strictly decreasing. Find the local maximum value of g(x)=2loge(x2)+αx2+4xαg(x)=2\log_e(x-2)+\alpha x^2+4x-\alpha, x>2x>2.

SHOW SOLUTION

Step 1: Locate the switch of the modulus. On t<0t<0, the expression t+1t+1 is negative for t<1t<-1. Since (2α,α)(2\alpha,\alpha) needs 2α<α2\alpha<\alpha, we get α<0\alpha<0, so work on t<1t<-1 where t+1=(t+1)|t+1|=-(t+1).

Step 2: Differentiate. With f(t)=1t1t2f(t)=-\dfrac1t-\dfrac1{t^2},

f(t)=1t2+2t3=t+2t3.f'(t)=\frac{1}{t^2}+\frac{2}{t^3}=\frac{t+2}{t^3}.

Step 3: Sign chart on t<1t<-1. The denominator t3<0t^3<0 there. The numerator t+2t+2 is positive on (2,1)(-2,-1) and negative on (,2)(-\infty,-2). So f<0f'<0 on (2,1)(-2,-1) and f>0f'>0 on (,2)(-\infty,-2): the largest interval of strict decrease is (2,1)(-2,-1).

Step 4: Match. α=1\alpha=-1, and then 2α=22\alpha=-2 agrees.

Step 5: Write gg and differentiate.

g(x)=2loge(x2)x2+4x+1,g(x)=2x22(x2).g(x)=2\log_e(x-2)-x^2+4x+1,\qquad g'(x)=\frac{2}{x-2}-2(x-2).

Step 6: Critical points with x>2x>2. g=0g'=0 gives (x2)2=1(x-2)^2=1, so x=3x=3 (the root x=1x=1 fails x>2x>2).

Step 7: Confirm it is a maximum.

g(x)=2(1(x2)2)x2,g'(x)=\frac{2\big(1-(x-2)^2\big)}{x-2},

whose sign for x>2x>2 follows 1(x2)21-(x-2)^2: positive on (2,3)(2,3), negative on (3,)(3,\infty). The sign goes ++\to-, so x=3x=3 is a local maximum.

Step 8: Evaluate.

g(3)=2loge19+12+1=4g(3)=2\log_e1-9+12+1=\boxed{4}

Trigonometric functions: read the period

For a function like sinkx\sin kx the rising and falling runs each have length πk\dfrac{\pi}{k}, because the whole graph of sin\sin is compressed horizontally by the factor kk. So sin3x\sin 3x rises on [π6,π6]\left[-\frac{\pi}{6},\frac{\pi}{6}\right], a run of length π3\frac{\pi}{3}, and that is the longest interval on which it increases.

y = sin 3x — longest rising run has length pi/3

Type 3 — Checking the one-one (injective) nature

If ff is strictly increasing or strictly decreasing on a set, it is one-one there: for two distinct inputs, one is smaller, so their images are strictly ordered and cannot be equal.

The converse fails. A function equal to xx on [0,1)[0,1) and to 3x3-x on [1,2][1,2] is one-one but neither increasing nor decreasing. So use monotonicity to prove one-one, never to disprove it.

Example 5 (JEE Main 2026, 28 Jan Shift 2). Show that f:RRf:\mathbb R\to\mathbb R, f(x)=x1+xf(x)=\dfrac{x}{1+|x|}, is one-one.

SHOW SOLUTION

Step 1: Remove the modulus.

f(x)={x1+x,x0,x1x,x<0.f(x)=\begin{cases}\dfrac{x}{1+x}, & x\ge0,\\[3mm] \dfrac{x}{1-x}, & x<0.\end{cases}

Step 2: Differentiate on x>0x>0.

f(x)=(1+x)1x1(1+x)2=1(1+x)2>0.f'(x)=\frac{(1+x)\cdot1-x\cdot1}{(1+x)^2}=\frac{1}{(1+x)^2}>0.

Step 3: Differentiate on x<0x<0.

f(x)=(1x)1x(1)(1x)2=1(1x)2>0.f'(x)=\frac{(1-x)\cdot1-x\cdot(-1)}{(1-x)^2}=\frac{1}{(1-x)^2}>0.

Step 4: Join the pieces. Both formulas give f(0)=0f(0)=0, so ff is continuous at 00. With positive derivative on both sides and only the single point x=0x=0 left over, ff is strictly increasing on all of R\mathbb R.

Step 5: Conclude. Strictly increasing \Rightarrow one-one.

Step 4 is not optional

A positive derivative on each piece separately proves nothing on its own — that was exactly the 1x\dfrac1x situation earlier, where the derivative is negative on both pieces and the function still fails to be decreasing overall. What rescues this problem is that the pieces join continuously at x=0x=0. Always say so.

A strictly monotonic ff is also invertible onto its range, and f1f^{-1} keeps the same direction: if y1<y2y_1<y_2 but f1(y1)f1(y2)f^{-1}(y_1)\ge f^{-1}(y_2), applying the increasing ff would give y1y2y_1\ge y_2, a contradiction.

Type 4 — Monotonicity of a composite function

Direction composes like multiplication of signs:

ffggfgf\circ g
increasingincreasingincreasing
increasingdecreasingdecreasing
decreasingincreasingdecreasing
decreasingdecreasingincreasing

Why the second row: for x1<x2x_1<x_2, a decreasing gg gives g(x1)>g(x2)g(x_1)>g(x_2); feeding those into an increasing ff preserves the order, so f(g(x1))>f(g(x2))f(g(x_1))>f(g(x_2)).

Example 6 (JEE Main 2026, 21 Jan Shift 2). Let f:RRf:\mathbb R\to\mathbb R be twice differentiable with f(x)>0f''(x)>0 for all xx and f(a1)=0f'(a-1)=0. Put g(x)=f(tan2x2tanx+a)g(x)=f\left(\tan^2x-2\tan x+a\right) on 0<x<π20<x<\dfrac\pi2. Decide: (I) gg is increasing on (0,π4)\left(0,\dfrac\pi4\right); (II) gg is decreasing on (π4,π2)\left(\dfrac\pi4,\dfrac\pi2\right).

SHOW SOLUTION

Step 1: Complete the square inside ff.

tan2x2tanx+a=(tanx1)2+(a1),\tan^2x-2\tan x+a=(\tan x-1)^2+(a-1),

so g(x)=f(u(x))g(x)=f\big(u(x)\big) with u(x)=(tanx1)2+(a1)u(x)=(\tan x-1)^2+(a-1).

Step 2: Chain rule. u(x)=2(tanx1)sec2xu'(x)=2(\tan x-1)\sec^2x, so

g(x)=f(u(x))2(tanx1)sec2x.g'(x)=f'\big(u(x)\big)\cdot 2(\tan x-1)\sec^2x.

Step 3: The factor f(u)f'(u) is never negative. Since f>0f''>0 everywhere, ff' is strictly increasing. And u(x)a1u(x)\ge a-1, because a square is 0\ge0. Feeding the larger input into the increasing ff':

f(u(x))  f(a1)=0.f'\big(u(x)\big)\ \ge\ f'(a-1)=0.

Step 4: Reduce the sign to one bracket. 2sec2x>02\sec^2x>0 on (0,π2)\left(0,\dfrac\pi2\right) and f(u)0f'(u)\ge0, so

sign(g(x))=sign(tanx1).\operatorname{sign}\big(g'(x)\big)=\operatorname{sign}(\tan x-1).

Step 5: Evaluate on each interval. On (0,π4)\left(0,\dfrac\pi4\right), tanx<1\tan x<1, so g0g'\le0 and gg decreases(I) is FALSE. On (π4,π2)\left(\dfrac\pi4,\dfrac\pi2\right), tanx>1\tan x>1, so g0g'\ge0 and gg increases(II) is FALSE.

Answer: neither statement is true; the truth is the exact opposite of both.

Check with a concrete ff. Take a=1a=1 and f(x)=x2f(x)=x^2, which satisfies f=2>0f''=2>0 and f(0)=0f'(0)=0. Then g(x)=(tanx1)4g(x)=(\tan x-1)^4, which takes the values 0.404, 0.042, 0.000620.404,\ 0.042,\ 0.00062 at x=0.2,0.5,0.7x=0.2,0.5,0.7 (falling) and 0.0046, 6.11, 529.90.0046,\ 6.11,\ 529.9 at x=0.9,1.2,1.4x=0.9,1.2,1.4 (rising). Exactly as proved.

Type 5 — Peeling an unknown ff off an inequality

This is the disguise JEE likes most. You are told only that some unnamed ff is strictly monotonic, and the entire problem is to convert an inequality in ff into an inequality in the arguments:

  • ff strictly increasing: f(u)<f(v)    u<vf(u)<f(v)\iff u<v.
  • ff strictly decreasing: f(u)<f(v)    u>vf(u)<f(v)\iff u>v — the inequality flips.

Example 7 (JEE Main 2026, 08 Apr Shift 2). Let x2f(a2+7a+3)+y2f(3a+15)=1\dfrac{x^2}{f(a^2+7a+3)}+\dfrac{y^2}{f(3a+15)}=1 represent an ellipse with major axis along the yy-axis, where ff is a strictly decreasing positive function on R\mathbb R. If the set of all possible aa is R[α,β]\mathbb R-[\alpha,\beta], find α2+β2\alpha^2+\beta^2.

SHOW SOLUTION

Step 1: Turn the geometry into an inequality. For x2A+y2B=1\dfrac{x^2}{A}+\dfrac{y^2}{B}=1 with A,B>0A,B>0, the major axis lies along yy exactly when B>AB>A:

f(3a+15)>f(a2+7a+3).f(3a+15)>f\left(a^2+7a+3\right).

Both denominators are positive because ff is a positive function, so this really is an ellipse.

Step 2: Peel off ff. ff is strictly decreasing, so comparing the inputs reverses the inequality:

3a+15<a2+7a+3.3a+15<a^2+7a+3.

Step 3: Solve.

0<a2+4a12=(a+6)(a2)  a>2  or  a<6.0<a^2+4a-12=(a+6)(a-2)\ \Longrightarrow\ a>2\ \text{ or }\ a<-6.

Step 4: Match the stated form. The set is R[6,2]\mathbb R-[-6,2], so α=6\alpha=-6, β=2\beta=2.

α2+β2=36+4=40\alpha^2+\beta^2=36+4=\boxed{40}

Check. At a=3a=3: inputs 2424 and 3333, and 24<3324<33, so a decreasing ff gives f(24)>f(33)f(24)>f(33) — the y2y^2 denominator is indeed larger. At a=0a=0, inside the excluded interval: inputs 1515 and 33, so f(15)<f(3)f(15)<f(3) and the major axis would be along xx. Correct.

Example 8 (JEE Main 2026, 05 Apr Shift 1). The system x+2y+tz=0x+2y+tz=0, 6x+y+5tz=06x+y+5tz=0, 3x+t2y+f(t)z=03x+t^2y+f(t)z=0 has infinitely many solutions for every tRt\in\mathbb R, where ff is differentiable. What can be said about ff?

SHOW SOLUTION

Step 1: Determinant condition. A homogeneous system has non-trivial solutions exactly when

12t615t3t2f(t)=0.\begin{vmatrix}1&2&t\\ 6&1&5t\\ 3&t^2&f(t)\end{vmatrix}=0.

Step 2: Expand along the first row.

1(f(t)5t3)2(6f(t)15t)+t(6t23)=0.1\big(f(t)-5t^3\big)-2\big(6f(t)-15t\big)+t\big(6t^2-3\big)=0.

Step 3: Collect.

11f(t)+t3+27t=0  f(t)=t3+27t11.-11f(t)+t^3+27t=0\ \Longrightarrow\ f(t)=\frac{t^3+27t}{11}.

Step 4: Differentiate.

f(t)=3t2+2711  2711>0for every real t.f'(t)=\frac{3t^2+27}{11}\ \ge\ \frac{27}{11}>0\quad\text{for every real }t.

Step 5: Conclude. ff is strictly increasing on R\mathbb R — in particular not constant, and with no critical point.

Type 6 — Proving an inequality, and counting roots

To prove g(x)<h(x)g(x)<h(x) on an interval, set φ=hg\varphi=h-g, show φ>0\varphi'>0, and evaluate φ\varphi at one convenient endpoint. Monotonicity then carries that single value across the whole interval.

Example 9. Prove that loge(1+x)<x\log_e(1+x)<x for every x>0x>0.

SHOW SOLUTION

Step 1: Difference function. φ(x)=xloge(1+x)\varphi(x)=x-\log_e(1+x) on [0,)[0,\infty).

Step 2: Differentiate.

φ(x)=111+x=x1+x.\varphi'(x)=1-\frac{1}{1+x}=\frac{x}{1+x}.

Step 3: Sign. For x>0x>0 both x>0x>0 and 1+x>01+x>0, so φ>0\varphi'>0; and φ\varphi is continuous at 00. So φ\varphi is strictly increasing on [0,)[0,\infty).

Step 4: Endpoint. φ(0)=0loge1=0\varphi(0)=0-\log_e1=0.

Step 5: Conclude. Strictly increasing from 00 gives φ(x)>0\varphi(x)>0 for x>0x>0, i.e. loge(1+x)<x\log_e(1+x)<x. \blacksquare

Check. At x=1x=1: loge20.693<1\log_e2\approx0.693<1. At x=0.01x=0.01: loge(1.01)0.00995<0.01\log_e(1.01)\approx0.00995<0.01.

Running the same recipe on loge(1+x)x1+x\log_e(1+x)-\dfrac{x}{1+x} gives the companion bound, and together they make the two-sided estimate worth memorising:

x1+x<loge(1+x)<x(x>0).\frac{x}{1+x}<\log_e(1+x)<x\qquad (x>0).

For roots, monotonicity gives uniqueness and the intermediate value theorem gives existence: if ff is strictly monotonic on II, then f(x)=kf(x)=k has at most one root there; add continuity and a sign change and it has exactly one.

Example 10. Show that x3+3x7=0x^3+3x-7=0 has exactly one real root, and locate it between consecutive integers.

SHOW SOLUTION

Step 1: Monotonicity. f(x)=3x2+3=3(x2+1)3>0f'(x)=3x^2+3=3(x^2+1)\ge3>0, so ff is strictly increasing on R\mathbb R — at most one root.

Step 2: Existence. f(1)=1+37=3<0f(1)=1+3-7=-3<0 and f(2)=8+67=7>0f(2)=8+6-7=7>0. The sign changes, so a root lies in (1,2)(1,2).

Step 3: Combine. Exactly one real root, and it lies in (1,2)(1,2).

Check. f(1.4)=0.056<0f(1.4)=-0.056<0 and f(1.45)0.399>0f(1.45)\approx0.399>0, so the root sits near 1.411.41.

Quick recall

SituationWhat to do
Asked for intervalsDomain, factorise ff', sign chart, report separately
Asked for values of a parameterDemand f0f'\ge0, use the discriminant, keep the endpoints
An unnamed ff with a stated directionPeel it off both sides; decreasing flips the inequality
Asked whether ff is one-oneTry strict monotonicity; if that fails, hunt for two equal outputs
Asked to prove an inequalityDifference function, sign of its derivative, endpoint value
Asked how many rootsMonotonic for uniqueness, sign change for existence
Modulus, log\log or a piecewise rule insideSplit at the switch point first, differentiate each piece, then check they join
f>0f''>0 given, ff' known at one pointff' is increasing; read its sign either side of that point
Before you move on

If you keep only one line from this page, keep this: strictly increasing does not force f>0f'>0. Every parameter question in this chapter is built to punish the student who forgets it, and the answer is almost always a closed interval.


Work the linked chapters on doMath to see these patterns in past-paper form, and read the JEE Main 2026 shift-wise analyses to see how many marks Application of Derivatives actually carried this year.

[ SHARE ] WhatsApp
[ practice these chapters ]
Reinforce this post with live problems on doMath.
Method of DifferentiationContinuity & DifferentiabilityApplication of Derivatives
← Back to all notes