A English

Increasing and Decreasing function Questions in English

Class 12 Mathematics · Applications of Derivatives · Increasing and Decreasing function

389+

Questions

English

Language

100%

With Solutions

Showing 50 of 389 questions in English

101
DifficultMCQ
Let $f(x) = x^3 + 6x^2 + px + 2$. If $f(x)$ is a decreasing function on the interval $(-3, -1)$,then $p = \dots$
A
$3$
B
$9$
C
$-2$
D
None of these

Solution

(B) Given the function $f(x) = x^3 + 6x^2 + px + 2$.
To find the interval where the function is decreasing,we calculate the derivative:
$f'(x) = 3x^2 + 12x + p$.
For $f(x)$ to be a decreasing function on the interval $(-3, -1)$,we must have $f'(x) \leq 0$ for all $x \in (-3, -1)$.
The quadratic expression $3x^2 + 12x + p$ must be less than or equal to $0$ between its roots $-3$ and $-1$.
Thus,the roots of the equation $3x^2 + 12x + p = 0$ are $x = -3$ and $x = -1$.
Using the product of roots formula for a quadratic equation $ax^2 + bx + c = 0$,the product of roots is $\frac{c}{a}$.
Therefore,$(-3) \times (-1) = \frac{p}{3}$.
$3 = \frac{p}{3} \implies p = 9$.
102
DifficultMCQ
The length of the interval in which the function $f(x) = 3 \sin x - 4 \sin^3 x$ is an increasing function is ...
A
$\pi /3$
B
$\pi /2$
C
$3\pi /2$
D
$\pi$

Solution

(A) Given $f(x) = 3 \sin x - 4 \sin^3 x$.
Using the trigonometric identity $\sin 3x = 3 \sin x - 4 \sin^3 x$,we have $f(x) = \sin 3x$.
For $f(x)$ to be an increasing function,its derivative $f'(x)$ must be greater than $0$.
$f'(x) = \frac{d}{dx}(\sin 3x) = 3 \cos 3x$.
For $f(x)$ to be increasing,$3 \cos 3x > 0$,which implies $\cos 3x > 0$.
This occurs when $-\frac{\pi}{2} < 3x < \frac{\pi}{2}$.
Dividing by $3$,we get $-\frac{\pi}{6} < x < \frac{\pi}{6}$.
The length of this interval is $\frac{\pi}{6} - (-\frac{\pi}{6}) = \frac{2\pi}{6} = \frac{\pi}{3}$.
103
MediumMCQ
For what values of $x$ is the function $f(x) = x + \frac{1}{x}, x \neq 0$ strictly increasing?
A
$|x| < 1$
B
$|x| > 1$
C
$|x| < 2$
D
$|x| > 2$

Solution

(B) Given the function $f(x) = x + \frac{1}{x}$.
To find where the function is strictly increasing,we calculate the derivative $f'(x)$ and set $f'(x) > 0$.
$f'(x) = \frac{d}{dx}(x + x^{-1}) = 1 - x^{-2} = 1 - \frac{1}{x^2}$.
For strictly increasing,$f'(x) > 0$,so $1 - \frac{1}{x^2} > 0$.
$\frac{x^2 - 1}{x^2} > 0$.
Since $x^2 > 0$ for all $x \neq 0$,the inequality holds if $x^2 - 1 > 0$.
$x^2 > 1$,which implies $|x| > 1$.
104
MediumMCQ
If $y = 8x^3 - 60x^2 + 144x + 27$ is a decreasing function on the interval $(a, b)$,then $(a, b) = $
A
$(-3, 2)$
B
$(2, 3)$
C
$(5, 6)$
D
$(-2, 3)$

Solution

(B) Given the function $y = 8x^3 - 60x^2 + 144x + 27$.
To find the interval where the function is decreasing,we calculate the derivative $\frac{dy}{dx}$.
$\frac{dy}{dx} = 24x^2 - 120x + 144$.
For the function to be decreasing,$\frac{dy}{dx} < 0$.
$24x^2 - 120x + 144 < 0$.
Dividing by $24$,we get $x^2 - 5x + 6 < 0$.
Factoring the quadratic expression,we get $(x - 3)(x - 2) < 0$.
This inequality holds when $x$ lies between the roots $2$ and $3$.
Therefore,the interval is $(2, 3)$.
105
MediumMCQ
If $f(x) = \frac{1}{x + 1} - \log(1 + x)$,where $x > 0$,then what type of function is $f$?
A
Increasing function
B
Decreasing function
C
Both increasing and decreasing function
D
None of these

Solution

(B) Given $f(x) = \frac{1}{x + 1} - \log(1 + x)$ for $x > 0$.
To determine the nature of the function,we find its derivative $f'(x)$:
$f'(x) = \frac{d}{dx} \left( \frac{1}{x + 1} \right) - \frac{d}{dx} (\log(1 + x))$
$f'(x) = -\frac{1}{(x + 1)^2} - \frac{1}{1 + x}$
$f'(x) = -\left( \frac{1 + (x + 1)}{(x + 1)^2} \right) = -\frac{x + 2}{(x + 1)^2}$
Since $x > 0$,we have $x + 2 > 0$ and $(x + 1)^2 > 0$.
Therefore,$f'(x) = -\frac{x + 2}{(x + 1)^2} < 0$ for all $x > 0$.
Since the derivative $f'(x) < 0$ for all $x$ in the domain,the function $f$ is a decreasing function.
106
DifficultMCQ
If $f(x) = \frac{\sin x + b \cos x}{\sin x + 4 \cos x}$ is a strictly increasing function,then:
A
$b < 8$
B
$b < 4$
C
$b > 4$
D
$b > 8$

Solution

(B) Let $f(x) = \frac{a \sin x + b \cos x}{c \sin x + d \cos x}$.
For $f(x)$ to be a strictly increasing function,its derivative $f'(x)$ must be greater than $0$.
$f'(x) = \frac{(a \cos x - b \sin x)(c \sin x + d \cos x) - (a \sin x + b \cos x)(c \cos x - d \sin x)}{(c \sin x + d \cos x)^2}$.
Simplifying the numerator,we get $ad - bc > 0$.
In the given function $f(x) = \frac{1 \sin x + b \cos x}{1 \sin x + 4 \cos x}$,we have $a=1, b=b, c=1, d=4$.
Applying the condition $ad - bc > 0$:
$(1)(4) - (b)(1) > 0$
$4 - b > 0$
$4 > b$ or $b < 4$.
107
DifficultMCQ
For what values of $x$ does the function $f(x) = (x - 1)^2 (x - 2)$ monotonically decrease?
A
$x \in (1, 2)$
B
$x \in (1, 5/3)$
C
$x \in R - (1, 5/3)$
D
None of these

Solution

(B) Given the function $f(x) = (x - 1)^2 (x - 2)$.
First,find the derivative $f'(x)$ using the product rule:
$f'(x) = \frac{d}{dx}[(x - 1)^2] \cdot (x - 2) + (x - 1)^2 \cdot \frac{d}{dx}[(x - 2)]$
$f'(x) = 2(x - 1)(x - 2) + (x - 1)^2$
$f'(x) = (x - 1) [2(x - 2) + (x - 1)]$
$f'(x) = (x - 1) (2x - 4 + x - 1)$
$f'(x) = (x - 1) (3x - 5)$
For the function to be monotonically decreasing,we must have $f'(x) < 0$:
$(x - 1)(3x - 5) < 0$
The critical points are $x = 1$ and $x = 5/3$.
Testing the intervals $(-\infty, 1)$,$(1, 5/3)$,and $(5/3, \infty)$:
For $x \in (1, 5/3)$,the product $(x - 1)(3x - 5)$ is negative.
Thus,the function decreases on the interval $x \in (1, 5/3)$.
108
MediumMCQ
For what value of $\lambda$ does the function $f(x) = \lambda x - \sin x$ increase monotonically?
A
$\lambda < 1$
B
$\lambda > 1$
C
$\lambda = 0$
D
None of these

