Ask your own question, for FREE!
MIT 18.01 Single Variable Calculus (OCW) 20 Online
OpenStudy (anonymous):

solve x + ln x + e^x=0

OpenStudy (anonymous):

you can solve it graphically or you can use Newton's method: 1) guess an answer (say x = 1) 2) update x by x := x - f(x) / (df/dx) 3) if f(x) is not small enough (say 10^-6) return to 2 x f(x) df/dx new x 1.000000 3.718282 4.718282 0.211942 0.211942 -0.103428 6.954357 0.226814 0.226814 -0.002215 6.663497 0.227146 0.227146 -0.000001 6.657462 0.227146 answer = 0.227146

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!