February 13, Option 9 Overview. Mind Map

Size: px
Start display at page:

Download "February 13, Option 9 Overview. Mind Map"

Transcription

1 Option 9 Overview Mind Map

2 Return tests - will discuss Wed..1.1 J.1: #1def,2,3,6,7 (Sequences) 1. Develop and understand basic ideas about sequences. J.2: #1,3,4,6 (Monotonic convergence) A quick review: A sequence is a list of number (terms) in a definite order. A sequence is infinite if it contains and infinite number of terms (ie. n Z + ) A sequence is finite if it contains and finite number of terms (ie. n Z +, n < N) {an} represents the sequence of values generated by some rule a, for example, an = 3n + 1 We can often connect a continuous function f(x) to a discrete sequence {an} if f(n) = an. Sequences may or may not have limits! Formally: Limit of a Sequence A sequence {an} has a limit, L, if for every ε > 0 there exists a positive integer N such that an L < ε for all terms an with n > N. In such cases, If the limit exists, we say the sequence converges. Otherwise the sequence diverges. We will state without proof that if a limit exists, then it is unique. Let's develop some theorems for limits of sequences: We begin with the Archimedean Property: For any two line segments of lengths a and b with a < b, it is possible to lay the length a end to end along the length b a finite number of times to create a length equal to or longer than b. Algebraically, For all ε > 0, N Z + such that Nε > 1 Which leads to many other theorems: Proof: The proofs here are the way we prove that a limit exists from the formal definition. The proof is similar to the above. We looked at the integral of the continuous version of two cases last week. Recall that converges for p > 0 and diverges otherwise For a sequence {c n } with c R, n Z + We can also "squeeze" sequences: Squeeze Theorem for Sequences Some other vocabulary: Bounded Sequences A sequence {an} is bounded if and only if an M > 0 such that a n M for all n Z + With this definition, all convergent sequences are bounded. Does it follow that bounded sequences converge? No! Consider sin(n) Some of the properties of limits that we know can be extended to limits of sequences: Finally, we can use properties of functions to help understand limits of sequences if we can relate the sequence to a corresponding function. Let's try some of these ideas

3 Develop and understand monotonic sequences. A few more definitions: 1. A sequence is decreasing if u n u n+1 for all n 2. A sequence is increasing if u n u n+1 for all n 3. A sequence is monotonic if it is increasing or decreasing 4. A sequence is strictly increasing or decreasing if the inequalities above are strict. 5. The number M is a lower bound of the sequence u n if u n M for all n. 6. The number N is an upper bound of the sequence u n if u n N for all n. 7. A sequence is bounded if and only if it has both an upper bound and a lower bound. These definitions result in an important idea: A monotonic sequence converges if and only if it is bounded. So... if you can show that a sequence is monotonic and bounded, then you know it converges. Consider It's worth looking at the first few terms: Is it really decreasing? Since n 1, thus the sequence is decreasing Since it is bounded by the first two terms, the minimum upper bound is 2 Since it is monotonic and bounded, the sequence converges. What does it converge to? How do we show this rather than just state a hunch? The last factor converges to zero. The others are all positive and < 2 so the product is zero. J.1: #1def,2,3,6,7 (Sequences) J.2: #1,3,4,6 (Monotonic convergence)

4 J.1: #1def,2,3,6,7 (Sequences) #6,7 J.2: #1,3,4,6 (Monotonic convergence) #3,4,6.2.1 K.1: #2,4ef,7cd,8,10,12 (Convergence Tests) K.2: #1,2,4 (Error analysis) 1. Understand and use properties of infinite series. 2. Understand and use the comparison test for series. 3. Understand and use the limit comparison test for series 4. Understand and use the integral test for series. 5. Review, understand and use p-series. A series is a sum of a sequence. We will be considering infinite series so assume an infinite sum unless otherwise stated. We have seen arithmetic and geometric series in the core topics. A quick review: Properties of Arithmetic Series 1. Each term differs from the previous by a constant difference d. 2. The n th term is given by un = u1 + d(n - 1) 3. The sum of n terms is given by: Infinite arithmetic series tend to be boring as they diverge Properties of Geometric Series 1. Each term differs from the previous by a constant ratio r. 2. The n th term is given by un = u1r n-1 3. The sum of n terms is given by: Can you develop this formula? Under some conditions, infinite geometric series converge. Sum of an Infinite Geometric Series The limiting sum as n of an infinite series with r < 1 is given by: If r 1, an infinite geometric series diverges. To explore more complicated infinite series, we begin by considering partial sums in which we sum a finite number of terms. If we define the n th partial sum as: Sn = u1 + u un Using the partial sums, the infinite series can be described as: If S exists and is finite, we say the series converges, if S as n, the series diverges. The remaining parts of this section explore how we can determine the convergence or divergence of a series. Necessary condition for convergence It should be self evident that in order for a series to converge, the expression for the general term must approach zero as n gets large. That is we require that: For a series to converge, it must be true that Always check this first! It can save you a lot of time! However, this is not sufficient to determine that the series converges. Consider the harmonic series. Clearly the individual terms approach zero. However, we can rewrite the harmonic series as: Compare this with a thoughtfully constructed series that is similar: Notice that each group of terms in the comparison series is less than the corresponding group in the harmonic series. Furthermore, each group of terms in the comparison series adds to ½. This wise choice makes it easy to see that the comparison series diverges since it's partial sums can be written as 1 + ½k for k > 2. As k gets large, this clearly diverges. Since the comparison series diverges and the corresponding terms in the harmonic series are larger than the comparison series, the harmonic series must also diverge.

