2

Using the table in the figure and the three point formula find the approximate values of the derivative required f'(1.2).Also calculate Ea and Ev ( Actual error and error bound) enter image description here

We notice that h=0.1

so f'(1.2)=[1/(2*0.1)]* [f(1.3)-f(1.1)] Is this correct?

How to find Ea and Ev now?

1 Answers1

3

I will map it out and you can fill in the details.

To find the derivative, we use:

$$f'(x) = \frac{f(x + h) - f(x - h)}{2h} - \frac{h^2}{6} f^{(3)}(\xi_0)$$

where $\xi_0 \in (x-h, x+h)$.

For your problem:

$$\tag 1 f'(1.2) = \frac{f(x + h) - f(x - h)}{2h} = \frac{f(1.3) - f(1.1)}{2 \times 0.1}$$

The error bound will be given by:

$$\mbox{Max}~ \left|- \frac{h^2}{6} f^{(3)}(\xi_0)\right|, \xi_0 \in (x-h, x+h)$$

The actual error will be given by:

$$|\mbox{Actual value} - \mbox{Calculated value from}~(1)|$$

Amzoti
  • 56,093