Representation of Functions by Power Series

Slides:



Advertisements
Similar presentations
Rational Functions Characteristics. What do you know about the polynomial f(x) = x + 1?
Advertisements

What is the sum of the following infinite series 1+x+x2+x3+…xn… where 0
11.4 – Infinite Geometric Series. Sum of an Infinite Geometric Series.
9.1 Power Series.
Unit 1 Review.
Copyright © Cengage Learning. All rights reserved.
Section 11.4 – Representing Functions with Power Series 10.5.
Geometric Sequences and Series
Notes Over 11.4 Infinite Geometric Sequences
Centroids Lesson Centroid Center of mass for a system  The point where all the mass seems to be concentrated  If the mass is of constant density.
Series and Convergence
12.4 – Find Sums of Infinite Geometric Series. Think about this… What will happen when n becomes really big? It will get closer and closer to zero.
Operations on Functions Lesson 3.5. Sums and Differences of Functions If f(x) = 3x + 7 and g(x) = x 2 – 5 then, h(x) = f(x) + g(x) = 3x (x 2 – 5)
Lesson 4-2 Operations on Functions. We can do some basic operations on functions.
Section 8.4a. A flashback to Section 6.5… We evaluated the following integral: This expansion technique is the method of partial fractions. Any rational.
Infinite Series Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. 11 Infinite Sequences and Series.
Section 8.2: Series Practice HW from Stewart Textbook (not to hand in) p. 575 # 9-15 odd, 19, 21, 23, 25, 31, 33.
Section 9.3 Convergence of Sequences and Series. Consider a general series The partial sums for a sequence, or string of numbers written The sequence.
Power Series Section 9.1a.
In this section, we investigate a specific new type of series that has a variable component.
Infinite Series Copyright © Cengage Learning. All rights reserved.
Do Now: #18 and 20 on p.466 Find the interval of convergence and the function of x represented by the given geometric series. This series will only converge.
9.1 Power Series Quick Review What you’ll learn about Geometric Series Representing Functions by Series Differentiation and Integration Identifying.
9.3 Geometric Sequences and Series. Common Ratio In the sequence 2, 10, 50, 250, 1250, ….. Find the common ratio.
Geometric Sequences and Series Notes 9.2. Notes 9.2 Geometric Sequences  a n =a 1 r n-1 a 1 is the first term r is the ratio n is the number of terms.
9.1 Power Series AP Calculus BC. This is an example of an infinite series. 1 1 Start with a square one unit by one unit: This series converges (approaches.
Section 1: Sequences & Series /units/unit-10-chp-11-sequences-series
Representation of functions by Power Series We will use the familiar converging geometric series form to obtain the power series representations of some.
Copyright © Cengage Learning. All rights reserved.
Ch 10.4: Even and Odd Functions
A power series with center c is an infinite series where x is a variable. For example, is a power series with center c = 2.
Bellwork.
Quadratic Inequalities
The Fundamental Theorems of Calculus
The Area Question and the Integral
Volumes of Revolution Disks and Washers
Clicker Question 1 The series A. converges absolutely.
Copyright © Cengage Learning. All rights reserved.
Representation of Functions by Power Series
Centroids Lesson 7.5.
Start with a square one unit by one unit:
Infinite Geometric Series
Comparison Tests Lesson 9.4.
For the geometric series below, what is the limit as n →∞ of the ratio of the n + 1 term to the n term?
Section 11.4 – Representing Functions with Power Series
Copyright © Cengage Learning. All rights reserved.
Find the sums of these geometric series:
Series and Convergence
Representation of Functions by Power Series (9.9)
Geometric Power Series
5.1 Power Series Method Section 5.1 p1.
Copyright © Cengage Learning. All rights reserved.
Clicker Question 1 The series A. converges absolutely.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Infinite Sequences and Series
9.3 (continue) Infinite Geometric Series
If x is a variable, then an infinite series of the form
6-1: Operations on Functions (+ – x ÷)
Example 1 – Solving a Trigonometric Equation
Copyright © Cengage Learning. All rights reserved.
The Fundamental Theorems of Calculus
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
12.3 Solving Radical Equations
Homework Lesson 5.3_page 296 # ALL.
Operations with Power Series
Find the interval of convergence of the series. {image}
Presentation transcript:

Representation of Functions by Power Series Lesson 8.9

Geometric Power Series Consider the function If we look at it carefully, it is very similar to: The sum of the infinite geometric series with a = 1, and r = x

Geometric Power Series By letting a = 1 and r = x, we get Where is this power series centered? At x = 0, for the interval -1 < x < 1 Note also that our original f(x) is defined for all x ≠ 1

Geometric Power Series Now we could center this at a value other than zero. What if we wanted to center it at x = -1? Approach: Begin with your center Adjust to make it equivalent to original function. Write it in the form Then a = r = [(x + 1)/2] So convergence would be for the interval

Geometric Power Series Try this out … find a power series for the function centered at c

Last one

Operations with Power Series Note the following rules

Using Geometric to write other Power Series Consider a function which can be broken into two using partial fractions Now determine two geometric power series which are added to give us a series for the original function

Another Example Find a power series for centered at 0. Solution: Using partial fractions, you can write f(x) as

Example 3 – Solution By adding the two geometric power series and cont’d By adding the two geometric power series and you obtain the following power series shown below. The interval of convergence for this power series is (–1, 1).

Assignment HW : p. 630 #’s 1-13 odd, 17-21 odd

Sum and Difference of power series Suppose that we have two functions defined by power series f(x) = a0 + a1(x - c) + a2(x - c)2 + a3(x - c)3 + … with radius of convergence R1 and g(x) = b0 + b1(x - c) + b2(x - c)2 + b3(x - c)3 + … with radius of convergence R2 , then

Product of power series Suppose that we have two functions defined by power series f(x) = a0 + a1(x - c) + a2(x - c)2 + a3(x - c)3 + … with radius of convergence R1 and g(x) = b0 + b1(x - c) + b2(x - c)2 + b3(x - c)3 + … with radius of convergence R2 , then f(x)g(x) = a0 b0 + [a1 b0 + a0 b1 ](x - c) + [a2 b0 + a1 b1 + a0 b2](x - c)2 + [a3 b0 + a2 b1 + a1b2 + a0 b3](x - c)3 + …

Try Another Try these … just for practice See Example 4 and Example 2