Solution

(B) function $f(x)$ increases monotonically if its derivative $f'(x) \ge 0$ for all $x \in \mathbb{R}$.
Given $f(x) = \lambda x - \sin x$.
Find the derivative: $f'(x) = \lambda - \cos x$.
For $f(x)$ to be monotonically increasing,we require $f'(x) \ge 0$,which means $\lambda - \cos x \ge 0$,or $\lambda \ge \cos x$.
Since the maximum value of $\cos x$ is $1$,for the inequality $\lambda \ge \cos x$ to hold for all $x$,we must have $\lambda \ge 1$.
Thus,the function increases monotonically when $\lambda \ge 1$.
109
MediumMCQ
Which of the following is an increasing function?
A
$e^{x^2}$
B
$e^{x^3}$
C
$e^0$
D
All of the above

Solution

(B) To determine if a function $f(x)$ is increasing,we check its derivative $f'(x)$. If $f'(x) > 0$ for all $x$ in the domain,the function is strictly increasing.
$1$. For $f(x) = e^{x^2}$,$f'(x) = e^{x^2} \cdot 2x$. This is positive for $x > 0$ and negative for $x < 0$. Thus,it is not increasing on the entire real line.
$2$. For $f(x) = e^{x^3}$,$f'(x) = e^{x^3} \cdot 3x^2$. Since $e^{x^3} > 0$ and $3x^2 \ge 0$ for all $x$,$f'(x) \ge 0$. The function is strictly increasing on $\mathbb{R}$.
$3$. For $f(x) = e^0 = 1$,$f'(x) = 0$. This is a constant function,not strictly increasing.
Therefore,$e^{x^3}$ is the correct choice as it is an increasing function.
110
DifficultMCQ
In which of the following intervals does $f(x) = 2x^3$ increase less rapidly than $g(x) = 9x^2 - 12x + 6$?
A
$(1, 2)$
B
$(2, \infty)$
C
$(-\infty, 1)$
D
None of these

Solution

(A) We want to find the interval where $f(x)$ increases less rapidly than $g(x)$,which means $f'(x) < g'(x)$.
Let $h(x) = g(x) - f(x) = -2x^3 + 9x^2 - 12x + 6$.
We want $h'(x) > 0$ for $f(x)$ to increase less rapidly than $g(x)$.
$h'(x) = -6x^2 + 18x - 12 = -6(x^2 - 3x + 2) = -6(x - 1)(x - 2)$.
For $h'(x) > 0$,we need $(x - 1)(x - 2) < 0$.
This inequality holds when $x \in (1, 2)$.
Thus,in the interval $(1, 2)$,$f(x)$ increases less rapidly than $g(x)$.
111
DifficultMCQ
If $f(x) = x^2 + kx + 1$ is an increasing function on the interval $[1, 2]$,what is the minimum value of $k$?
A
$2$
B
$4$
C
$-2$
D
$-4$

Solution

(C) For a function $f(x)$ to be increasing on an interval,its derivative $f'(x)$ must be greater than or equal to $0$ on that interval.
Given $f(x) = x^2 + kx + 1$,we find the derivative:
$f'(x) = 2x + k$
For $f(x)$ to be increasing on $[1, 2]$,we require $f'(x) \geq 0$ for all $x \in [1, 2]$.
$2x + k \geq 0$
$k \geq -2x$
Since this must hold for all $x$ in the interval $[1, 2]$,$k$ must be greater than or equal to the maximum value of $-2x$ on this interval.
Let $g(x) = -2x$. On the interval $[1, 2]$,the function $g(x)$ is decreasing.
Therefore,the maximum value of $g(x)$ occurs at the left endpoint $x = 1$.
$g(1) = -2(1) = -2$.
Thus,$k \geq -2$.
The minimum value of $k$ is $-2$.
112
MediumMCQ
Which of the following functions is a strictly increasing function?
A
$f(x) = x + |x|$
B
$f(x) = x - |x|$
C
$f(x) = [x]$
D
$f(x) = x|x|$

Solution

(D) Let us analyze each function:
$A) f(x) = x + |x| = \begin{cases} 2x, & x \ge 0 \\ 0, & x < 0 \end{cases}$. This is not strictly increasing because it is constant for $x < 0$.
$B) f(x) = x - |x| = \begin{cases} 0, & x \ge 0 \\ 2x, & x < 0 \end{cases}$. This is not strictly increasing because it is constant for $x \ge 0$.
$C) f(x) = [x]$ (Greatest Integer Function). This is a step function and is not strictly increasing as it remains constant between integers.
$D) f(x) = x|x| = \begin{cases} x^2, & x \ge 0 \\ -x^2, & x < 0 \end{cases}$.
For $x_1 < x_2$,if both are positive,$x_1^2 < x_2^2$. If both are negative,$-x_1^2 < -x_2^2$. If $x_1 < 0$ and $x_2 \ge 0$,then $f(x_1) < 0$ and $f(x_2) \ge 0$,so $f(x_1) < f(x_2)$. Thus,$f(x)$ is strictly increasing.
113
MediumMCQ
If the function $f(x) = \cos |x| - 2ax + b$ is an increasing function on the entire real line,then what is the value of $a$?
A
$a \le -1$
B
$a \le -1/2$
C
$a \le 1/2$
D
$a \le 1$

Solution

(B) Given $f(x) = \cos |x| - 2ax + b$.
Since $\cos |x| = \cos x$,we have $f(x) = \cos x - 2ax + b$.
For $f(x)$ to be an increasing function,$f'(x) \ge 0$ for all $x \in \mathbb{R}$.
$f'(x) = -\sin x - 2a$.
For $f'(x) \ge 0$,we must have $-\sin x - 2a \ge 0$,which implies $2a \le -\sin x$,or $a \le -\frac{1}{2} \sin x$.
Since this must hold for all $x \in \mathbb{R}$,$a$ must be less than or equal to the minimum value of $-\frac{1}{2} \sin x$.
The minimum value of $\sin x$ is $-1$,so the maximum value of $-\frac{1}{2} \sin x$ is $\frac{1}{2}$. However,for the function to be non-decreasing for all $x$,we consider the condition $f'(x) \ge 0$.
Since $-\sin x$ ranges from $-1$ to $1$,for $-\sin x - 2a \ge 0$ to hold for all $x$,we need $2a \le \min(-\sin x) = -1$.
Thus,$a \le -1/2$.
114
MediumMCQ
If $x \in (0, 1)$,then what type of function is $f(x) = x^{100} + \sin x - 1$?
A
Monotonically increasing
B
Monotonically decreasing
C
Not monotonic
D
Odd function

Solution

(A) Given the function $f(x) = x^{100} + \sin x - 1$.
To determine the nature of the function,we find its derivative $f'(x)$.
$f'(x) = \frac{d}{dx}(x^{100} + \sin x - 1) = 100x^{99} + \cos x$.
For $x \in (0, 1)$,we observe that $x^{99} > 0$,so $100x^{99} > 0$.
Also,for $x \in (0, 1)$,$\cos x > 0$ because $x$ is in the first quadrant.
Since both terms $100x^{99}$ and $\cos x$ are positive for all $x \in (0, 1)$,their sum $f'(x) = 100x^{99} + \cos x > 0$.
Since $f'(x) > 0$ for all $x \in (0, 1)$,the function $f(x)$ is monotonically increasing on the interval $(0, 1)$.
115
MediumMCQ
The function $f(x) = 3x + \frac{2}{x}$ on the interval $(1, 3)$ is:
A
Strictly decreasing on $(1, 3)$.
B
Strictly increasing on $(1, 3)$.
C
Decreasing only on $(2, 3)$.
D
Neither increasing nor decreasing.

Solution

