Suppose we want to interpolate an infinite number of points on the Cartesian plane using a continuous and differentiable function f. How can this be done?
Solution
Given n points on the Cartesian plane, the set of points can be interpolated using a polynomial of at least degree n−1. Given an infinite number of points to interpolate, we need an infinite polynomial:
f(x)=a0+a1(x−x0)+a2(x−x0)2+...
where ∣x−x0∣ is within the radius of convergence.
Observation:
f(x0)=a0
f′(x0)=a1
f′′(x0)=2a2
f′′′(x0)=6a3
f(4)(x0)=24a4
f(n)(x0)=n!an
Solving for each constant term expands the original function into the infinite polynomial:
f(x)=n=0∑∞n!1f(n)(x0)(x−x0)n.
Check out my other notes at Proof, Disproof, and Derivation
#Calculus
#TaylorSeries
#Asymptotics
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I find this interesting. I use Taylor Series a lot but I had never thought of what actually gives rise to them. Great note!
Log in to reply
There is probably a more rigorous proof out there. This note is more of an intuitive derivation than a proof.
Log in to reply
I still thought it was pretty informative.
Log in to reply
Log in to reply
Log in to reply