函数f(x)=log2 x - 1/2 x +2 的零点个数为?——2....

来源:学生作业帮助网 编辑:作业帮 时间:2024/10/05 15:01:25
函数f(x)=log2 x - 1/2 x +2 的零点个数为?——2....
xRjA~Iw0n|ˊfI/*Bh j`PzQ#iڇlzWO` g||ߙ{u;0#ޣ! iJz)J^=><GG?,* _[|͒(^]w-!bz*X*>1D<o0@Lssn_Od1 jMQ Nf6&L^H3? `(vT$ כ4lld;glGmNdq l1;|^@HLe*ԺFǵ,. L Y(.2.xLd+ `\_عAq֚inN*ӫTZVrꩰh0$)1eY<x] V[ˁՄqX"5t ek7-9vu-,QT]\ `zru-|mEo]OS`_

函数f(x)=log2 x - 1/2 x +2 的零点个数为?——2....
函数f(x)=log2 x - 1/2 x +2 的零点个数为?——2
....

函数f(x)=log2 x - 1/2 x +2 的零点个数为?——2....
f'(x)=(2^x)* ln2-1/2.令f'(x)=0,解出x1,(自己解一下),当 x0,函数递增,可得 x1为极小值点,把而f(x1)

即log2x 与0.5x-2的交点有几个~~
画图发现,两个~~

用matlab计算:
z='log(x)/log(2)-x/2+2';y=solve(z,'x')

y =

-2/log(2)*lambertw(-1/8*log(2))
-2/log(2)*lambertw(-1,-1/8*log(2))
eval(y)
ans =
0.2750
10.8898

> solve('log[2](x)-(1/2)*x+2 = 0');
print(`output redirected...`); # input placeholder
RootOf(-2 log[2](_Z) + _Z - 4)
> evalf(%);
print(`output redirected...`); # input placeholder
10.88981511