Convergence of sequences and series

Size: px
Start display at page:

Download "Convergence of sequences and series"

Transcription

1 Convergence of sequences and series A sequence f is a map from N the positive integers to a set. We often write the map outputs as f n rather than f(n). Often we just list the outputs in order and leave the reader to infer the relevant formula for the sequence. Examples The sequence of squares: 1, 4, 9, 16, 25,..., f n = n 2. The sequence: 1, 1, 1, 1, 1, 1,..., f n = ( 1) n 1. The Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21,..., f n = 1 (α β) (αn β n ), α = 1 2 (1 + 5), β = 1 2 (1 5). Sometimes it is convenient to start the sequence at a value of n different from 1: for example the sequence f n = 1 could be started at n = 2. n 2 1 We are concerned with the behavior of sequences as n goes to infinity. Examples f n = 1 n goes to zero as n. f n = sin(n) never settles down, but remains bounded, since sin(x) 1 for all real x. f n = n 2 diverges to infinity. f n = n 2 sin(n) gets arbitrarily large in size but both positive and negative. We say that the sequence f n has a limit L (necessarily unique) as n iff given any ɛ > 0, there exists N(ɛ), such that if n > N(ɛ), then f n L < ɛ. Intuitively we must be able to make all the terms of the sequence as close as we like to L, except for a finite number of terms of the sequence, where we first specify how close we want to be (this is the choice of ɛ).

2 Examples We have L = 0, for the sequence f n = 1, since we have: n 1 0 = 1 < ɛ for all n > 1, so here N(ɛ) = 1 will do. n n ɛ ɛ We have L = 0, for the sequence f n = 2 n, since we have: 2 n 0 = 2 n < ɛ, if n ln(2) > ln(ɛ), so if n > ln(ɛ) So here N(ɛ) = ln(ɛ) ln(2) will do. We have L = 1, for the sequence f n = f n 1 = n n+1 n > 1 1. ɛ So here N(ɛ) = 1 1 will do. ɛ ln(2). n, since we have: n+1 1 = n (n+1) n+1 = 1 n+1 = 1 n+1 < ɛ, if n + 1 > 1 ɛ, so if If a sequence is increasing and bounded above, it has a limit and the limit is the least upper bound of the sequence. For example, the sequence f n = n2 1 is increasing and bounded above n 2 +1 by 1, which is also its least upper bound and its limit. If a sequence is decreasing and bounded below, it has a limit and the limit is the greatest lower bound of the sequence. For example, the sequence f n = 1 is decreasing and bounded below n 2 +1 by 0, which is also the greatest lower bound and its limit. If a sequence is bounded, it has a convergent subsequence. For example, f n = ( 1) n 1 has the convergent subsequences f 2n = 1, 1, 1,..., with limit 1 and f 2n 1 = 1, 1, 1,..., with limit 1. 2

3 Series A series s n is a sequence constructed by summing the terms of another sequence: s n = n k=1 a k. Examples a k = k, s n = n = 1 n(n + 1). 2 a k = k 3, s n = n 3 = ( 1 2 n(n + 1))2. a k = 2 k 1, s n = n 1 = 2 n 1. a k = 2 k, s n = n = 1 2 n. a k = x k 1, s n = 1 + x + x 2 + x 3 + x x n 1 = 1 xn, if x 1 and 1 x s n = n if x = 1. a k = 1 k(k+1), s n = n(n+1) = n. n+1 The terms s n are called the partial sums of the a n sequence. Then the series is said to have a limit s, called the sum of the series, provided that lim n s n = s and we then write: s = a k = a 1 + a 2 + a 3 + a 4 + a Examples k=1 a k = 2 k, s n = 1 2 n, s = 1: 1 = 2 k = k=1 a k = x k 1, s n = 1 xn, if x 1 and s 1 x n = n if x = 1. Here s exists only if 1 < x < 1 and then we have x n 0 as n, giving: s = 1 1 x = x k 1 = 1 + x + x 2 + x 3 + x k=1 This series is called the geometric series with ratio x. a k = 1 k(k+1), s n = n, s = 1: n+1 1 =

4 Convergence tests for series We study the convergence of a 1 + a 2 + a 3 + a We put s n = n k=1 a k and we need to know if lim n s n = s exists or not. Note that whether the limit exists depends only on the behavior of a n for n large: we can ignore the first 100 million terms of the series, for example, without affecting the issue of convergence. So comparison tests with hypotheses such as: if a k > 0 and b k > 0 for all k, then..., may be rephrased as: if a k > 0 and b k > 0 for all k > K, for fixed K, then.... If s exists, then lim n s n = s and lim n s n 1 = s, so we get then: lim n a n = lim n (s n s n 1 ) = s s = 0. So s can only exist if lim n a n = 0. This is not the only condition, however, for s to exist, but certainly if lim n a n is non-zero or does not exist, then neither does s. We first consider series of non-negative terms: a k 0, for all k. Then the partial sums s n are an increasing sequence, so their limit s exists if the partial sums are bounded above and the limit does not exist if the partial sums are not bounded above. We begin with some comparison tests, comparing k=1 a k with k=1 b k. We put s n = n k=1 a k and s = k=1 a k (if it exists). We put t n = n k=1 b k and t = k=1 b k (if it exists). The first test says that if one series is systematically smaller than another convergent series, then it too converges. The second test says that if one series is systematically larger than another divergent series, then it too diverges. The comparison test, first part: If 0 a n b n, for all n, and if t exists, then so does s. Because s n t n t, so s n t, so the partial sums are bounded above and s exists and s t. The comparison test, second part: If 0 b n a n, for all n, and if t does not exist, then neither does s. Because s n t n and if s existed then s would be an upper bound for the s n sequence and therefore also for the t n sequence, so t would exist also, a contradiction, so s cannot exist. 4

