Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
Sections 10.1–3
            Taylor Polynomials and Series

                          Math E-16


                      December 19, 2007


Announcements
   Matthew Leingang (leingang@math.harvard.edu) at your
   service
   Homework for next time:
       10.1: #2,4,5,7,8,10-13,18,26-28,34
       10.2: #1,6,16,17,21,22,28,32,40
       10.3: #8-12,20,22,36
Taylor Polynomials
   Motivation
   Derivation
   Examples


Taylor Series
   Definition
   Power Series and the Convergence Issue
   Famous Taylor Series
   New Taylor Series from Old
Motivation




      What is sin(91◦ )?
              √
      What is 4.001?
How does your calculator work?



   Suppose you ask your calculator for sin(31◦ ).
       Does it construct a right triangle with one angle equal to 31◦ ,
       then measure opposite-over-hypotenuse?
       Does it construct a unit circle, measure the arc length equal
       to 31◦ , then use the vertical coordinate?
       No, it uses a polynomial approximation. Deep down,
       calculators can only add and multiply anyway.
Constant Approximation


   If f is continuous at a, then

                               f (x) ≈ f (a)

   when x is “close to” a.
   Example
       √             √
           4.001 ≈       4=2
       sin(91 ) ≈ sin(90◦ ) = 1
              ◦


   But we should be able to do better.
Linear Approximation



   How can we approximate a function with a line?
Linear Approximation



   How can we approximate a function with a line?

  Definition
  Let f be a function and a a
                                                    •
  point at which f is
  differentiable. Then the linear
  approximation to f at a is

   L(x) = f (a) + f (a)(x − a)
Example
Estimate these by linear approximation.
     √
 (i) 4.001
 (ii) sin(91◦ )
Example
Estimate these by linear approximation.
     √
 (i) 4.001
 (ii) sin(91◦ )

Solution (i)
                  √                          1
We use f (x) =        x, a = 4. Then f (4) = 4 , so

                           L(x) = 2 + 1 (x − 4)
                                      4

This means        √                  1        1
                       4.001 ≈ 2 +       ·          = 2.00025
                                     4       1000

Notice
                        (2.00025)2 = 4.001000063
Solution (ii)
We use f (x) = sin x, a = 90◦ = π/2. Then f (a) = 1, f (x) = cos x,
so f (a) = 0. This means

                             L(x) = 1

so the linear approximation is no better than the constant one.
Quadratic Approximation
   How can we approximate a function with a parabola?
Quadratic Approximation
   How can we approximate a function with a parabola? We are
   looking for a function

                 Q(x) = c0 + c1 (x − a) + c2 (x − a)2

   with Q(a) = f (a), Q (a) = f (a), Q (a) = f (a). What are
   c0 , c1 , c2 in terms of f ?
Quadratic Approximation
   How can we approximate a function with a parabola? We are
   looking for a function

                 Q(x) = c0 + c1 (x − a) + c2 (x − a)2

   with Q(a) = f (a), Q (a) = f (a), Q (a) = f (a). What are
   c0 , c1 , c2 in terms of f ?
       Since Q(a) = c0 , we need c0 = f (a).
       Since
                 Q (x) = c1 + 2c2 (x − a) =⇒ Q(a) = c1
       we need c1 = f (a).
       Since
                             Q (x) = 2c2 = Q(a)
       we need c2 = 1 f (a).
                    2
Definition
Let f be a function and a a
                                         •
point at which f is twice
differentiable. Then the
quadratic approximation to
f at a is

Q(x) = f (a)+f (a)(x−a)+ 1 f (a)(x−a)2
                         2
Example
Estimate these by quadratic approximation.
     √
       4.001
    sin(91◦ )
Example
Estimate these by quadratic approximation.
     √
       4.001
    sin(91◦ )

Solution (i)
                  √                                       1                 1
                                                              and f (4) = − 32 , so
