1

My understanding of Taylor's Series for a function $f$ with a continuous $(n+1)$st derivative in a neighborhood of a point $x_0$ is that we can approximately have:

$$ f(x) \approx f(x_0) + f'(x_0)(x-x_0) $$

However, I have also seen formulations whereby we have:

$$ f(x) \approx f(x_0) + f'(x_0')(x-x_0) $$

whereby $x_0'$ is a value between $x$ and $x_0$. I am wondering why there are two different formulations and how to go between one and the other?

user321627
  • 2,584

1 Answers1

3

As per Stella Biderman's comment, I will post my comment as an answer. The second expression is an equality, not an approximation, given by Taylor's theorem. The theorem states that if $f^{(n-1)}$ is continuous on an interval $[a,b]$ and $f^{(n)}(t)$ exists for all $t \in (a,b)$, with $P(t)=\sum_{k=0}^{n-1} \frac {f^{(k)}(\alpha)}{k!}(t-\alpha)^k$, then there exists a point $x\in (\alpha,\beta)$ such that $$f(\beta)=P(\beta)+\frac {f^{(n)}(x)}{n!}(\beta-\alpha)^n$$ for $\alpha$ and $\beta$ distinct points in $[a,b]$. This $x$ is the $x_0'$ in your second expression, where the theorem is applied with $n=1$.

GuPe
  • 7,318