5 The limit comparison test: a If a k > 0 and b k > 0, for all k, and if lim k k b k = L exists and L > 0, then both the sums s = k=1 a k and t = k=1 b k exist or both do not exist: a Since lim k k b k = L, we may choose N sufficiently large, so that for all n > N, for some positive integer N, we will have a k b k within L of L: 2 L < L, so L < a k 2 2 b k < 3L, so a 2 k < 3Lb 2 k and b k < 2 a L k. a k b k Then if t exists, we have, for any n > N: n n 3L s n = s N + a k < s N + 2 b k < s N + 3L 2 t. k=n+1 k=n+1 So s n is bounded above for all n and we are done: s exists. Conversely, if s exists, we have, for any n > N: n n 2 t n = t N + a k < t N + L a k < t N + 2 L s. k=n+1 k=n+1 So t n is bounded above for all n and we are done: t exists. The integral test: Suppose that a k = f(k) for some decreasing function f(x) > 0, defined on the interval [1, ) (in particular a k > 0). If 1 f(x)dx exists, then s exists. We have s n = n k=1 f(k) = f(1) + F (n), say, where F (n) = n k=2 f(k) and we notice that F (n) is the lower Riemann sum for the integral n So F (n) f(x)dx. n 1 f(x)dx f(x)dx. 1 1 So s n f(1) + f(x)dx, so s 1 n is bounded above and we are done: s exists and we have s f(1) + f(x)dx. 1 If f(x)dx does not exist, then neither does s. 1 We have s n = n k=1 f(k) = G(n), say and we notice that G(n) is the upper Riemann sum for the integral n+1 f(x)dx. 1 So s n n+1 f(x)dx, which goes to infinity as n goes to infinity, 1 so s n is not bounded above and we are done: s does not exist. 5

6 The ratio test: suppose that lim n a n+1 a n = L exists. If L < 1, then the sum s exists. Put M = 1+L, so L < M < 1. 2 Then, for all n N, for some integer N > 0, we have a n+1 < Ma n. It follows by induction that a k M k N a N for all integers k N, which gives, for n > N: n n s n = s N + a k s N + a N M N M k k=n+1 < s N + a N M N k=1 k=n+1 M k 1 = s N + a N M N 1 1 M. Here we used the sum of the geometric series with ratio M as discussed earlier. So the partial sums s n are bounded above, so s exists. If L > 1, then the sum s does not exist, because for all n large enough, we have a n+1 > a n, so the sequence a n is eventually increasing so cannot go to zero. If L = 1, this test gives us no information about the existence or non-existence of s. Some results are available for series with negative terms: Suppose that k=1 a k = S exists. Then so does s = k=1 a k and S s S: Put b k = a k + a k. Then 0 b k 2 a k, so by the ordinary comparison test, we have k=1 b k = b exists and b 2S. Then s = k=1 (b k a k ) = b S 2S S = S. So s exists and s S. Applying this argument to k=1 ( a k) gives, since a k = a k, the relation s S, so s S, so S s S, as required. A series s = k=1 a k is said to be absolutely convergent if S = k=1 a k exists. The result just proved is that an absolutely convergent series is automatically convergent and then we have s S. A series is said to be conditionally convergent if it converges, but not absolutely. 6

7 The alternating series test: Let a k 0, a k be decreasing and let a k 0 as k. Then s = k=1 ( 1)k a k exists. We have the following relation between s n and s n 2 : s n s n 2 = n n 2 n ( 1) k a k a k = ( 1) k a k k=1 k=1 k=n 1 = ( 1) n a n + ( 1) n 1 a n 1 = ( 1) n (a n a n 1 ). We have a n a n 1 0, since a k is decreasing, so s n s n 2 0 if n is odd (so ( 1) n < 0) and s n s n 2 < 0, if n is even (so ( 1) n > 0). So the even subsequence s 2n is a decreasing sequence and the odd subsequence s 2n 1 is an increasing sequence. Also s 2n s 2n 1 = a 2n > 0, so s 2 s 2n > s 2n 1 s 1. So s 2n is bounded below, by s 1, so has a limit s + s 1,say. Also s 2n 1 is bounded above by s 2, so has a limit s s 2, say. Then s + s = lim n (s 2n s 2n 1 ) = lim n a 2n = 0, so s + = s = s, say and it then follows that we have lim n s n = s, so the limit exists, as required. For this last step, using the fact that s + = s = s, we need to prove that lim n s n = s: We can choose N + (ɛ) so that s n s < ɛ, whenever n > N + (ɛ) and n is even. We can choose N (ɛ) so that s n s < ɛ, whenever n > N (ɛ) and n is odd. Then put N(ɛ) = max(n + (ɛ), N (ɛ)). We have then s n s < ɛ, for any n > N(ɛ), whether n is even or odd, so we are done. Note that we have s 2n > s > s 2n 1, so the error in the partial sum s n is always less in size than the next term in the series. 7

8 Basic series The geometric series: 1 + x + x 2 + x 3 + = k=0 xk = 1 1 x, converges if and only if 1 < x < 1. The p-series S p = only if p > 1: p 3 p 4 p + = 1 n p converges if and If p 0, then a n = n p 0 as n is false, so the series diverges. If p > 0, then the function 1 is decreasing, so we compare with x p the integral 1 dx. 1 x p 1 We know this converges iff p > 1 and then the integral is. p 1 So by the integral test, the p-series diverges for 0 < p 1 and converges for p > 1. When the series converges, by the integral test we have the sum S p = p. p 1 p 1 Special cases of p-series: p = 1: The harmonic series diverges. p = 2: The series converges and the sum, as shown first by Euler, is π2. 6 The alternating harmonic series: = ( 1) n 1 1 n = ln(2). n=1 This series converges by the alternating series test. 8

9 The series for various functions: e x = 1 + x + x2 + x3 + x4 + = x n 2! 3! 4!. n! This converges for all x by the ratio test: a n+1 a n = x n+1 n! (n + 1)! x n = x n sin(x) = x x3 + x5 x7 + = x2n+1 3! 5! 7! ( 1)n. (2n+1)! This converges for all x by the ratio test: a n+1 a n = x 2n+3 (2n + 1)! (2n + 3)! x 2n+1 = x 2 (2n + 3)(2n + 2) 0. cos(x) = 1 x2 + x4 x6 + = x2n 2! 4! 6! ( 1)n. (2n)! This converges for all x by the ratio test: a n+1 a n = x 2n+2 (2n)! (2n + 2)! x 2n = x 2 (2n + 2)(2n + 1) 0. ln(1 + x) = x x2 2 + x3 3 x4 4 + = ( 1)n 1 xn n. This converges for x < 1 by the ratio test: a n+1 a n = x n+1 n (n + 1) x n = x n (n + 1) x. The series diverges for x > 1 by the ratio test. The series diverges at x = 1, since it is then the negative of the harmonic series, by the p-test (p = 1). It converges when x = 1, since it is then the alternating harmonic series, convergent by the alternating series test. So the series converges when 1 < x 1. The interval ( 1, 1] is called the interval of convergence of the series. 9

