Calculus I - PowerPoint PPT Presentation

About This Presentation
Title:

Calculus I

Description:

Lagrange's form of the remainder looks a lot like what would be the next term of ... Another application of Lagrange's form of the remainder is to prove that the ... – PowerPoint PPT presentation

Number of Views:22
Avg rating:3.0/5.0
Slides: 37
Provided by: DennisD83
Category:

less

Transcript and Presenter's Notes

Title: Calculus I


1
Calculus I Math 104The end is near!
2
Application of Series
  • 1. Limits Series give a good idea of the
    behavior of functions in the neighborhood of 0
  • We know for other reasons that
  • We could do this by series

3
This can be used on complicated limits...
  • Calculate the limitA. 0
  • B. 1/6
  • C. 1
  • D. 1/12
  • E. does not exist

4
Application of series (continued)
  • 2. Approximate evaluation of integrals Many
    integrals that cannot be evaluated in closed form
    (i.e., for which no elementary anti-derivative
    exists) can be approximated using series (and we
    can even estimate how far off the approximations
    are).
  • Example Calculate to the nearest 0.001.

5
We begin by...
6
According to Maple...
  • The last series is an alternating series with
    decreasing terms. We need to find the first one
    that is less than 0.0005 to ensure that the error
    will be less than 0.001. According to Maple
  • evalf(1/(7factorial(3))), evalf(1/(9factorial(4)
    )),evalf( 1/(11factorial(5)))
  • evalf(1/(13factorial(6)))

.02380952381, .004629629630, .0007575757576
.0001068376068
7
Keep going...
  • So it's enough to go out to the 5! term. We do
    this as follows
  • Sum((-1)n/((2n1)factorial(n)),n0..5)
    sum((-1)n/((2n1) factorial(n)),n0..5)
  • evalf()

.7467291967.7467291967
8
and finally...
  • So we get that to the nearest
    thousandth.
  • Again, according to Maple, the actual answer (to
    10 places) is
  • evalf(int(exp(-x2),x0..1))

.74669241330
9
Try this...
  • Sum the first four nonzero terms to approximate
  • A. 0.7635
  • B. 0.5637
  • C. 0.3567
  • D. 0.6357
  • E. 0.6735

10
Series approximations for functions, integrals
etc..
  • We've been associating series with functions and
    using them to evaluate limits, integrals and
    such.
  • We have not thought too much about how good the
    approximations are. For serious applications, it
    is important to do that.

11
Questions you can ask--
  • 1. If I use only the first three terms of the
    series, how big is the error?
  • 2. How many terms do I need to get the error
    smaller than 0.0001?

12
To get error estimates
  • Use a generalization of the Mean Value Theorem
    for derivatives

13
Derivative MVT approach
14
If you know...
  • If you know that the absolute value of the
    derivative is always less than M, then you know
    that
  • f(x) - f(0) lt M x
  • The derivative form of the error estimate for
    series is a generalization of this.

15
Lagrange's form of the remainder
16
Lagrange...
  • Lagrange's form of the remainder looks a lot like
    what would be the next term of the series, except
    the n1 st derivative is evaluated at an unknown
    point between 0 and x, rather than at 0
  • So if we know bounds on the n1st derivative of
    f, we can bound the error in the approximation.

17
Example The series for sin(x) was
18
5th derivative
  • For f(x) sin(x), the fifth derivative is f
    '''''(x) cos(x). And we know that cos(t) lt 1
    for all t between 0 and x. We can conclude from
    this that
  • So for instance, we can conclude that the
    approximation sin(1) 1 - 1/6 5/6 is accurate
    to within 1/5! 1/120 -- i.e., to two decimal
    places.

19
Your turn...
20
Another application...
  • Another application of Lagrange's form of the
    remainder is to prove that the series of a
    function actually converges to the function. For
    example, for the series for sin(x), we have
    (since all the derivatives of sin(x) are always
    less than or equal to 1 in absolute value)

21
Shifting the origin -- Taylor vs Maclaurin
  • So far, we've been writing all of our series as
    infinite polynomials and using values of the
    function f(x) and its derivatives evaluated at
    x0. It is possible to change one's point of view
    and use values of the function and derivatives at
    other points.

22
As an example, well return to the geometric
series
23
Taylor series
  • By taking derivatives of the function g(x) -1/x
    and evaluating them at x-1, we will discover
    that the expansion of g(x) we have found is the
    Taylor series for g(x) expanded around -1
  • g(x) g(-1) g '(-1) (x1) g ''(-1)
    ....

24
Note
25
Maclaurin
  • Series expansions around points other than zero
    are useful when trying to approximate function
    values for x far from zero, but close to a
    different point where much is known about the
    function.
  • But note that by defining a new function g(x)
    f(xa), you can use Maclaurin expansions for g
    instead of general Taylor expansions for f.

26
Binomial series
27
If p is not a positive integer...
28
Fibonacci numbers
Everyone is probably familiar with the famous
sequence of Fibonacci numbers. The idea is that
you start with 1 (pair of) rabbit(s) the zeroth
month. The first month you still have 1 pair. But
then in the second month you have 11 2 pairs,
the third you have 1 2 3 pairs, the fourth, 2
3 5 pairs, etc... The pattern is that if you
have a pairs in the nth month, and a
pairs in the n1st month, then you will have
pairs in the n2nd month. The
first several terms of the sequence are thus 1,
1, 2, 3, 5, 8, 13, 21, 34, 55, etc... Is there a
general formula for a ?
n1
n
a a
n1
n
n
29
Generating functions
  • This is a common problem in many parts of
    mathematics and science. And a powerful method
    for solving such problems involves series --
    which in this case are called generating
    functions for their sequences.
  • For the Fibonacci numbers, we will simply define
    a function f(x) via the series

30
Recurrence relation
  • To do this, we'll use the fact that
    multiplication by x "shifts" the series for f(x)
    as follows
  • Now, subtract the second two from the first --
    almost everything will cancel because of the
    recurrence relation!

31
The result is...
32
Further...
33
Then use partial fractions to write
34
Work it out...
First
And
35
Now, recall that...
36
Our series for f(x) becomes
Write a Comment
User Comments (0)
About PowerShow.com