We use f (x) =        x, a = 4. Then f (4) =              4

                                                                 − 4)2
                  Q(x) = 2 + 1 (x − 4) −                 1
                                                         64 (x
                             4

This means
         √                    1        1         11
                4.001 ≈ 2 +       ·         −            = 2.000249984
                                      103       64 106
                              4
                                                              √
This is the same answer my TI-83 gives for                        4.001.
Solution (ii)
We use f (x) = sin x, a = 90◦ = π/2. Then f (a) = 1, f (a) = 0,
and f (x) = − sin x, so f (a) = −1. This means

                         Q(x) = 1 − 2 (x − π)2
                                    1


so
                                       π2
                sin(91◦ ) ≈ 1 −   1
                                            ≈ 0.9998476913
                                  2   180

My TI-83 has
                       sin(91◦ ) = 0.9998476952
which this agrees with up to the ninth place.
In General

   How can we approximate a function with a polynomial of degree n?
In General

   How can we approximate a function with a polynomial of degree n?
   Definition
   Let f be a function and a a point at which f is n times
   differentiable. The Taylor Polynomial of degree n for f centered
   at a is

                                                                 f (n) (a)
                                        f (a)
                                              (x − a)2 + · · · +           (x − a)n
   Pn (x) = f (a) + f (a)(x − a) +
                                          2!                        n!
              n
                   f (k) (a)
                             (x − a)k
         =
                      k!
             k=0


   (Convention: f (0) (x) = f (x))
Taylor Polynomials
   Motivation
   Derivation
   Examples


Taylor Series
   Definition
   Power Series and the Convergence Issue
   Famous Taylor Series
   New Taylor Series from Old
Take it to the Limit


   Definition
   Let f be a function and a a point at which f is infinitely
   differentiable. The Taylor Series of for f centered at a is

                                                   f (a)
                                                         (x − a)2 +
             T (x) = f (a) + f (a)(x − a) +
                                                     2!
                               f (n) (a)
                                         (x − a)n + . . .
                       ··· +
                                   n!
                        ∞
                             f (k) (a)
                                       (x − a)k
                   =
                                k!
                       k=0
Example
Compute the Taylor Series for f (x) = ln x centered at 1.
Example
Compute the Taylor Series for f (x) = ln x centered at 1.
Solution


       f (x) = ln x                        f (1) = 0
                   −1
       f (x) = x                          f (1) = 1
                    −2
      f (x) = −x                          f (1) = −1
                    −3
      f (x) = 2x                         f (1) = 2
     f (4) (x) = −6x −3                 f (4) (1) = −6
         ... ...                            ... ...
     f (k) (x) = (−1)k+1 (k − 1)!x −k   f (k) (1) = (−1)k+1 (k − 1)!

So
             ∞                                   ∞
                   (−1)k+1 (k − 1)!                    (−1)k+1
                                    (x − 1)k =                 (x − 1)k
  T (x) =
                         k!                               k
            k=1                                  k=1
Caution



   The infinite sum is dangerous!
       Sometimes it gives very good approximations quickly
       Sometimes it gives good approximations slowly
       Sometimes it doesn’t give anything.
   To see this, let Pn be the nth degree Taylor Polynomial of
   f (x) = ln x centered at 1. For which x is T (x) = lim Pn (x)
                                                     n→∞
   meaningful?
1
 n     Pn ( 2 )     Pn (2)     Pn (3)
 1   -0.5         1.           2.0
 2   -0.625       0.5          0.0
 3   -0.666667    0.833333     2.66667
 4   -0.682292    0.583333    -1.33333
 5   -0.688542    0.783333     5.06667
 6   -0.691146    0.616667    -5.6
 7   -0.692262    0.759524    12.6857
 8   -0.69275     0.634524   -19.3143
 9   -0.692967    0.745635    37.5746
10   -0.693065    0.645635   -64.8254
Pn ( 1 )
  n                  Pn (2)         Pn (3)
             2
 10   -0.693065    0.645635      -64.8254
 20   -0.693147    0.668771   -34359.7
                                  -2.3593×107
 30   -0.693147    0.676758
                                  -1.81712×1010
 40   -0.693147    0.680803
                                  -1.49113×1013
 50   -0.693147    0.683247
                                  -1.27387×1016
 60   -0.693147    0.684883
                                  -1.11899×1019
 70   -0.693147    0.686055
                                  -1.00322×1022
 80   -0.693147    0.686936
                                  -9.13584×1024
 90   -0.693147    0.687622
                                  -8.42274×1027
100   -0.693147    0.688172
Pn ( 1 )
   n                  Pn (2)        Pn (3)
              2
                               -8.42274×1027
 100   -0.693147    0.688172
                               -5.34752×1057
 200   -0.693147    0.690653
                               -4.52171×1087
 300   -0.693147    0.691483
                               -4.30016×10117
 400   -0.693147    0.691899
                               -4.36161×10147
 500   -0.693147    0.692148
                               -4.60801×10177
 600   -0.693147    0.692315
                               -5.00727×10207
 700   -0.693147    0.692433
                               -5.55436×10237
 800   -0.693147    0.692523
                               -6.25895×10267
 900   -0.693147    0.692592
                               -7.14101×10297
1000   -0.693147    0.692647
Observations




       Pn ( 1 ) converges to f ( 1 ) = − ln 2
            2                    2
       Pn (2) converges to f (2) = ln 2, but more slowly
       Pn (3) does not converge at all!
   So in examining this process of approximation by polynomials, we
   have to be a little bit careful about what numbers we plug in.
Definition (cf. §9.5)
A power series centered at a is a sum of constants times powers
of (x − a):

        c0 + c1 (xa ) + c2 (x − a)2 + · · · + cn (x − a)n + . . .
Theorem                    ∞
                                 cn (x − a)n there are only three
For a given power series
                           n=1
possiblities:
 1. There is a number R such that the series converges when
    |x − a| < R and diverges when |x − a| > R.
 2. The series converges for all x (R = ∞)
 3. The series converges only when x = a (R = 0).

R is called the radius of convergence of the power series.
Why radius?




   An open interval is kind of like a one-dimensional circle:




                            a−R      a   a+R
Why radius?




   An open interval is kind of like a one-dimensional circle:

                     convergence on (a − R, a + R)



                            a−R      a   a+R
Why radius?




   An open interval is kind of like a one-dimensional circle:

               divergence on (−∞, a − R) and (a + R, ∞)



                            a−R      a   a+R
Why radius?




   An open interval is kind of like a one-dimensional circle:

                          at the endpoints—???



                            a−R      a   a+R
Example
Compute the radius of convergence of the power series
                                   ∞
                                         xk
                         f (x) =
                                   k=0
Example
Compute the radius of convergence of the power series
                                    ∞
                                          xk
                          f (x) =
                                    k=0



Solution
                                                       1
This is a geometric series. We know it converges to       when
                                                      1−x
|x| < 1, and not when x = 1 or x = −1. So
    The radius of convergence is 1
    The interval of convergence is the open interval (−1, 1)
Famous Taylor Series




   Example
   Compute Taylor series centered at zero for the following functions:
       ex
       sin x
       cos x
       (1 + x)p
Example
Compute the Taylor series centered at zero for f (x) = e x
Example
Compute the Taylor series centered at zero for f (x) = e x

Solution


                   f (x) = e x                              f (0) = 1
                                  x
                  f (x) = e                                f (0) = 1
                                  x
                  f (x) = e                                f (0) = 1
                                  x
                  f (x) = e                                f (0) = 1
                        ... ...                                  ... ...
                  (k)             x                        (k)
              f         (x) = e                        f         (0) = 1

So
                                            ∞
                                                  xk
                                  T (x) =
                                                  k!
                                            k=0
Fact
The Taylor series for the function f (x) = e x converges for all x to
ex .
Fact
The Taylor series for the function f (x) = e x converges for all x to
ex .
The convergence is because the factorials k! grow much faster
than the exponentials x k . It’s a little more work to say that it
converges to e x .
Example
Compute the Taylor series centered at zero for f (x) = sin x.
Example
Compute the Taylor series centered at zero for f (x) = sin x.

Solution


                  f (x) = sin x                    f (0) = 0
                 f (x) = cos x                    f (0) = 1
                 f (x) = − sin x                  f (0) = 0
                 f (x) = − cos x                 f (0) = −1
                 (4)
                                                f (4) (0) = 1
             f         (x) = cos x

And repeat! So
              ∞                 ∞
                       ±x k           (−1)m x 2m+1     x3 x5
                                                   =x−         − ···
   T (x) =                  =                             +
                        k!             (2m + 1)!       3!   5!
                                m=0
              k=0
             k odd

This turns out to converge for all x to sin x.
Example
Compute the Taylor series centered at zero for f (x) = cos x.
Example
Compute the Taylor series centered at zero for f (x) = cos x.

Solution


                   f (x) = cos x                     f (0) = 1
                  f (x) = − sin x                    f (0) = 0
                  f (x) = − cos x                   f (0) = −1
                  f (x) = sin x                     f (0) = 0
                  (4)
                                                   f (4) (0) = 0
              f         (x) = sin x

And repeat! So
                  ∞                   ∞
                          ±x k            (−1)m x 2m     x2 x4
                                                     =1−         − ···
    T (x) =                    =                            +
                           k!               (2m)!        2!   4!
                                   m=0
               k=0
              k even

This turns out to converge for all x to cos x.
Example (The Binomial Series)
Compute the Taylor series centered at zero for f (x) = (1 + x)p ,
where p is any number (not just a whole number).
Example (The Binomial Series)
Compute the Taylor series centered at zero for f (x) = (1 + x)p ,
where p is any number (not just a whole number).
Solution


     f (x) = (1 + x)p                        f (0) = 1
                        p−1
     f (x) = p(1 + x)                        f (0) = p
                              p−2
  f (x) = p(p − 1)(1 + x)                   f (0) = p(p − 1)
                                      p−3
 f (x) = p(p − 1)(p − 2)(1 + x)             f (0) = p(p − 1)(p − 2)
       ... ...                                 ... ...

So

                        p(p − 1) 2
  T (x) = 1 + px +              x + ...
                           2
                               ∞
                                  p(p − 1)(p − 2) · · · (p − k + 1) k
                            =                                      x
                                                k!
New Taylor Series from Old
   Big Time Theorem
   We can integrate and differentiate power series, and the ROC stays
                               ∞
                                     ck (x − a)k has radius of convergence R,
   the same: If f (x) =
                               k=0
   that is, if
                           ∞
                                 ck (x − a)k      when |x − a| < R,
                 f (x) =
                           k=0

   then
                           ∞
                               kck (x − a)k−1       when |x − a| < R,
             f (x) =
                       k=1

   and
                      ∞
                             1
                                ck (x − a)k+1 + C          when |x − a| < R.
         f (x) dx =
                           k +1
This is really saying two things:
 1. The power series which is differentiated (or integrated)
    term-by-term has the same radius of convergence as the
    original power series.
 2. It converges to the thing we want: the derivative or
    antiderivative of f
The other big theorem
If f has any power series representation near a, then it is equal to
the Taylor Series.
Example
Compute the Taylor series centered at 0 for arctan x.
Example
Compute the Taylor series centered at 0 for arctan x.

Solution
                                              1
First, we’ll find the Taylor Series for             . It’s geometric:
                                            1 + x2
                                      ∞                ∞
         1          1
                                          (−x 2 )k =         (−1)k x 2k .
              =             =
            2   1 − (−x 2 )
        1+x
                                  k=0                  k=0

This converges when x 2 < 1 ⇐⇒ |x| < 1, so the ROC is 1.
Now arctan is the antiderivative:
               ∞                      ∞                              ∞
                                                                            (−1)k x 2k+1
                    (−1)k x 2k dx =         (−1)k      x 2k dx =
arctan x =
                                                                             (2k + 1)
              k=0                     k=0                           k=0

And the ROC of this 1, too.
Cool result



   This means if
                   ∞
                          (−1)k        111
                                  = 1 − + − + ···
                         (2k + 1)      357
                   k=0

   converges (and it does), it converges to
                                            π
                              arctan(1) =
                                            4
Example
   Compute the Taylor series centered at 0 for f (x) = x 7 sin(x 3 ).
   Find f (2008) (0).
Example
    Compute the Taylor series centered at 0 for f (x) = x 7 sin(x 3 ).
    Find f (2008) (0).

Solution

                         ∞                           ∞
                             (−1)m (x 3 )2m+1              (−1)m x 6m+3
    7      3        7
                                              = x7
   x sin(x ) = x
                               (2m + 1)!                    (2m + 1)!
                    m=0                              m=0
                   ∞
                         (−1)m x 6m+10
               =
                             (2m + 1)!
                   m=0
To find f (2008) (0), note
                  ∞                        ∞
                      (−1)m x 6m+10            f (k) (0)x k
                                    =
                        (2m + 1)!                   k!
                m=0                     k=0

Equating the coefficients of x 2008 will get us what we want. If
6m + 10 = 2008, then m = 333. So

                        f (2008) (0)   (−1)333
                                     =
                           2008!        667!
and thus
                                           2008!
                        f (2008) (0) = −
                                           667!

More Related Content

What's hot

Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)
Matthew Leingang
 