10 arctan(x) = x x3 + x5 x7 + = x2n ( 1)n. (2n+1) We first use the ratio test: a n+1 a n = x 2n+3 (2n + 3) (2n + 1) x 2n+1 = x 2 (2n + 1) (2n + 3) x. The series converges for x < 1 by the ratio test. The series diverges for x > 1 by the ratio test. The series converges when x = ±1, since for each of these values of x, the series is an alternating series, which obeys the conditions for the alternating series test, so converges by the alternating series test. So the series converges when 1 x 1. The interval of convergence is [ 1, 1]. The special case when x = 1 gives the nice formula: The Pitt comic series: π = 4( ). f(x) = k=1 ( 1) n x n 3 n. We first use the ratio test: a n+1 a n = x n+1 3 n n 3 n + 1 x n = x 3 n + 1 x. If x < 1, the series converges by the ratio test. If x > 1, the series diverges by the ratio test. If x = 1, the series is ( 1) n k=1 3 n, which converges by the alternating series test (conditionally, not absolutely, by the next result). If x = 1, the series is k=1 (p = 1 1). 3 So the interval of convergence is ( 1, 1]. 1 3 n, which diverges by the p-test 10

11 Taylor series The Taylor series of f(x), based at x = a is the series: T (f, a)(x) = 1 n! f (n) (a)(x a) n. Here, if n > 0, f (n) (a) denotes the n-th derivative of f evaluated at x = a. Also f (0) (a) is defined to be f(a). Note that 0! is defined to be 1, so the series written out is: T (f, a)(x) = f(a)+f (1) (a)(x a)+ 1 2 f (2) (a)(x a) f (3) (a)(x a) f (4) (a)(x a) Note that the first two terms give the standard linear approximation to f, based at x = a. Examples f(x) = e x, f (n) (x) = e x, T (f, a) = e a (x a) n. n! This Taylor series converges for all x and represents the function e x. f(x) = cos(x), f (2n) (x) = ( 1) n cos(x), f (2n+1) = ( 1) n+1 sin(x), T (f, a) = cos(a) ( ) ( 1) n (x a) 2n sin(a) (2n)! ( ( 1) n (x a) 2n+1 (2n + 1)! This Taylor series converges for all x and represents the function cos(x). f(x) = sin(x), f (2n) (x) = ( 1) n sin(x), f (2n+1) = ( 1) n cos(x), T (f, a) = sin(a) ( ) ( 1) n (x a) 2n +cos(a) (2n)! ( ( 1) n (x a) 2n+1 (2n + 1)! This Taylor series converges for all x and represents the function sin(x). ). ). 11

12 f(x) = 1 x, f (n) (x) = ( 1)n n! x n+1, T (f, a) = (a x) n a n+1. This is a geometric series with first term 1 a x and with ratio a a converges, with sum ( 1)( 1 a 1 ( a x )) = 1 if and only if x a < a. x a and f(x) = ln(x), f (n) (x) = ( 1)n 1 (n 1)! x n (for n > 0), T (f, a) = ln(a) n=1 Here we are assuming that a > 0. This series converges to ln(x) if 0 < x 2a. (a x) n na n. f(x) = x r, where r is a real number and (to avoid unnecessary complications) we take a > 0, f (n) (x) = r(r 1)(r 2)... (r n + 1)x r n, T (f, a) = ( ) r a r n (x a) n. n Here ( ) r n = r(r 1)(r 2)...(r n+1), when n > 0 and ( r n! 0) = 1. This series converges for all x if r is a non-negative integer, when it agrees with the standard binomial expansion. If r is non-integral, the series converges to x r, for 0 < x < 2a. 12

13 Taylor series based at the origin Often it is convenient to expand around the origin, so to put a = 0. The Taylor series for this case are also called MacLaurin series. For the series for ln(x) and x r, this entails shifting x by a constant, so that the derivatives are well-defined. We then have the following Taylor series, based at a = 0. f(x) = e x, f (n) (x) = e x, f (n) (0) = 1, T (f, 0) = x n n! = 1 + x + x2 2 + x3 6 + x x , This Taylor series converges for all x and represents the function e x. f(x) = cos(x), f (2n) (x) = ( 1) n cos(x), f (2n+1) f (2n) (0) = ( 1) n, f (2n+1) (0) = 0, = ( 1) n+1 sin(x), ( 1) n x 2n T (f, 0) = (2n)! = 1 x2 2 + x4 24 x6 720 x This Taylor series converges for all x and represents the function cos(x). f(x) = sin(x), f (2n) (x) = ( 1) n sin(x), f (2n+1) = ( 1) n cos(x), f (2n) (0) = 0, f (2n+1) (0) = ( 1) n, T (f, 0) = ( 1) n x 2n+1 (2n + 1)! = x x3 6 + x5 120 x x This Taylor series converges for all x and represents the function sin(x). f(x) = 1 1+x, f (n) (x) = ( 1)n n! (1+x) n+1, f (n) (0) = ( 1) n n!, T (f, 0) = ( x) n = 1 x + x 2 x 3 + x 4 x This is the standard geometric series with ratio x and converges, with if and only if 1 < x < 1. sum 1 1+x 13

14 f(x) = ln(1+x), f (n) (x) = ( 1)n 1 (n 1)! (1+x) n (for n > 0), f(0) = 0, f (n) (0) = ( 1) n 1 (n 1)!, ( x) n T (f, 0) = n n=1 = x x2 2 + x3 3 x4 4 + x This series converges to ln(1 + x) if 1 < x 1. f(x) = (1 + x) r, where r is a real number, f (n) (x) = r(r 1)(r 2)... (r n + 1)(1 + x) r n, f (n) (0) = r(r 1)(r 2)... (r n + 1), T (f, 0) = ( ) r x n n r(r 1) = 1+rx+ x 2 r(r 1)(r 2) + x 3 r(r 1)(r 2)(r 3) + x This series converges for all x if r is a non-negative integer, when it agrees with the standard binomial expansion. If r is non-integral, the series converges to x r, for 1 < x < 1. 14

