Given that $f(0.8)=2.2255, f(1.0)=2.7183, \int_{0.8}^{1.0}f(x)e^{-x}dx=0.2$,
I need to find an approximation of $f'(1.0)$ using a method with error of degree $~2~$.
I'm studying for a test and I've seen many questions like this one. My guessing is that I should use Central Difference as this is the only method of error of degree $~2~$ that I studied, though I don't know how to to proceed really.
I'd like to get some intuition on how to approach such questions.