Here we approximate the soluion by the iterative method of the function
f(x)=coshhx−3x So, the easiest way to make the approximation is :
(i) Finding the sign changing interval of the function
(ii) Second you 'll be starting the iteration method with taking the midpoint of the function as start and second you would choose any of the the terminal point. Then by taking a step size of .1 or .01 we increase the value of x.
So,
We found that,
f(0)=+ve value whereas, f(1)=−ve value
Hence, The sign changing interval is (0,1)
now, we start with
f(0.5)=−.37<0
and f(0)=1>0
Now new sign changing interval is (0,0.5)
x=0+.52 = 0.25
f(.25)=0.281>0
now, new interval is (0.25,0.5)
x=0.25+0.52=.375
f(.375)=−0.052
and, f(0.25)>0
interval becomes (0.375,0.5)
x=0.375+.252=.3125
f(.3125)=.1117>0
now solve in (.3125 , .375)
x=.3125+.3752=.34375
f(.34375)=.0284>0
x may be equal to .359
Hence, The solution of this equation
coshx=3x is x=0.359