1.7.3 Increasing and Decreasing Functions

In this topic we will learn how to:

  • apply differentiation to increasing and decreasing functions

An increasing function is one whose gradient is always positive. In other words dydx>0\frac{dy}{dx} > 0. A decreasing function is one whose gradient is always negative. In other words dydx<0\frac{dy}{dx} < 0.

To determine whether a function is an increasing or decreasing function, we need to find the gradient function first. So we differentiate the original equation. Based on the gradient function we can determine whether dydx>0\frac{dy}{dx} > 0 or dydx<0\frac{dy}{dx} < 0. Once we know that, we can decide whether it is an increasing or decreasing function.

Let’s look at some past paper questions on increasing and decreasing functions.

1. The function ff is defined by f(x)=13x+2+x2f(x) = \frac{1}{3x + 2} + x^{2} for x<1x < -1. Determine whether ff is an increasing function, a decreasing function or neither. (9709/12/F/M/20 number 10)
f(x)=13x+2+x2f(x) = \frac{1}{3x + 2} + x^{2}Bring the denominator up to the numerator in the fraction, using law of indices,
f(x)=(3x+2)1+x2f(x) = (3x + 2)^{-1} + x^{2}Differentiate f(x)f(x),
f(x)=3(3x+2)2+2xf'(x) = -3(3x + 2)^{-2} + 2xNote: If you’re not able to use the shortcut of the chain rule that allows you to differentiate by sight, it is still fine to use the chain rule.

Rewrite the differential but with positive indices,
f(x)=3(3x+2)2+2xf'(x) = \frac{-3}{(3x + 2)^{2}} + 2xIf you look at the first term, you will notice that for all values of xx, the denominator is will always be positive, since it is squared. So the first term will always be negative (since numerator is negative). The second term will always be negative since the domain of the function is x<1x < -1. This means that our gradient will always be negative for x<1x < -1,
f(x)<0f'(x) < 0Therefore, the final answer is,
f(x)is a decreasing function.f(x)\textmd{is a decreasing function.}2. The function ff is defined by f(x)=x510x3+50xf(x) = x^{5} - 10x^{3} + 50x for xRx \in \mathbb{R}. Given that 5y230y+505y^{2} - 30y + 50 can be expressed in the form 5(y3)2+55(y - 3)^{2} + 5, determine whether ff is an increasing function, a decreasing function, or neither. (9709/13/O/N/21 number 3)
f(x)=x510x3+50xf(x) = x^{5} - 10x^{3} + 50xLet’s start by differentiating ff,
f(x)=5x430x3+50f'(x) = 5x^{4} - 30x^{3} + 50Let’s compare the given equation to our differential,
5y230y+505y^{2} - 30y + 505x430x3+505x^{4} - 30x^{3} + 50You will notice that our differential is very similar to the given equation,
5y230y+505\textcolor{#2192ff}{y}^{2} - 30\textcolor{#2192ff}{y} + 505(x2)230x(x2)+505\left(\textcolor{#2192ff}{x^{2}}\right)^{2} - 30x\left(\textcolor{#2192ff}{x^{2}}\right) + 50Therefore, we can rewrite our differential as,
5(x2)230x(x2)+505(x^{2})^{2} - 30x\left(x^{2}\right) + 505(x23)2+55(x^{2} - 3)^{2} + 5Therefore, our differential is,
f(x)=5(x23)2+5f'(x) = 5(x^{2} - 3)^{2} + 5If you analyse the differential, you will notice that, the first term is squared so it will always be positive for all values of xx and the second term is positive. Therefore, our gradient function will always be positive,
f(x)>0f'(x) > 0Therefore, the final answer is,
f(x) is an increasing function.f(x)\textmd{ is an increasing function.}3. The function ff is defined by f(x)=13(2x1)322xf(x) = \frac{1}{3}(2x - 1)^{\frac{3}{2}} - 2x for 12<x<a\frac{1}{2} < x < a. It is given that ff is a decreasing function. Find the maximum possible value of the constant aa. (9709/13/M/J/21 number 2)
f(x)=13(2x1)322xf(x) = \frac{1}{3}(2x - 1)^{\frac{3}{2}} - 2xWe are given that ff is a decreasing function, therefore,
f(x)<0f'(x) < 0Let’s find the differential of ff,
f(x)=(32)(13)(2)(2x1)122f'(x) = \left(\frac{3}{2}\right)\left(\frac{1}{3}\right)\left(2\right)(2x - 1)^{\frac{1}{2}} - 2f(x)=(2x1)122f'(x) = (2x - 1)^{\frac{1}{2}} - 2Let’s use the idea that f(x)<0f'(x) < 0,
(2x1)122<0(2x - 1)^{\frac{1}{2}} - 2 < 0Solve for xx,
(2x1)122<0(2x - 1)^{\frac{1}{2}} - 2 < 0(2x1)12<2(2x - 1)^{\frac{1}{2}} < 2Square both sides,
2x1<42x - 1 < 4Make xx the subject of the formula,
2x<52x < 5x<52x < \frac{5}{2}Therefore, the maximum possible value of aa is,
a=52a = \frac{5}{2}