retagged by
12,587 views
24 votes
24 votes

Consider the functions

  1.  $e^{-x}$
  2. $x^{2}-\sin x$
  3. $\sqrt{x^{3}+1}$

Which of the above functions is/are increasing everywhere in  $[ 0,1]$?

  1. Ⅲ only
  2. Ⅱ only
  3. Ⅱ and  Ⅲ only
  4. Ⅰ and Ⅲ only
retagged by

3 Answers

Best answer
75 votes
75 votes

Answer A. III Only   (i.e. $\sqrt{x^3 + 1}$ )

Explanation

Decreasing/Increasing nature of a function can be determined by observing the first derivative of equations in given domain.

If the derivative is positive in given domain, It is increasing, else a negative value indicates it is decreasing.

Now testing one by one

I. $e^{-x}$

Here, $\frac{\mathrm{d} }{\mathrm{d} x}e^{-x} = -e^{-x}$

This will remain negative in entire domain [0,1] hence decreasing.

II. $x^{2} - \sin(x)$

Here, $\frac{\mathrm{d} }{\mathrm{d} x}(x^{2} - \sin(x)) = 2x - \cos(x)$

Here the switch happens! Observe $2x - \cos(x)$ is negative for $x=0$ (i.e. = -1) and positive at $x=1$ (i.e. = ~1.4596977). Though we can find the exact point where it switches but that's not required here. We can confirm that till some point in the domain [0,1], this function decreases and then increases.

III. $\sqrt{x^3 + 1}$

Here, (Though this one is intuitive), $\frac{\mathrm{d} }{\mathrm{d} x}\sqrt{x^3 + 1} = \frac{3x^{2}}{2\sqrt{x^3+1}}$   This will remain positive throughout [0,1] and hence will be increasing.

edited by
5 votes
5 votes
A. 3 only .

1. e^-x is popular decreasing function.

2. if you will put 0.5 ( used virtual calculator) you will get some -ve value in x^2 - sinx . at 0 function value is 0 at 0.5 it is -ve it means not increasing function.

3. very easy to tell increasing function.
1 votes
1 votes
III Only.

Increasing fun means:For all values of x within the domain of the fun,

Increasing in x will result increasing in f(x)

&&

Dcreasing in x will result decreasing in f(x).

Now,for option I,

x=0----->f(x)=1;x=1----->f(x)=0.368

[Increasing x does not result increasing f(x)]

For option II,

X=0----->f(x)=0;x=0.5----->f(x)=0.25-sin(180*0.5/3.14)=-0.22

[Increasing x does not result increasing f(x)]

Note that value of x is in radian,so u have converted in degree to use it inside sin function.

For option III,

Clearly f(x) increases/decreases whenever u increase/decrease x within [0,1].
Answer:

Related questions

1.4k
views
2 answers
0 votes
admin asked Feb 10, 2020
1,364 views
Consider a function $f:[0,1]\rightarrow [0,1]$ which is twice differentiable in $(0,1).$ Suppose it has exactly one global maximum and exactly one global minimum ... is zero at at least two points, $f''$ is zero at at least two points
1.3k
views
0 answers
5 votes
Tuhin Dutta asked Jan 4, 2018
1,301 views
$The\ maximum\ value\ of\\f(x)\ =\ 2x^3-9x^2+12x-3\ in\ the\ interval\ 0<=x<=3\ is\ $_____________________
875
views
0 answers
3 votes
Tuhin Dutta asked Jan 4, 2018
875 views
$At\ x\ =\ 0,\ the\ function\ f(x)\ =\ |x|\ has\ a\\ (a)Minimum\\(b)Maximum\\(c)a\ point\ of\ inflection\\(d)Neither\ a\ maxima\ nor\ a\ minima$
301
views
0 answers
0 votes
AlgoHuman asked Feb 13, 2022
301 views
Suppose that we have an objective function X ⊆ R^n → R and Y ⊂ X.Which of the following are correct:Every global minimizer of f in X is global ... to check if my answers are correct or we can prove something other with some example.