Cyclic group- group theory
Cyclic group- group theoryCyclic group- group theory
Cyclic group- group theory
Ayush Agrawal
 
Lesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityLesson 11: Limits and Continuity
Lesson 11: Limits and Continuity
Matthew Leingang
 
Basic concepts of probability
Basic concepts of probabilityBasic concepts of probability
Basic concepts of probability
Avjinder (Avi) Kaler
 
Chapter 4 Cyclic Groups
Chapter 4 Cyclic GroupsChapter 4 Cyclic Groups
Chapter 4 Cyclic Groups
Tony Cervera Jr.
 
Group Theory
Group TheoryGroup Theory
Group Theory
shinojmadhu
 
Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2
Asad Ali
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methods
Divya Bhatia
 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional Probability
Joey Valdriz
 
Limits and continuity
Limits and continuityLimits and continuity
Limits and continuity
Digvijaysinh Gohil
 
Lesson 2 derivative of inverse trigonometric functions
Lesson 2 derivative of inverse trigonometric functionsLesson 2 derivative of inverse trigonometric functions
Lesson 2 derivative of inverse trigonometric functions
Lawrence De Vera
 
Continuity
ContinuityContinuity
Applied Calculus: Continuity and Discontinuity of Function
Applied Calculus: Continuity and Discontinuity of FunctionApplied Calculus: Continuity and Discontinuity of Function
Applied Calculus: Continuity and Discontinuity of Function
baetulilm
 
Converse, contrapositive, inverse
Converse, contrapositive, inverseConverse, contrapositive, inverse
Converse, contrapositive, inverse
Abdur Rehman
 
INFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCESINFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCES
Jitin Pillai
 
Integral calculus
Integral calculusIntegral calculus
Integral calculus
Farzad Javidanrad
 
