P p4pri Apr 2009 16 0 May 25, 2010 #1 Hi, How would you find the intersection between e^x and x^2, without a calculator? Thanks
pickslides MHF Helper Sep 2008 5,237 1,625 Melbourne May 25, 2010 #2 It's not a fun thing to do. There are two solutions for the intersection and you can find them without a calculator using a numerical method such as Newton's method or the Bisection method. There are other methods but these two are the best to start with. Reactions: TheCoffeeMachine
It's not a fun thing to do. There are two solutions for the intersection and you can find them without a calculator using a numerical method such as Newton's method or the Bisection method. There are other methods but these two are the best to start with.