(B) Given the function $f(x) = 3x + \frac{2}{x}$.
To determine the nature of the function,we find its derivative $f'(x)$.
$f'(x) = \frac{d}{dx}(3x + 2x^{-1}) = 3 - 2x^{-2} = 3 - \frac{2}{x^2}$.
Simplifying the expression,we get $f'(x) = \frac{3x^2 - 2}{x^2}$.
For the interval $x \in (1, 3)$,we observe that $x^2 > 1$,which implies $3x^2 > 3$.
Therefore,$3x^2 - 2 > 3 - 2 = 1$,which is always positive.
Since $f'(x) > 0$ for all $x \in (1, 3)$,the function $f(x)$ is strictly increasing on the interval $(1, 3)$.
116
DifficultMCQ
Let $f(x) = \sin x$ and $g(x) = x$.
Statement-$1$: For $x \in (0, \infty)$,$f(x) \leq g(x)$.
Statement-$2$: For $x \in (0, \infty)$,$f(x) \leq 1$ but as $x \rightarrow \infty$,$g(x) \rightarrow \infty$.
A
Statement-$1$ is true,Statement-$2$ is true; Statement-$2$ is a correct explanation for Statement-$1$.
B
Statement-$1$ is true,Statement-$2$ is true; Statement-$2$ is not a correct explanation for Statement-$1$.
C
Statement-$1$ is true,Statement-$2$ is false.
D
Statement-$1$ is false,Statement-$2$ is true.

Solution

(B) Consider the function $h(x) = g(x) - f(x) = x - \sin x$.
To check if $f(x) \leq g(x)$ for $x > 0$,we analyze $h(x)$.
The derivative is $h'(x) = 1 - \cos x$.
Since $\cos x \leq 1$ for all $x$,$h'(x) = 1 - \cos x \geq 0$.
This means $h(x)$ is a non-decreasing function for $x \geq 0$.
Since $h(0) = 0 - \sin(0) = 0$,it follows that $h(x) \geq 0$ for all $x \geq 0$.
Thus,$x - \sin x \geq 0$,which implies $x \geq \sin x$ or $g(x) \geq f(x)$ for $x \in (0, \infty)$.
Therefore,Statement-$1$ is true.
Now consider Statement-$2$: For $x \in (0, \infty)$,$f(x) = \sin x \leq 1$ is true.
Also,as $x \rightarrow \infty$,$g(x) = x \rightarrow \infty$ is true.
However,the fact that $f(x) \leq 1$ and $g(x) \rightarrow \infty$ does not directly prove $f(x) \leq g(x)$ without comparing the growth rates or using the derivative test.
Thus,Statement-$2$ is true,but it is not the direct logical explanation for Statement-$1$ because the inequality $x \geq \sin x$ holds for all $x > 0$ regardless of the limit at infinity.
117
MediumMCQ
What type of function is $f(x) = \tan x - x$?
A
Always decreasing
B
Always increasing
C
Never increasing
D
Never decreasing

Solution

(B) Let $f(x) = \tan x - x$.
To determine the nature of the function,we find its derivative with respect to $x$:
$f'(x) = \frac{d}{dx}(\tan x - x) = \sec^2 x - 1$.
Using the trigonometric identity $1 + \tan^2 x = \sec^2 x$,we have $\sec^2 x - 1 = \tan^2 x$.
Thus,$f'(x) = \tan^2 x$.
Since the square of any real number is non-negative,$f'(x) \geq 0$ for all $x$ in the domain.
Specifically,$f'(x) > 0$ for all $x \neq n\pi$ (where $n \in Z$).
Since the derivative is non-negative and is not identically zero on any interval,the function is strictly increasing.
Therefore,the function is always increasing.
118
DifficultMCQ
The function $f(x) = \tan^{-1}(\sin x + \cos x), x > 0$ is an increasing function in the interval.....
A
$(0, \pi)$
B
$(0, \frac{\pi}{2})$
C
$(0, \frac{\pi}{4})$
D
$(\frac{\pi}{4}, \frac{\pi}{2})$

Solution

(C) Given the function $f(x) = \tan^{-1}(\sin x + \cos x)$.
Differentiating with respect to $x$,we get:
$f'(x) = \frac{1}{1 + (\sin x + \cos x)^2} \cdot (\cos x - \sin x)$.
For the function to be increasing,we require $f'(x) > 0$.
Since the denominator $1 + (\sin x + \cos x)^2$ is always positive,the sign of $f'(x)$ depends on the numerator $(\cos x - \sin x)$.
We need $\cos x - \sin x > 0$,which implies $\cos x > \sin x$.
Dividing by $\cos x$ (assuming $\cos x > 0$ in the first quadrant),we get $1 > \tan x$,or $\tan x < 1$.
This holds true for $x \in (0, \frac{\pi}{4})$.
Thus,the function is strictly increasing in the interval $(0, \frac{\pi}{4})$.
119
MediumMCQ
Let $f(x) = \int e^x (x - 1)(x - 2) dx$. In which interval is $f$ a decreasing function?
A
$(-\infty, 1)$
B
$(1, 2)$
C
$(2, \infty)$
D
$(0, 1)$

Solution

(B) function $f(x)$ is decreasing when its derivative $f'(x) < 0$.
Given $f(x) = \int e^x (x - 1)(x - 2) dx$.
By the Fundamental Theorem of Calculus,the derivative is $f'(x) = e^x (x - 1)(x - 2)$.
Since $e^x$ is always positive for all real $x$,the sign of $f'(x)$ depends on the product $(x - 1)(x - 2)$.
We set $f'(x) < 0$,which implies $(x - 1)(x - 2) < 0$.
This inequality holds when $x$ lies between the roots $1$ and $2$.
Therefore,$f(x)$ is a decreasing function in the interval $(1, 2)$.
120
DifficultMCQ
If $f(x) = x^{3/2}(3x - 10)$,$x \geq 0$,then in which interval is $f(x)$ an increasing function?
A
$(-\infty, 0) \cup (0, \infty)$
B
$[2, \infty)$
C
$(-\infty, -1] \cup [1, \infty)$
D
$(-\infty, 0] \cup [2, \infty)$

Solution

(B) Given function is $f(x) = x^{3/2}(3x - 10) = 3x^{5/2} - 10x^{3/2}$.
To find the interval where the function is increasing,we find the derivative $f'(x)$:
$f'(x) = \frac{d}{dx}(3x^{5/2} - 10x^{3/2}) = 3 \cdot \frac{5}{2} x^{3/2} - 10 \cdot \frac{3}{2} x^{1/2} = \frac{15}{2} x^{3/2} - 15 x^{1/2}$.
Setting $f'(x) = 0$ for critical points:
$\frac{15}{2} x^{1/2} (x - 2) = 0$.
Since $x \geq 0$,the critical point is $x = 2$.
For $x > 2$,$f'(x) > 0$,so the function is increasing on $[2, \infty)$.
For $0 < x < 2$,$f'(x) < 0$,so the function is decreasing on $(0, 2)$.
121
MediumMCQ
When is the function $f(x) = e^{ax}$ monotonically decreasing?
A
Always
B
Never
C
When $a < 0$
D
When $a > 0$

Solution

(C) Let the function be $f(x) = e^{ax}$.
To find the intervals where the function is monotonically decreasing,we calculate the first derivative:
$f'(x) = \frac{d}{dx}(e^{ax}) = a \cdot e^{ax}$.
$A$ function is monotonically decreasing if $f'(x) < 0$.
Since the exponential function $e^{ax}$ is always positive for all real $x$ $(e^{ax} > 0)$,the sign of $f'(x)$ depends entirely on the constant $a$.
Therefore,$f'(x) < 0$ if and only if $a < 0$.
Thus,the function $f(x) = e^{ax}$ is monotonically decreasing when $a < 0$.
122
DifficultMCQ
For what values of $x$ is the function $f(x) = 2x^3 - 9x^2 + 12x + 29$ decreasing?
A
$x < 2$
B
$x > 2$
C
$x > 3$
D
$1 < x < 2$