5 .2.1 (cont) 1. Understand and use properties of infinite series. 2. Understand and use the comparison test for series. 3. Understand and use the limit comparison test for series 4. Understand and use the integral test for series. 5. Review, understand and use p-series. The strategy we just used to show divergence of the harmonic series is an example of the comparison test which is conceptually similar to the integral comparison test and the squeeze theorem. Precisely stated it is: The Comparison Test (Positive terms only!) This is sometimes called the direct comparison test. But there are times when it does not apply. Consider, for example, We know that is less than the corresponding geometric series But which is geometric with r <1 and hence converges. Thus converges. But what about We suspect it converges but it is not dominated by so we cannot use this test. For this we can prove an alternative comparison test called the Limit Comparison Test. The Limit Comparison Test (Positive terms only!) Why? Since the ratio has a limit L it must be true that for a large enough N, where k and m are positive integers with k < L < m. Thus an is "squeezed" between k and m or kbn < an < mbn. Since all values of an obey this above a certain N, Now, if converges, so does and must converge from the RHS And if diverges, so does and must diverge from the LHS Try to prove parts 2 & 3. Referring back to the relationship between functions and series, we can imagine that if the integral of a decreasing function from some finite value to converges, then so too will the corresponding series. This is a consequence of the exact integral being bounded by the upper and lower Riemann sums. More formally: The Integral Test Proof: Note the limitation that f has to be decreasing and positive for all x greater than 1. The lower limit is 1 to include all terms of the sequence un in the series sum. The proof leads to another useful result: If f(x) is a continuous, positive, decreasing function on [ 1, [, then The book also includes an example proving the convergence properties of the p-series using the integral test. We've seen that series before - you now see how helpful it can be! One more look before we move on...

6 .2 1. Understand and use approximation of the limit of an infinite series by truncation. We've looked at some techniques for deciding whether an infinite series converges, but if it does, what is the value to which it converges? Unlike the case of geometric series, there are many series with no obvious closed form for the limit of the sum. In these cases, we can approximate the limiting value by looking at the partial sum for a large value of n. You will recall that we developed the idea of integrals as areas under curves by considering upper & lower Riemann sums. Just as a Riemann sum is an approximation of an integral, an integral can be thought of as an approximation of a Riemann sum. In particular, if we choose the partition of a Riemann sum to be of width one, we can use integrals to approximate discrete series. Approximating Series with Integrals Given a continuous function on the domain x a, where a is an integer, the corresponding series can be approximated by We can use this idea to estimate the error in approximating an infinite series by a finite partial sum. Consider, for example the series N terms leaving a remainder: which we can approximate with a partial sum of Let's look more closely at the remainder. If (x) is a positive, decreasing function then, from the diagram, we can see that this sum is less than the integral Likewise, if we integrate from N + 1, the sum RN will be larger than the integral Thus we have: Approximation error Example: Estimate the sum of using 10 terms and describe the error. Determine the number of terms needed to obtain an approximation to to within.001% K.1: #2,4ef,7cd,8,10,12 (Convergence Tests) K.2: #1,2,4 (Error analysis)

7 K.1: #2,4ef,7cd,8,10,12 (Convergence Tests) K.2: #1,2,4 (Error analysis).3 1. Understand and use properties of alternating series 2. Understand and use properties of absolute and conditional convergence. 3. Understand and use the ratio test for series convergence Leibnitz tells us that: Alternating Series K.3: #2,4c,6,8,9def,10 (Ratio test) QB #7 We can see this by first looking at the even partial sums, S2N = u1 - u2 + u3 - u4 + u5 - u6...+ u2n-1 - u2n We can group this sum as S2N = (u1 - u2) + (u3 - u4) + (u5 - u6)...+ (u2n-1 - u2n) Now since the terms are decreasing, u1 - u2 > 0, u3 - u4 > 0 and all the terms are positive. We can also show that the sequence is bounded since we can write S2N = u1 - (u2 - u3) - (u4 - u5) - (u6 - u7)...- (u2n-2 - u2n-1) - u2n Again, since the terms decrease, the parentheses are all positive and we have S2N = u1 - (something positive) Having shown that S2N is monotonic and bounded, it must converge to, say, S. Now what about the odd sums, S2N+1. They can be written as S2N + u2n+1. In the limit, this also converges to S since we require that u2n+1 converges to 0. Thus, since both odd and even partial sums converge to the same value, the series converges. Note that in this formulation, the sign of the terms alternates, but since we have written the minus signs in the sum, all the un are positive. This can be confusing. Let's look further at the behavior of alternating series. Notice that the partial sums "jump back and forth" over the convergent value s. From the diagram we can see that the absolute value of the error of any given partial sum from the actual value s is no greater than the next term. Formally that is written as: Error in Alternating Series Example: Determine the convergence or divergence of

8 .3 (cont) 1. Understand and use properties of absolute and conditional convergence We return now to an idea that we saw in our work with improper integrals. That is the idea that if the absolute value of a series converges, then so will the series itself. Formally: Absolute Convergence If both and converge we say that converges absolutely. Clearly, if a series,, converges absolutely, then converges. But it is possible for a series to converge without absolute value converging. Conditional Convergence If converges but does not, we say that converges conditionally. This is helpful because we cannot use the comparison test for alternating series. But we can use it for the absolute value of an alternating series since all terms are then positive. There is a very non-intuitive feature of conditionally convergent series that you should be aware of. Consider, for example, the alternating harmonic series which converges to some value S. If we divide both sides by 2 we get Add the two together and we have But look! This is just a rearrangement of the terms in the original series! So which is it? The answer is both! You cannot rearrange the terms in a conditional infinite series and expect to get the same result! The order of the terms dictates the limit of the partial sums and thus the sum of the series. More generally, certain operations (such as the associative property) that are valid for absolutely convergent series are not valid for conditionally convergent series.

9 .3 (cont) 1. Understand and use the ratio test. With the features of geometric series in mind, consider what we might learn about a series by exploring the ratio of successive terms. In geometric series, this ratio is constant and as long as r < 1 the series converges. If the ratio changes, then we can look at If this limit approaches a value between -1 and 1 (exclusive) then we have a series that approaches a converging geometric series. If not, we approach a diverging geometric series. If the limit of the ratio is equal to 1, we cannot conclude anything. This idea is summarized as D'Alembert's Criterion or the Ratio Test To prove this, we start with the case of L < 1. Since the RHS is a geometric series with 0 < r < 1, it converges. Because it dominates the series and because if converges, then so does (as we will show), by the Comparison Test, our series converges. If L > 1 it must be true that for all n sufficiently large, an + 1 > an. Thus and the series must diverge. Example: All terms are positive so we can ignore the absolute values. Thus the series converges. Try: Thus the series diverges. The ratio test also leads to the useful result: for all k R Can you prove it? K.3: #2,4c,6,8,9def,10 (Ratio test) QB #7,17

10 K.3: #2,4c,6,8,9def,10 (Ratio test) QB # Understand and use power series. K.4: #2-10 even (Power series) QB #8,12,14,18 We now turn to one of the most useful applications of series by examining power series. Power Series A series composed of coefficients multiplied by increasing powers of x is called a power series. Mathematically power series, centered at 0, are represented by We wish to explore the behavior of these series (ie. do they converge or diverge) for various values of x. Let's suppose that we can find a value of x, say x0 for which the series converges. If this is the case, then we know that the general term, anx n 0 as n. Convergence also implies boundedness, so there is some value M for which the absolute value of all the terms in the series are less than M. Now, we can rewrite the series as: and if we look at the series based on the absolute values of these terms we know that it is less than the series But this is M times a geometric series with ratio < 1 so it converges. Thus we know that S', which is less than the one with M in it, converges at x = x0. The previous work shows that if a power series diverges at a value x0 then it will diverge for all values of x > x0. Thus Power Series Convergence If a power series converges for x = x 0, it converges absolutely for all x ]- x 0, x 0 [ Conversely, if the series diverges for x = x 0, it diverges for all x ]- x 0, x 0 [ We can see that the set of points for which a power series converges is symmetric and centered at the origin. If we consider the entire set of points for which the series converges, we can define Radius of Convergence is that value R such that all the points of convergence of the series fall within an interval of convergence x < R The values x = ±R are not part of the interval of convergence and must be dealt with separately. We can find the radius of convergence (and thus the interval of convergence) using the ratio test. To consider the convergence of Consider the related series Since it has all positive terms, we can use the ratio test which says that if then the series converges. For a power series, we require that Example: What about for x = 2? More generally, a power series can be "centered" at some arbitrary place x = a and written in the form: Power Series Centered at "x = a" Summary One last thing: Because series are sums, you can differentiate and integrate series as you would any other sum. This will be helpful next time! A handy summary K.4: #2-10 even (Power series) QB #8,12,14,18

11 K.4: #2-10 even (Power series) QB #8,12, Understand and use Taylor and Maclaurin series. L.1: #1-7 odd (Maclaurin Series) L.2: #2-8 even (Taylor series) QB #19,22,23,24 We now come to an very important application of series - using them more generally to approximate functions. The idea stems from the fact that we can approximate a function in the vicinity of a given value of x by a polynomial which is, itself, a truncated power series. Consider that a polynomial of degree n can be written as Notice that in this formulation the leading coefficient is the last one (an). Now notice that if we want to find the n +1 coefficients of an n th degree polynomial that satisfies a certain condition, we require n +1 pieces of information. We have seen this before when the information given was a requirement for the polynomial to pass through n +1 given points. (Matrix inversion to solve a system of linear equations to yield the coefficients) But now suppose that we require that the value and n successive derivatives of the polynomial at some value x = a match the value and n successive derivatives of a given function at that same value of x = a. This will yield a polynomial that matches the function and also matches it's slope, it's curvature, it's jerk, it's jerk prime (stupid jerk?) and so on. As you might imagine, this polynomial will match the function quite well at values of x that are fairly close to a. In fact, as we increase the degree of the polynomial, it will be a good match to the function farther and farther from a. OK, details! Find a polynomial that fits the graph of ln(x + 1) in the vicinity of x = 0 First, let's look at the successive derivatives of a polynomial In order for the n th derivative of the polynomial to match the n th derivative of the function we need In other words: So back to our function: Thus the polynomial that best fits ln(x + 1) is In the limit as n, we get the result that the function can be represented exactly by the infinite series: In general we have: The Maclaurin Series For a continuous, function infinitely differentiable at x the value of the function is given by: Before going on, there are several Maclaurin series that you should become familiar with: Common Maclaurin Series Notice that we can't do a Maclaurin series for ln(x) since ln(0) is undefined. This is the binomial expansion for rational exponents - a big application. Maclaurin series can give you a very close approximation to a function within only a few terms - as long as you are looking for a value close to x = 0. But what if you want to quickly approximate a function at x = 453, say. Like we did with power series centered at k, we can generalize Maclaurin series in the vicinity of x = a simply by using a horizontal transformation of the variable. The Taylor Series For a continuous, function infinitely differentiable at x the value of the function is given by: Either series will converge to the exact value of f(x) in the limit. But by choosing a convenient nearby value of a you can get a better approximation in fewer terms. Here's what you'll see on the formula sheet.

12 Let's now turn to the accuracy of an estimate. Like we did with general power series, we define a Taylor Polynomial of degree n as the n th partial sum of a Taylor Series. Rn is the remainder after summing n terms. We also call this the error term. The trick here is to find the value of c that gives the maximum error. If x < a, we maximize the value of f (n + 1) (c) for x c a. If x > a, then we find the maximum of f (n + 1) (c) on a c x. This will give an upper bound to the error and is known as the Lagrange Error. Though not mentioned in our book, you can also find the exact error which is given by The proof of this is pretty straightforward but evaluating the error requires that you can do the integral. The error analysis described above can be done on a Maclaurin series by letting c = 0. Let's see an example: Or another common type of question...

13 .2 The question now arises: Does a Taylor series of a function converge to the value of the function in the limit as n approaches? Taylor's Theorem This is only a slight modification what we saw before, with the addition of the idea that the a Taylor series may not actually converge to f(x) but that it will if the remainder (error) converges to zero. One last thought: If two series are added together, the sum has a radius of converges that is the minimum of the radii of convergence of the individual series. This makes sense because both series must converge for the sum to converge, hence the more restrictive radius dominates. 5 L.1: #1-7 odd (Maclaurin Series) L.2: #2-8 even (Taylor series) QB #19,22,23,24

14 L.1: #1-7 odd (Maclaurin Series) L.2: #2-8 even (Taylor series) Discuss #8 QB #19,22,23, Understand and use the binomial series. L.3: #1bc,3 (Binomial Series) L.4: #1-7 odd (Products of series) QB #19,22,23,24 #8 from the HW In summary we found: The Binomial Series which explains our question to QB 8b from the other day! Let's try one: L.1: #1-7 odd (Maclaurin Series) L.2: #2-8 even (Taylor series) QB #19,22,23,24

15 .3 1. Understand and use products of series. We mentioned before that if two series are added the more restrictive radius of convergence of the two series will dictate the radius of convergence of the sum. Not surprisingly the same is true of the product of two series. And the product is a massive FOIL. Formally: Let's try one L.3: #1bc,3 (Binomial Series) L.4: #1-7 odd (Products of series) QB #19,22,23,24 5

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

Review Sheet on Convergence of Series MATH 141H

Review Sheet on Convergence of Series MATH 141H Review Sheet on Convergence of Series MATH 4H Jonathan Rosenberg November 27, 2006 There are many tests for convergence of series, and frequently it can been confusing. How do you tell what test to use?

More information

Sequences and Series

Sequences and Series Sequences and Series What do you think of when you read the title of our next unit? In case your answers are leading us off track, let's review the following IB problems. 1 November 2013 HL 2 3 November

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

TAYLOR POLYNOMIALS DARYL DEFORD

TAYLOR POLYNOMIALS DARYL DEFORD TAYLOR POLYNOMIALS DARYL DEFORD 1. Introduction We have seen in class that Taylor polynomials provide us with a valuable tool for approximating many different types of functions. However, in order to really

More information

Math 0230 Calculus 2 Lectures

Math 0230 Calculus 2 Lectures Math 00 Calculus Lectures Chapter 8 Series Numeration of sections corresponds to the text James Stewart, Essential Calculus, Early Transcendentals, Second edition. Section 8. Sequences A sequence is a

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

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

Sequences and infinite series

Sequences and infinite series Sequences and infinite series D. DeTurck University of Pennsylvania March 29, 208 D. DeTurck Math 04 002 208A: Sequence and series / 54 Sequences The lists of numbers you generate using a numerical method

More information

Math 1b Sequences and series summary

Math 1b Sequences and series summary Math b Sequences and series summary December 22, 2005 Sequences (Stewart p. 557) Notations for a sequence: or a, a 2, a 3,..., a n,... {a n }. The numbers a n are called the terms of the sequence.. Limit

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2014 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Part 3.3 Differentiation Taylor Polynomials

Part 3.3 Differentiation Taylor Polynomials Part 3.3 Differentiation 3..3.1 Taylor Polynomials Definition 3.3.1 Taylor 1715 and Maclaurin 1742) If a is a fixed number, and f is a function whose first n derivatives exist at a then the Taylor polynomial

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

Math 3 Variable Manipulation Part 3 Polynomials A

Math 3 Variable Manipulation Part 3 Polynomials A Math 3 Variable Manipulation Part 3 Polynomials A 1 MATH 1 & 2 REVIEW: VOCABULARY Constant: A term that does not have a variable is called a constant. Example: the number 5 is a constant because it does

More information

We have been going places in the car of calculus for years, but this analysis course is about how the car actually works.

We have been going places in the car of calculus for years, but this analysis course is about how the car actually works. Analysis I We have been going places in the car of calculus for years, but this analysis course is about how the car actually works. Copier s Message These notes may contain errors. In fact, they almost

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

Real Analysis Prof. S.H. Kulkarni Department of Mathematics Indian Institute of Technology, Madras. Lecture - 13 Conditional Convergence

Real Analysis Prof. S.H. Kulkarni Department of Mathematics Indian Institute of Technology, Madras. Lecture - 13 Conditional Convergence Real Analysis Prof. S.H. Kulkarni Department of Mathematics Indian Institute of Technology, Madras Lecture - 13 Conditional Convergence Now, there are a few things that are remaining in the discussion

More information

Section 11.1: Sequences

Section 11.1: Sequences Section 11.1: Sequences In this section, we shall study something of which is conceptually simple mathematically, but has far reaching results in so many different areas of mathematics - sequences. 1.

More information

Standard forms for writing numbers

Standard forms for writing numbers Standard forms for writing numbers In order to relate the abstract mathematical descriptions of familiar number systems to the everyday descriptions of numbers by decimal expansions and similar means,

More information

What is calculus? Consider the way that Archimedes figured out the formula for the area of a circle:

What is calculus? Consider the way that Archimedes figured out the formula for the area of a circle: What is calculus? Consider the way that Archimedes figured out the formula for the area of a circle: Calculus involves formally describing what happens as a value becomes infinitesimally small (or large).

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

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

Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series

Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series Lecture 27 : Series of functions [Section 271] Objectives In this section you will learn

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

SUMMATION TECHNIQUES

SUMMATION TECHNIQUES SUMMATION TECHNIQUES MATH 53, SECTION 55 (VIPUL NAIK) Corresponding material in the book: Scattered around, but the most cutting-edge parts are in Sections 2.8 and 2.9. What students should definitely

More information

Learning Objectives for Math 166

Learning Objectives for Math 166 Learning Objectives for Math 166 Chapter 6 Applications of Definite Integrals Section 6.1: Volumes Using Cross-Sections Draw and label both 2-dimensional perspectives and 3-dimensional sketches of the

More information

Seunghee Ye Ma 8: Week 2 Oct 6

Seunghee Ye Ma 8: Week 2 Oct 6 Week 2 Summary This week, we will learn about sequences and real numbers. We first define what we mean by a sequence and discuss several properties of sequences. Then, we will talk about what it means

More information

Weekly Activities Ma 110

Weekly Activities Ma 110 Weekly Activities Ma 110 Fall 2008 As of October 27, 2008 We give detailed suggestions of what to learn during each week. This includes a reading assignment as well as a brief description of the main points

More information

What is calculus? Consider the way that Archimedes figured out the formula for the area of a circle:

What is calculus? Consider the way that Archimedes figured out the formula for the area of a circle: What is calculus? Consider the way that Archimedes figured out the formula for the area of a circle: Calculus involves formally describing what happens as a value becomes infinitesimally small (or large).

More information

Math 162 Review of Series

Math 162 Review of Series Math 62 Review of Series. Explain what is meant by f(x) dx. What analogy (analogies) exists between such an improper integral and an infinite series a n? An improper integral with infinite interval of

More information

QFT. Chapter 14: Loop Corrections to the Propagator

QFT. Chapter 14: Loop Corrections to the Propagator QFT Chapter 14: Loop Corrections to the Propagator Overview Here we turn to our next major topic: loop order corrections. We ll consider the effect on the propagator first. This has at least two advantages:

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2013 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Our first case consists of those sequences, which are obtained by adding a constant number d to obtain subsequent elements:

Our first case consists of those sequences, which are obtained by adding a constant number d to obtain subsequent elements: Week 13 Sequences and Series Many images below are excerpts from the multimedia textbook. You can find them there and in your textbook in sections 7.2 and 7.3. We have encountered the first sequences and

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

MATH 320, WEEK 6: Linear Systems, Gaussian Elimination, Coefficient Matrices

MATH 320, WEEK 6: Linear Systems, Gaussian Elimination, Coefficient Matrices MATH 320, WEEK 6: Linear Systems, Gaussian Elimination, Coefficient Matrices We will now switch gears and focus on a branch of mathematics known as linear algebra. There are a few notes worth making before

More information

Objectives 1. Understand and use terminology and notation involved in sequences

Objectives 1. Understand and use terminology and notation involved in sequences Go over Exp/Log and Transformations Quizzes 1. Understand and use terminology and notation involved in sequences A number sequence is any list of numbers with a recognizable pattern. The members of a sequence

More information

PARTIAL FRACTIONS: AN INTEGRATIONIST PERSPECTIVE

PARTIAL FRACTIONS: AN INTEGRATIONIST PERSPECTIVE PARTIAL FRACTIONS: AN INTEGRATIONIST PERSPECTIVE MATH 153, SECTION 55 (VIPUL NAIK) Corresponding material in the book: Section 8.5. What students should already know: The integrals for 1/x, 1/(x 2 + 1),

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

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

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software Practical Algebra A Step-by-step Approach Brought to you by Softmath, producers of Algebrator Software 2 Algebra e-book Table of Contents Chapter 1 Algebraic expressions 5 1 Collecting... like terms 5

More information

a j x j. j=0 The number R (possibly infinite) which Theorem 1 guarantees is called the radius of convergence of the power series.

a j x j. j=0 The number R (possibly infinite) which Theorem 1 guarantees is called the radius of convergence of the power series. Lecture 6 Power series A very important class of series to study are the power series. They are interesting in part because they represent functions and in part because they encode their coefficients which

More information

We will work with two important rules for radicals. We will write them for square roots but they work for any root (cube root, fourth root, etc.).

We will work with two important rules for radicals. We will write them for square roots but they work for any root (cube root, fourth root, etc.). College algebra We will review simplifying radicals, exponents and their rules, multiplying polynomials, factoring polynomials, greatest common denominators, and solving rational equations. Pre-requisite

More information

c n (x a) n c 0 c 1 (x a) c 2 (x a) 2...

c n (x a) n c 0 c 1 (x a) c 2 (x a) 2... 3 CHAPTER 6 SERIES SOLUTIONS OF LINEAR EQUATIONS 6. REVIEW OF POWER SERIES REVIEW MATERIAL Infinite series of constants, p-series, harmonic series, alternating harmonic series, geometric series, tests

More information

AP Calculus BC Scope & Sequence

AP Calculus BC Scope & Sequence AP Calculus BC Scope & Sequence Grading Period Unit Title Learning Targets Throughout the School Year First Grading Period *Apply mathematics to problems in everyday life *Use a problem-solving model that

More information

Section 11.1 Sequences

Section 11.1 Sequences Math 152 c Lynch 1 of 8 Section 11.1 Sequences A sequence is a list of numbers written in a definite order: a 1, a 2, a 3,..., a n,... Notation. The sequence {a 1, a 2, a 3,...} can also be written {a

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

Topic 7 Notes Jeremy Orloff

Topic 7 Notes Jeremy Orloff Topic 7 Notes Jeremy Orloff 7 Taylor and Laurent series 7. Introduction We originally defined an analytic function as one where the derivative, defined as a limit of ratios, existed. We went on to prove

More information

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA Not The Not-Formula Book for C Everything you need to know for Core that won t be in the formula book Examination Board: AQA Brief This document is intended as an aid for revision. Although it includes

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

Advanced Algebra 2 - Assignment Sheet Chapter 1

Advanced Algebra 2 - Assignment Sheet Chapter 1 Advanced Algebra - Assignment Sheet Chapter #: Real Numbers & Number Operations (.) p. 7 0: 5- odd, 9-55 odd, 69-8 odd. #: Algebraic Expressions & Models (.) p. 4 7: 5-6, 7-55 odd, 59, 6-67, 69-7 odd,

More information

Topics Covered in Calculus BC

Topics Covered in Calculus BC Topics Covered in Calculus BC Calculus BC Correlation 5 A Functions, Graphs, and Limits 1. Analysis of graphs 2. Limits or functions (including one sides limits) a. An intuitive understanding of the limiting

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

Because of the special form of an alternating series, there is an simple way to determine that many such series converge:

Because of the special form of an alternating series, there is an simple way to determine that many such series converge: Section.5 Absolute and Conditional Convergence Another special type of series that we will consider is an alternating series. A series is alternating if the sign of the terms alternates between positive

More information

Module 2 Study Guide. The second module covers the following sections of the textbook: , 4.1, 4.2, 4.5, and

Module 2 Study Guide. The second module covers the following sections of the textbook: , 4.1, 4.2, 4.5, and Module 2 Study Guide The second module covers the following sections of the textbook: 3.3-3.7, 4.1, 4.2, 4.5, and 5.1-5.3 Sections 3.3-3.6 This is a continuation of the study of linear functions that we

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES Infinite sequences and series were introduced briefly in A Preview of Calculus in connection with Zeno s paradoxes and the decimal representation

More information

Math 163: Lecture notes

Math 163: Lecture notes Math 63: Lecture notes Professor Monika Nitsche March 2, 2 Special functions that are inverses of known functions. Inverse functions (Day ) Go over: early exam, hw, quizzes, grading scheme, attendance

More information

Part 2 Continuous functions and their properties

Part 2 Continuous functions and their properties Part 2 Continuous functions and their properties 2.1 Definition Definition A function f is continuous at a R if, and only if, that is lim f (x) = f (a), x a ε > 0, δ > 0, x, x a < δ f (x) f (a) < ε. Notice

More information

Upon completion of this course, the student should be able to satisfy the following objectives.

Upon completion of this course, the student should be able to satisfy the following objectives. Homework: Chapter 6: o 6.1. #1, 2, 5, 9, 11, 17, 19, 23, 27, 41. o 6.2: 1, 5, 9, 11, 15, 17, 49. o 6.3: 1, 5, 9, 15, 17, 21, 23. o 6.4: 1, 3, 7, 9. o 6.5: 5, 9, 13, 17. Chapter 7: o 7.2: 1, 5, 15, 17,

More information

3. Infinite Series. The Sum of a Series. A series is an infinite sum of numbers:

3. Infinite Series. The Sum of a Series. A series is an infinite sum of numbers: 3. Infinite Series A series is an infinite sum of numbers: The individual numbers are called the terms of the series. In the above series, the first term is, the second term is, and so on. The th term

More information

Chapter 3: Polynomial and Rational Functions

Chapter 3: Polynomial and Rational Functions .1 Power and Polynomial Functions 155 Chapter : Polynomial and Rational Functions Section.1 Power Functions & Polynomial Functions... 155 Section. Quadratic Functions... 16 Section. Graphs of Polynomial

More information

56 CHAPTER 3. POLYNOMIAL FUNCTIONS

56 CHAPTER 3. POLYNOMIAL FUNCTIONS 56 CHAPTER 3. POLYNOMIAL FUNCTIONS Chapter 4 Rational functions and inequalities 4.1 Rational functions Textbook section 4.7 4.1.1 Basic rational functions and asymptotes As a first step towards understanding

More information

1.1.1 Algebraic Operations

1.1.1 Algebraic Operations 1.1.1 Algebraic Operations We need to learn how our basic algebraic operations interact. When confronted with many operations, we follow the order of operations: Parentheses Exponentials Multiplication

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

ABE Math Review Package

ABE Math Review Package P a g e ABE Math Review Package This material is intended as a review of skills you once learned and wish to review before your assessment. Before studying Algebra, you should be familiar with all of the

More information

Q 2.0.2: If it s 5:30pm now, what time will it be in 4753 hours? Q 2.0.3: Today is Wednesday. What day of the week will it be in one year from today?

Q 2.0.2: If it s 5:30pm now, what time will it be in 4753 hours? Q 2.0.3: Today is Wednesday. What day of the week will it be in one year from today? 2 Mod math Modular arithmetic is the math you do when you talk about time on a clock. For example, if it s 9 o clock right now, then it ll be 1 o clock in 4 hours. Clearly, 9 + 4 1 in general. But on a

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

Math 123, Week 2: Matrix Operations, Inverses

Math 123, Week 2: Matrix Operations, Inverses Math 23, Week 2: Matrix Operations, Inverses Section : Matrices We have introduced ourselves to the grid-like coefficient matrix when performing Gaussian elimination We now formally define general matrices

More information

ftz]}]z .tt#t*qtmjfi aiii } { n } or [ n ] I anianforn 1+2=2+-5 an = n 11.1 Sequences A sequence is a list of numbers in a certain order:

