求f(x)=cos^2x-4sinxcosx+5的最大值最小值

问题描述:

求f(x)=cos^2x-4sinxcosx+5的最大值最小值

思路:
cos^2x -> sin^2x
sinxcosx->sin2x
sin2x->y
然后就是y的一元二次方程,
y的定义域为[-1,1]