Solution

(D) To find the intervals where the function $f(x) = 2x^3 - 9x^2 + 12x + 29$ is decreasing,we find its derivative $f'(x)$.
$f'(x) = \frac{d}{dx}(2x^3 - 9x^2 + 12x + 29) = 6x^2 - 18x + 12$.
For the function to be decreasing,we must have $f'(x) < 0$.
$6x^2 - 18x + 12 < 0$.
Dividing by $6$,we get $x^2 - 3x + 2 < 0$.
Factoring the quadratic expression,we get $(x - 1)(x - 2) < 0$.
The inequality $(x - 1)(x - 2) < 0$ holds when $x$ lies between the roots $1$ and $2$.
Therefore,the function is decreasing for $1 < x < 2$.
123
MediumMCQ
The function $f(x) = 1 - e^{-\frac{x^2}{2}}$ is .......
A
increasing for all $x \in R$.
B
decreasing for all $x \in R$.
C
decreasing for $x < 0$ and increasing for $x > 0$.
D
increasing for $x < 0$ and decreasing for $x > 0$.

Solution

(C) Given the function $f(x) = 1 - e^{-\frac{x^2}{2}}$.
To determine the intervals of increase and decrease,we find the derivative $f'(x)$:
$f'(x) = \frac{d}{dx}(1 - e^{-\frac{x^2}{2}}) = 0 - e^{-\frac{x^2}{2}} \cdot \frac{d}{dx}(-\frac{x^2}{2}) = -e^{-\frac{x^2}{2}} \cdot (-x) = x e^{-\frac{x^2}{2}}$.
Since $e^{-\frac{x^2}{2}} > 0$ for all $x \in R$,the sign of $f'(x)$ depends only on the sign of $x$.
Case $1$: If $x > 0$,then $f'(x) > 0$,which means the function $f(x)$ is increasing.
Case $2$: If $x < 0$,then $f'(x) < 0$,which means the function $f(x)$ is decreasing.
Therefore,the function is decreasing for $x < 0$ and increasing for $x > 0$.
124
DifficultMCQ
Let $f(x) = xe^{x(1 - x)}$. Then $f(x)$ is:
A
Increasing on $[-1/2, 1]$
B
Decreasing on $R$
C
Increasing on $R$
D
Decreasing on $[-1/2, 1]$

Solution

(A) Given $f(x) = xe^{x(1 - x)}$.
Taking the derivative with respect to $x$ using the product rule and chain rule:
$f'(x) = 1 \cdot e^{x(1 - x)} + x \cdot e^{x(1 - x)} \cdot (1 - 2x)$
$f'(x) = e^{x(1 - x)} [1 + x(1 - 2x)]$
$f'(x) = e^{x(1 - x)} [1 + x - 2x^2]$
$f'(x) = e^{x(1 - x)} (-2x^2 + x + 1)$
$f'(x) = e^{x(1 - x)} (-2x^2 + 2x - x + 1)$
$f'(x) = e^{x(1 - x)} [-2x(x - 1) - 1(x - 1)]$
$f'(x) = e^{x(1 - x)} (1 - 2x)(1 + x)$
For $f(x)$ to be increasing,$f'(x) \geq 0$.
Since $e^{x(1 - x)} > 0$ for all $x \in R$,we need $(1 - 2x)(1 + x) \geq 0$.
Solving the inequality $(2x - 1)(x + 1) \leq 0$,we get $x \in [-1, 1/2]$.
However,checking the interval $[-1/2, 1]$: for $x \in [-1/2, 1/2]$,$f'(x) \geq 0$,and for $x \in [1/2, 1]$,$f'(x) \leq 0$.
Re-evaluating the derivative: $f'(x) = e^{x(1-x)}(1+x)(1-2x)$.
At $x = 0$,$f'(0) = 1 > 0$. At $x = 1$,$f'(1) = 0$. At $x = -1/2$,$f'(-1/2) = e^{-3/4}(1/2)(2) = e^{-3/4} > 0$.
Thus,$f(x)$ is increasing on $[-1/2, 1/2]$ and decreasing on $[1/2, 1]$.
Given the options,the function is increasing on $[-1/2, 1/2]$,which is a subset of $[-1/2, 1]$. The most appropriate choice is $A$.
125
DifficultMCQ
The function $f(x) = \cos |x| - 2ax + b$ increases on the entire real line. What is the range of $a$?
A
$a = b$
B
$a = b/2$
C
$a \leq -1/2$
D
$a > -3/2$

Solution

(C) Given the function $f(x) = \cos |x| - 2ax + b$.
Since $\cos |x| = \cos x$,we have $f(x) = \cos x - 2ax + b$.
For the function to be increasing on the entire real line,we must have $f'(x) \geq 0$ for all $x \in \mathbb{R}$.
Calculating the derivative: $f'(x) = -\sin x - 2a$.
Setting the condition $f'(x) \geq 0$ gives $-\sin x - 2a \geq 0$,which simplifies to $\sin x + 2a \leq 0$.
For this inequality to hold for all $x \in \mathbb{R}$,the maximum value of $\sin x + 2a$ must be less than or equal to $0$.
The maximum value of $\sin x$ is $1$,so we require $1 + 2a \leq 0$.
Solving for $a$,we get $2a \leq -1$,which implies $a \leq -1/2$.
126
DifficultMCQ
For what values of $x$ is the function $f(x) = [x(x - 3)]^2$ an increasing function?
A
$0 < x < \infty$
B
$-\infty < x < 0$
C
$0 < x < 3/2$
D
$1 < x < 3$

Solution

(C) Given the function $f(x) = [x(x - 3)]^2 = (x^2 - 3x)^2$.
To find where the function is increasing,we calculate the derivative $f'(x)$ and set $f'(x) > 0$.
$f'(x) = 2(x^2 - 3x) \cdot (2x - 3) = 2x(x - 3)(2x - 3)$.
Setting $f'(x) > 0$,we get $2x(x - 3)(2x - 3) > 0$,which simplifies to $x(x - 3)(2x - 3) > 0$.
The critical points are $x = 0$,$x = 3/2$,and $x = 3$.
Using the wavy curve method (sign scheme) on the number line:
For $x \in (0, 3/2)$,$f'(x) > 0$.
For $x \in (3/2, 3)$,$f'(x) < 0$.
For $x \in (3, \infty)$,$f'(x) > 0$.
Thus,the function is increasing for $x \in (0, 3/2) \cup (3, \infty)$.
127
DifficultMCQ
What kind of function is $f(x) = \frac{\log(\pi + x)}{\log(e + x)}$?
A
Increasing on $(0, \infty)$
B
Decreasing on $(0, \infty)$
C
Increasing on $(0, \frac{\pi}{e})$ and decreasing on $(\frac{\pi}{e}, \infty)$
D
Decreasing on $(0, \frac{\pi}{e})$ and increasing on $(\frac{\pi}{e}, \infty)$

Solution

(B) Let $f(x) = \frac{\log(\pi + x)}{\log(e + x)}$.
Using the quotient rule,$f'(x) = \frac{\log(e + x) \cdot \frac{1}{\pi + x} - \log(\pi + x) \cdot \frac{1}{e + x}}{[\log(e + x)]^2}$.
$f'(x) = \frac{(e + x)\log(e + x) - (\pi + x)\log(\pi + x)}{(\pi + x)(e + x)[\log(e + x)]^2}$.
Since $e < \pi$,for $x > 0$,we have $e + x < \pi + x$ and $\log(e + x) < \log(\pi + x)$.
Thus,$(e + x)\log(e + x) < (\pi + x)\log(\pi + x)$,which implies $f'(x) < 0$ for all $x \in (0, \infty)$.
Therefore,$f(x)$ is a decreasing function on $(0, \infty)$.
Hence,option $B$ is the correct answer.
128
DifficultMCQ
Let $f(x) = \int_{x^2}^{x^2+1} e^{-t^2} dt$,for $x \in (-\infty, \infty)$. For which interval is $f(x)$ an increasing function?
A
$(-\infty, 0]$
B
$[0, \infty)$
C
$[-2, 2)$
D
None of these

