1

The function $f:[0,3]\to[1,29]$ is defined by $$f(x)=2x^3-15x^2+36x+1$$

Then the function is

$1.$ one one and onto

$2.$ onto but not one one

$3.$ one one but not onto

$4.$ neither one one nor onto


The way I know to approach these type of questions is using a rough hand drawn graph. But I can't graph this function by hand.

Is there any way to do these types of questions in general without a graph$?$ This is just one question, I'm facing problems in many questions like these$?$

Please tell me the method if there's any. Any help is greatly appreciated.

1 Answers1

3

Since $$ f'(x)=6x^2-30x+36=6(x-2)(x-3), $$ you know that $f'(x)<0$ when $x\in(2,3)$ and that $f'(x)>0$ when $x\in[0,2)$. Therefore, $f$ is strictly increasing on $[0,2]$ and strictly decreasing on $[2,3]$. So, $\max f=f(2)=29$. Besides, since $f(0)=1$ and $f(3)=28$, the range of $f$ is $[1,29]$. Therefore, the correct choice is the second one.

Another User
  • 5,048