Introduction to Groups and Permutation Groups
Introduction to Groups and Permutation GroupsIntroduction to Groups and Permutation Groups
Introduction to Groups and Permutation Groups
Amit Amola
 
Abstract Algebra
Abstract AlgebraAbstract Algebra
Abstract Algebra
Yura Maturin
 
Discrete Probability Distributions
Discrete Probability DistributionsDiscrete Probability Distributions
Discrete Probability Distributions
mandalina landy
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
VISHAL DONGA
 

What's hot (20)

Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)Lesson 16: Inverse Trigonometric Functions (slides)
Lesson 16: Inverse Trigonometric Functions (slides)
 
Cyclic group- group theory
Cyclic group- group theoryCyclic group- group theory
Cyclic group- group theory
 
Lesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityLesson 11: Limits and Continuity
Lesson 11: Limits and Continuity
 
Basic concepts of probability
Basic concepts of probabilityBasic concepts of probability
Basic concepts of probability
 
Chapter 4 Cyclic Groups
Chapter 4 Cyclic GroupsChapter 4 Cyclic Groups
Chapter 4 Cyclic Groups
 
Group Theory
Group TheoryGroup Theory
Group Theory
 
Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methods
 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional Probability
 
Limits and continuity
Limits and continuityLimits and continuity
Limits and continuity
 
Lesson 2 derivative of inverse trigonometric functions
Lesson 2 derivative of inverse trigonometric functionsLesson 2 derivative of inverse trigonometric functions
Lesson 2 derivative of inverse trigonometric functions
 
Continuity
ContinuityContinuity
Continuity
 
Applied Calculus: Continuity and Discontinuity of Function
Applied Calculus: Continuity and Discontinuity of FunctionApplied Calculus: Continuity and Discontinuity of Function
Applied Calculus: Continuity and Discontinuity of Function
 
Converse, contrapositive, inverse
Converse, contrapositive, inverseConverse, contrapositive, inverse
Converse, contrapositive, inverse
 
INFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCESINFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCES
 
Integral calculus
Integral calculusIntegral calculus
Integral calculus
 
Introduction to Groups and Permutation Groups
Introduction to Groups and Permutation GroupsIntroduction to Groups and Permutation Groups
Introduction to Groups and Permutation Groups
 
Abstract Algebra
Abstract AlgebraAbstract Algebra
Abstract Algebra
 
Discrete Probability Distributions
Discrete Probability DistributionsDiscrete Probability Distributions
Discrete Probability Distributions
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
 

Viewers also liked

Taylor series and maclaurin with exercices
Taylor series and maclaurin with exercicesTaylor series and maclaurin with exercices
Taylor series and maclaurin with exercices
HernanFula
 
Taylor Series
Taylor SeriesTaylor Series
Taylor Series
Maddie Karod
 
Taylor series
Taylor seriesTaylor series
Taylor series
sujonmajhi
 
Taylor and maclaurian series
Taylor and maclaurian seriesTaylor and maclaurian series
Taylor and maclaurian series
Nishant Patel
 
Taylor series
Taylor seriesTaylor series
Taylor series
John Weiss
 
Taylorseries
TaylorseriesTaylorseries
Taylorseries
paintmeblue917
 
Taylor series in 1 and 2 variable
Taylor series in 1 and 2 variableTaylor series in 1 and 2 variable
Taylor series in 1 and 2 variable
gidc engineering college
 
Taylorseries
TaylorseriesTaylorseries
Taylorseries
guest408d12
 
Taylor's & Maclaurin's series simple
Taylor's & Maclaurin's series simpleTaylor's & Maclaurin's series simple
Taylor's & Maclaurin's series simple
Nikhilkumar Patel
 
F and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
F and G Taylor Series Solutions to the Circular Restricted Three-Body ProblemF and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
F and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
Etienne Pellegrini
 
Calculus II - 30
Calculus II - 30Calculus II - 30
Calculus II - 30
David Mao
 
Taylor’s series
Taylor’s   seriesTaylor’s   series
Taylor’s series
Bhargav Godhani
 
Solved numerical problems of fourier series
Solved numerical problems of fourier seriesSolved numerical problems of fourier series
Solved numerical problems of fourier series
Mohammad Imran
 
Taylor
Taylor Taylor
Taylor
UIS
 
Engg. math 1 question bank by mohammad imran
Engg. math  1 question bank by mohammad imran Engg. math  1 question bank by mohammad imran
Engg. math 1 question bank by mohammad imran
Mohammad Imran
 
Taylor Series
Taylor SeriesTaylor Series
Taylor Series
Prattw2010
 
Taylor series part 1
Taylor series part 1Taylor series part 1
Taylor series part 1
aydensmom
 
Taylor series
Taylor seriesTaylor series
Taylor series
John Weiss
 
Taller 1. serie de taylor
Taller 1. serie de taylorTaller 1. serie de taylor
Taller 1. serie de taylor
NORAIMA
 
Lesson 3: Continuity
Lesson 3: ContinuityLesson 3: Continuity
Lesson 3: Continuity
Matthew Leingang
 

Viewers also liked (20)

Taylor series and maclaurin with exercices
Taylor series and maclaurin with exercicesTaylor series and maclaurin with exercices
Taylor series and maclaurin with exercices
 
Taylor Series
Taylor SeriesTaylor Series
Taylor Series
 
Taylor series
Taylor seriesTaylor series
Taylor series
 
Taylor and maclaurian series
Taylor and maclaurian seriesTaylor and maclaurian series
Taylor and maclaurian series
 
Taylor series
Taylor seriesTaylor series
Taylor series
 
Taylorseries
TaylorseriesTaylorseries
Taylorseries
 
Taylor series in 1 and 2 variable
Taylor series in 1 and 2 variableTaylor series in 1 and 2 variable
Taylor series in 1 and 2 variable
 
Taylorseries
TaylorseriesTaylorseries
Taylorseries
 
Taylor's & Maclaurin's series simple
Taylor's & Maclaurin's series simpleTaylor's & Maclaurin's series simple
Taylor's & Maclaurin's series simple
 
F and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
F and G Taylor Series Solutions to the Circular Restricted Three-Body ProblemF and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
F and G Taylor Series Solutions to the Circular Restricted Three-Body Problem
 
Calculus II - 30
Calculus II - 30Calculus II - 30
Calculus II - 30
 