Solution

(A) Given $f(x) = \int_{x^2}^{x^2+1} e^{-t^2} dt$.
Applying the Leibniz rule for differentiation under the integral sign:
$f'(x) = e^{-(x^2+1)^2} \cdot \frac{d}{dx}(x^2+1) - e^{-(x^2)^2} \cdot \frac{d}{dx}(x^2)$
$f'(x) = e^{-(x^2+1)^2} \cdot (2x) - e^{-x^4} \cdot (2x)$
$f'(x) = 2x \left( e^{-(x^4+2x^2+1)} - e^{-x^4} \right)$
$f'(x) = 2x \cdot e^{-x^4} \left( e^{-(2x^2+1)} - 1 \right)$
Since $e^{-x^4} > 0$ for all $x$,and $e^{-(2x^2+1)} < 1$ for all $x$ (because $2x^2+1 > 0$),the term $(e^{-(2x^2+1)} - 1)$ is always negative.
For $f(x)$ to be an increasing function,we require $f'(x) \geq 0$.
$2x \cdot (\text{negative value}) \geq 0 \implies x \leq 0$.
Thus,$f(x)$ is increasing on the interval $(-\infty, 0]$.
129
DifficultMCQ
The function $f(x) = \frac{\log(\pi + x)}{\log(e + x)}$ is:
A
An increasing function on $(0, \infty)$.
B
$A$ decreasing function on $(0, \infty)$.
C
An increasing function on $(0, \frac{\pi}{e})$ and a decreasing function on $(\frac{\pi}{e}, \infty)$.
D
$A$ decreasing function on $(0, \frac{\pi}{e})$ and an increasing function on $(\frac{\pi}{e}, \infty)$.

Solution

(B) Given $f(x) = \frac{\log(\pi + x)}{\log(e + x)}$.
Taking the derivative using the quotient rule:
$f'(x) = \frac{\frac{1}{\pi + x} \cdot \log(e + x) - \frac{1}{e + x} \cdot \log(\pi + x)}{(\log(e + x))^2}$.
$f'(x) = \frac{(e + x)\log(e + x) - (\pi + x)\log(\pi + x)}{(\pi + x)(e + x)(\log(e + x))^2}$.
Let $g(t) = t \log t$. Then $g'(t) = 1 + \log t$. For $t > 0$,$g(t)$ is increasing for $t > 1/e$.
Since $x > 0$,$e + x > e > 1/e$ and $\pi + x > \pi > 1/e$.
Since $\pi > e$,we have $\pi + x > e + x$.
Because $g(t)$ is an increasing function for $t > 1/e$,$g(\pi + x) > g(e + x)$.
Therefore,$(\pi + x)\log(\pi + x) > (e + x)\log(e + x)$.
This implies $(e + x)\log(e + x) - (\pi + x)\log(\pi + x) < 0$.
Thus,$f'(x) < 0$ for all $x \in (0, \infty)$.
Hence,$f(x)$ is a decreasing function on $(0, \infty)$.
130
MediumMCQ
If $f(x) = x^3 - 6x^2 + 9x + 3$ is a decreasing function,then in which interval does $x$ lie?
A
$(-\infty, 1) \cup (3, \infty)$
B
$(1, 3)$
C
$(3, \infty)$
D
None of these

Solution

(B) Given function is $f(x) = x^3 - 6x^2 + 9x + 3$.
To find the interval where the function is decreasing,we first find the derivative $f'(x)$.
$f'(x) = \frac{d}{dx}(x^3 - 6x^2 + 9x + 3) = 3x^2 - 12x + 9$.
Factorizing the derivative:
$f'(x) = 3(x^2 - 4x + 3) = 3(x - 3)(x - 1)$.
$A$ function is decreasing when $f'(x) < 0$.
So,$3(x - 3)(x - 1) < 0$.
This inequality holds when $x$ lies between the roots $1$ and $3$.
Therefore,$x \in (1, 3)$.
131
MediumMCQ
For all values of $x$,the function $f(x) = 2x^3 + 6x^2 + 7x - 19$ is:
A
Increasing
B
Decreasing
C
Neither increasing nor decreasing
D
None of these

Solution

(A) To determine the nature of the function,we find its derivative $f'(x)$.
$f'(x) = \frac{d}{dx}(2x^3 + 6x^2 + 7x - 19) = 6x^2 + 12x + 7$.
We can rewrite this as $f'(x) = 6(x^2 + 2x) + 7$.
Completing the square,$f'(x) = 6(x^2 + 2x + 1 - 1) + 7 = 6(x + 1)^2 - 6 + 7 = 6(x + 1)^2 + 1$.
Since $(x + 1)^2 \geq 0$ for all real $x$,it follows that $6(x + 1)^2 + 1 \geq 1$.
Thus,$f'(x) > 0$ for all $x \in \mathbb{R}$.
Since the derivative is strictly positive for all $x$,the function $f(x)$ is strictly increasing.
132
MediumMCQ
In the interval $\left( -\frac{\pi}{3}, \frac{\pi}{3} \right)$,the function $f(x) = -\frac{x}{2} + \sin x$ is:
A
Increasing
B
Decreasing
C
Constant
D
Neither increasing nor decreasing

Solution

(A) To determine the nature of the function,we find its derivative:
$f'(x) = -\frac{1}{2} + \cos x$
For the interval $x \in \left( -\frac{\pi}{3}, \frac{\pi}{3} \right)$,we know that $\cos x$ ranges from $\frac{1}{2}$ to $1$.
Specifically,$\frac{1}{2} < \cos x \le 1$.
Subtracting $\frac{1}{2}$ from all parts,we get:
$\frac{1}{2} - \frac{1}{2} < \cos x - \frac{1}{2} \le 1 - \frac{1}{2}$
$0 < f'(x) \le \frac{1}{2}$
Since $f'(x) > 0$ for all $x$ in the given interval,the function $f(x)$ is strictly increasing.
133
DifficultMCQ
In which interval is the function $f(x) = \tan^{-1}(\sin x + \cos x)$ an increasing function?
A
$(-\pi/4, \pi/2)$
B
$(-\pi/2, \pi/4)$
C
$(0, \pi/2)$
D
$(-\pi/2, \pi/2]$

Solution

(B) To find the interval where the function $f(x) = \tan^{-1}(\sin x + \cos x)$ is increasing,we need to find the derivative $f'(x)$ and set it to be greater than $0$.
Given $f(x) = \tan^{-1}(\sin x + \cos x)$.
Differentiating with respect to $x$ using the chain rule:
$f'(x) = \frac{1}{1 + (\sin x + \cos x)^2} \times (\cos x - \sin x)$.
For the function to be increasing,$f'(x) > 0$.
Since $1 + (\sin x + \cos x)^2$ is always positive,we require:
$\cos x - \sin x > 0$
$\cos x > \sin x$
Dividing by $\cos x$ (assuming $\cos x > 0$ in the relevant domain),we get:
$1 > \tan x$
$\tan x < 1$.
Since $\tan x = 1$ at $x = \pi/4$,the condition $\tan x < 1$ holds for $x < \pi/4$.
Considering the standard domain of the trigonometric functions involved,the interval is $(-\pi/2, \pi/4)$.
134
DifficultMCQ
For what values of $x$ does the function $f(x) = x^2 e^{-x}$ strictly increase?
A
$0 < x < 2$
B
$2 < x < \infty$
C
$x \in \mathbb{R} \setminus [0, 2]$
D
$x < 0$

