Learn how to use Desmos

Size: px
Start display at page:

Download "Learn how to use Desmos"

Transcription

1 Learn how to use Desmos Maclaurin and Taylor series 1 Go to Create an account (click on bottom near top right of screen) Change the grid settings (click on the spanner) to 1 x 3, 1 y 12 Get Desmos to sketch this graph y = 10 (1 exp ( x)) exp( x) means e x, and you find it under the "functions">"misc" button

2 Differential equations what they are 2 A differential equation is an equation which contains not just variables, like y and x, but also derivatives, like dy dx and d 2 y or even d 3 y. dx 2 dx 3 The differential equation d 2 s dx 2 = a (s=distance, x=time) we can solve exactly by integrating twice s = s 0 + ux ax 2 u=starting speed, s 0 =starting distance, usually 0. We always need to know some starting values to solve differential equations.

3 Differential equations Maclaurin series to solve them approximately 3 dy dx = 10 y is the equation for the speed y of a particle falling under gravity (taking g=10 for simplicity), slowed down by air resistance proportional to speed. Most differential equations can t be solved exactly. As it happens this equation can. Here s the solution, if y = 0 when x = 0. y = 10 (1 exp ( x)) But we ll take it as an example to find solutions by approximations like y = a 0 x + a 2 x 2 + a 3 x , called Maclaurin series, which get better as you go on to include higher powers of x.

4 Maclaurin series and graphs Falling particle, air resistance 4 dy dx = 10 y (1) y = 0 when x = 0. Plug into equation (1) to get dy dx x=0= 10. Add to our approximation the simplest function that makes dy right (=10) dx differentiate equation (1) with respect to x, to get d 2 y = dy dy. Plug in dx dx x=0= 10 when x=0, get dx 2 d 2 y dx 2 x=0 = 10. Add to our approximation the simplest function that makes d 2 y right dx 2 Continue to get d 3 y dx 3 x=0 and adding the simplest function that makes d 3 y dx 3 right...

5 Maclaurin series and graphs falling particle on the graph 5

6 Maclaurin series and graphs series for falling particle 6

7 Maclaurin approximations making graphs fit better and better 7 Even if you can t solve a differential equation, you can find polynomials which approximate the solution. 1. You get the polynomials by looking at how things work just in the tiniest neighbourhood of one point (x=0) 2. You get a better fit for a bigger range of x by making the polynomial of higher degree (including higher powers) 3. Each approximation builds on the previous ones (the coefficients of smaller powers don t change)

8 Maclaurin approximations an infinite series fits perfectly 8 The approximation gets good as you like, as long as you go to big enough powers. Then the solution to the equation equals the infinite series. y = a 0 + a 1 x + a 2 x 2 + a 3 x a n x n +... So this infinite series is an exact solution to the problem we started with 10(x 1 2 x ( 1) n+1 1 n! x n +...)

9 Maclaurin series formulas 9 a n = 1 n! d n y dx n x=0 for the Maclaurin approximations y = a 0 + a 1 x + a 2 x 2 + a 3 x a n x n +... d n y can also be written as y (n) (0), or, if y = f (x), as dx n n! f (0), f (0), f (0), etc.

10 Maclaurin series formulas 10 Zero th approximation y = a 0 is "anchored" by being the simplest formula which has y correct at x = 0, so a 0 = y x=0 First approximation y = a 0 + a 1 x is "anchored" by also having dy correct at x = 0, so a dx 1 = dy dx x=0 Second approximation y = a 0 + a 1 x + a 2 x 2 is "anchored" by also having d 2 y correct at x = 0, so dx 2 a 2 = 1 d 2 y 2 dx 2 x=0 Third approximation y = a 0 + a 1 x + a 2 x 2 + a 3 x 3 is "anchored" by also having d 3 y correct at x = 0, so dx 3 a 3 = 1 d 3 y 3! dx 3 x=0... Example: y = 10x x x 3 10 x ! 3! 4!

11 Maclaurin series and graphs resistance = 2my 11 Use the same method to sketch approximations y = a 0 + a 1 x + a 2 x 2 + a 3 x when air resistance = 2ym, so, using g=10: = 10 2y and y = 0 when x = 0 dy dx 1. a 0 = 0 (makes approximation right when x=0) 2. plug that y = 0 into the differential equation, get dy dx when x=0, choose a 1 to make that right 3. differentiate equation (1), plug in values for y and dy dx when x=0, get d 2 y when x = 0, choose a 2 to make dx 2 that right 4. differentiate the new equation, plug in values for y, dy d 2 y dx 2 that right... when x=0, get d 3 y dx 3 when x=0, choose a 3 to make dx,

12 Maclaurin series and graphs resistance = 2my 12

13 Maclaurin series and graphs resistance = ym, starting speed 2 13 Air resistance = ym, and the particle is thrown downwards at a starting speed of 2 ms 1. Use g=10; x = time. The differential equation is: dy = 10 y and y = 2 wnen x = 0 dx 1. choose a 0 to make y right (=2) when x=0 2. plug that y = 2 into the differential equation and get dy when x=0, choose a dx 1 to make that right 3. differentiate equation, plug in values for y and dy dx when x=0, get d 2 y when x=0, choose a dx 2 2 to make that right 4. differentiate the new equation, plug in values for y, dy and d 2 y when x=0, get d 3 y when x=0, choose a dx 2 dx 3 3 to make that right... dx,

14 Maclaurin series and graphs starting speed 2 14