Taylor’s series
Taylor’s   seriesTaylor’s   series
Taylor’s series
 
Solved numerical problems of fourier series
Solved numerical problems of fourier seriesSolved numerical problems of fourier series
Solved numerical problems of fourier series
 
Taylor
Taylor Taylor
Taylor
 
Engg. math 1 question bank by mohammad imran
Engg. math  1 question bank by mohammad imran Engg. math  1 question bank by mohammad imran
Engg. math 1 question bank by mohammad imran
 
Taylor Series
Taylor SeriesTaylor Series
Taylor Series
 
Taylor series part 1
Taylor series part 1Taylor series part 1
Taylor series part 1
 
Taylor series
Taylor seriesTaylor series
Taylor series
 
Taller 1. serie de taylor
Taller 1. serie de taylorTaller 1. serie de taylor
Taller 1. serie de taylor
 
Lesson 3: Continuity
Lesson 3: ContinuityLesson 3: Continuity
Lesson 3: Continuity
 

Similar to Taylor Polynomials and Series

Lesson 16 The Spectral Theorem and Applications
Lesson 16  The Spectral Theorem and ApplicationsLesson 16  The Spectral Theorem and Applications
Lesson 16 The Spectral Theorem and Applications
Matthew Leingang
 
Evaluating definite integrals
Evaluating definite integralsEvaluating definite integrals
Evaluating definite integrals
منتدى الرياضيات المتقدمة
 
Sect1 1
Sect1 1Sect1 1
Sect1 1
inKFUPM
 
Applications of Differential Calculus in real life
Applications of Differential Calculus in real life Applications of Differential Calculus in real life
Applications of Differential Calculus in real life
OlooPundit
 
Lesson 5: Continuity
Lesson 5: ContinuityLesson 5: Continuity
Lesson 5: Continuity
Matthew Leingang
 
Lesson 21: Curve Sketching (Section 4 version)
Lesson 21: Curve Sketching (Section 4 version)Lesson 21: Curve Sketching (Section 4 version)
Lesson 21: Curve Sketching (Section 4 version)
Matthew Leingang
 
0708 ch 7 day 8
0708 ch 7 day 80708 ch 7 day 8
0708 ch 7 day 8
festivalelmo
 
Lesson 21: Curve Sketching (Section 10 version)
Lesson 21: Curve Sketching (Section 10 version)Lesson 21: Curve Sketching (Section 10 version)
Lesson 21: Curve Sketching (Section 10 version)
Matthew Leingang
 
03 truncation errors
03 truncation errors03 truncation errors
03 truncation errors
maheej
 
Famous problem IMO 1988 Q6.pdf
Famous problem IMO 1988 Q6.pdfFamous problem IMO 1988 Q6.pdf
Famous problem IMO 1988 Q6.pdf
AbdulHannif2
 
251exn
251exn251exn
251exn
Oliyad Girma
 
Lesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsLesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite Integrals
Matthew Leingang
 
Imc2016 day2-solutions
Imc2016 day2-solutionsImc2016 day2-solutions
Imc2016 day2-solutions
Christos Loizos
 
Final Exam Review (Integration)
Final Exam Review (Integration)Final Exam Review (Integration)
Final Exam Review (Integration)
Matthew Leingang
 
Taylor problem
Taylor problemTaylor problem
Taylor problem
dinhmyhuyenvi
 
V. Dragovic: Geometrization and Generalization of the Kowalevski top
V. Dragovic: Geometrization and Generalization of the Kowalevski topV. Dragovic: Geometrization and Generalization of the Kowalevski top
V. Dragovic: Geometrization and Generalization of the Kowalevski top
SEENET-MTP
 
Roots equations
Roots equationsRoots equations
Roots equations
oscar
 
Roots equations
Roots equationsRoots equations
Roots equations
oscar
 
Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)
Mel Anthony Pepito
 
Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)
Matthew Leingang
 

Similar to Taylor Polynomials and Series (20)

Lesson 16 The Spectral Theorem and Applications
Lesson 16  The Spectral Theorem and ApplicationsLesson 16  The Spectral Theorem and Applications
Lesson 16 The Spectral Theorem and Applications
 
Evaluating definite integrals
Evaluating definite integralsEvaluating definite integrals
Evaluating definite integrals
 
Sect1 1
Sect1 1Sect1 1
Sect1 1
 
Applications of Differential Calculus in real life
Applications of Differential Calculus in real life Applications of Differential Calculus in real life
Applications of Differential Calculus in real life
 
Lesson 5: Continuity
Lesson 5: ContinuityLesson 5: Continuity
Lesson 5: Continuity
 
Lesson 21: Curve Sketching (Section 4 version)
Lesson 21: Curve Sketching (Section 4 version)Lesson 21: Curve Sketching (Section 4 version)
Lesson 21: Curve Sketching (Section 4 version)
 
0708 ch 7 day 8
0708 ch 7 day 80708 ch 7 day 8
0708 ch 7 day 8
 
Lesson 21: Curve Sketching (Section 10 version)
Lesson 21: Curve Sketching (Section 10 version)Lesson 21: Curve Sketching (Section 10 version)
Lesson 21: Curve Sketching (Section 10 version)
 
03 truncation errors
03 truncation errors03 truncation errors
03 truncation errors
 
Famous problem IMO 1988 Q6.pdf
Famous problem IMO 1988 Q6.pdfFamous problem IMO 1988 Q6.pdf
Famous problem IMO 1988 Q6.pdf
 
251exn
251exn251exn
251exn
 
Lesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite IntegralsLesson 31: Evaluating Definite Integrals
Lesson 31: Evaluating Definite Integrals
 
Imc2016 day2-solutions
Imc2016 day2-solutionsImc2016 day2-solutions
Imc2016 day2-solutions
 
Final Exam Review (Integration)
Final Exam Review (Integration)Final Exam Review (Integration)
Final Exam Review (Integration)
 
Taylor problem
Taylor problemTaylor problem
Taylor problem
 
V. Dragovic: Geometrization and Generalization of the Kowalevski top
V. Dragovic: Geometrization and Generalization of the Kowalevski topV. Dragovic: Geometrization and Generalization of the Kowalevski top
V. Dragovic: Geometrization and Generalization of the Kowalevski top
 
Roots equations
Roots equationsRoots equations
Roots equations
 
Roots equations
Roots equationsRoots equations
Roots equations
 
Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)
 
Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)
 