ftz]}]z .tt#t*qtmjfi aiii } { n } or [ n ] I anianforn 1+2=2+-5 an = n 11.1 Sequences A sequence is a list of numbers in a certain order: . 11.1 Sequences A sequence is a list of numbers in a certain order: a 1 a 2 a 3 a 4 a n1 a n (In this book all the sequences will be infinite.) The number a 1 is called the first term of the sequence.

More information

Section 8.2: Integration by Parts When you finish your homework, you should be able to

Section 8.2: Integration by Parts When you finish your homework, you should be able to Section 8.2: Integration by Parts When you finish your homework, you should be able to π Use the integration by parts technique to find indefinite integral and evaluate definite integrals π Use the tabular

More information

The Growth of Functions. A Practical Introduction with as Little Theory as possible

The Growth of Functions. A Practical Introduction with as Little Theory as possible The Growth of Functions A Practical Introduction with as Little Theory as possible Complexity of Algorithms (1) Before we talk about the growth of functions and the concept of order, let s discuss why

More information

3 The language of proof

3 The language of proof 3 The language of proof After working through this section, you should be able to: (a) understand what is asserted by various types of mathematical statements, in particular implications and equivalences;

More information

Chapter 9: Infinite Series Part 2

Chapter 9: Infinite Series Part 2 Name: Date: Period: AP Calc BC Mr. Mellina/Ms. Lombardi Chapter 9: Infinite Series Part 2 Topics: 9.5 Alternating Series Remainder 9.7 Taylor Polynomials and Approximations 9.8 Power Series 9.9 Representation