Solution

(A) To find the intervals where the function $f(x) = x^2 e^{-x}$ is strictly increasing,we calculate its derivative $f'(x)$.
Using the product rule:
$f'(x) = \frac{d}{dx}(x^2) \cdot e^{-x} + x^2 \cdot \frac{d}{dx}(e^{-x})$
$f'(x) = 2x e^{-x} - x^2 e^{-x}$
$f'(x) = x e^{-x} (2 - x)$
For the function to be strictly increasing,we must have $f'(x) > 0$.
Since $e^{-x} > 0$ for all $x \in \mathbb{R}$,the inequality $x e^{-x} (2 - x) > 0$ simplifies to:
$x(2 - x) > 0$
Multiplying by $-1$ reverses the inequality sign:
$x(x - 2) < 0$
The roots of the quadratic expression are $x = 0$ and $x = 2$. The expression is negative between the roots.
Therefore,the function is strictly increasing for $0 < x < 2$.
135
DifficultMCQ
If $f(x) = \sin x - \cos x$,$0 \leq x \leq 2\pi$,then $f(x)$ is strictly decreasing in the interval:
A
$\left( \frac{5\pi}{6}, \frac{3\pi}{4} \right)$
B
$\left( \frac{\pi}{4}, \frac{\pi}{2} \right)$
C
$\left( \frac{3\pi}{2}, \frac{5\pi}{2} \right)$
D
None of these

Solution

(D) Given $f(x) = \sin x - \cos x$.
To find the intervals where $f(x)$ is strictly decreasing,we find the derivative $f'(x)$.
$f'(x) = \cos x + \sin x$.
For $f(x)$ to be strictly decreasing,we must have $f'(x) < 0$.
$\cos x + \sin x < 0$.
$\sqrt{2} \left( \frac{1}{\sqrt{2}} \cos x + \frac{1}{\sqrt{2}} \sin x \right) < 0$.
$\sqrt{2} \cos \left( x - \frac{\pi}{4} \right) < 0$.
Since $\sqrt{2} > 0$,we need $\cos \left( x - \frac{\pi}{4} \right) < 0$.
We know that $\cos \theta < 0$ when $\frac{\pi}{2} < \theta < \frac{3\pi}{2}$.
Substituting $\theta = x - \frac{\pi}{4}$,we get $\frac{\pi}{2} < x - \frac{\pi}{4} < \frac{3\pi}{2}$.
Adding $\frac{\pi}{4}$ to all parts: $\frac{\pi}{2} + \frac{\pi}{4} < x < \frac{3\pi}{2} + \frac{\pi}{4}$.
$\frac{3\pi}{4} < x < \frac{7\pi}{4}$.
Comparing this with the given options,none of the intervals provided are subsets of $\left( \frac{3\pi}{4}, \frac{7\pi}{4} \right)$ except for the possibility of none of these being correct.
136
DifficultMCQ
If $y = ax^3 + 3x^2 + (2a + 1)x + 1000$ is a strictly increasing function for all values of $x$,then:
A
$-3/2 < a < 1$
B
$a > 1$
C
$a < -3/2$
D
$a > 1 \text{ or } a < -3/2$

Solution

(B) Given the function $y = ax^3 + 3x^2 + (2a + 1)x + 1000$.
For $y$ to be a strictly increasing function for all $x \in \mathbb{R}$,its derivative $y'$ must be greater than $0$ for all $x$.
$y' = 3ax^2 + 6x + (2a + 1) > 0$.
For a quadratic expression $Ax^2 + Bx + C > 0$ to hold for all $x$,we must have $A > 0$ and the discriminant $D < 0$.
Here,$A = 3a$,$B = 6$,and $C = 2a + 1$.
Condition $1$: $3a > 0 \implies a > 0$.
Condition $2$: $D = B^2 - 4AC < 0$.
$6^2 - 4(3a)(2a + 1) < 0$.
$36 - 12a(2a + 1) < 0$.
Divide by $12$: $3 - a(2a + 1) < 0$.
$3 - 2a^2 - a < 0$.
$2a^2 + a - 3 > 0$.
Factoring the quadratic: $(2a + 3)(a - 1) > 0$.
This inequality holds when $a > 1$ or $a < -3/2$.
Combining with Condition $1$ $(a > 0)$,we get $a > 1$.
137
MediumMCQ
If $f(x) = x^3 + bx^2 + cx + d$ and $0 < b^2 < c$,then on $R$,$f(x)$ is:
A
$f(x)$ is an increasing function.
B
$f(x)$ has a local maximum.
C
$f(x)$ is a decreasing function.
D
$f(x)$ is bounded.

Solution

(A) Given $f(x) = x^3 + bx^2 + cx + d$.
Find the derivative: $f'(x) = 3x^2 + 2bx + c$.
For a quadratic expression $ax^2 + bx + c$ to be always positive,the discriminant $D$ must be less than $0$ and $a > 0$.
Here,$D = (2b)^2 - 4(3)(c) = 4b^2 - 12c = 4(b^2 - 3c)$.
Since $0 < b^2 < c$,it follows that $b^2 - 3c < 0$ (because $b^2 < c < 3c$).
Thus,$D < 0$ and the coefficient of $x^2$ is $3 > 0$.
Therefore,$f'(x) > 0$ for all $x \in R$.
Since $f'(x) > 0$ for all $x \in R$,$f(x)$ is a strictly increasing function on $R$.
138
MediumMCQ
For what value of $\lambda$ is the function $f(x) = \lambda x + \cos x$ strictly increasing?
A
$\lambda = -1$
B
$\lambda = 0$
C
$\lambda = 1$
D
$\lambda > 1$

Solution

(D) function $f(x)$ is strictly increasing if $f'(x) > 0$ for all $x \in \mathbb{R}$.
Given $f(x) = \lambda x + \cos x$.
Differentiating with respect to $x$,we get $f'(x) = \lambda - \sin x$.
For $f(x)$ to be strictly increasing,we require $f'(x) > 0$,which means $\lambda - \sin x > 0$,or $\lambda > \sin x$ for all $x$.
Since the maximum value of $\sin x$ is $1$,for $\lambda > \sin x$ to hold for all $x$,we must have $\lambda > 1$.
139
DifficultMCQ
For what values of $x$ is the function $f(x) = x^3 - 3x^2 - 9x + 22$ strictly decreasing?
A
$-1 < x < 3$
B
$1 < x < 3$
C
$-3 < x < -1$
D
None of these

Solution

(A) Given the function $f(x) = x^3 - 3x^2 - 9x + 22$.
To find the interval where the function is strictly decreasing,we calculate the derivative $f'(x)$.
$f'(x) = \frac{d}{dx}(x^3 - 3x^2 - 9x + 22) = 3x^2 - 6x - 9$.
For the function to be strictly decreasing,$f'(x) < 0$.
$3x^2 - 6x - 9 < 0$.
Dividing by $3$,we get $x^2 - 2x - 3 < 0$.
Factoring the quadratic expression: $(x - 3)(x + 1) < 0$.
The roots of the equation $(x - 3)(x + 1) = 0$ are $x = 3$ and $x = -1$.
Testing the intervals $(-\infty, -1)$,$(-1, 3)$,and $(3, \infty)$,we find that the expression is negative in the interval $(-1, 3)$.
Therefore,the function is strictly decreasing for $-1 < x < 3$.
140
MediumMCQ
The function $f(x) = \tan^{-1}(\sin x + \cos x)$ is an increasing function in
A
$(0, \frac{\pi}{2})$
B
$(-\frac{\pi}{2}, \frac{\pi}{2})$
C
$(\frac{\pi}{4}, \frac{\pi}{2})$
D
$(-\frac{\pi}{2}, \frac{\pi}{4})$

Solution

