FM VA Tasks
FM VA Tasks
1 Introduction
• In this document, we will be trying to integrate ideas learnt in H2 Math
and H2 Further Math regarding Polynomials (under curve skecthing) and
Numerical methods, respectively.
• We will attempt to teach you the concepts of the Taylor series, how to use
it to approximate values of functions, as well as how it works.
2 Recall:
2.1 What are polynomials?
• Polynomials are functions with variable x and degree n, in the form:
where
an , an−1 , · · · , a2 , a1 , a0 ∈ R
1
f (xn )
xn+1 = xn − f ′ (xn )
Z b
h
f (x)dx ≈ [f (x0 ) + 4f (x1 ) + 2f (x2 ) + · · · + 2f (xn−2 ) + 4f (xn−1 ) + f (xn )]
a 3
.
where
b−a
h= , f (x0 ) = a, f (xn ) = b , f (xn+1 ) = f (xn ) + h and n ∈ Z+ \{0}
n
• With these background knowledge, we will be able to discuss what a Taylor
Series is in the next section.
where
a∈R
2
• Recall that
d x
(e ) = ex .
dx
d(n) x
Hence, (e ) = ex
dx(n)
• As a result, the Taylor series expansion of ex about the point x=a, where
a ∈ R is:
∞
ea ea X ea
f (a) = ea + ea (x − a) + (x − a)n + (x − a)3 + · · · = (x − a)n
2 6 n=0
n!