More information

f( x) f( y). Functions which are not one-to-one are often called many-to-one. Take the domain and the range to both be all the real numbers:

f( x) f( y). Functions which are not one-to-one are often called many-to-one. Take the domain and the range to both be all the real numbers: I. UNIVARIATE CALCULUS Given two sets X and Y, a function is a rule that associates each member of X with exactly one member of Y. That is, some x goes in, and some y comes out. These notations are used

More information

Week 2: Sequences and Series

Week 2: Sequences and Series QF0: Quantitative Finance August 29, 207 Week 2: Sequences and Series Facilitator: Christopher Ting AY 207/208 Mathematicians have tried in vain to this day to discover some order in the sequence of prime

More information

MTH101 Calculus And Analytical Geometry Lecture Wise Questions and Answers For Final Term Exam Preparation

MTH101 Calculus And Analytical Geometry Lecture Wise Questions and Answers For Final Term Exam Preparation MTH101 Calculus And Analytical Geometry Lecture Wise Questions and Answers For Final Term Exam Preparation Lecture No 23 to 45 Complete and Important Question and answer 1. What is the difference between

More information

8. Limit Laws. lim(f g)(x) = lim f(x) lim g(x), (x) = lim x a f(x) g lim x a g(x)

8. Limit Laws. lim(f g)(x) = lim f(x) lim g(x), (x) = lim x a f(x) g lim x a g(x) 8. Limit Laws 8.1. Basic Limit Laws. If f and g are two functions and we know the it of each of them at a given point a, then we can easily compute the it at a of their sum, difference, product, constant

