函数f(x)=log2^(-1/3x^2+2x-1)的最大值

问题描述:

函数f(x)=log2^(-1/3x^2+2x-1)的最大值

先求(-1/3x^2+2x-1)的最大值,他最大,整个就最大;
t=-1/3x^2+2x-1;
-b/2a=3;
代入tmax=2;
f(x)max=log22=1;
最大为1;