More from Matthew Leingang

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
Matthew Leingang
 
Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choice
Matthew Leingang
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
Matthew Leingang
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
Matthew Leingang
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)
Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)
Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)
Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)
Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)
Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
Matthew Leingang
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)
Matthew Leingang
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)
Matthew Leingang
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)
Matthew Leingang
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)
Matthew Leingang
 
Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)
Matthew Leingang
 
Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)
Matthew Leingang
 

More from Matthew Leingang (20)

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
 
Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choice
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)
 
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)
 
Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)
 
Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)
 

Recently uploaded

The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
Larry Smarr
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions
 
Why do You Have to Redesign?_Redesign Challenge Day 1
Why do You Have to Redesign?_Redesign Challenge Day 1Why do You Have to Redesign?_Redesign Challenge Day 1
Why do You Have to Redesign?_Redesign Challenge Day 1
FellyciaHikmahwarani
 
What's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdfWhat's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdf
SeasiaInfotech2
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
Matthew Sinclair
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
Matthew Sinclair
 
DealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 editionDealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 edition
Yevgen Sysoyev
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
Mark Billinghurst
 
Performance Budgets for the Real World by Tammy Everts
Performance Budgets for the Real World by Tammy EvertsPerformance Budgets for the Real World by Tammy Everts
Performance Budgets for the Real World by Tammy Everts
ScyllaDB
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
Aurora Consulting
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
Enterprise Wired
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
SynapseIndia
 
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
amitchopra0215
 
How Netflix Builds High Performance Applications at Global Scale
How Netflix Builds High Performance Applications at Global ScaleHow Netflix Builds High Performance Applications at Global Scale
How Netflix Builds High Performance Applications at Global Scale
ScyllaDB
 
K2G - Insurtech Innovation EMEA Award 2024
K2G - Insurtech Innovation EMEA Award 2024K2G - Insurtech Innovation EMEA Award 2024
K2G - Insurtech Innovation EMEA Award 2024
The Digital Insurer
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Erasmo Purificato
 
GDG Cloud Southlake #34: Neatsun Ziv: Automating Appsec
GDG Cloud Southlake #34: Neatsun Ziv: Automating AppsecGDG Cloud Southlake #34: Neatsun Ziv: Automating Appsec
GDG Cloud Southlake #34: Neatsun Ziv: Automating Appsec
James Anderson
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
Liveplex
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
HackersList
 

Recently uploaded (20)

The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
 
Why do You Have to Redesign?_Redesign Challenge Day 1
Why do You Have to Redesign?_Redesign Challenge Day 1Why do You Have to Redesign?_Redesign Challenge Day 1
Why do You Have to Redesign?_Redesign Challenge Day 1
 
What's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdfWhat's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdf
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
 
DealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 editionDealBook of Ukraine: 2024 edition
DealBook of Ukraine: 2024 edition
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
 
Performance Budgets for the Real World by Tammy Everts
Performance Budgets for the Real World by Tammy EvertsPerformance Budgets for the Real World by Tammy Everts
Performance Budgets for the Real World by Tammy Everts
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
 
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
 
How Netflix Builds High Performance Applications at Global Scale
How Netflix Builds High Performance Applications at Global ScaleHow Netflix Builds High Performance Applications at Global Scale
How Netflix Builds High Performance Applications at Global Scale
 
K2G - Insurtech Innovation EMEA Award 2024
K2G - Insurtech Innovation EMEA Award 2024K2G - Insurtech Innovation EMEA Award 2024
K2G - Insurtech Innovation EMEA Award 2024
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
 
GDG Cloud Southlake #34: Neatsun Ziv: Automating Appsec
GDG Cloud Southlake #34: Neatsun Ziv: Automating AppsecGDG Cloud Southlake #34: Neatsun Ziv: Automating Appsec
GDG Cloud Southlake #34: Neatsun Ziv: Automating Appsec
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
 

