Real Polynomial Functions#
Definition: Real Polynomial Functions
A real polynomial function is a real function \(f: \mathcal{D} \subseteq \mathbb{R} \to \mathbb{R}\) for which there exists a real polynomial \(\sum_{k = 0}^n a_k x^k\) such that
for every \(x \in \mathcal{D}\).
Theorem: Parity of Real Polynomial Functions
A real polynomial function \(f(x) = \sum_{k=0}^n a_k x^k\) is:
- even if and only if only the coefficients \(a_k\) in front of even numbers \(k\) are non-zero;
Proof
TODO
Theorem: Continuity of Real Polynomial Functions
Every real polynomial function is continuous.
Proof
TODO
Theorem: Differentiability of Real Polynomial Functions
Every real polynomial function
is differentiable and its derivative \(f'\) is also a real polynomial function:
Proof
TODO
Theorem: Antidifferentiability of Real Polynomial Functions
Let \(f: \mathcal{D} \subseteq \mathbb{R} \to \mathbb{R}\) be a real function and let \(I \subseteq \mathcal{D}\) be an interval.
If \(f\) is polynomial on \(I\) with \(f(x) = \sum_{k=0}^n a_k x^k\), then \(f\) is antidifferentiable on \(I\) with
Proof
TODO