2x+52x−sinx=ex
It can't be solved by standard methods.
Let f(x)=2x+52x−sinx−ex, f′(x)=2xln2+2⋅52xln5−cosx−ex
f(−3)=0.224f(−4)=−0.711 – it shows that our root lays between -3 and -4.
Use a Newton's method
a1=a−f(a)f(b)−f(a)b−ax1=b−f′(b)f(b)f′′(x)>0 when x∈[−3,−4] and f(−3)>0 then b=−3, a=−4.
x1=−3−f′(−3)f(−3)=−3.216a1=−4−f(−4)f(−3)−f(−4)−3+4=−3.24x2=−3.216−f′(−3.216)f(−3.216)=−3.215a1=−3.24−f(−3.24)f(−3.216)−f(−3.24)−3.216+3.24=−3.215
Consequently x≈−3.215.
Comments