15 Maclaurin series for functions examples 15 We could start with an ordinary equation y = e x or y = sin x or and get a Maclaurin series by choosing a 0 = y x=0, a 1 = dy dx x=0, a 2 = d 2 y dx 2 x=0, a 3 = d 3 y dx 3 x=0, etc. We can "code" every well-behaved-enough function by better-and-better polynomial approximations, or exactly by an infinite series. Why bother? Because to calculate e.g. e x or sin x we need to break the calculations down into adding, subtracting, multiplying, and dividing. It s like being able to "code" every real number as a decimal: 1 = 0.5, 1 = , π = = , e = , etc.

16 Maclaurin series e x 16 a n = 1 n! d n y dx n x=0 for the Maclaurin approximations d n y dx n y = a 0 + a 1 x + a 2 x 2 + a 3 x a n x n +... can also be written as y (n) (0), or, if y = f (x), as f (0), f (0), f (0), etc. Calculate a Maclaurin series for y = e x

17 Maclaurin series e x 17

18 Maclaurin series sin x 18 Notice the approximation can even learn to "turn round". The best (red) approximation is y = x x 3 + x 5 x 7 + x 9 3! 5! 7! 9!

19 Maclaurin series shortcuts 19 The Maclaurin series for y = x e x can be got in the same way as the ones we ve done so far, by differentiating again and again and then putting x = 0. Or by a shortcut: just multiply the series for y = e x through by x. Do it both ways and confirm you get the same answer

20 Maclaurin series x e x 20

21 Maclaurin series shortcuts 21 Get these Maclaurin series (terms up to x 4 ) both by differentiating again and again and by the shortcut indicated. 1. y = e x 2. Shortcut: put x 2 in place of x in series for y = e x 2. y = sin (x 2 ). Shortcut: put x 2 in place of x in series for y = sin x 3. y = x sin x. Shortcut: multiply the series for y = sin x through by x 4. y = sin 2 x = (sin x) 2. Shortcut: write out two identical series for sin x, and then multiply them together.

22 Maclaurin series bounds to validity 22 Calculate Maclaurin approximations for y = 1 1 x. Our answers for e x, xe x, and sin x are valid for all values of x. This one isn t. Which values of x is it valid for?

23 Maclaurin series bounds to validity 23 What is the infinite Maclaurin series for y = 1 1+x 2? Which values of x does this work for?

24 Maclaurin series bounds to validity 24 For these functions, for what range of x do you think will the Maclaurin series will be good? y = 1 1 2x y = 1 4+x 2 Maclaurin series are valid within a circle in the complex plane, centre 0, and radius limited by the nearest point in the complex plane where the function blows up. Extreme case: y = e 1 z 2 blows up at x=0. e 1 z 2 approaches 0 if z moves towards 0 along the real axis, but approaches if z moves towards 0 along the imaginary axis, so the Maclaurin series is valid in a circle of radius... zero.

25 Maclaurin series from function and from diff eq 25 Calculate Maclaurin series up to the x 5 term for y = cos x y = cos x is also the solution to the differential equation d 2 y dx 2 = y with y = 1 and dy = 0 when x=0. dx Get the same Maclaurin series from the differential equation

26 Maclaurin series for ln(1 + x) 26 Calculate the Maclaurin series for y = ln(1 + x)

27 Maclaurin series for numerical approximations 27 e x 1 + x + x 2 2! + x 3 3! + x 4 4! + x 5 5! cos x 1 x 2 2! + x 4 4! sin x x x 3 3! + x 5 5! Use these approximations to calculate e, sin π 6, and cos π 6, and compare your answers with what you get from your calculator (set to radians).

28 Differential equation problems from the textbook 28 Exercise 6E, page 122. Q.1. Find a series solution, in ascending powers of x up to and including the term in x 4, for the differential equation d 2 y dx 2 = x + 2y given at x=0, y=1 and dy dx = 1 Q.4. Find a series solution in ascending powers up to x 4 for d 2 y dx + x dy 2 dx + y = 0 given that at x=0 y = 1, dy dx = 2

29 Answers to problems Textbook p y = 1 + x + x x x y = 1 + 2x 1 2 x x x

30 More differential equation problems from the textbook 30 Exercise 6E, page 122. Q.2. The variable y satisfies (1 + x 2 ) d 2 y dx 2 + x dy dx = 0 and at x=0 y = 0, dy = 1. Find a series expansion for dx y in ascending powers of x up to and including the term in x 3 3. Given that y satisfies the differential equation dy dx + y ex = 0 and that at x=0, y = 2, find a series solution for y in ascending powers of x up to and including the term in x 3

31 Answers to problems Textbook p y = x 1 6 x y = 2 x + x x

32 Function problems from the textbook 32 (Q.4 from textbook, p.111): Using the series expansions for ln(1 + x), find, correct to 3 decimal places, the value of ln( 6 5 ) (Q.5 from textbook, p.111): Use Maclaurin s expansion and differentiation to expand, in ascending powers of x up to and including the term in x 4 : (a) e 3x ; (b) ln(1 + 2x); (c) sin 2 x [Note: sin 2 x means (sin x) 2 ]

33 Function problems from the textbook 33 (Example 8 from textbook, p.113): Given that terms in x n may be neglected for n > 4, use the series for e x and sin x to show that: e sin x 1 + x + x 2 2 x 4 8 [Note: means "is approximately equal to".] Find the first few terms of a Maclaurin series for y = (1 x) 2 (Q.8 from textbook, p.114) Expand sin x (1 x) 2 ascending powers of x as far as the term in x 4 by considering the product of the expansions of sin x and (1 x) 2. in