More information

8.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.

8.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. 8. Sequences Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = Examples: 6. Find a formula for the general term a n of the sequence, assuming

More information

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES You will be expected to reread and digest these typed notes after class, line by line, trying to follow why the line is true, for example how it

More information

Analysis of Functions

Analysis of Functions Lecture for Week 11 (Secs. 5.1 3) Analysis of Functions (We used to call this topic curve sketching, before students could sketch curves by typing formulas into their calculators. It is still important

More information

Limits and Continuity

Limits and Continuity Chapter Limits and Continuity. Limits of Sequences.. The Concept of Limit and Its Properties A sequence { } is an ordered infinite list x,x,...,,... The n-th term of the sequence is, and n is the index

More information

Chapter 5: Limits, Continuity, and Differentiability

Chapter 5: Limits, Continuity, and Differentiability Chapter 5: Limits, Continuity, and Differentiability 63 Chapter 5 Overview: Limits, Continuity and Differentiability Derivatives and Integrals are the core practical aspects of Calculus. They were the

More information

Single Variable Calculus, Early Transcendentals

Single Variable Calculus, Early Transcendentals Single Variable Calculus, Early Transcendentals 978-1-63545-100-9 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax

More information

Mu Sequences and Series Topic Test Solutions FAMAT State Convention 2018

Mu Sequences and Series Topic Test Solutions FAMAT State Convention 2018 . E The first term of the sum has a division by 0 and therefore the entire expression is undefined.. C We can pair off the elements in the sum, 008 008 ( (k + ) + (k + )) = 3. D We can once again pair

More information

Boolean Algebra and Digital Logic

Boolean Algebra and Digital Logic All modern digital computers are dependent on circuits that implement Boolean functions. We shall discuss two classes of such circuits: Combinational and Sequential. The difference between the two types

More information

Winter Camp 2009 Number Theory Tips and Tricks

Winter Camp 2009 Number Theory Tips and Tricks Winter Camp 2009 Number Theory Tips and Tricks David Arthur darthur@gmail.com 1 Introduction This handout is about some of the key techniques for solving number theory problems, especially Diophantine

More information

Foundations of Algebra/Algebra/Math I Curriculum Map

Foundations of Algebra/Algebra/Math I Curriculum Map *Standards N-Q.1, N-Q.2, N-Q.3 are not listed. These standards represent number sense and should be integrated throughout the units. *For each specific unit, learning targets are coded as F for Foundations

More information

10. e tan 1 (y) 11. sin 3 x

10. e tan 1 (y) 11. sin 3 x MATH B FINAL REVIEW DISCLAIMER: WHAT FOLLOWS IS A LIST OF PROBLEMS, CONCEPTUAL QUESTIONS, TOPICS, AND SAMPLE PROBLEMS FROM THE TEXTBOOK WHICH COMPRISE A HEFTY BUT BY NO MEANS EXHAUSTIVE LIST OF MATERIAL

More information

Contribution of Problems

Contribution of Problems Exam topics 1. Basic structures: sets, lists, functions (a) Sets { }: write all elements, or define by condition (b) Set operations: A B, A B, A\B, A c (c) Lists ( ): Cartesian product A B (d) Functions

More information

Approximation, Taylor Polynomials, and Derivatives

Approximation, Taylor Polynomials, and Derivatives Approximation, Taylor Polynomials, and Derivatives Derivatives for functions f : R n R will be central to much of Econ 501A, 501B, and 520 and also to most of what you ll do as professional economists.

More information

Objectives 1. Understand and use terminology and notation involved in sequences. A number sequence is any list of numbers with a recognizable pattern.

Objectives 1. Understand and use terminology and notation involved in sequences. A number sequence is any list of numbers with a recognizable pattern. 1. Understand and use terminology and notation involved in sequences A number sequence is any list of numbers with a recognizable pattern. The members of a sequence are called terms (or sometimes members).

More information

Elementary Algebra Study Guide Some Basic Facts This section will cover the following topics

Elementary Algebra Study Guide Some Basic Facts This section will cover the following topics Elementary Algebra Study Guide Some Basic Facts This section will cover the following topics Notation Order of Operations Notation Math is a language of its own. It has vocabulary and punctuation (notation)

More information

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 1 1 Power Series Suppose x is a variable and c k & a are constants. A power series about x = 0 is c k x k A power series about x = a is c k x a k a = center of the power series c k =

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

More information

MATH 118, LECTURES 27 & 28: TAYLOR SERIES

MATH 118, LECTURES 27 & 28: TAYLOR SERIES MATH 8, LECTURES 7 & 8: TAYLOR SERIES Taylor Series Suppose we know that the power series a n (x c) n converges on some interval c R < x < c + R to the function f(x). That is to say, we have f(x) = a 0

More information

Introduction to Series and Sequences Math 121 Calculus II Spring 2015

Introduction to Series and Sequences Math 121 Calculus II Spring 2015 Introduction to Series and Sequences Math Calculus II Spring 05 The goal. The main purpose of our study of series and sequences is to understand power series. A power series is like a polynomial of infinite

More information

MITOCW watch?v=rf5sefhttwo

MITOCW watch?v=rf5sefhttwo MITOCW watch?v=rf5sefhttwo The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To

More information

Math Review. for the Quantitative Reasoning measure of the GRE General Test

Math Review. for the Quantitative Reasoning measure of the GRE General Test Math Review for the Quantitative Reasoning measure of the GRE General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important for solving

More information

1. Pace yourself. Make sure you write something on every problem to get partial credit. 2. If you need more space, use the back of the previous page.

1. Pace yourself. Make sure you write something on every problem to get partial credit. 2. If you need more space, use the back of the previous page. ***THIS TIME I DECIDED TO WRITE A LOT OF EXTRA PROBLEMS TO GIVE MORE PRACTICE. The actual midterm will have about 6 problems. If you want to practice something with approximately the same length as the

More information

Lecture 4: Constructing the Integers, Rationals and Reals

Lecture 4: Constructing the Integers, Rationals and Reals Math/CS 20: Intro. to Math Professor: Padraic Bartlett Lecture 4: Constructing the Integers, Rationals and Reals Week 5 UCSB 204 The Integers Normally, using the natural numbers, you can easily define

More information