Real Analytic Functions
Definition: Real Analytic Function
Let be a real function and let be an open subset of which is contained in .
We say that is analytic on if there exists a real power series which converges on such that
Theorem: Differentiation of Real Analytic Functions
Let be a real function and let be an open subset of which is contained in .
If is analytic on with , then is differentiable on and its derivative is also analytic on with
PROOF
TODO
Theorem: Antiderivatives of Real Analytic Functions
Let be a real function and let be an open subset of which is contained in .
If is analytic on with , then its antiderivatives are also analytic on with
PROOF
TODO
Theorem: Automatic Differentiation via Dual Numbers
Let be a real analytic function and let be a dual number.
If , then
Tip: Automatic Differentiation
This theorem allows us to find the derivative of at any without the need to find an expression for , so long as we have a closed-form expression for . All we have to do is set and then use this expression to evaluate . In the end, the value of the derivative will be the coefficient before .
PROOF
TODO