Math Lab
Home/Class XII/Ch 6/Increasing and decreasing functions

Increasing and decreasing functions

A function is increasing on an interval if larger inputs give larger outputs there; decreasing if larger inputs give smaller outputs. The derivative tells us instantly: f>0f' > 0 means increasing, f<0f' < 0 means decreasing. This single observation underpins all the optimisation in this chapter.

Definitions

ff is increasing on II if for all x1,x2Ix_1, x_2 \in I, x1<x2f(x1)f(x2)x_1 < x_2 \Rightarrow f(x_1) \le f(x_2).

ff is strictly increasing if x1<x2f(x1)<f(x2)x_1 < x_2 \Rightarrow f(x_1) < f(x_2).

Similarly for decreasing and strictly decreasing, with \le replaced by \ge (or << by >>).

The monotonicity criterion

Theorem. Let ff be differentiable on an open interval II.

  • f0f' \ge 0 on IfI \Rightarrow f is increasing on II.
  • f>0f' > 0 on II (except possibly at finitely many points) f\Rightarrow f is strictly increasing.
  • f0f' \le 0 on IfI \Rightarrow f is decreasing.
  • f<0f' < 0 on II (except possibly at finitely many points) f\Rightarrow f is strictly decreasing.
  • f=0f' = 0 on IfI \Rightarrow f is constant.

Proof. Apply MVT: for x1<x2x_1 < x_2, f(x2)f(x1)=f(c)(x2x1)f(x_2) - f(x_1) = f'(c)(x_2 - x_1) with cc between. The sign of f(x2)f(x1)f(x_2) - f(x_1) matches that of f(c)f'(c).

The procedure for finding intervals of monotonicity

  1. Compute f(x)f'(x).
  2. Solve f(x)=0f'(x) = 0 to find critical points.
  3. Solve f(x)f'(x) undefined (vertical tangents, corners) for additional critical points.
  4. Draw a sign chart: mark critical points on a number line and check the sign of ff' in each subinterval.
  5. Read off the intervals of monotonicity.

Worked example

f(x)=x33x+2f(x) = x^3 - 3x + 2. f(x)=3x23=3(x1)(x+1)f'(x) = 3x^2 - 3 = 3(x - 1)(x + 1).

Zeros at x=1,1x = -1, 1. Sign chart:

  • x<1x < -1: f(x)>0f'(x) > 0.
  • 1<x<1-1 < x < 1: f(x)<0f'(x) < 0.
  • x>1x > 1: f(x)>0f'(x) > 0.

So ff is increasing on (,1)(1,)(-\infty, -1) \cup (1, \infty) and decreasing on (1,1)(-1, 1).

Worked examples

Example 1. Find the intervals where f(x)=2x39x2+12x+5f(x) = 2x^3 - 9 x^2 + 12 x + 5 is increasing.

f(x)=6x218x+12=6(x23x+2)=6(x1)(x2)f'(x) = 6x^2 - 18 x + 12 = 6(x^2 - 3x + 2) = 6(x - 1)(x - 2).

Sign chart: f>0f' > 0 for x<1x < 1 or x>2x > 2; f<0f' < 0 for 1<x<21 < x < 2.

Increasing on (,1)(2,)(-\infty, 1) \cup (2, \infty); decreasing on (1,2)(1, 2).

Example 2. Show that f(x)=tanxxf(x) = \tan x - x is increasing on (0,π/2)(0, \pi/2).

f(x)=sec2x1=tan2x0f'(x) = \sec^2 x - 1 = \tan^2 x \ge 0, with equality only at x=0x = 0. So ff is increasing.

Example 3. Find the values of xx for which f(x)=xexf(x) = x e^x is decreasing.

f(x)=ex+xex=ex(1+x)f'(x) = e^x + x e^x = e^x(1 + x). ex>0e^x > 0, so f(x)<0f'(x) < 0 iff 1+x<01 + x < 0, i.e., x<1x < -1. Decreasing on (,1)(-\infty, -1).

Example 4. Show f(x)=logx/xf(x) = \log x / x is decreasing for x>ex > e.

f(x)=1/xxlogx1x2=1logxx2f'(x) = \dfrac{1/x \cdot x - \log x \cdot 1}{x^2} = \dfrac{1 - \log x}{x^2}. For x>ex > e, logx>1\log x > 1, so f(x)<0f'(x) < 0. Decreasing.

Example 5. For what values of aa is f(x)=(a+2)x33ax2+9ax1f(x) = (a + 2) x^3 - 3 a x^2 + 9 a x - 1 decreasing for all real xx?