(D) Given $f(x) = \tan^{-1}(\sin x + \cos x)$.
To find where the function is increasing,we calculate the derivative $f'(x)$.
$f'(x) = \frac{1}{1 + (\sin x + \cos x)^2} \cdot (\cos x - \sin x)$.
$f'(x) = \frac{\cos x - \sin x}{1 + (\sin^2 x + \cos^2 x + 2\sin x \cos x)} = \frac{\cos x - \sin x}{2 + \sin 2x}$.
For the function to be increasing,we require $f'(x) > 0$.
Since $2 + \sin 2x > 0$ for all $x$,we must have $\cos x - \sin x > 0$.
$\cos x > \sin x$.
Dividing by $\cos x$ (assuming $\cos x > 0$),we get $1 > \tan x$,which implies $x < \frac{\pi}{4}$.
Considering the domain of the function,the interval where $f'(x) > 0$ is $(-\frac{\pi}{2}, \frac{\pi}{4})$.
141
MediumMCQ
If $f(x) = x^5 - 20x^3 + 240x$,then $f(x)$ satisfies which of the following?
A
It is monotonically decreasing everywhere
B
It is monotonically decreasing only in $(0, \infty)$
C
It is monotonically increasing everywhere
D
It is monotonically increasing only in $(-\infty, 0)$

Solution

(C) Given the function $f(x) = x^5 - 20x^3 + 240x$.
To determine the monotonicity,we find the derivative $f'(x)$:
$f'(x) = \frac{d}{dx}(x^5 - 20x^3 + 240x) = 5x^4 - 60x^2 + 240$.
We can factor out $5$:
$f'(x) = 5(x^4 - 12x^2 + 48)$.
Now,we complete the square for the expression inside the parenthesis:
$x^4 - 12x^2 + 48 = (x^2 - 6)^2 - 36 + 48 = (x^2 - 6)^2 + 12$.
Thus,$f'(x) = 5[(x^2 - 6)^2 + 12]$.
Since $(x^2 - 6)^2 \ge 0$ for all $x \in \mathbb{R}$,it follows that $(x^2 - 6)^2 + 12 \ge 12$.
Therefore,$f'(x) \ge 5 \times 12 = 60 > 0$ for all $x \in \mathbb{R}$.
Since $f'(x) > 0$ for all $x$,the function $f(x)$ is monotonically increasing everywhere.
142
MediumMCQ
Let $f(x) = \int {e^x}(x - 1)(x - 2)dx$. Then $f$ decreases in the interval
A
$( - \infty , 1)$
B
$(1, 2)$
C
$(2, \infty )$
D
$( - \infty , 2)$

Solution

(B) Given $f(x) = \int {e^x}(x - 1)(x - 2)dx$.
By the Fundamental Theorem of Calculus,$f'(x) = \frac{d}{dx} \int {e^x}(x - 1)(x - 2)dx = {e^x}(x - 1)(x - 2)$.
For the function $f$ to be decreasing,we must have $f'(x) < 0$.
So,${e^x}(x - 1)(x - 2) < 0$.
Since ${e^x} > 0$ for all real $x$,the inequality simplifies to $(x - 1)(x - 2) < 0$.
Using the sign scheme for the quadratic expression $(x - 1)(x - 2)$,the product is negative between the roots $x = 1$ and $x = 2$.
Thus,$f$ decreases in the interval $(1, 2)$.
143
AdvancedMCQ
$f(x) = \int {\left( {2 - \frac{1}{{1 + {x^2}}} - \frac{1}{{\sqrt {1 + {x^2}} }}} \right)} \,dx$. Then $f$ is:
A
increasing in $(0, \infty)$ and decreasing in $(-\infty, 0)$
B
increasing in $(-\infty, 0)$ and decreasing in $(0, \infty)$
C
increasing in $(-\infty, \infty)$
D
decreasing in $(-\infty, \infty)$

Solution

(C) To determine the monotonicity of $f(x)$,we find its derivative $f'(x)$.
Given $f(x) = \int {\left( {2 - \frac{1}{{1 + {x^2}}} - \frac{1}{{\sqrt {1 + {x^2}} }}} \right)} \,dx$,by the Fundamental Theorem of Calculus,$f'(x) = 2 - \frac{1}{{1 + {x^2}}} - \frac{1}{{\sqrt {1 + {x^2}} }}$.
We analyze the sign of $f'(x)$ for all $x \in \mathbb{R}$.
$f'(x) = \frac{2(1 + {x^2}) - 1 - \sqrt{1 + {x^2}}}{1 + {x^2}} = \frac{2{x^2} + 1 - \sqrt{1 + {x^2}}}{1 + {x^2}}$.
Let $u = \sqrt{1 + {x^2}}$. Since ${x^2} \ge 0$,we have $u \ge 1$. Then ${x^2} = {u^2} - 1$.
Substituting this into the numerator: $2({u^2} - 1) + 1 - u = 2{u^2} - u - 1 = (2u + 1)(u - 1)$.
Since $u \ge 1$,$(u - 1) \ge 0$ and $(2u + 1) > 0$,so the numerator is $\ge 0$.
Specifically,$f'(x) > 0$ for all $x \neq 0$,and $f'(0) = 0$.
Since $f'(x) \ge 0$ for all $x \in \mathbb{R}$ and is not identically zero on any interval,$f(x)$ is strictly increasing on $(-\infty, \infty)$.
144
AdvancedMCQ
Let $f(x) = \int\limits_1^x {\left( {t\ln(t) - \frac{{\ln(t)}}{t}} \right)dt}$ for $x > 1$. Then:
A
$f(x)$ has one point of maxima and no point of minima.
B
$f'(x)$ has two distinct roots.
C
$f(x)$ has one point of minima and no point of maxima.
D
$f(x)$ is monotonic.

Solution

(D) Given $f(x) = \int\limits_1^x {\left( {t\ln(t) - \frac{{\ln(t)}}{t}} \right)dt}$.
Using the Fundamental Theorem of Calculus,$f'(x) = x\ln(x) - \frac{{\ln(x)}}{x}$.
Factoring the expression,$f'(x) = \ln(x) \left( x - \frac{1}{x} \right) = \ln(x) \left( \frac{x^2 - 1}{x} \right) = \frac{{\ln(x)(x - 1)(x + 1)}}{x}$.
For $x > 1$,we know that $\ln(x) > 0$,$(x - 1) > 0$,$(x + 1) > 0$,and $x > 0$.
Therefore,$f'(x) > 0$ for all $x > 1$.
Since the derivative $f'(x)$ is strictly positive for all $x$ in the domain $(1, \infty)$,the function $f(x)$ is strictly increasing.
Thus,$f(x)$ is monotonic.
145
AdvancedMCQ
If $f(x) = 1 + x + \int_{1}^{x} (\ln^2 t + 2 \ln t) \, dt$,then $f(x)$ increases in
A
$(0, \infty)$
B
$(0, e^{-2}) \cup (1, \infty)$
C
no value
D
$(1, \infty)$

Solution

(A) The domain of $f(x)$ is $x > 0$ because the logarithmic function $\ln t$ is defined only for $t > 0$.
Given $f(x) = 1 + x + \int_{1}^{x} (\ln^2 t + 2 \ln t) \, dt$.
Differentiating both sides with respect to $x$ using the Leibniz integral rule:
$f'(x) = \frac{d}{dx}(1) + \frac{d}{dx}(x) + \frac{d}{dx} \int_{1}^{x} (\ln^2 t + 2 \ln t) \, dt$
$f'(x) = 0 + 1 + (\ln^2 x + 2 \ln x)$
$f'(x) = \ln^2 x + 2 \ln x + 1$
$f'(x) = (\ln x + 1)^2$
Since $(\ln x + 1)^2 \ge 0$ for all $x > 0$,and $f'(x) = 0$ only at $x = e^{-1}$,the function $f(x)$ is strictly increasing on its entire domain $(0, \infty)$.
146
DifficultMCQ
The function $f(x) = \frac{\ln(\pi + x)}{\ln(e + x)}$ is
A
increasing on $[0, \infty)$
B
decreasing on $[0, \infty)$
C
increasing on $[0, \pi/e)$ & decreasing on $[\pi/e, \infty)$
D
decreasing on $[0, \pi/e)$ & increasing on $[\pi/e, \infty)$