34 Taylor series Like Maclaurin, but centred somewhere 0 34 If y = ln z, or y = 1, or y = 1, we can t calculate a z z 2 Maclaurin series. Those functions blow up at z=0 But we can calculate ln(1 + x) = x + x 2 + x 3 + x Put z = 1 + x, and it translates into a series for ln z in powers of (z 1) Write out that series Say what range of z it is valid for By a similar method, get a series for 1 in powers of z (z 1), and say what range of z it s valid for. By a similar method, get a series for 1 in powers of z 2 (z 1), and say what range of z it s valid for. A series for f(x) like a Maclaurin series, but in powers of (x b) with b 0 rather than powers of x, is called a Taylor series.

35 Taylor series Another way of calculating 35 We may want a series for y = f (x) in powers of (x b) rather than powers of x. That may be because f (x) blows up at x = 0 but is ok at x = b. Or because we know f (b) and want an approximation for f (x) for values of x close to b. There are two ways of getting the series in powers of (x b). Put z = x b so y = f (z + b), get a Maclaurin series for f (z + b) in terms of powers of z, then substitute back x b for z. Or work out the series directly from this formula y = c 0 + c 1 (x b) + c 2 (x b) 2 + c 3 (x b) c n = 1 n! d n y dx n x=b

36 2 ways of getting Taylor series y = sin x in powers of (x π) 36 Maclaurin formula sin(z + π) = z + z Put x = z + π Taylor formula y = c 0 +c 1 (x π)+c 2 (x π) c n = 1 n! d n dx n (sin x) x=π c 1 = cos π, c 2 = 1 2 sin π... y = (x π) + (x π) y = (x π) + (x π) Calculate a series for y = cos x in powers of (x π) up to (x π) 2 by either method. Use your answer to get an approximation for cos(3.2).

37 Taylor series for y = sin x in powers of (x π 4 ) 37 Calculate (whichever way you like) a Taylor series for y = sin x in powers of (x π 4 ) up to the term in (x π 4 )3 y = c 0 + c 1 (x π 4 ) + c 2(x π 4 )2 + c 3 (x π 4 ) Use your answer to get an approximations for sin π and 3 sin π, and check your answers against what you get from 6 your calculator.

38 Practice problems 1 from FP2 book Review Exercises 2 38

39 Practice problems 2 from FP2 book Review Exercises 2 39

40 Practice problems 3 from FP2 book Review Exercises 2 40

Properties of a Taylor Polynomial

Properties of a Taylor Polynomial 3.4.4: Still Better Approximations: Taylor Polynomials Properties of a Taylor Polynomial Constant: f (x) f (a) Linear: f (x) f (a) + f (a)(x a) Quadratic: f (x) f (a) + f (a)(x a) + 1 2 f (a)(x a) 2 3.4.4:

More information

Math 113 (Calculus 2) Exam 4

Math 113 (Calculus 2) Exam 4 Math 3 (Calculus ) Exam 4 November 0 November, 009 Sections 0, 3 7 Name Student ID Section Instructor In some cases a series may be seen to converge or diverge for more than one reason. For such problems

More information

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form Taylor Series Given a function f(x), we would like to be able to find a power series that represents the function. For example, in the last section we noted that we can represent e x by the power series

More information

AP Calculus Chapter 9: Infinite Series

AP Calculus Chapter 9: Infinite Series AP Calculus Chapter 9: Infinite Series 9. Sequences a, a 2, a 3, a 4, a 5,... Sequence: A function whose domain is the set of positive integers n = 2 3 4 a n = a a 2 a 3 a 4 terms of the sequence Begin

More information

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes.

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. SECTION A 1. State the maximal domain and range of the function f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. 2. By evaluating f(0),

More information

Section Taylor and Maclaurin Series

Section Taylor and Maclaurin Series Section.0 Taylor and Maclaurin Series Ruipeng Shen Feb 5 Taylor and Maclaurin Series Main Goal: How to find a power series representation for a smooth function us assume that a smooth function has a power

More information

Subsequences and Limsups. Some sequences of numbers converge to limits, and some do not. For instance,

Subsequences and Limsups. Some sequences of numbers converge to limits, and some do not. For instance, Subsequences and Limsups Some sequences of numbers converge to limits, and some do not. For instance,,, 3, 4, 5,,... converges to 0 3, 3., 3.4, 3.4, 3.45, 3.459,... converges to π, 3,, 3.,, 3.4,... does

More information

Constructing Taylor Series

Constructing Taylor Series Constructing Taylor Series 8-8-200 The Taylor series for fx at x = c is fc + f cx c + f c 2! x c 2 + f c x c 3 + = 3! f n c x c n. By convention, f 0 = f. When c = 0, the series is called a Maclaurin series.

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

Math 113 Winter 2005 Key

Math 113 Winter 2005 Key Name Student Number Section Number Instructor Math Winter 005 Key Departmental Final Exam Instructions: The time limit is hours. Problem consists of short answer questions. Problems through are multiple

More information

July 21 Math 2254 sec 001 Summer 2015

July 21 Math 2254 sec 001 Summer 2015 July 21 Math 2254 sec 001 Summer 2015 Section 8.8: Power Series Theorem: Let a n (x c) n have positive radius of convergence R, and let the function f be defined by this power series f (x) = a n (x c)

More information

TAYLOR AND MACLAURIN SERIES

TAYLOR AND MACLAURIN SERIES TAYLOR AND MACLAURIN SERIES. Introduction Last time, we were able to represent a certain restricted class of functions as power series. This leads us to the question: can we represent more general functions

More information

Section 9.7 and 9.10: Taylor Polynomials and Approximations/Taylor and Maclaurin Series

Section 9.7 and 9.10: Taylor Polynomials and Approximations/Taylor and Maclaurin Series Section 9.7 and 9.10: Taylor Polynomials and Approximations/Taylor and Maclaurin Series Power Series for Functions We can create a Power Series (or polynomial series) that can approximate a function around

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson JUST THE MATHS UNIT NUMBER.5 DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) by A.J.Hobson.5. Maclaurin s series.5. Standard series.5.3 Taylor s series.5.4 Exercises.5.5 Answers to exercises

More information

MATH 1231 MATHEMATICS 1B CALCULUS. Section 5: - Power Series and Taylor Series.

MATH 1231 MATHEMATICS 1B CALCULUS. Section 5: - Power Series and Taylor Series. MATH 1231 MATHEMATICS 1B CALCULUS. Section 5: - Power Series and Taylor Series. The objective of this section is to become familiar with the theory and application of power series and Taylor series. By

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES In section 11.9, we were able to find power series representations for a certain restricted class of functions. INFINITE SEQUENCES AND SERIES

More information

Power Series. x n. Using the ratio test. n n + 1. x n+1 n 3. = lim x. lim n + 1. = 1 < x < 1. Then r = 1 and I = ( 1, 1) ( 1) n 1 x n.

Power Series. x n. Using the ratio test. n n + 1. x n+1 n 3. = lim x. lim n + 1. = 1 < x < 1. Then r = 1 and I = ( 1, 1) ( 1) n 1 x n. .8 Power Series. n x n x n n Using the ratio test. lim x n+ n n + lim x n n + so r and I (, ). By the ratio test. n Then r and I (, ). n x < ( ) n x n < x < n lim x n+ n (n + ) x n lim xn n (n + ) x

More information

Numerical Methods of Approximation

Numerical Methods of Approximation Contents 31 Numerical Methods of Approximation 31.1 Polynomial Approximations 2 31.2 Numerical Integration 28 31.3 Numerical Differentiation 58 31.4 Nonlinear Equations 67 Learning outcomes In this Workbook

More information

Second-Order Homogeneous Linear Equations with Constant Coefficients

Second-Order Homogeneous Linear Equations with Constant Coefficients 15 Second-Order Homogeneous Linear Equations with Constant Coefficients A very important class of second-order homogeneous linear equations consists of those with constant coefficients; that is, those

More information

Purdue University Study Guide for MA Credit Exam

Purdue University Study Guide for MA Credit Exam Purdue University Study Guide for MA 60 Credit Exam Students who pass the credit exam will gain credit in MA60. The credit exam is a twohour long exam with 5 multiple choice questions. No books or notes

More information

Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function.

Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function. Taylor Series (Sect. 10.8) Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function. Review: Power series define functions Remarks:

More information

3.4 Introduction to power series

3.4 Introduction to power series 3.4 Introduction to power series Definition 3.4.. A polynomial in the variable x is an expression of the form n a i x i = a 0 + a x + a 2 x 2 + + a n x n + a n x n i=0 or a n x n + a n x n + + a 2 x 2

More information

Completion Date: Monday February 11, 2008

Completion Date: Monday February 11, 2008 MATH 4 (R) Winter 8 Intermediate Calculus I Solutions to Problem Set #4 Completion Date: Monday February, 8 Department of Mathematical and Statistical Sciences University of Alberta Question. [Sec..9,

More information

(c) Find the equation of the degree 3 polynomial that has the same y-value, slope, curvature, and third derivative as ln(x + 1) at x = 0.

(c) Find the equation of the degree 3 polynomial that has the same y-value, slope, curvature, and third derivative as ln(x + 1) at x = 0. Chapter 7 Challenge problems Example. (a) Find the equation of the tangent line for ln(x + ) at x = 0. (b) Find the equation of the parabola that is tangent to ln(x + ) at x = 0 (i.e. the parabola has

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter 2 Infinite series, improper integrals, and Taylor series 2. Introduction to series In studying calculus, we have explored a variety of functions. Among the most basic are polynomials, i.e. functions

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Background We have seen that some power series converge. When they do, we can think of them as

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

Ma 530 Power Series II

Ma 530 Power Series II Ma 530 Power Series II Please note that there is material on power series at Visual Calculus. Some of this material was used as part of the presentation of the topics that follow. Operations on Power Series

More information

Worksheet 9. Topics: Taylor series; using Taylor polynomials for approximate computations. Polar coordinates.

Worksheet 9. Topics: Taylor series; using Taylor polynomials for approximate computations. Polar coordinates. ATH 57H Spring 0 Worksheet 9 Topics: Taylor series; using Taylor polynomials for approximate computations. Polar coordinates.. Let f(x) = +x. Find f (00) (0) - the 00th derivative of f at point x = 0.

More information

CHALLENGE! (0) = 5. Construct a polynomial with the following behavior at x = 0:

CHALLENGE! (0) = 5. Construct a polynomial with the following behavior at x = 0: TAYLOR SERIES Construct a polynomial with the following behavior at x = 0: CHALLENGE! P( x) = a + ax+ ax + ax + ax 2 3 4 0 1 2 3 4 P(0) = 1 P (0) = 2 P (0) = 3 P (0) = 4 P (4) (0) = 5 Sounds hard right?

More information

Power series and Taylor series

Power series and Taylor series Power series and Taylor series D. DeTurck University of Pennsylvania March 29, 2018 D. DeTurck Math 104 002 2018A: Series 1 / 42 Series First... a review of what we have done so far: 1 We examined series

More information

Checking your answers in FP3

Checking your answers in FP3 Checking your answers in FP3 and FP2 General guidelines for quick checks on answers Where you can, substitute your answer back into the question. If it s an indefinite integral, differentiate it and see

More information

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I MA Practice Final Answers in Red 4/8/ and 4/9/ Name Note: Final Exam is at :45 on Tuesday, 5// (This is the Final Exam time reserved for our labs). From Practice Test I Consider the integral 5 x dx. Sketch

More information

MAC 2311 Calculus I Spring 2004

MAC 2311 Calculus I Spring 2004 MAC 2 Calculus I Spring 2004 Homework # Some Solutions.#. Since f (x) = d dx (ln x) =, the linearization at a = is x L(x) = f() + f ()(x ) = ln + (x ) = x. The answer is L(x) = x..#4. Since e 0 =, and

More information

Example 1 Which of these functions are polynomials in x? In the case(s) where f is a polynomial,

Example 1 Which of these functions are polynomials in x? In the case(s) where f is a polynomial, 1. Polynomials A polynomial in x is a function of the form p(x) = a 0 + a 1 x + a 2 x 2 +... a n x n (a n 0, n a non-negative integer) where a 0, a 1, a 2,..., a n are constants. We say that this polynomial

More information

Math 112 Rahman. Week Taylor Series Suppose the function f has the following power series:

Math 112 Rahman. Week Taylor Series Suppose the function f has the following power series: Math Rahman Week 0.8-0.0 Taylor Series Suppose the function f has the following power series: fx) c 0 + c x a) + c x a) + c 3 x a) 3 + c n x a) n. ) Can we figure out what the coefficients are? Yes, yes

More information

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required.

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required. Revision Checklist Unit C2: Core Mathematics 2 Unit description Algebra and functions; coordinate geometry in the (x, y) plane; sequences and series; trigonometry; exponentials and logarithms; differentiation;

More information

2t t dt.. So the distance is (t2 +6) 3/2

2t t dt.. So the distance is (t2 +6) 3/2 Math 8, Solutions to Review for the Final Exam Question : The distance is 5 t t + dt To work that out, integrate by parts with u t +, so that t dt du The integral is t t + dt u du u 3/ (t +) 3/ So the

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1.

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1. 10.1 Sequences Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1 Examples: EX1: Find a formula for the general term a n of the sequence,

More information

n=1 ( 2 3 )n (a n ) converges by direct comparison to

n=1 ( 2 3 )n (a n ) converges by direct comparison to . (a) n = a n converges, so we know that a n =. Therefore, for n large enough we know that a n

More information

TAYLOR SERIES [SST 8.8]

TAYLOR SERIES [SST 8.8] TAYLOR SERIES [SST 8.8] TAYLOR SERIES: Every function f C (c R, c + R) has a unique Taylor series about x = c of the form: f (k) (c) f(x) = (x c) k = f(c) + f (c) (x c) + f (c) (x c) 2 + f (c) (x c) 3

More information

Lesson 9 Exploring Graphs of Quadratic Functions

Lesson 9 Exploring Graphs of Quadratic Functions Exploring Graphs of Quadratic Functions Graph the following system of linear inequalities: { y > 1 2 x 5 3x + 2y 14 a What are three points that are solutions to the system of inequalities? b Is the point

More information

Mathematic 108, Fall 2015: Solutions to assignment #7

Mathematic 108, Fall 2015: Solutions to assignment #7 Mathematic 08, Fall 05: Solutions to assignment #7 Problem # Suppose f is a function with f continuous on the open interval I and so that f has a local maximum at both x = a and x = b for a, b I with a

More information

Math 115 HW #5 Solutions

Math 115 HW #5 Solutions Math 5 HW #5 Solutions From 29 4 Find the power series representation for the function and determine the interval of convergence Answer: Using the geometric series formula, f(x) = 3 x 4 3 x 4 = 3(x 4 )

More information

Math 181, Exam 2, Study Guide 2 Problem 1 Solution. 1 + dx. 1 + (cos x)2 dx. 1 + cos2 xdx. = π ( 1 + cos π 2

Math 181, Exam 2, Study Guide 2 Problem 1 Solution. 1 + dx. 1 + (cos x)2 dx. 1 + cos2 xdx. = π ( 1 + cos π 2 Math 8, Exam, Study Guide Problem Solution. Use the trapezoid rule with n to estimate the arc-length of the curve y sin x between x and x π. Solution: The arclength is: L b a π π + ( ) dy + (cos x) + cos

More information

MATH 408N PRACTICE MIDTERM 1

MATH 408N PRACTICE MIDTERM 1 02/0/202 Bormashenko MATH 408N PRACTICE MIDTERM Show your work for all the problems. Good luck! () (a) [5 pts] Solve for x if 2 x+ = 4 x Name: TA session: Writing everything as a power of 2, 2 x+ = (2

More information

Polynomial Approximations and Power Series

Polynomial Approximations and Power Series Polynomial Approximations and Power Series June 24, 206 Tangent Lines One of the first uses of the derivatives is the determination of the tangent as a linear approximation of a differentiable function

More information

Let s Get Series(ous)

Let s Get Series(ous) Department of Mathematics, Computer Science, and Statistics Bloomsburg University Bloomsburg, Pennsylvania 785 Let s Get Series(ous) Summary Presenting infinite series can be (used to be) a tedious and

More information

7.2 Solving Systems with Graphs Name: Date: Goal: to use the graphs of linear equations to solve linear systems. Main Ideas:

7.2 Solving Systems with Graphs Name: Date: Goal: to use the graphs of linear equations to solve linear systems. Main Ideas: 7.2 Solving Systems with Graphs Name: Date: Goal: to use the graphs of linear equations to solve linear systems Toolkit: graphing lines rearranging equations substitution Main Ideas: Definitions: Linear

More information

AP Calculus Testbank (Chapter 9) (Mr. Surowski)

AP Calculus Testbank (Chapter 9) (Mr. Surowski) AP Calculus Testbank (Chapter 9) (Mr. Surowski) Part I. Multiple-Choice Questions n 1 1. The series will converge, provided that n 1+p + n + 1 (A) p > 1 (B) p > 2 (C) p >.5 (D) p 0 2. The series

More information

STEP Support Programme. Pure STEP 3 Solutions

STEP Support Programme. Pure STEP 3 Solutions STEP Support Programme Pure STEP 3 Solutions S3 Q6 Preparation Completing the square on gives + + y, so the centre is at, and the radius is. First draw a sketch of y 4 3. This has roots at and, and you

More information

Taylor Series. Math114. March 1, Department of Mathematics, University of Kentucky. Math114 Lecture 18 1/ 13

Taylor Series. Math114. March 1, Department of Mathematics, University of Kentucky. Math114 Lecture 18 1/ 13 Taylor Series Math114 Department of Mathematics, University of Kentucky March 1, 2017 Math114 Lecture 18 1/ 13 Given a function, can we find a power series representation? Math114 Lecture 18 2/ 13 Given

More information

Math 126: Course Summary

Math 126: Course Summary Math 126: Course Summary Rich Schwartz August 19, 2009 General Information: Math 126 is a course on complex analysis. You might say that complex analysis is the study of what happens when you combine calculus

More information

8.7 MacLaurin Polynomials

8.7 MacLaurin Polynomials 8.7 maclaurin polynomials 67 8.7 MacLaurin Polynomials In this chapter you have learned to find antiderivatives of a wide variety of elementary functions, but many more such functions fail to have an antiderivative

More information

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved.

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved. 11.10 Taylor and Maclaurin Series Copyright Cengage Learning. All rights reserved. We start by supposing that f is any function that can be represented by a power series f(x)= c 0 +c 1 (x a)+c 2 (x a)

More information

Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes

Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Infinite

More information

Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes

Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Infinite

More information

The definite integral gives the area under the curve. Simplest use of FTC1: derivative of integral is original function.

The definite integral gives the area under the curve. Simplest use of FTC1: derivative of integral is original function. 5.3: The Fundamental Theorem of Calculus EX. Given the graph of f, sketch the graph of x 0 f(t) dt. The definite integral gives the area under the curve. EX 2. Find the derivative of g(x) = x 0 + t 2 dt.

More information

Math 113 Winter 2005 Departmental Final Exam

Math 113 Winter 2005 Departmental Final Exam Name Student Number Section Number Instructor Math Winter 2005 Departmental Final Exam Instructions: The time limit is hours. Problem consists of short answer questions. Problems 2 through are multiple

More information

Math Practice Exam 3 - solutions

Math Practice Exam 3 - solutions Math 181 - Practice Exam 3 - solutions Problem 1 Consider the function h(x) = (9x 2 33x 25)e 3x+1. a) Find h (x). b) Find all values of x where h (x) is zero ( critical values ). c) Using the sign pattern

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Multiple Choice Answers. MA 114 Calculus II Spring 2013 Final Exam 1 May Question

Multiple Choice Answers. MA 114 Calculus II Spring 2013 Final Exam 1 May Question MA 114 Calculus II Spring 2013 Final Exam 1 May 2013 Name: Section: Last 4 digits of student ID #: This exam has six multiple choice questions (six points each) and five free response questions with points

More information

MAT137 Calculus! Lecture 48

MAT137 Calculus! Lecture 48 official website http://uoft.me/mat137 MAT137 Calculus! Lecture 48 Today: Taylor Series Applications Next: Final Exams Important Taylor Series and their Radii of Convergence 1 1 x = e x = n=0 n=0 x n n!

More information

x n+1 = ( x n + ) converges, then it converges to α. [2]

x n+1 = ( x n + ) converges, then it converges to α. [2] 1 A Level - Mathematics P 3 ITERATION ( With references and answers) [ Numerical Solution of Equation] Q1. The equation x 3 - x 2 6 = 0 has one real root, denoted by α. i) Find by calculation the pair

More information

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

More information

Fall 2016, MA 252, Calculus II, Final Exam Preview Solutions

Fall 2016, MA 252, Calculus II, Final Exam Preview Solutions Fall 6, MA 5, Calculus II, Final Exam Preview Solutions I will put the following formulas on the front of the final exam, to speed up certain problems. You do not need to put them on your index card, and

More information

Advanced Calculus Questions

Advanced Calculus Questions Advanced Calculus Questions What is here? This is a(n evolving) collection of challenging calculus problems. Be warned - some of these questions will go beyond the scope of this course. Particularly difficult

More information

Section 1.4 Circles. Objective #1: Writing the Equation of a Circle in Standard Form.

Section 1.4 Circles. Objective #1: Writing the Equation of a Circle in Standard Form. 1 Section 1. Circles Objective #1: Writing the Equation of a Circle in Standard Form. We begin by giving a definition of a circle: Definition: A Circle is the set of all points that are equidistant from

More information

Taylor series. Chapter Introduction From geometric series to Taylor polynomials

Taylor series. Chapter Introduction From geometric series to Taylor polynomials Chapter 2 Taylor series 2. Introduction The topic of this chapter is find approximations of functions in terms of power series, also called Taylor series. Such series can be described informally as infinite

More information

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ.

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ. 4 Legendre Functions In order to investigate the solutions of Legendre s differential equation d ( µ ) dθ ] ] + l(l + ) m dµ dµ µ Θ = 0. (4.) consider first the case of m = 0 where there is no azimuthal

More information

Math 10C - Fall Final Exam

Math 10C - Fall Final Exam Math 1C - Fall 217 - Final Exam Problem 1. Consider the function f(x, y) = 1 x 2 (y 1) 2. (i) Draw the level curve through the point P (1, 2). Find the gradient of f at the point P and draw the gradient

More information

HEINEMANN HIGHER CHECKLIST

HEINEMANN HIGHER CHECKLIST St Ninian s High School HEINEMANN HIGHER CHECKLIST I understand this part of the course = I am unsure of this part of the course = Name Class Teacher I do not understand this part of the course = Topic

More information

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Introduction: In applications, it often turns out that one cannot solve the differential equations or antiderivatives that show up in the real

More information

Power Series. Part 2 Differentiation & Integration; Multiplication of Power Series. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 2 Differentiation & Integration; Multiplication of Power Series. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 2 Differentiation & Integration; Multiplication of Power Series 1 Theorem 1 If a n x n converges absolutely for x < R, then a n f x n converges absolutely for any continuous function

More information

5.2 Infinite Series Brian E. Veitch

5.2 Infinite Series Brian E. Veitch 5. Infinite Series Since many quantities show up that cannot be computed exactly, we need some way of representing it (or approximating it). One way is to sum an infinite series. Recall that a n is the

More information

Math 142, Final Exam. 12/7/10.

Math 142, Final Exam. 12/7/10. Math 4, Final Exam. /7/0. No notes, calculator, or text. There are 00 points total. Partial credit may be given. Write your full name in the upper right corner of page. Number the pages in the upper right

More information

Mark Scheme (Results) January 2007

Mark Scheme (Results) January 2007 Mark Scheme (Results) January 007 GCE GCE Mathematics Core Mathematics C (666) Edexcel Limited. Registered in England and Wales No. 96750 Registered Office: One90 High Holborn, London WCV 7BH January 007

More information

(x + 3)(x 1) lim(x + 3) = 4. lim. (x 2)( x ) = (x 2)(x + 2) x + 2 x = 4. dt (t2 + 1) = 1 2 (t2 + 1) 1 t. f(x) = lim 3x = 6,

(x + 3)(x 1) lim(x + 3) = 4. lim. (x 2)( x ) = (x 2)(x + 2) x + 2 x = 4. dt (t2 + 1) = 1 2 (t2 + 1) 1 t. f(x) = lim 3x = 6, Math 140 MT1 Sample C Solutions Tyrone Crisp 1 (B): First try direct substitution: you get 0. So try to cancel common factors. We have 0 x 2 + 2x 3 = x 1 and so the it as x 1 is equal to (x + 3)(x 1),

More information

Partial Fractions. (Do you see how to work it out? Substitute u = ax + b, so du = a dx.) For example, 1 dx = ln x 7 + C, x x (x 3)(x + 1) = a

Partial Fractions. (Do you see how to work it out? Substitute u = ax + b, so du = a dx.) For example, 1 dx = ln x 7 + C, x x (x 3)(x + 1) = a Partial Fractions 7-9-005 Partial fractions is the opposite of adding fractions over a common denominator. It applies to integrals of the form P(x) dx, wherep(x) and Q(x) are polynomials. Q(x) The idea

More information

A2 HW Imaginary Numbers

A2 HW Imaginary Numbers Name: A2 HW Imaginary Numbers Rewrite the following in terms of i and in simplest form: 1) 100 2) 289 3) 15 4) 4 81 5) 5 12 6) -8 72 Rewrite the following as a radical: 7) 12i 8) 20i Solve for x in simplest

More information

2.5 The Fundamental Theorem of Algebra.

2.5 The Fundamental Theorem of Algebra. 2.5. THE FUNDAMENTAL THEOREM OF ALGEBRA. 79 2.5 The Fundamental Theorem of Algebra. We ve seen formulas for the (complex) roots of quadratic, cubic and quartic polynomials. It is then reasonable to ask:

More information

Infinite Series. Copyright Cengage Learning. All rights reserved.

Infinite Series. Copyright Cengage Learning. All rights reserved. Infinite Series Copyright Cengage Learning. All rights reserved. Taylor and Maclaurin Series Copyright Cengage Learning. All rights reserved. Objectives Find a Taylor or Maclaurin series for a function.

More information

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5 8.4 1 8.4 Partial Fractions Consider the following integral. 13 2x (1) x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that 13 2x (2) x 2 x 2 = 3 x 2 5 x + 1 We could then