f(x)=3(a+2)x26ax+9af'(x) = 3(a + 2) x^2 - 6 a x + 9 a. For ff to be decreasing for all xx, need f(x)0f'(x) \le 0 for all xx, with equality only at finitely many points.

This requires a+2<0a + 2 < 0 (leading coefficient negative , so the parabola opens down) AND discriminant 0\le 0 (so ff' never crosses zero, except possibly at one point).

Discriminant: 36a243(a+2)9a=36a2108a(a+2)=36a2108a2216a=72a2216a36 a^2 - 4 \cdot 3(a + 2) \cdot 9 a = 36 a^2 - 108 a (a + 2) = 36 a^2 - 108 a^2 - 216 a = -72 a^2 - 216 a. Wait, that should be 0\le 0:

72a2216a072a2+216a072a(a+3)0a3-72 a^2 - 216 a \le 0 \Rightarrow 72 a^2 + 216 a \ge 0 \Rightarrow 72 a (a + 3) \ge 0 \Rightarrow a \le -3 or a0a \ge 0.

Combined with a+2<0a + 2 < 0 (i.e., a<2a < -2): a3a \le -3.

Example 6. Show that the function f(x)=sinx+cosxf(x) = \sin x + \cos x is increasing on (0,π/4)(0, \pi/4).

f(x)=cosxsinx=2cos(x+π/4)f'(x) = \cos x - \sin x = \sqrt 2 \cos(x + \pi/4). On (0,π/4)(0, \pi/4), x+π/4(π/4,π/2)x + \pi/4 \in (\pi/4, \pi/2), where cosine is positive. So f>0f' > 0, increasing.

Try it yourself

  1. Find the intervals of increase/decrease for f(x)=x24x+3f(x) = x^2 - 4x + 3.
  2. Find the intervals of increase/decrease for f(x)=x3+3x29x+5f(x) = x^3 + 3x^2 - 9x + 5.
  3. Show f(x)=exf(x) = e^x is strictly increasing on R\mathbb{R}.
  4. Show f(x)=sinxf(x) = \sin x is strictly increasing on (π/2,π/2)(-\pi/2, \pi/2).
  5. Find the intervals where f(x)=(x+1)3(x3)3f(x) = (x + 1)^3 (x - 3)^3 is decreasing.
  6. Show f(x)=log(1+x)x/(1+x)f(x) = \log(1 + x) - x/(1 + x) is increasing on (0,)(0, \infty).
  7. Show f(x)=xsinxf(x) = x - \sin x is increasing on R\mathbb{R}.
  8. Determine the intervals where f(x)=tan1(sinx+cosx)f(x) = \tan^{-1}(\sin x + \cos x) is decreasing.
  9. Find aa such that f(x)=x3+ax2+3xf(x) = x^3 + a x^2 + 3 x is strictly increasing on R\mathbb{R}.
  10. Show that f(x)=4sinx3sinxcosx+5xf(x) = 4 \sin x - 3 \sin x \cos x + 5x is increasing on R\mathbb{R}.
  11. Find the intervals of monotonicity for f(x)=logxxf(x) = \log x - x.
  12. Find the intervals where f(x)=x+4/xf(x) = x + 4/x is decreasing.
  13. Show f(x)=cosxf(x) = \cos x is decreasing on (0,π)(0, \pi).
  14. Find all xx where f(x)=x36x2+9x+15f(x) = x^3 - 6x^2 + 9x + 15 is increasing.

Pitfalls / Tricks

  • f>0f' > 0 ⇒ strictly increasing, but f0f' \ge 0 allows ff constant on subintervals.
  • Always include the critical points correctly on the sign chart.
  • If ff' is undefined somewhere in the domain, that point is also critical.
  • For polynomials in factored form, sign chart is automatic , just check signs of each factor.
  • Monotonic + continuous ⇒ injective. Useful in proving existence of inverses.

Next, tangents and normals.

Practice quiz

Quick check on this topic.

Quiz
Quick check — Monotonicity
6 questions · pick the best answer
Q1

f(x)=x3f(x)=x^3 is:

Q2

f(x)=logxf(x)=\log x is strictly increasing on:

Q3

f(x)=x24x+5f(x)=x^2-4x+5 is decreasing on:

Q4

On which interval is f(x)=sinxf(x)=\sin x increasing?

Q5

If f(x)0f'(x)\leq 0 throughout an interval, ff is:

Q6

f(x)=exf(x)=e^{-x} is: