Skip to content
难度: 困难
标签: 导数问题多变量问题
是否做正确: 未标明
是否属于易错题: 未标明
如果做错原因可能是: 未标明

已知函数 f(x)=ax+cosx(0⩽x⩽π,a∈R).

(1)当 a=12 时,求 f(x) 的单调递增区间;

(2)若函数 f(x) 恰有两个极值点,即极大值和极小值分别为 m,n,求 2m−n 的取值范围。

解

(1)

a=12

f(x)=12x+cosx(0⩽x⩽π)

f′(x)=12−sinx

f′(x)=0,x=π6,5π6

所以 x∈[0,π6]∪[5π6,π],f′(x)⩾0,f(x)↑

(2)

f(x)=ax+cosx(0⩽x⩽π)

f′(x)=a−sinx

因为 f(x) 恰有两个极值点 x1,x2,设 x1<x2,所以

0⩽a<1

0⩽x1<π2<x2⩽π

x1+x2=π

f(x) 在 (0,x1)↑,(x1,x2)↓,(x2,π)↑

a=sinx1

a=sinx2

m=ax1+cosx1

n=ax2+cosx2

2m−n=2ax1+2cosx1−ax2−cosx2

2m−n=2ax1+2cosx1−a(π−x1)+cosx1

=3ax1+3cosx1−aπ

=3x1sinx1+3cosx1−πsinx1

令 h(x)=3x1sinx1+3cosx1−πsinx1(0⩽x<π2)

h′(x)=3sinx+3xcosx−3sinx−πcosx

=(3x−π)cosx

所以 0<x<π3,h′(x)<0,h(x)↓

π3<x<π2,h′(x)>0,h(x)↑

h(x)⩾(π3)=π⋅32+32−π⋅32=32

h(x)⩽h(0)=3

h(x)<h(π2)=3π2−π=π2

所以 32⩽h(x)⩽3

32⩽ 2m−n⩽3

TIP

sinx 是对称轴函数,有 x1+x2=π 这个关系

距离 2026 高考还有 0 天。

Released under the MIT License.