where Γ is the gamma function (note Γ (n+2)=(n+1)!)
and ξ∈[x,a].
With this we can numerically approximate certain a function and its derivative at a single point.
Example
Given f(x)=e2.7x2 with a=2, find a polynomial of degree 2 using Definition 2.1 to evaluate f(x) at x=3 and x=5, (i.e. e2.7(3)2 and e2.7(5)2.)
Solution
First observe what the data is. We are given a function f(x)=e2.7x2 and have been asked to evaluate it at f(3) and f(5) by finding a polynomial of degree 2.
We’ll start by denoting the polynomial of degree 2 P2(x), and then find what P2(x) is. By Definition 2.1
P2(x)=f(a)+f′(a)(x−a)+2!f′′(a)(x−a)2
From a degree 2 polynomial we need the first two derivatives of f(a) to go any further, so we’ll do that now.