More information

Numerical differentiation

Numerical differentiation Numerical differentiation Paul Seidel 1801 Lecture Notes Fall 011 Suppose that we have a function f(x) which is not given by a formula but as a result of some measurement or simulation (computer experiment)

More information

Please bring the task to your first physics lesson and hand it to the teacher.

Please bring the task to your first physics lesson and hand it to the teacher. Pre-enrolment task for 2014 entry Physics Why do I need to complete a pre-enrolment task? This bridging pack serves a number of purposes. It gives you practice in some of the important skills you will

More information

BHASVIC MαTHS. Convert the below into the form ax m + bx n : (b) (c) (e) (f)

BHASVIC MαTHS. Convert the below into the form ax m + bx n : (b) (c) (e) (f) Convert the below into the form ax m + bx n : (a) 1+5x 4x 1 (b) 3x 4 x x 3 (c) 4 16x 3 3 27x 3 2x 2 (d) 4 5x 3x 2 (e) (f) 4x 3 1 2x 3 x 4x+ 81x2 9 x 2 Co-ordinate Geometry line The equation of straight

More information

Name. Instructor K. Pernell 1. Berkeley City College Due: HW 4 - Chapter 11 - Infinite Sequences and Series. Write the first four terms of {an}.

Name. Instructor K. Pernell 1. Berkeley City College Due: HW 4 - Chapter 11 - Infinite Sequences and Series. Write the first four terms of {an}. Berkeley City College Due: HW 4 - Chapter 11 - Infinite Sequences and Series Name Write the first four terms of {an}. 1) an = (-1)n n 2) an = n + 1 3n - 1 3) an = sin n! 3 Determine whether the sequence

More information

1.10 Continuity Brian E. Veitch

1.10 Continuity Brian E. Veitch 1.10 Continuity Definition 1.5. A function is continuous at x = a if 1. f(a) exists 2. lim x a f(x) exists 3. lim x a f(x) = f(a) If any of these conditions fail, f is discontinuous. Note: From algebra

More information

Problem Set 1 October 30, 2017

Problem Set 1 October 30, 2017 1. e π can be calculated from e x = x n. But that s not a good approximation method. The n! reason is that π is not small compared to 1. If you want O(0.1) accuracy, then the last term you need to include

More information

Avon High School Name AP Calculus AB Summer Review Packet Score Period

Avon High School Name AP Calculus AB Summer Review Packet Score Period Avon High School Name AP Calculus AB Summer Review Packet Score Period f 4, find:.) If a.) f 4 f 4 b.) Topic A: Functions f c.) f h f h 4 V r r a.) V 4.) If, find: b.) V r V r c.) V r V r.) If f and g

More information

Instructor Quick Check: Question Block 12

Instructor Quick Check: Question Block 12 Instructor Quick Check: Question Block 2 How to Administer the Quick Check: The Quick Check consists of two parts: an Instructor portion which includes solutions and a Student portion with problems for

More information

The Graph of a Quadratic Function. Quadratic Functions & Models. The Graph of a Quadratic Function. The Graph of a Quadratic Function

The Graph of a Quadratic Function. Quadratic Functions & Models. The Graph of a Quadratic Function. The Graph of a Quadratic Function 8/1/015 The Graph of a Quadratic Function Quadratic Functions & Models Precalculus.1 The Graph of a Quadratic Function The Graph of a Quadratic Function All parabolas are symmetric with respect to a line

More information

Math 230 Mock Final Exam Detailed Solution

Math 230 Mock Final Exam Detailed Solution Name: Math 30 Mock Final Exam Detailed Solution Disclaimer: This mock exam is for practice purposes only. No graphing calulators TI-89 is allowed on this test. Be sure that all of your work is shown and

More information

Solutionbank Edexcel AS and A Level Modular Mathematics

Solutionbank Edexcel AS and A Level Modular Mathematics Page of Exercise A, Question The curve C, with equation y = x ln x, x > 0, has a stationary point P. Find, in terms of e, the coordinates of P. (7) y = x ln x, x > 0 Differentiate as a product: = x + x

More information

Maintaining Mathematical Proficiency

Maintaining Mathematical Proficiency Chapter Maintaining Mathematical Proficiency Simplify the expression. 1. 8x 9x 2. 25r 5 7r r + 3. 3 ( 3x 5) + + x. 3y ( 2y 5) + 11 5. 3( h 7) 7( 10 h) 2 2 +. 5 8x + 5x + 8x Find the volume or surface area

More information

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II)

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II) MATH 8, FALL 7 - PROBLEM SET #5 SOLUTIONS (PART II (Oct ; Antiderivatives; + + 3 7 points Recall that in pset 3A, you showed that (d/dx tanh x x Here, tanh (x denotes the inverse to the hyperbolic tangent

More information

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ.

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ. Math 7A Practice Midterm III Solutions Ch. 6-8 (Ebersole,.7-.4 (Stewart DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam. You

More information

n=0 ( 1)n /(n + 1) converges, but not

n=0 ( 1)n /(n + 1) converges, but not Math 07H Topics for the third exam (and beyond) (Technically, everything covered on the first two exams plus...) Absolute convergence and alternating series A series a n converges absolutely if a n converges.

More information

5.9 Representations of Functions as a Power Series

5.9 Representations of Functions as a Power Series 5.9 Representations of Functions as a Power Series Example 5.58. The following geometric series x n + x + x 2 + x 3 + x 4 +... will converge when < x

More information