Answer on Question #42259, Math, Linear Algebra
Problem. Using Regula Falsi method approximates the root of the following equation upto four decimal places.
x=e−x.
Solution. Let f(x)=x−e−x. The function f(x) has the root in the interval (0,1) by Intermediate-Value Theorem, as f(0)=−1<0 and f(1)=1−e1>0. Let a1=0 and b1=1. By Regula Falsi method
c1=b1−f(b1)−f(a1)f(b1)(b1−a1)=0.612699837.f(c1)=0.070813948>0, so a2=a1 and b2=c1.c2=b2−f(b2)−f(a2)f(b2)(b2−a2)=0.572181412.f(c2)=0.007888273>0, so a3=a2 and b3=c2.c3=b3−f(b3)−f(a3)f(b3)(b3−a3)=0.567703214.f(c3)=0.000877392>0, so a4=a3 and b4=c3.c4=b4−f(b4)−f(a4)f(b4)(b4−a4)=0.567205553f(c4)=0.000097572>0, so a5=a4 and b5=c4.c5=b5−f(b5)−f(a5)f(b5)(b5−a5)=0.567150214.f(c5)=0.000010850>0, so a6=a5 and b6=c5.c6=b5−f(b6)−f(a6)f(b6)(b6−a6)=0.56714406.∣c6−c5∣<0.0001, so the root x∗≈0.5671.
Answer. x∗≈0.5671.
www.AssignmentExpert.com