15 Taylor approximations; the error term; convergence The n-th Taylor approximation T n (f, a)(x) based at a to a function f(x) is the (n + 1)-th partial sum of the Taylor series: n f k (a) T n (f, a)(x) = (x a) k k! k=0 = f(a)+f (1) (a)(x a)+ f (2) (a) (x a) 2 + f (3) (a) (x a) f (n) (a) (x a) n. 2 6 n! Note that T n (f, a)(x) is a sum of n + 1 terms and is a polynomial of degree at most n in x. Then T n (f, a)(x) has the characteristic property that its derivatives agree with those of the function f(x), when both are evaluated at x = a, up to and including the n-th derivative. Consider now the difference E n (f, a)(x) = f(x) T n (f, a)(x). Intuitively this should be small. There are various estimates of the size of this difference: one is the following: E n (f, a)(x) K n+1 (n + 1)! x a n+1. This estimate is valid throughout the interval a r x a + r, for a fixed positive r, where the quantity K n+1 is the maximum of f (n+1) (x) on that interval. So for example, for the function f(x) = e x, we have K n+1 = e a+r and E n (f, a)(x) ea+r (n + 1)! x a n+1. For the functions sin(x) and cos(x), we know that K n+1 is a value of one of the two functions sin(x) or cos(x), somewhere on the interval [a r, a+r], which can never be larger than 1, so we always have the following estimate: E n (f, a)(x) 1 (n + 1)! x a n+1. For each of these functions, we notice that as n, the error goes to zero, since the denominator (n+1)! grows much faster than any power of the form u n for fixed u. 15

16 When the error goes to zero as n goes to infinity, we get two by-products: First the Taylor series converges on [a r, a + r]. Second the Taylor series actually represents the function on the interval [a r, a + r]. So we can conclude as stated earlier, that the Taylor series for the functions e x, sin(x) and cos(x) always represents the function, on any interval [a r, a + r], for any reals a and r, with r > 0. Since this is true for any real r > 0, these Taylor series represent the functions on the entire real line. As another example consider the function f(x) = 1 and its expansion 1+x based at 0. We have f (n+1) (x) = (n+1)!, so, on the interval [ r, r], where 0 < r < 1, (1+x) n+1 we get K n+1 = and then we have: (n+1)! (1 r) n+1 E n (f, 0)(x) ( ) n+1 x. 1 r This goes to zero as n, provided x < 1 r. Note that r must be restricted to the range 0 < r < 1, since the function and its derivatives blow up as x 1 +. We conclude that the Taylor series represents the function 1 on the interval 1+x [ r, r], for any 0 < r < 1, so therefore also on the interval ( 1, 1). Finally, if a Taylor series converges on an open interval (p, q), then it converges absolutely on that interval. 16

17 Tricks with Taylor series Series obey the same rules as do ordinary limits. For example if a = k=1 a k and b = k=1 b k, then a + b = k=1 (a k + b k ) and a b = k=1 (a k b k ). So suppose that we have two Taylor series, based at the same point, convergent on the same open interval (p, q) (i.e. we ignore the end=points, where these series may or may not converge): f(x) = g(x) = f n (x a) n, where f n = f (n) (a), n! g n (x a) n, where g n = g(n) (a). n! Then on the same open interval (p, q), we have: The Taylor series for f(x) + g(x) is the sum of the Taylor series for f(x) with that for g(x). f(x) + g(x) = h n (x a) n, where h n = f n + g n. The Taylor series for f(x) g(x) is the subtraction of the Taylor series for g(x) from that for f(x). f(x) g(x) = h n (x a) n, where h n = f n g n. The Taylor series for f(x)g(x) is the product of the Taylor series for f(x) with that of g(x). f(x)g(x) = h n (x a) n, where h n = n f k g n k. k=0 The Taylor series for f (x) is the derivative of the Taylor series for f(x): f (x) = h n (x a) n 1, where h n = nf n. n=1 17

18 The Taylor series for x f(t)dt is the integral of the Taylor series for a f(x): x f(t)dt = h n (x a) n+1, where h n = f n n + 1. a If g(a) 0, the Taylor series for f(x) g(x) for f(x) by that of g(x): x a f(t)dt = is the quotient of the Taylor series h n (x a) n+1, where h n = The quotient series may be written f(x) g(x) the first few h n are as follows: = 1 g 0 h n f n n + 1. ( ) x a n, g 0 where h 0 = f 0, h 1 = f 0 g 1 + f 1 g 0, h 2 = f 0 ( g 0 g 2 + g 2 1) f 1 g 0 g 1 + f 2 g 2 0, h 3 = f 0 ( g 2 0g 3 + 2g 0 g 1 g 2 g 3 1) + f 1 ( g 2 0g 2 + g 0 g 2 1) f 2 g 2 0g 1 + f 3 g 3 0, h 4 = f 0 ( g 3 0g 4 +2g 2 0g 1 g 3 +g 2 0g 2 2 3g 0 g 2 1g 2 +g 4 1)+f 1 ( g 3 0g 3 +2g 2 0g 1 g 2 g 0 g 3 1) +f 2 ( g 3 0g 2 + g 2 0g 2 1) f 3 g 3 0g 1 + f 4 g 4 0. Substitution of variables can create new Taylor series out of old: usually one replaces the variable x by a simple polynomial in x, say bx + c or kx 2, for constants b, c, k. The convergence interval has to be adjusted accordingly. For example if f(x) = f nx n converges to f(x) for x < R, then f(x 2 ) = f nx 2n converges for x < R. 18