Taylor Polynomials and Series

  • 1. Sections 10.1–3 Taylor Polynomials and Series Math E-16 December 19, 2007 Announcements Matthew Leingang (leingang@math.harvard.edu) at your service Homework for next time: 10.1: #2,4,5,7,8,10-13,18,26-28,34 10.2: #1,6,16,17,21,22,28,32,40 10.3: #8-12,20,22,36
  • 2. Taylor Polynomials Motivation Derivation Examples Taylor Series Definition Power Series and the Convergence Issue Famous Taylor Series New Taylor Series from Old
  • 3. Motivation What is sin(91◦ )? √ What is 4.001?
  • 4. How does your calculator work? Suppose you ask your calculator for sin(31◦ ). Does it construct a right triangle with one angle equal to 31◦ , then measure opposite-over-hypotenuse? Does it construct a unit circle, measure the arc length equal to 31◦ , then use the vertical coordinate? No, it uses a polynomial approximation. Deep down, calculators can only add and multiply anyway.
  • 5. Constant Approximation If f is continuous at a, then f (x) ≈ f (a) when x is “close to” a. Example √ √ 4.001 ≈ 4=2 sin(91 ) ≈ sin(90◦ ) = 1 ◦ But we should be able to do better.
  • 6. Linear Approximation How can we approximate a function with a line?
  • 7. Linear Approximation How can we approximate a function with a line? Definition Let f be a function and a a • point at which f is differentiable. Then the linear approximation to f at a is L(x) = f (a) + f (a)(x − a)
  • 8. Example Estimate these by linear approximation. √ (i) 4.001 (ii) sin(91◦ )
  • 9. Example Estimate these by linear approximation. √ (i) 4.001 (ii) sin(91◦ ) Solution (i) √ 1 We use f (x) = x, a = 4. Then f (4) = 4 , so L(x) = 2 + 1 (x − 4) 4 This means √ 1 1 4.001 ≈ 2 + · = 2.00025 4 1000 Notice (2.00025)2 = 4.001000063
  • 10. Solution (ii) We use f (x) = sin x, a = 90◦ = π/2. Then f (a) = 1, f (x) = cos x, so f (a) = 0. This means L(x) = 1 so the linear approximation is no better than the constant one.
  • 11. Quadratic Approximation How can we approximate a function with a parabola?
  • 12. Quadratic Approximation How can we approximate a function with a parabola? We are looking for a function Q(x) = c0 + c1 (x − a) + c2 (x − a)2 with Q(a) = f (a), Q (a) = f (a), Q (a) = f (a). What are c0 , c1 , c2 in terms of f ?
  • 13. Quadratic Approximation How can we approximate a function with a parabola? We are looking for a function Q(x) = c0 + c1 (x − a) + c2 (x − a)2 with Q(a) = f (a), Q (a) = f (a), Q (a) = f (a). What are c0 , c1 , c2 in terms of f ? Since Q(a) = c0 , we need c0 = f (a). Since Q (x) = c1 + 2c2 (x − a) =⇒ Q(a) = c1 we need c1 = f (a). Since Q (x) = 2c2 = Q(a) we need c2 = 1 f (a). 2
  • 14. Definition Let f be a function and a a • point at which f is twice differentiable. Then the quadratic approximation to f at a is Q(x) = f (a)+f (a)(x−a)+ 1 f (a)(x−a)2 2
  • 15. Example Estimate these by quadratic approximation. √ 4.001 sin(91◦ )
  • 16. Example Estimate these by quadratic approximation. √ 4.001 sin(91◦ ) Solution (i) √ 1 1 and f (4) = − 32 , so We use f (x) = x, a = 4. Then f (4) = 4 − 4)2 Q(x) = 2 + 1 (x − 4) − 1 64 (x 4 This means √ 1 1 11 4.001 ≈ 2 + · − = 2.000249984 103 64 106 4 √ This is the same answer my TI-83 gives for 4.001.
  • 17. Solution (ii) We use f (x) = sin x, a = 90◦ = π/2. Then f (a) = 1, f (a) = 0, and f (x) = − sin x, so f (a) = −1. This means Q(x) = 1 − 2 (x − π)2 1 so π2 sin(91◦ ) ≈ 1 − 1 ≈ 0.9998476913 2 180 My TI-83 has sin(91◦ ) = 0.9998476952 which this agrees with up to the ninth place.
  • 18. In General How can we approximate a function with a polynomial of degree n?
  • 19. In General How can we approximate a function with a polynomial of degree n? Definition Let f be a function and a a point at which f is n times differentiable. The Taylor Polynomial of degree n for f centered at a is f (n) (a) f (a) (x − a)2 + · · · + (x − a)n Pn (x) = f (a) + f (a)(x − a) + 2! n! n f (k) (a) (x − a)k = k! k=0 (Convention: f (0) (x) = f (x))
  • 20. Taylor Polynomials Motivation Derivation Examples Taylor Series Definition Power Series and the Convergence Issue Famous Taylor Series New Taylor Series from Old
  • 21. Take it to the Limit Definition Let f be a function and a a point at which f is infinitely differentiable. The Taylor Series of for f centered at a is f (a) (x − a)2 + T (x) = f (a) + f (a)(x − a) + 2! f (n) (a) (x − a)n + . . . ··· + n! ∞ f (k) (a) (x − a)k = k! k=0
  • 22. Example Compute the Taylor Series for f (x) = ln x centered at 1.
  • 23. Example Compute the Taylor Series for f (x) = ln x centered at 1. Solution f (x) = ln x f (1) = 0 −1 f (x) = x f (1) = 1 −2 f (x) = −x f (1) = −1 −3 f (x) = 2x f (1) = 2 f (4) (x) = −6x −3 f (4) (1) = −6 ... ... ... ... f (k) (x) = (−1)k+1 (k − 1)!x −k f (k) (1) = (−1)k+1 (k − 1)! So ∞ ∞ (−1)k+1 (k − 1)! (−1)k+1 (x − 1)k = (x − 1)k T (x) = k! k k=1 k=1
  • 24. Caution The infinite sum is dangerous! Sometimes it gives very good approximations quickly Sometimes it gives good approximations slowly Sometimes it doesn’t give anything. To see this, let Pn be the nth degree Taylor Polynomial of f (x) = ln x centered at 1. For which x is T (x) = lim Pn (x) n→∞ meaningful?
  • 25. 1 n Pn ( 2 ) Pn (2) Pn (3) 1 -0.5 1. 2.0 2 -0.625 0.5 0.0 3 -0.666667 0.833333 2.66667 4 -0.682292 0.583333 -1.33333 5 -0.688542 0.783333 5.06667 6 -0.691146 0.616667 -5.6 7 -0.692262 0.759524 12.6857 8 -0.69275 0.634524 -19.3143 9 -0.692967 0.745635 37.5746 10 -0.693065 0.645635 -64.8254
  • 26. Pn ( 1 ) n Pn (2) Pn (3) 2 10 -0.693065 0.645635 -64.8254 20 -0.693147 0.668771 -34359.7 -2.3593×107 30 -0.693147 0.676758 -1.81712×1010 40 -0.693147 0.680803 -1.49113×1013 50 -0.693147 0.683247 -1.27387×1016 60 -0.693147 0.684883 -1.11899×1019 70 -0.693147 0.686055 -1.00322×1022 80 -0.693147 0.686936 -9.13584×1024 90 -0.693147 0.687622 -8.42274×1027 100 -0.693147 0.688172
  • 27. Pn ( 1 ) n Pn (2) Pn (3) 2 -8.42274×1027 100 -0.693147 0.688172 -5.34752×1057 200 -0.693147 0.690653 -4.52171×1087 300 -0.693147 0.691483 -4.30016×10117 400 -0.693147 0.691899 -4.36161×10147 500 -0.693147 0.692148 -4.60801×10177 600 -0.693147 0.692315 -5.00727×10207 700 -0.693147 0.692433 -5.55436×10237 800 -0.693147 0.692523 -6.25895×10267 900 -0.693147 0.692592 -7.14101×10297 1000 -0.693147 0.692647
  • 28. Observations Pn ( 1 ) converges to f ( 1 ) = − ln 2 2 2 Pn (2) converges to f (2) = ln 2, but more slowly Pn (3) does not converge at all! So in examining this process of approximation by polynomials, we have to be a little bit careful about what numbers we plug in.
  • 29. Definition (cf. §9.5) A power series centered at a is a sum of constants times powers of (x − a): c0 + c1 (xa ) + c2 (x − a)2 + · · · + cn (x − a)n + . . .
  • 30. Theorem ∞ cn (x − a)n there are only three For a given power series n=1 possiblities: 1. There is a number R such that the series converges when |x − a| < R and diverges when |x − a| > R. 2. The series converges for all x (R = ∞) 3. The series converges only when x = a (R = 0). R is called the radius of convergence of the power series.
  • 31. Why radius? An open interval is kind of like a one-dimensional circle: a−R a a+R
  • 32. Why radius? An open interval is kind of like a one-dimensional circle: convergence on (a − R, a + R) a−R a a+R
  • 33. Why radius? An open interval is kind of like a one-dimensional circle: divergence on (−∞, a − R) and (a + R, ∞) a−R a a+R
  • 34. Why radius? An open interval is kind of like a one-dimensional circle: at the endpoints—??? a−R a a+R
  • 35. Example Compute the radius of convergence of the power series ∞ xk f (x) = k=0
  • 36. Example Compute the radius of convergence of the power series ∞ xk f (x) = k=0 Solution 1 This is a geometric series. We know it converges to when 1−x |x| < 1, and not when x = 1 or x = −1. So The radius of convergence is 1 The interval of convergence is the open interval (−1, 1)
  • 37. Famous Taylor Series Example Compute Taylor series centered at zero for the following functions: ex sin x cos x (1 + x)p
  • 38. Example Compute the Taylor series centered at zero for f (x) = e x
  • 39. Example Compute the Taylor series centered at zero for f (x) = e x Solution f (x) = e x f (0) = 1 x f (x) = e f (0) = 1 x f (x) = e f (0) = 1 x f (x) = e f (0) = 1 ... ... ... ... (k) x (k) f (x) = e f (0) = 1 So ∞ xk T (x) = k! k=0
  • 40. Fact The Taylor series for the function f (x) = e x converges for all x to ex .
  • 41. Fact The Taylor series for the function f (x) = e x converges for all x to ex . The convergence is because the factorials k! grow much faster than the exponentials x k . It’s a little more work to say that it converges to e x .
  • 42. Example Compute the Taylor series centered at zero for f (x) = sin x.
  • 43. Example Compute the Taylor series centered at zero for f (x) = sin x. Solution f (x) = sin x f (0) = 0 f (x) = cos x f (0) = 1 f (x) = − sin x f (0) = 0 f (x) = − cos x f (0) = −1 (4) f (4) (0) = 1 f (x) = cos x And repeat! So ∞ ∞ ±x k (−1)m x 2m+1 x3 x5 =x− − ··· T (x) = = + k! (2m + 1)! 3! 5! m=0 k=0 k odd This turns out to converge for all x to sin x.
  • 44. Example Compute the Taylor series centered at zero for f (x) = cos x.
  • 45. Example Compute the Taylor series centered at zero for f (x) = cos x. Solution f (x) = cos x f (0) = 1 f (x) = − sin x f (0) = 0 f (x) = − cos x f (0) = −1 f (x) = sin x f (0) = 0 (4) f (4) (0) = 0 f (x) = sin x And repeat! So ∞ ∞ ±x k (−1)m x 2m x2 x4 =1− − ··· T (x) = = + k! (2m)! 2! 4! m=0 k=0 k even This turns out to converge for all x to cos x.
  • 46. Example (The Binomial Series) Compute the Taylor series centered at zero for f (x) = (1 + x)p , where p is any number (not just a whole number).
  • 47. Example (The Binomial Series) Compute the Taylor series centered at zero for f (x) = (1 + x)p , where p is any number (not just a whole number). Solution f (x) = (1 + x)p f (0) = 1 p−1 f (x) = p(1 + x) f (0) = p p−2 f (x) = p(p − 1)(1 + x) f (0) = p(p − 1) p−3 f (x) = p(p − 1)(p − 2)(1 + x) f (0) = p(p − 1)(p − 2) ... ... ... ... So p(p − 1) 2 T (x) = 1 + px + x + ... 2 ∞ p(p − 1)(p − 2) · · · (p − k + 1) k = x k!
  • 48. New Taylor Series from Old Big Time Theorem We can integrate and differentiate power series, and the ROC stays ∞ ck (x − a)k has radius of convergence R, the same: If f (x) = k=0 that is, if ∞ ck (x − a)k when |x − a| < R, f (x) = k=0 then ∞ kck (x − a)k−1 when |x − a| < R, f (x) = k=1 and ∞ 1 ck (x − a)k+1 + C when |x − a| < R. f (x) dx = k +1
  • 49. This is really saying two things: 1. The power series which is differentiated (or integrated) term-by-term has the same radius of convergence as the original power series. 2. It converges to the thing we want: the derivative or antiderivative of f
  • 50. The other big theorem If f has any power series representation near a, then it is equal to the Taylor Series.
  • 51. Example Compute the Taylor series centered at 0 for arctan x.
  • 52. Example Compute the Taylor series centered at 0 for arctan x. Solution 1 First, we’ll find the Taylor Series for . It’s geometric: 1 + x2 ∞ ∞ 1 1 (−x 2 )k = (−1)k x 2k . = = 2 1 − (−x 2 ) 1+x k=0 k=0 This converges when x 2 < 1 ⇐⇒ |x| < 1, so the ROC is 1. Now arctan is the antiderivative: ∞ ∞ ∞ (−1)k x 2k+1 (−1)k x 2k dx = (−1)k x 2k dx = arctan x = (2k + 1) k=0 k=0 k=0 And the ROC of this 1, too.
  • 53. Cool result This means if ∞ (−1)k 111 = 1 − + − + ··· (2k + 1) 357 k=0 converges (and it does), it converges to π arctan(1) = 4
  • 54. Example Compute the Taylor series centered at 0 for f (x) = x 7 sin(x 3 ). Find f (2008) (0).
  • 55. Example Compute the Taylor series centered at 0 for f (x) = x 7 sin(x 3 ). Find f (2008) (0). Solution ∞ ∞ (−1)m (x 3 )2m+1 (−1)m x 6m+3 7 3 7 = x7 x sin(x ) = x (2m + 1)! (2m + 1)! m=0 m=0 ∞ (−1)m x 6m+10 = (2m + 1)! m=0
  • 56. To find f (2008) (0), note ∞ ∞ (−1)m x 6m+10 f (k) (0)x k = (2m + 1)! k! m=0 k=0 Equating the coefficients of x 2008 will get us what we want. If 6m + 10 = 2008, then m = 333. So f (2008) (0) (−1)333 = 2008! 667! and thus 2008! f (2008) (0) = − 667!