Solution

(A) Let $f(x) = \frac{\ln(\pi + x)}{\ln(e + x)}$.
To determine the monotonicity,we find the derivative $f'(x)$ using the quotient rule:
$f'(x) = \frac{\frac{1}{\pi + x} \cdot \ln(e + x) - \frac{1}{e + x} \cdot \ln(\pi + x)}{(\ln(e + x))^2}$.
The sign of $f'(x)$ depends on the numerator $g(x) = \frac{\ln(e + x)}{\pi + x} - \frac{\ln(\pi + x)}{e + x}$.
Consider the function $h(t) = \frac{\ln(t)}{t}$. Its derivative is $h'(t) = \frac{1 - \ln(t)}{t^2}$.
$h'(t) > 0$ for $t < e$ and $h'(t) < 0$ for $t > e$.
Since $\pi > e$,the function $h(t)$ is decreasing for $t \ge e$.
Comparing $h(e+x)$ and $h(\pi+x)$,since $\pi+x > e+x > e$,we have $h(\pi+x) < h(e+x)$.
Thus,$\frac{\ln(\pi + x)}{\pi + x} < \frac{\ln(e + x)}{e + x}$,which implies $f'(x) > 0$.
Therefore,the function is increasing on $[0, \infty)$.
147
AdvancedMCQ
Let $g(x) = 2f(x/2) + f(1 - x)$ and $f''(x) < 0$ for $0 \le x \le 1$. Then $g(x)$:
A
decreases in $[0, 2/3)$
B
decreases in $(2/3, 1]$
C
increases in $[0, 2/3)$
D
Both $(B)$ and $(C)$

Solution

(D) Given $g(x) = 2f(x/2) + f(1 - x)$.
Taking the derivative with respect to $x$,we get $g'(x) = 2f'(x/2) \cdot (1/2) + f'(1 - x) \cdot (-1) = f'(x/2) - f'(1 - x)$.
Given $f''(x) < 0$,which implies that $f'(x)$ is a strictly decreasing function.
For $g(x)$ to be increasing,we require $g'(x) > 0$.
$f'(x/2) - f'(1 - x) > 0 \implies f'(x/2) > f'(1 - x)$.
Since $f'(x)$ is strictly decreasing,$f'(a) > f'(b) \implies a < b$.
Therefore,$x/2 < 1 - x \implies 3x/2 < 1 \implies x < 2/3$.
Thus,$g(x)$ increases in $[0, 2/3)$.
For $g(x)$ to be decreasing,we require $g'(x) < 0$.
$f'(x/2) - f'(1 - x) < 0 \implies f'(x/2) < f'(1 - x)$.
Since $f'(x)$ is strictly decreasing,$f'(a) < f'(b) \implies a > b$.
Therefore,$x/2 > 1 - x \implies 3x/2 > 1 \implies x > 2/3$.
Thus,$g(x)$ decreases in $(2/3, 1]$.
Both $(B)$ and $(C)$ are correct.
148
AdvancedMCQ
On which of the following intervals is the function $f(x) = x^{100} + \sin x - 1$ strictly increasing?
A
$(0, \pi / 2)$
B
$(0, 1)$
C
$(\pi / 2, \pi )$
D
All of the above

Solution

(D) To determine where the function $f(x) = x^{100} + \sin x - 1$ is strictly increasing,we find its derivative:
$f'(x) = 100x^{99} + \cos x$
For the interval $(0, 1)$:
Since $x \in (0, 1)$,$x^{99} > 0$ and $\cos x > 0$. Thus,$f'(x) = 100x^{99} + \cos x > 0$.
For the interval $(0, \pi / 2)$:
Since $x \in (0, \pi / 2)$,$x^{99} > 0$ and $\cos x > 0$. Thus,$f'(x) = 100x^{99} + \cos x > 0$.
For the interval $(\pi / 2, \pi )$:
Here,$x > \pi / 2 \approx 1.57$,so $x^{99}$ is very large. $100x^{99} > 100(1.57)^{99}$,while $\cos x$ lies between $-1$ and $0$. Therefore,$100x^{99} + \cos x > 0$.
Since the derivative is positive in all the given intervals,the function is strictly increasing in all of them.
Therefore,the correct option is $D$.
149
AdvancedMCQ
Let $h(x) = f(x) - \{f(x)\}^2 + \{f(x)\}^3$ for every real number $x$,then
A
$h$ is increasing whenever $f$ is increasing
B
$h$ is increasing whenever $f$ is decreasing
C
$h$ is decreasing whenever $f$ is decreasing
D
Both $(A)$ and $(C)$

Solution

(D) Given $h(x) = f(x) - \{f(x)\}^2 + \{f(x)\}^3$.
Differentiating with respect to $x$,we get:
$h'(x) = f'(x) - 2f(x)f'(x) + 3\{f(x)\}^2f'(x)$
Factoring out $f'(x)$:
$h'(x) = f'(x) [1 - 2f(x) + 3\{f(x)\}^2]$
Let $y = f(x)$. Then the expression becomes:
$h'(x) = f'(x) (3y^2 - 2y + 1)$
Consider the quadratic expression $Q(y) = 3y^2 - 2y + 1$. The discriminant $D = (-2)^2 - 4(3)(1) = 4 - 12 = -8$.
Since $D < 0$ and the coefficient of $y^2$ is $3 > 0$,the quadratic $3y^2 - 2y + 1$ is always positive for all real $y$.
Thus,$h'(x) = f'(x) \times (\text{a positive quantity})$.
This implies that the sign of $h'(x)$ is the same as the sign of $f'(x)$.
Therefore,$h(x)$ is increasing whenever $f(x)$ is increasing $(f'(x) > 0 \implies h'(x) > 0)$ and $h(x)$ is decreasing whenever $f(x)$ is decreasing $(f'(x) < 0 \implies h'(x) < 0)$.
Hence,both $(A)$ and $(C)$ are correct.
150
AdvancedMCQ
The function $f(x) = 2\ln|x| - x|x|$ is increasing on the interval
A
$(0, 1)$
B
$(0, \infty)$
C
$(-1, 1)$
D
$(-1, 0)$

Solution

(A) The function is defined as $f(x) = \begin{cases} 2\ln(x) - x^2 & \text{if } x > 0 \\ 2\ln(-x) + x^2 & \text{if } x < 0 \end{cases}$.
To find the intervals where the function is increasing,we calculate the derivative $f'(x)$:
For $x > 0$,$f'(x) = \frac{2}{x} - 2x = \frac{2(1 - x^2)}{x}$.
For $x < 0$,$f'(x) = \frac{2}{-x}(-1) + 2x = \frac{2}{x} + 2x = \frac{2(1 + x^2)}{x}$.
For the function to be increasing,we require $f'(x) > 0$.
Case $1$: $x > 0$. We need $\frac{2(1 - x^2)}{x} > 0$. Since $x > 0$,this implies $1 - x^2 > 0$,which means $x^2 < 1$,so $0 < x < 1$.
Case $2$: $x < 0$. We need $\frac{2(1 + x^2)}{x} > 0$. Since $x < 0$ and $(1 + x^2) > 0$,the expression $\frac{2(1 + x^2)}{x}$ is always negative for $x < 0$.
Thus,the function is increasing only on the interval $(0, 1)$.

Applications of Derivatives — Increasing and Decreasing function · Frequently Asked Questions

1Are these Applications of Derivatives questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Applications of Derivatives Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.