19 Examples We start with the geometric series: f 1 (x) = 1 1 x = x n = 1 + x + x 2 + x 3 + x , valid for x < 1. Replacing x by x, we get the series: f 2 (x) = x = ( x) n = 1 x+x 2 x 3 +x 4..., valid for x < 1. Replacing x by 2x, we get the series: f 3 (x) = 1 1 2x = (2x) n = 1+2x+4x 2 +8x 3 +16x , valid for x < 1 2. Replacing x by x 2, we get the series: f 4 (x) = x = ( x 2 ) n = 1 x 2 +x 4 x 6 +x 8..., valid for x < 1. 2 Replacing x by 1 x, we get the series: f 5 (x) = 1 x = (1 x) n = 1+(1 x)+(1 x) 2 +(1 x) 3 +(1 x) , valid for 0 < x < 2. Differentiating once with respect to x, we get the series: f 6 (x) = 1 (1 x) = (n+1)x n = 1+2x+3x 2 +4x 3 +5x , valid for x < 1. 2 Differentiating twice with respect to x, and dividing the result by 2, we get the series: f 7 (x) = 1 (1 x) = 3 (n + 1)(n + 2) x n = 1+3x+6x 2 +10x 3 +15x , valid for x <

20 Integrating once with respect to x, we get the series: x n f 8 (x) = ln(1 x) = n + 1 = x+x2 2 +x3 3 +x4 4 +x5 +..., valid for 1 x < 1. 5 Note that the new series here has a larger range of convergence than the original series. Integrating f 4 once with respect to x gives the series: ( 1) n x 2n+1 f 9 (x) = arctan(x) = = x x3 2n x5 5 x7 7 +x9 +..., valid for 1 x 1. 9 Similarly, let us start with the series for sin(x), valid for all x: ( 1) n x 2n+1 sin(x) = = x x3 (2n + 1)! 6 + x5 120 x x Then we get the series for cos(x) by differentiating with respect to x and the series for sin(2x) by replacing x by 2x, each valid for all x: ( 1) n 2 2n+1 x 2n+1 sin(2x) = = 2x 4x3 (2n + 1)! 3 + 4x5 15 8x x Finally, using the series e x = x n = 1 + x + x2 + x3 + x4 + x5 +..., n! valid for all x and replacing x by x 2, and integrating, we get a series for erf(x) = π x 2 0 e t2 dt, an integral which cannot be computed in terms of standard functions: First we substitute x 2 for x obtaining the series for e x2, again valid for all x: ( x 2 ) n e x2 = = 1 x 2 + x4 n! 2 x6 6 + x8 24 x Then we integrate and multiply by π, to get the series for erf(x), again 2 valid for all x: π ( 1) n x 2n+1 π erf(x) = 2 n!(2n + 1) = 2 (x x3 3 +x5 10 x x9 216 x )

21 Euler s formulas relating trigonometric and exponential functions Looking at the series for e x, sin(x) and cos(x), each of which may actually be used as defining these functions, we see a strong familial resemblance. Euler realized that these are different aspects of the same function. Indeed we can define for any complex number z, the function e z by the same formula as used in the real case: e z = It is possible to show that this gives a nice function well-defined for all z and agrees with the standard exponential when z is real. Now consider the product formula for the series of e z and e w : c n = n a k z k b n k w n k = k=0 n k=0 e z e w = e z = e w = z n n!. a n z n, b n w n, a n = b n = 1 n!. e z e w = c n, z k w n k k!(n k)! = 1 n! n ( ) n z k w n k = k k=0 (z + w) n = e z+w. n! (z + w)n. n! In particular, writing z = x + iy, with x and y real, we get the formula: e z = e x+iy = e x e iy. Now e x is the ordinary exponential function, so we will comprehend e z if we know what e iy is. 21

