✔ 最佳答案
draw the graph
http://in.geocities. com/myisland8132/Boo k3.pub
we see that
there are roots about [0.1,0.5] and [1,1.5] use netwon's method to find the roots
let f(x)=5^x-7x
df(x)/dx=5^x*ln5-7
x(n+1)=x(n)-f(x(n))/ f'(x(n))
x(n+1)=x(n)-[5^x-7x]/[5^x*ln5-7]
let x(0)=0.1
interation
x(n)
x(n+1)
0
0.1
0.192889077
1
0.192889
0.195762463
2
0.195762
0.195765509
3
0.195766
0.195765509
4
0.195766
0.195765509
5
0.195766
0.195765509
6
0.195766
0.195765509
7
0.195766
0.195765509
8
0.195766
0.195765509
9
0.195766
0.195765509
10
0.195766
0.195765509
11
0.195766
0.195765509
12
0.195766
0.195765509
13
0.195766
0.195765509
14
0.195766
0.195765509
15
0.195766
0.195765509
16
0.195766
0.195765509
17
0.195766
0.195765509
18
0.195766
0.195765509
19
0.195766
0.195765509
20
0.195766
0.195765509
21
0.195766
0.195765509
22
0.195766
0.195765509
23
0.195766
0.195765509
24
0.195766
0.195765509
25
0.195766
0.195765509
let x(0)=1
interation
x(n)
x(n+1)
0
1
2.909873887
1
2.909874
2.384456635
2
2.384457
1.945415789
3
1.945416
1.634564379
4
1.634564
1.475430756
5
1.475431
1.434751456
6
1.434751
1.432301716
7
1.432302
1.432293164
8
1.432293
1.432293164
9
1.432293
1.432293164
10
1.432293
1.432293164
11
1.432293
1.432293164
12
1.432293
1.432293164
13
1.432293
1.432293164
14
1.432293
1.432293164
15
1.432293
1.432293164
16
1.432293
1.432293164
17
1.432293
1.432293164
18
1.432293
1.432293164
19
1.432293
1.432293164
20
1.432293
1.432293164
21
1.432293
1.432293164
22
1.432293
1.432293164
23
1.432293
1.432293164
24
1.432293
1.432293164
25
1.432293
1.432293164
so the roots are 0.195765509 and 1.432293164