22 We write out its series, separating out the terms into even and odd powers of y: e iy (iy) n = n! = = (iy) 2n (2n)! + (iy) 2n+1 (2n + 1)! ( 1) n y 2n (2n)! + i = cos(y) + i sin(y). ( 1) n y 2n+1 (2n + 1)! Here we used the fact that i 2 = 1, so i 2n = ( 1) n and i 2n+1 = i( 1) n. So we have the beautiful formulas of Euler: e iy = cos(y) + i sin(y), e x+iy = e x (cos(y) + i sin(y)). In particular putting y = 2π, we get: e 2πi = 1, so e z+2πi = e z, so the function e z is periodic in the direction of i with period 2π. Finally, putting y = π, we get the formula: e iπ = 1. This beautiful formula links four of the most important quantities in mathematics: e, π, i and 1! 22

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

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

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

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

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

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

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0 8.7 Taylor s Inequality Math 00 Section 005 Calculus II Name: ANSWER KEY Taylor s Inequality: If f (n+) is continuous and f (n+) < M between the center a and some point x, then f(x) T n (x) M x a n+ (n

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

Introduction and Review of Power Series

Introduction and Review of Power Series Introduction and Review of Power Series Definition: A power series in powers of x a is an infinite series of the form c n (x a) n = c 0 + c 1 (x a) + c 2 (x a) 2 +...+c n (x a) n +... If a = 0, this is

More information

11.10a Taylor and Maclaurin Series

11.10a Taylor and Maclaurin Series 11.10a 1 11.10a Taylor and Maclaurin Series Let y = f(x) be a differentiable function at x = a. In first semester calculus we saw that (1) f(x) f(a)+f (a)(x a), for all x near a The right-hand side of

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 WW09 Solutions November 24, 2008

Math WW09 Solutions November 24, 2008 Math 352- WW09 Solutions November 24, 2008 Assigned problems: 8.7 0, 6, ww 4; 8.8 32, ww 5, ww 6 Always read through the solution sets even if your answer was correct. Note that like many of the integrals

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

Review of Power Series

Review of Power Series Review of Power Series MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Introduction In addition to the techniques we have studied so far, we may use power

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

1 Question related to polynomials

1 Question related to polynomials 07-08 MATH00J Lecture 6: Taylor Series Charles Li Warning: Skip the material involving the estimation of error term Reference: APEX Calculus This lecture introduced Taylor Polynomial and Taylor Series

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

An idea how to solve some of the problems. diverges the same must hold for the original series. T 1 p T 1 p + 1 p 1 = 1. dt = lim

An idea how to solve some of the problems. diverges the same must hold for the original series. T 1 p T 1 p + 1 p 1 = 1. dt = lim An idea how to solve some of the problems 5.2-2. (a) Does not converge: By multiplying across we get Hence 2k 2k 2 /2 k 2k2 k 2 /2 k 2 /2 2k 2k 2 /2 k. As the series diverges the same must hold for the

More information

As f and g are differentiable functions such that. f (x) = 20e 2x, g (x) = 4e 2x + 4xe 2x,

As f and g are differentiable functions such that. f (x) = 20e 2x, g (x) = 4e 2x + 4xe 2x, srinivasan (rs7) Sample Midterm srinivasan (690) This print-out should have 0 questions. Multiple-choice questions may continue on the next column or page find all choices before answering. Determine if

More information

Formulas to remember

Formulas to remember Complex numbers Let z = x + iy be a complex number The conjugate z = x iy Formulas to remember The real part Re(z) = x = z+z The imaginary part Im(z) = y = z z i The norm z = zz = x + y The reciprocal

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

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

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h 1 Sec 4.1 Limits, Informally When we calculated f (x), we first started with the difference quotient f(x + h) f(x) h and made h small. In other words, f (x) is the number f(x+h) f(x) approaches as h gets

More information

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Introduction to Proofs in Analysis updated December 5, 2016 By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Purpose. These notes intend to introduce four main notions from

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

Lecture 32: Taylor Series and McLaurin series We saw last day that some functions are equal to a power series on part of their domain.

Lecture 32: Taylor Series and McLaurin series We saw last day that some functions are equal to a power series on part of their domain. Lecture 32: Taylor Series and McLaurin series We saw last day that some functions are equal to a power series on part of their domain. For example f(x) = 1 1 x = 1 + x + x2 + x 3 + = ln(1 + x) = x x2 2

More information

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes Limits at Infinity If a function f has a domain that is unbounded, that is, one of the endpoints of its domain is ±, we can determine the long term behavior of the function using a it at infinity. Definition

More information

Math 131 Final Exam Spring 2016

Math 131 Final Exam Spring 2016 Math 3 Final Exam Spring 06 Name: ID: multiple choice questions worth 5 points each. Exam is only out of 00 (so there is the possibility of getting more than 00%) Exam covers sections. through 5.4 No graphing

More information

Classnotes - MA Series and Matrices

Classnotes - MA Series and Matrices Classnotes - MA-2 Series and Matrices Department of Mathematics Indian Institute of Technology Madras This classnote is only meant for academic use. It is not to be used for commercial purposes. For suggestions

More information

Friday 09/15/2017 Midterm I 50 minutes

Friday 09/15/2017 Midterm I 50 minutes Fa 17: MATH 2924 040 Differential and Integral Calculus II Noel Brady Friday 09/15/2017 Midterm I 50 minutes Name: Student ID: Instructions. 1. Attempt all questions. 2. Do not write on back of exam sheets.

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

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

CALCULUS JIA-MING (FRANK) LIOU

CALCULUS JIA-MING (FRANK) LIOU CALCULUS JIA-MING (FRANK) LIOU Abstract. Contents. Power Series.. Polynomials and Formal Power Series.2. Radius of Convergence 2.3. Derivative and Antiderivative of Power Series 4.4. Power Series Expansion

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

Chapter 4 Sequences and Series

Chapter 4 Sequences and Series Chapter 4 Sequences and Series 4.1 Sequence Review Sequence: a set of elements (numbers or letters or a combination of both). The elements of the set all follow the same rule (logical progression). The

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

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

Power Series Solutions We use power series to solve second order differential equations

Power Series Solutions We use power series to solve second order differential equations Objectives Power Series Solutions We use power series to solve second order differential equations We use power series expansions to find solutions to second order, linear, variable coefficient equations

More information

Math Review for Exam Answer each of the following questions as either True or False. Circle the correct answer.

Math Review for Exam Answer each of the following questions as either True or False. Circle the correct answer. Math 22 - Review for Exam 3. Answer each of the following questions as either True or False. Circle the correct answer. (a) True/False: If a n > 0 and a n 0, the series a n converges. Soln: False: Let

More information

Chapter 7: Techniques of Integration

Chapter 7: Techniques of Integration Chapter 7: Techniques of Integration MATH 206-01: Calculus II Department of Mathematics University of Louisville last corrected September 14, 2013 1 / 43 Chapter 7: Techniques of Integration 7.1. Integration

More information

11.8 Power Series. Recall the geometric series. (1) x n = 1+x+x 2 + +x n +

11.8 Power Series. Recall the geometric series. (1) x n = 1+x+x 2 + +x n + 11.8 1 11.8 Power Series Recall the geometric series (1) x n 1+x+x 2 + +x n + n As we saw in section 11.2, the series (1) diverges if the common ratio x > 1 and converges if x < 1. In fact, for all x (

More information

Math 122L. Additional Homework Problems. Prepared by Sarah Schott

Math 122L. Additional Homework Problems. Prepared by Sarah Schott Math 22L Additional Homework Problems Prepared by Sarah Schott Contents Review of AP AB Differentiation Topics 4 L Hopital s Rule and Relative Rates of Growth 6 Riemann Sums 7 Definition of the Definite

More information

Math 1552: Integral Calculus Final Exam Study Guide, Spring 2018

Math 1552: Integral Calculus Final Exam Study Guide, Spring 2018 Math 55: Integral Calculus Final Exam Study Guide, Spring 08 PART : Concept Review (Note: concepts may be tested on the exam in the form of true/false or short-answer questions.). Complete each statement

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

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

Geometric Series and the Ratio and Root Test

Geometric Series and the Ratio and Root Test Geometric Series and the Ratio and Root Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 5, 2018 Outline 1 Geometric Series

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

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

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

Series Solutions. 8.1 Taylor Polynomials

Series Solutions. 8.1 Taylor Polynomials 8 Series Solutions 8.1 Taylor Polynomials Polynomial functions, as we have seen, are well behaved. They are continuous everywhere, and have continuous derivatives of all orders everywhere. It also turns

More information

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction Math 4 Summer 01 Elementary Number Theory Notes on Mathematical Induction Principle of Mathematical Induction Recall the following axiom for the set of integers. Well-Ordering Axiom for the Integers If

More information

Introduction to Abstract Mathematics

Introduction to Abstract Mathematics Introduction to Abstract Mathematics Notation: Z + or Z >0 denotes the set {1, 2, 3,...} of positive integers, Z 0 is the set {0, 1, 2,...} of nonnegative integers, Z is the set {..., 1, 0, 1, 2,...} of

More information

Without fully opening the exam, check that you have pages 1 through 13.

Without fully opening the exam, check that you have pages 1 through 13. MTH 33 Solutions to Exam November th, 08 Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through

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

Mathematical Economics: Lecture 2

Mathematical Economics: Lecture 2 Mathematical Economics: Lecture 2 Yu Ren WISE, Xiamen University September 25, 2012 Outline 1 Number Line The number line, origin (Figure 2.1 Page 11) Number Line Interval (a, b) = {x R 1 : a < x < b}

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

f (r) (a) r! (x a) r, r=0

f (r) (a) r! (x a) r, r=0 Part 3.3 Differentiation v1 2018 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

Study # 1 11, 15, 19

Study # 1 11, 15, 19 Goals: 1. Recognize Taylor Series. 2. Recognize the Maclaurin Series. 3. Derive Taylor series and Maclaurin series representations for known functions. Study 11.10 # 1 11, 15, 19 f (n) (c)(x c) n f(c)+

More information

Chapter 2: Functions, Limits and Continuity

Chapter 2: Functions, Limits and Continuity Chapter 2: Functions, Limits and Continuity Functions Limits Continuity Chapter 2: Functions, Limits and Continuity 1 Functions Functions are the major tools for describing the real world in mathematical

More information

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

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

Section 9.8. First let s get some practice with determining the interval of convergence of power series.

Section 9.8. First let s get some practice with determining the interval of convergence of power series. First let s get some practice with determining the interval of convergence of power series. First let s get some practice with determining the interval of convergence of power series. Example (1) Determine

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

Math 20B Supplement. Bill Helton. September 23, 2004

Math 20B Supplement. Bill Helton. September 23, 2004 Math 0B Supplement Bill Helton September 3, 004 1 Supplement to Appendix G Supplement to Appendix G and Chapters 7 and 9 of Stewart Calculus Edition 5: August 003 Contents 1 Complex Exponentials: For Appendix

More information

SOLVED PROBLEMS ON TAYLOR AND MACLAURIN SERIES

SOLVED PROBLEMS ON TAYLOR AND MACLAURIN SERIES SOLVED PROBLEMS ON TAYLOR AND MACLAURIN SERIES TAYLOR AND MACLAURIN SERIES Taylor Series of a function f at x = a is ( f k )( a) ( x a) k k! It is a Power Series centered at a. Maclaurin Series of a function

More information

Sequences and Series

Sequences and Series Sequences and Series Consider the following sum: 2 + 4 + 8 + 6 + + 2 i + The dots at the end indicate that the sum goes on forever. Does this make sense? Can we assign a numerical value to an infinite

More information

Taylor Series. richard/math230 These notes are taken from Calculus Vol I, by Tom M. Apostol,

Taylor Series.  richard/math230 These notes are taken from Calculus Vol I, by Tom M. Apostol, Taylor Series Professor Richard Blecksmith richard@math.niu.edu Dept. of Mathematical Sciences Northern Illinois University http://math.niu.edu/ richard/math230 These notes are taken from Calculus Vol

More information

2 = = 0 Thus, the number which is largest in magnitude is equal to the number which is smallest in magnitude.

2 = = 0 Thus, the number which is largest in magnitude is equal to the number which is smallest in magnitude. Limits at Infinity Two additional topics of interest with its are its as x ± and its where f(x) ±. Before we can properly discuss the notion of infinite its, we will need to begin with a discussion on

More information

MORE APPLICATIONS OF DERIVATIVES. David Levermore. 17 October 2000

MORE APPLICATIONS OF DERIVATIVES. David Levermore. 17 October 2000 MORE APPLICATIONS OF DERIVATIVES David Levermore 7 October 2000 This is a review of material pertaining to local approximations and their applications that are covered sometime during a year-long calculus

More information

Section Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence.

Section Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence. Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence. Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence. f n (0)x n Recall from

More information

MATH 409 Advanced Calculus I Lecture 25: Review for the final exam.

MATH 409 Advanced Calculus I Lecture 25: Review for the final exam. MATH 49 Advanced Calculus I Lecture 25: Review for the final exam. Topics for the final Part I: Axiomatic model of the real numbers Axioms of an ordered field Completeness axiom Archimedean principle Principle

More information

Chapter 11. Taylor Series. Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27

Chapter 11. Taylor Series. Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27 Chapter 11 Taylor Series Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27 First-Order Approximation We want to approximate function f by some simple function. Best possible approximation

More information

Math 20B Supplement Linked to Stewart, Edition 5. December 2005 version

Math 20B Supplement Linked to Stewart, Edition 5. December 2005 version Math 20B Supplement Linked to Stewart, Edition 5 December 2005 version Bill Helton - The Maintenance Crew Written By Ed Bender, Bill Helton Contributions by John Eggers and Magdelana Musat Supplement to

More information

f(g(x)) g (x) dx = f(u) du.

f(g(x)) g (x) dx = f(u) du. 1. Techniques of Integration Section 8-IT 1.1. Basic integration formulas. Integration is more difficult than derivation. The derivative of every rational function or trigonometric function is another

More information

Sequences and Series of Functions

Sequences and Series of Functions Chapter 13 Sequences and Series of Functions These notes are based on the notes A Teacher s Guide to Calculus by Dr. Louis Talman. The treatment of power series that we find in most of today s elementary

More information

Main topics for the First Midterm Exam

Main topics for the First Midterm Exam Main topics for the First Midterm Exam The final will cover Sections.-.0, 2.-2.5, and 4.. This is roughly the material from first three homeworks and three quizzes, in addition to the lecture on Monday,

More information

Sequences and Series

Sequences and Series CHAPTER Sequences and Series.. Convergence of Sequences.. Sequences Definition. Suppose that fa n g n= is a sequence. We say that lim a n = L; if for every ">0 there is an N>0 so that whenever n>n;ja n

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

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

More information

7.3 Singular points and the method of Frobenius

7.3 Singular points and the method of Frobenius 284 CHAPTER 7. POWER SERIES METHODS 7.3 Singular points and the method of Frobenius Note: or.5 lectures, 8.4 and 8.5 in [EP], 5.4 5.7 in [BD] While behaviour of ODEs at singular points is more complicated,

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

Assignment 4. u n+1 n(n + 1) i(i + 1) = n n (n + 1)(n + 2) n(n + 2) + 1 = (n + 1)(n + 2) 2 n + 1. u n (n + 1)(n + 2) n(n + 1) = n

Assignment 4. u n+1 n(n + 1) i(i + 1) = n n (n + 1)(n + 2) n(n + 2) + 1 = (n + 1)(n + 2) 2 n + 1. u n (n + 1)(n + 2) n(n + 1) = n Assignment 4 Arfken 5..2 We have the sum Note that the first 4 partial sums are n n(n + ) s 2, s 2 2 3, s 3 3 4, s 4 4 5 so we guess that s n n/(n + ). Proving this by induction, we see it is true for

More information

Homework Problem Answers

Homework Problem Answers Homework Problem Answers Integration by Parts. (x + ln(x + x. 5x tan 9x 5 ln sec 9x 9 8 (. 55 π π + 6 ln 4. 9 ln 9 (ln 6 8 8 5. (6 + 56 0/ 6. 6 x sin x +6cos x. ( + x e x 8. 4/e 9. 5 x [sin(ln x cos(ln

More information

Generating Functions (Revised Edition)

Generating Functions (Revised Edition) Math 700 Fall 06 Notes Generating Functions (Revised Edition What is a generating function? An ordinary generating function for a sequence (a n n 0 is the power series A(x = a nx n. The exponential generating

More information

Complex numbers, the exponential function, and factorization over C

Complex numbers, the exponential function, and factorization over C Complex numbers, the exponential function, and factorization over C 1 Complex Numbers Recall that for every non-zero real number x, its square x 2 = x x is always positive. Consequently, R does not contain

More information

Ch 7 Summary - POLYNOMIAL FUNCTIONS

Ch 7 Summary - POLYNOMIAL FUNCTIONS Ch 7 Summary - POLYNOMIAL FUNCTIONS 1. An open-top box is to be made by cutting congruent squares of side length x from the corners of a 8.5- by 11-inch sheet of cardboard and bending up the sides. a)

More information

MATH 117 LECTURE NOTES

MATH 117 LECTURE NOTES MATH 117 LECTURE NOTES XIN ZHOU Abstract. This is the set of lecture notes for Math 117 during Fall quarter of 2017 at UC Santa Barbara. The lectures follow closely the textbook [1]. Contents 1. The set

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

Differentiation ( , 9.5)

Differentiation ( , 9.5) Chapter 2 Differentiation (8.1 8.3, 9.5) 2.1 Rate of Change (8.2.1 5) Recall that the equation of a straight line can be written as y = mx + c, where m is the slope or graient of the line, an c is the

More information

Sequences and Series. 256 Chapter 11 Sequences and Series. and then lim 1 1 = 1 0 = 1.

Sequences and Series. 256 Chapter 11 Sequences and Series. and then lim 1 1 = 1 0 = 1. 256 Chapter Sequences and Series Consider the following sum: Sequences and Series 2 + 4 + 8 + 6 + + 2 + i The dots at the end indicate that the sum goes on forever Does this make sense? Can we assign a

More information

f (x) = k=0 f (0) = k=0 k=0 a k k(0) k 1 = a 1 a 1 = f (0). a k k(k 1)x k 2, k=2 a k k(k 1)(0) k 2 = 2a 2 a 2 = f (0) 2 a k k(k 1)(k 2)x k 3, k=3

f (x) = k=0 f (0) = k=0 k=0 a k k(0) k 1 = a 1 a 1 = f (0). a k k(k 1)x k 2, k=2 a k k(k 1)(0) k 2 = 2a 2 a 2 = f (0) 2 a k k(k 1)(k 2)x k 3, k=3 1 M 13-Lecture Contents: 1) Taylor Polynomials 2) Taylor Series Centered at x a 3) Applications of Taylor Polynomials Taylor Series The previous section served as motivation and gave some useful expansion.

More information

CHAPTER 10, INFINITE SERIES Infinite Sequence

CHAPTER 10, INFINITE SERIES Infinite Sequence CHAPTER INFINITE SERIES Definition. = f(n).. Infinite Sequence a a a 3 { } n= { } { }. () { n } { n } { 3n 7} 3 {sin nπ } {3+( )n }. () { 3 5 7 3 7 3 } (3) {3 4 5 9 6 5 3 5 } (4) Fibonacii sequemce F =F

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

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

Convergence Tests. Academic Resource Center

Convergence Tests. Academic Resource Center Convergence Tests Academic Resource Center Series Given a sequence {a 0, a, a 2,, a n } The sum of the series, S n = A series is convergent if, as n gets larger and larger, S n goes to some finite number.

More information

Math Final Exam Review

Math Final Exam Review Math - Final Exam Review. Find dx x + 6x +. Name: Solution: We complete the square to see if this function has a nice form. Note we have: x + 6x + (x + + dx x + 6x + dx (x + + Note that this looks a lot

More information

, applyingl Hospital s Rule again x 0 2 cos(x) xsinx

, applyingl Hospital s Rule again x 0 2 cos(x) xsinx Lecture 3 We give a couple examples of using L Hospital s Rule: Example 3.. [ (a) Compute x 0 sin(x) x. To put this into a form for L Hospital s Rule we first put it over a common denominator [ x 0 sin(x)

More information

Bernoulli Polynomials

Bernoulli Polynomials Chapter 4 Bernoulli Polynomials 4. Bernoulli Numbers The generating function for the Bernoulli numbers is x e x = n= B n n! xn. (4.) That is, we are to expand the left-hand side of this equation in powers

More information

Topics and Concepts. 1. Limits

Topics and Concepts. 1. Limits Topics and Concepts 1. Limits (a) Evaluating its (Know: it exists if and only if the it from the left is the same as the it from the right) (b) Infinite its (give rise to vertical asymptotes) (c) Limits

More information

Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series

Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series .... Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series Kenichi Maruno Department of Mathematics, The University of Texas - Pan American March 4, 20

More information