Part 3.3 Differentiation Taylor Polynomials

Size: px
Start display at page:

Download "Part 3.3 Differentiation Taylor Polynomials"

Transcription

1 Part 3.3 Differentiation Taylor Polynomials Definition 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 of degree n for f at a is T n,a f x) = f a) + f a) x a) + f a) 2! x a) f n) a) n! x a) n. Example Find the Taylor polynomial of degree n for f x) = sin x and a = 0. In this course we have started with the definition of sine as the ratio of sides in a right-angled triangle. We have assumed the addition formula for sine and managed to show that sine is continuous and differentiable of all orders for all x. From such results we have From this we can see that f x) = sin x f 1) x) = cos x f 2) x) = sin x f 3) x) = cos x f 4) x) = sin x. Thus { 1) r f n) sin x if n = 2r is even x) = 1) r cos x if n = 2r + 1 is odd. f n) 0) = { 0 if n = 2r 1) r if n = 2r + 1 Hence the Taylor polynomial for sin x at 0 of degree n is T n,0 sin x) = x x3 3! + x5 5! x7 7! )R x 2R+1 2R + 1)! = R r=0 1) r x 2r+1, 2r + 1)! 1

2 where 2R + 1 n < 2R + 1) + 1. The first few Taylor polynomials can be plotted as 2 T 1,0 =T 2,0 T 5,0 =T 6, T 9,0 =T 10, T 3,0 T 7,0 =T 8,0 =T 4,0 si n x Example Calculate T 8,0 e x sin x). Solution If f x) = e x sin x then f x) = e x sin x f 1) x) = e x sin x + e x cos x f 2) x) = e x sin x + e x cos x + e x cos x e x sin x = 2e x cos x f 3) x) = 2e x cos x 2e x sin x f 4) x) = 2e x cos x 2e x sin x 2e x sin x 2e x cos x = 4e x sin x. The important observation is that f 4) x) = 4f x), for this means that f 5) x) = 4f 1) x), f 6) x) = 4f 2) x), f 7) x) = 4f 3) x) and f 8) x) = 4f 4) x) = 16f x). 2

3 Thus f 0) = 0, f 1) 0) = 1, f 2) 0) = 2, f 3) 0) = 2, f 4) 0) = 0, f 5) 0) = 4, f 6) 0) = 8, f 7) 0) = 8, f 8) 0) = 0. Hence T 8,0 e x sin x) = 0 + x + 2 x2 2! + 2x3 3! + 0x4 4! 4x5 5! 8x6 6! 8x7 7! + 0x8 8! = x + x 2 + x3 3 x5 30 x6 90 x Note When the function f contains trigonometric functions we often find a relationship between f and f 4) as we saw above. Such relations should always be exploited to reduce work. Example With calculate T 5,0 f x). f x) = ex 1 + x Solution Because differentiating quotients leads to complicated expressions we yet again follow the principle of ridding ourselves of fractions by multiplying up as 1 + x) f x) = e x. Then repeated differentiation gives 1 + x) f x) + f x) = e x, thus f 0) + f 0) = x) f x) + 2f x) = e x, thus f 0) + 2f 0) = x) f 3) x) + 3f x) = e x, thus f 3) 0) + 3f 0) = x) f 4) x) + 4f 3) x) = e x, thus f 4) 0) + 4f 3) 0) = x) f 5) x) + 5f 4) x) = e x, thus f 5) 0) + 5f 4) 0) = 1. Starting from f 0) = 1 we can solve to get f 0) = 0, f 0) = 1, 3

4 f 3) 0) = 2, f 4) 0) = 9 and f 5) 0) = 44. Then ) e x T 5,0 = 1 + 0x + 1 x2 1 + x 2! 2x3 3! + 9x4 4! 44x5 5! = x2 1 3 x x x5. Definition The Remainder, R n,a f x), is defined by R n,a f x) = f x) T n,a f x). 1) TRICK To get estimates for R n,a f x) we first ask how T n,t f x) changes as t varies between a and x. So for the next few results, consider a and x to be fixed. Note that when t = x in the definition of T n,t f x) we get T n,x f x) = f x) + f x) x x) + f x) x x) f n) x) x x) n 2! n! = f x). 2) Thus the remainder can be written as R n,a f x) = T n,x f x) T n,a f x). We start with quite an amazing result, that the derivative w.r.t t of the polynomial T n,t f x) should have such a simply result! Lemma If the first n + 1 derivatives of f exist on an open interval containing a and x then for all t between a and x. Proof in lectures. d dt T n,tf x) = x t)n f n+1) t) n! Note. That the n + 1-th derivative, f n+1) t), exists means that the previous derivatives f i) t) are themselves differentiable w.r.t. t for 1 i n. Yet T n,t f x) is a sum of these f i) t) for 1 i n and thus T n,t f x) is differentiable w.r.t. t. 4

5 An application of the Mean Value Theorem gives Theorem Taylor s Theorem with Cauchy s form of the error. If the first n + 1 derivatives of f exist on an open interval containing a and x then R n,a f x) = f n+1) c) x c) n x a) 3) n! for some c between a and x. Proof Consider R n,a f x) x a = f x) T n,af x) x a = T n,xf x) T n,a f x) x a by definition of R n,a, by 2). Let h t) = T n,t f x) so we can rewrite the last equality as R n,a f x) x a = h x) h a) x a = h c) for some c between a and x by the Mean Value theorem applied to h. Continuing h c) = d dt T n,tf x) x c)n = f n+1) c), t=c n! by Lemma. This result has a weakness in that the unknown c occurs in two terms on the right hand side. An argument, based on Cauchy s Mean Value Theorem, leads to Theorem Taylor s Theorem with Lagrange s form of the error 1797). If the first n + 1 derivatives of f exist on an open interval containing a and x then R n,a f x) = f n+1) c) n + 1)! x a)n+1 4) for some c between a and x. 5

6 So now we have only one occurrence of the unknown c. Proof Let g t) be any function continuous on [a, x], differentiable on a, x) and with g t) 0 for all t a, x). Then R n,a f x) g x) g a) = T n,xf x) T n,a f x) g x) g a) 1 d = g c) dt T n,tf x) t=c as in above proof, by Cauchy s M. V. Theorem, = x c)n n!g c) f n+1) c) by Lemma. If we choose g t) = x t) n the right hand side becomes f n+1) c) /n!, and so we have only one occurrence of the unknown c, as required. Integrate this choice of g to get x t)n+1 g t) =, n + 1 in which case g x) = 0. Multiplying up, R n,a f x) = g x) g a)) f n+1) c) n! = x a)n+1 n + 1) f n+1) c) n! as required. If we set h = x a in Taylor s Theorem with Lagrange s error we get f a + h) = f a) + hf a) + h2 2! f a) hn n! f n) a) + for some 0 < θ < 1. + hn+1 n + 1)! f n+1) a + θh) Taylor s Theorem is often used in Maclaurin s Form which simply has a = 0. 6

7 Example T 4,0 cos 2 x ) = 1 x x4, Solution Let f x) = cos 2 x. Then f 1) x) = 2 cos x sin x = sin 2x. It is important to write it in this way because, continuing, f 2) x) = 2 cos 2x and f 3) x) = 4 sin 2x = 4f 1) x). This relation between third and first derivatives means that f n) x) = 4f n 2) x) for all n 3 which simplifies the calculations of f 0) = 1, f 1) 0) = 0, f 2) 0) = 2, f 3) 0) = 4f 1) 0) = 0 f 4) 0) = 4f 2) 0) = 8. Thus T 4,0 cos 2 x ) = 1 + 0x 2 x2 2! + 0x3 3! + 8x4 4! = 1 x2 + x4 3. Example Use Lagrange s form for the error to show that cos2 x 1 x ) 3 x x 5. Hence show that cos 2 x 1 + x 2 lim = 1 x 0 x 4 3. Solution cos2 x 1 x x4 ) = cos 2 x T 4,0 cos 2 x ) 7 = R4,0 cos 2 x ) = f 5) c) x 5 5!

8 for some c between 0 and x, by Lagrange s error. For this we now need f 5) x) = 4f 3) x) = 16f 1) x) = 16 sin 2x. Then f 5) c) 5! x 5 = 16 5! cos 2c x x 5 This gives the first stated result. For the second, divide through by x 4 to get cos 2 x 1 + x 2 1 x x. This can be opened out as x cos2 x 1 + x 2 x x Let x 0 and quote the Sandwich Rule to get result. 8

9 3.3.2 Taylor Series Definition If all the higher derivatives of f exist in some neighbourhood of a R then the Taylor Series of f at a is r=0 f r) a) r! There are two immediate questions. Question 1. Does the series converge? x a) r. 5) This series trivially converges at x = a. Being a power series we can use tests from course MATH10242, such as the Ratio Test or Comparison Tests to find an R 0 for which if x a < R then the series converges at this x, if x a > R then the series diverges at this x, while if x a = R the series may, or may not converge at such x. Here R is called the radius of convergence. It is possible that R =, for example the series for e x. It is possible that R = 0; an example was given by Lerch in 1888 of a function well-defined on R yet whose Taylor series diverges for all x 0. Question 2. If the series converges at x R does it converge to f x)? Even if R > 0 and x 0 a is in the interval of convergence, there is no assurance that the value of the series at x 0 equals f x 0 ). This is the case with Cauchy s example 1823), of f x) = e 1/x2 for x 0 with f 0) = 0. Lemma for all n 1. e 1/x2 lim = 0 x 0 x n Proof Recall that for y > 0, we have from the series defining e y that e y = 1 + y + y2 2 + y3 yn yn ! n! n!, 9

10 throwing away all other terms, allowable since they are positive. Apply this inequality with y = 1/x 2 to get in which case as x 0. e 1/x2 x n e 1/x2 1 n!x 2n, n!x2n x n = n! x n 0 Example The Taylor series for { e 1/x 2 if x 0, f x) = 0 if x = 0. is 0 + 0x + 0 x x3 3! +... which converges for all x R. But it s sum is f x) only when x = 0. Solution We need calculate f n) 0). Starting with n = 1 we find that f 1) 0) = lim x 0 f x) f 0) x 0 e 1/x2 = lim x 0 x = 0, by previous Lemma. For f 2) 0) we need to know f 1) x) for x 0 but by the Rules for differentiation this is f 1) x) = 2 x 3 e 1/x2. Then f 2) 0) = lim x 0 f 1) x) f 1) 0) x 0 2 = lim x 0 x 4 e 1/x2 = 0, by previous Lemma. This can be continued, though the expressions for f n) x) when x 0 get particularly complicated. Nonetheless, it can be shown that f n) 0) = 0 for all n 1. Thus the Taylor Series for f x) is 0 + 0x + 0 x x3 3!

11 which converges for all x R. But it s sum is f x) only when x = 0. Yet Question 2 does have an answer: Recall from the first year course, Sequences and Series, an infinite series is defined to be the limit of the sequence of partial sums, if the limit exists. Thus r=0 f r) a) r! x a) r = lim n n r=0 f r) a) r! = lim n T n,a f x)). x a) r So the Taylor Series of f converges to f for those x for which lim T n,a f x)) = f x) n which can be rearranged to lim n f x) T n,a f x))) = 0, the same as lim R n,af x) = 0. n Lemma For any y R we have y n lim n 0 n! = 0. Proof It is a result from First Year Sequences and Series that {y n /n!} n 1 is a null sequence. It can be noted though that we have been assuming this result implicitly in this course. We have defined e y by the infinite series n r=0 yr /r!. Yet if an infinite series converges its terms tend to zero, which is the statement of this Lemma. Example From an earlier example we have the Taylor Series for sin x is 1) r x 2r+1 2r + 1)! r=0 The ratio test would show that this converges for all x R, but we have to go further and show that, for each x, it converges to sin x. 11

12 Solution Let f x) = sin x, so Lagrange s form of the error term is, for any x R, R n,0 sin x) = f n+1) c) n + 1)! xn+1 for some c between 0 and x. Yet as seen earlier, f n+1) c) is either sin c or cos c and both are 1, so R n,0 sin x) x n+1 n + 1)! 0 as n for any x R, by the Lemma above. Hence, for each fixed x R, we have lim n R n,0 f x) = 0 and so the Taylor series converges to sin x, i.e. sin x = x x3 3! + x5 5!... = r=0 1) r x 2r+1. 2r + 1)! This series be taken as the definition of sine but this would have made the proofs of this course more difficult. For example, to prove d sin x/dx = cos x, we would need to be able to differentiate an infinite series term by term.) Example Find the Taylor Series for cos 2 x around a = 0 and show that the series converges to cos 2 x for all x R. Solution If f x) = cos 2 x then we have seen before that f n) x) = 4f n 2) x) for all n 3. We can repeatedly apply this to get f n) x) = 4f n 2) x) = 4) 2 f n 4) x) = 4) 3 f n 6) x) =... = 4) l f n 2l) x), for any l with n 2l 1, i.e. 2l n 1. Given n it is either even or odd, i.e. of the form 2r or 2r + 1. If n = 2r can choose any l : 2l 2r 1, i.e. l r 1. With l = r 1, when n 2l = 2, we find f n) x) = 4) r 1 f 2) x) = 2 4) r 1 cos 2x = 1) r 2 n 1 cos 2x. If n = 2l is odd we can choose l = r to find f n) x) = 4) r f 2r+1 2r) x) = 4) r f 1) x) = 4) r sin 2x = 1) r+1 2 n sin x. 12

13 Thus { 1) r 2 n 1 cos 2x if n = 2r even f n) x) = 1) r+1 2 n sin x if n = 2r odd. 6) Choosing x = 0 gives f n) 0) = Thus the Taylor Series for cos 2 x is 1 + n=1 n=2r even { 1) r 2 n 1 if n = 2r is even 0 if n 3 is odd 1) r n 1 xn 2 n! = 1 + r=1 1) r 2r 1 x2r 2 2r)!. For what x does lim n R n,0 cos 2 x) = 0? By Lagrange s form of the error R n,0 cos 2 x ) = f n+1) c) x n+1 n + 1)! for some c between 0 and x. In the present case, we look at the modulus so we don t worry about the sign, when f n+1) c) { 2 n cos 2c = if n + 1 is even, 2 n+1 sin c if n + 1 is odd, from 6) above. Then f n+1) c) 2 n+1 in both cases. Thus, by the Lemma above, Rn,0 cos 2 x ) 2 x ) n+1 0 n + 1)! as n for any x R. Hence the Taylor Series for cos 2 x converges to cos 2 x for all x R. Example In the Appendix we show that the Taylor Series for 1 + x) t for t R, is t t 1)... t r + 1) x r, r! r=0 and this converges to 1 + x) t when 1 < x < 1. This is a generalisation of the Binomial Theorem. 13

14 Example In the Appendix we show that the Taylor Series for ln 1 + x) is 1) r 1 x r, r r=1 and this converges to ln 1 + x) when 1 < x 1. If we put x = 1 we get ln 2 = ) 6 14

15 Appendix Contents Taylor Polynomial for e x sin x + cos x), T 8.0 cos 2 x) Taylor Polynomial and error terms for sin 2 x, Taylor Series for sin x around π/2, Taylor s Theorem without error term, Taylor s Theorem with error implies the Mean Value Theorem, Integral form of the error, lim x 0 cos x 1) /x 2, Taylor Series for e x sin x, Binomial Theorem with real exponent, Taylor Series for e x sin x + cos x), Taylor Series for ln 1 + x). 1. Example With f x) = e x sin x + cos x) calculate T 3,0 f x). Solution f 1) x) = e x sin x + cos x) + e x cos x sin x) = 2e x cos x, f 2) x) = 2e x cos x 2e x sin x = 2e x cos x sin x), f 3) x) = 2e x cos x sin x) + 2e x sin x cos x) = 4e x sin x. f 4) x) = 4e x sin x 4e x cos x = 4f x). 15

16 The fact that a derivative is connected to the function simplifies matters greatly. For now f 5) x) = 4f 1) x), f 6) x) = 4f 2) x), f 7) x) = 4f 3) x) and f 8) x) = 4f 4) x) = 16f x). Thus f 0) = 1, f 1) 0) = 2, f 2) 0) = 2, f 3) 0) = 0, f 4) 0) = 4 f 5) 0) = 8 f 6) 0) = 8 f 7) 0) = 0 and f 8) 0) = 16. Hence T 3,0 f x) = 1 + 2x + 2 x2 2! + 0x3 3! 4x4 4! 8x5 5! 8x6 6! + 0x7 7! + 16x8 8! = 1 + 2x + x 2 x4 6 x5 15 x x Example Calculate T 8.0 cos 2 x ) Solution If f x) = cos 2 x then f x) = 2 cos x sin x = sin 2x. This last equality will save a lot of effort when differentiating. Leave it to the student to check that T 8.0 cos 2 x ) = 1 x x x x8. 3. Example Let f x) = sin 2 x. Calculate T 5,0 f x) and use Lagrange s form of the error to bound sin 2 0.1) T 5,0 f 0.1). Solution f x) = 2 sin x cos x = sin 2x f 0) = 0, f x) = 2 cos 2x, f 0) = 2, f x) = 4 sin 2x = 4f x), f 0) = 0, f 4) x) = 4f x), f 4) 0) = 8, f 5) x) = 4f x) = 16f x) f 5) 0) = 0. f 6) = 16f x). 16

17 Thus T 5,0 f x) = 0 + 0x + 2 x x3 3! 8x4 4! + 0x5 5! = x x4. And Lagrange s form of the error states that, for some c between x and 0, R 5,0 f x) = x6 d 6 6! dx 6 sin2 x = x6 32 cos 2c). x=c 6! First note that with x = 0.1 > 0 we have R 5,0 f x) > 0, in which case sin 2 0.1) = T 5,0 f 0.1) + R 5,0 f 0.1) > T 5,0 f 0.1). Yet so T 5,0 f 0.1) = 0.1) )4 = , sin 2 0.1) > For any upper bound we have Thus R 5,0 f 0.1) 32 6! 0.1) sin 2 0.1) = T 5,0 f 0.1) + R 5,0 f 0.1) 0.1) ) ! 0.1)6 = Hence In fact < sin 2 0.1) < sin 2 0.1) =

18 4. Example Calculate the Taylor Series for sin x around π/2. Solution Consider d n dx sin x n x= π 2 π ) = sin 2 + nπ = 2 = { 0 if n = 2r + 1 1) r if n = 2r. Hence the Taylor Series around π/2 is 1) r x π ) 2r. 2r)! 2 r=0 0 if n odd 1 if n = 0, 4, 8,... 1 if n = 2, 6, 10,... The same proof as for sin x around 0 will show that this converges to sin x for all real x. 5. Taylor s Theorem without an error term would have stated that if the first n derivatives of f exist and are continuous at a then R n,a f x) lim x a x a) n = 0. 8) In assuming a little more, namely that the first n + 1 derivatives of f exist which implies continuity of f i), 1 i n) we can deduce a little more, namely 3) or 4). 6. Putting n = 0 in 1), the definition of the remainder gives f x) = T 0,a f x) + R 0,a f x) = f a) + R 0,a f x). Using Lagrange s Theorem gives f x) = f a) + f c) x a) for some c between a and x, by 4). Rearranging, f x) f a) = f c) x a which is the Mean Value Theorem seen earlier. But this is not a proof of the Mean Value Theorem since we used the ideas of the Mean Value Theorem to prove Lagrange s form of the error, 4). 18

19 7. An alternative form of the remainder which is sometimes useful is: Integral Form: Cauchy 1821) If the first n + 1 derivatives of f exist and are continuous on an open interval containing a and x then R n,a f x) = x a f n+1) t) n! x t) n dt. We are jumping the gun here since we have to wait until the next chapter before we define integration!) Note that we have to assume that f n+1) t) not only exists but is continuous on a, x). This is more than is required for either Lagrange s or Cauchy s forms of the error. 8. Taylor s Theorem in the form cos x = 1 x2 2! + x3 3! sin c for some c between 0 and x leads to cos x 1 lim = 1 x 0 x 2 2, which we have seen in Part 1 of this course. But now we see that 1/2 arises as a coefficient in the Taylor series. 9. Example Calculate the Taylor series for f x) = e x cos x around 0. Solution f 1) x) = e x cos x e x sin x, so f 1) 0) = 1, f 2) x) = e x cos x e x sin x e x sin x e x cos x = 2e x sin x, so f 2) 0) = 0, f 3) x) = 2e x sin x 2e x cos x, so f 3) 0) = 2, f 4) x) = 2e x sin x 2e x cos x 2e x cos x + 2e x sin x = 4e x cos x = 4f x) so f 4) 0) = 4, 19

20 The fact that f 4) x) = 4f x) makes life easy, we start repeating ourselves. f 5) x) = 4f 1) x) so f 5) 0) = 4, f 6) x) = 4f 2) x) so f 6) 0) = 0, f 7) x) = 4f 3) x) so f 7) 0) = 8, f 8) x) = 4f 4) x) = 16f x) so f 8) 0) = 16. So the Taylor series starts as 1 + x + 0 2! x2 2 3! x3 4 4! x4 4 5! x ! x7... 9) = 1 + x 1 3 x3 1 6 x x x7... The question must then be whether this is the same as we would obtain from multiplying together the series for e x and cos x? Try it and see... Question Does the series 9) converge to e x cos x? Solution We first need a bound on the size of f n) x). From the first list above we see that f n) x) 4e x for all x and 0 n 4. But then f 4) x) = 4f x) which means that f n) x) = 4) k f n 4k) x) as long as n 4k 0. We can choose k 1 such that 0 n 4k 1 < 4 which means that f n) x) = 4 k 1 f n 4k 1 ) x) 4 k 1 +1 e x. Finally 0 n 4k 1 implies k < n when n 2. Thus, for such n we have the bound f n) x) 4 n e x for all x. Hence, for each fixed x R, there exists c between 0 and x for which f n+1) c) R n,0 f x) = x n+1 4n+1 e c n + 1)! n + 1)! x n+1 x 4 x )n+1 e n + 1)! 0 20

21 as n by Lemma above. Hence, for each fixed x R, we have lim n R n,0 f x) = 0 and so the series 9) converges to e x cos x for all x R ) The Binomial Expansion for 1 + x) t = e t ln1+x), for any exponent t R, not just t N. Note though, that for general t, the function 1 + x) t is only defined for x > 1 for only then is ln 1 + x) well-defined). Since d n 1 + x) t dx n = t t 1)... t n + 1) 1 + x) t n, the Taylor Series for 1 + x) t is 1+tx+ t t 1) x 2 t t 1) t 2) + x = 2! 3! r=0 t t 1)... t r + 1) x r. r! To prove that lim n R n,0 1 + x) t ) = 0 it transpires that it is easier to use Cauchy s form of the error. I leave it to the interested student to check this, and thus find that the Taylor Series converges to 1 + x) t for 1 < x < Example Show that the Taylor Series for f x) = e x cos x + sin x) converges to f x) for all x R. Solution We have already calculated that the Taylor series of f x) starts as 1 + 2x + x x x x x8 +..., 10) and f 4) x) = 4f x). From Taylor s Theorem with Lagrange s form of the error we have R n,0 f x) = f n+1) c) n + 1)! xn+1 for some c between 0 and x. As for the e x sin x example above we can show that f n) c) 4 n e c 4 n e x, 21

22 since we need a bound not containing the unknown c. Thus x 4x)n+1 R n,0 f x) e n + 1)! 0 as n, by the Lemma above. Hence 10) converges to e x cos x + sin x) for all x R. 12. In this course we have defined the natural logarithm as the inverse of e x. Thus we can calculate the Taylor series of ln 1 + x). First published by Mercator in 1668, the series is x x2 2 + x3 3 x4 4 + x The ratio test shows the series converges for x < 1, while the Alternating Series Test shows that it converges when x = 1. But again we have to show that it converges to ln 1 + x). Writing f x) = ln 1 + x) then f j) x) = 1)j+1 j 1)! 1 + x) j for all j 1. The integral form of the error states R n,0 f x) = x 0 f n+1) t) n! x t) n dt = 1) n+2 x 0 x t) n 1 + t) n+1 dt. The most interesting case because it is the most difficult) is x = 1 when we get the integral 1 ) n 1 t dt I n = 1 + t 1 + t). Substitute w = 1 t) / 1 + t) to transform into I n = w n 1 + w dw 1 0 w n dw = 1 n as n. Thus lim n R n,0 ln 1 + x)) x=1 = 0. This justifies 7). 22

23 13. Example Find the Taylor Series for sin 2 x around a = 0 and show that the series converges to sin 2 x for all x R. Solution Let f x) = sin 2 x. Then Hence f 1) x) = 2 sin x cos x = sin 2x, f 2) x) = 2 cos 2x, f 3) x) = 4 sin 2x f 4) x) = 8 cos 2x f 5) x) = 16 sin 2x f 6) x) = 32 cos 2x. f 0) = 0, f 1) 0) = 0, f 2) 0) = 2, f 3) 0) = 4f 1) 0) = 0, f 4) 0) = 4f 2) 0) = 8, f 5) 0) = 16f 1) 0) = 0, f 6) 0) = 16f 2) 0) = 32, From the first list above we see that. { 1) t 1 f r) 2 x) = 2t 2 sin 2x if r = 2t 1 is odd 1) t 1 2 2t 1 cos 2x if r = 2t is even. Thus f r) 0) = { 0 if r is odd 1) t 1 2 r 1 if r = 2t 2. Therefore the Taylor series is 0 + 0x + r=2 r even r=2t 1) t 1 2 r 1 x r = r! 1) t 1 2 2t 1 x 2t. 2t)! t=1 23

24 The first few terms are x x x x To show that the series converges to sin 2 x for all x R we need show that lim R n,0 sin 2 x ) = 0 n for all x R. To do this we use Lagrange s form of the error so, for any x R we have R n,0 sin 2 x ) = f n+1) c) n + 1)! xn 11) for some c between 0 and x. From the first list above we see that f r) x) { 2 2t 2 = 2 r 1 if r = 2t 1 is odd 2 2t 1 = 2 r 1 if r = 2t is even. Thus f r) x) 2 r 1 for r 1. Hence 11) becomes Rn,0 sin 2 x ) f n+1) c) = x n n + 1)! 2n n + 1)! x n = 2 x )n n + 1)! 0 as n by Lemma above. Thus R n,0 sin 2 x ) 0 as n and the series converges to sin 2 x for all x R. 14. Example f x) = sin x and a = 0 In this course we have started with the definition of sine as the ratio of sides in a right-angled triangle. We have assumed the addition formula for sine and managed to show that sine is continuous and differentiable of all orders for all x. From such results we have d x dx sin x = cos x = sin + π ), 2 d 2 x dx sin x = sin x = sin + 2 π )

25 And in general, for n N, So d n dx sin x n = sin x=0 d n x dx sin x = sin + n π ). n 2 n π ) = 2 0 if n even 1 if n = 1, 5, 9,... 1 if n = 3, 7, 11,... = { 0 if n = 2r 1) r if n = 2r + 1 Thus the Taylor polynomial for sin x at 0 of degree n is T n,0 sin x) = x x3 3! + x5 5! x7 7! )R x 2R+1 2R + 1)! = R r=0 1) r x 2r+1, 2r + 1)! where 2R + 1 n < 2R + 1) Find Lagrange s form for R n,0 sin x) and show that R n,0 sin x) x n+1 n + 1)! Solution By Lagrange s bound on the error, R n,0 sin x) = dn+1 sin x x n+1 dxn+1 x=c n + 1)! for some c between 0 and x. But this derivative is either sin c or cos c, both of which in modulus are 1. Hence result. 16. Prove that sin 0.1) T 5,0 sin 0.1)) Hence give sin 0.1 to 8 decimal places. 25

26 Solution By definition of the Remainder we have sin x) T 5,0 sin x)) = R 5,0 sin x) x 6 6! from above. Apply this with x = 0.1 to get i.e. sin 0.1) T 5,0 sin 0.1)) ! = , T 5,0 sin 0.1)) sin 0.1) T 5,0 sin 0.1)) Yet T 5,0 sin 0.1) = ) )5 = So sin 0.1) that is, sin 0.1) Looking for digits in common between the upper and lower bounds we see that to 8 decimal places sin 0.1 is In fact sin 0.1 = ) 17. An example in the notes is not as strong as it could be. Example Use Lagrange s form for the error to show that cos2 x 1 x ) 3 x x 6. Hence show that cos Thus to 6 decimal places. cos =

27 In fact cos = Solution The observation to make is that the polynomial of degree 4 is, in fact, the Taylor polynomial of degree 5. This is because 1 x x4 = 1 + 0x x 2 + 0x x4 + 0x 5 = T 5,0 cos 2 x ). Thus cos2 x 1 x ) 3 x4 = R5,0 cos 2 x ) f 6) c) = x 6 6! = 25 6! sin 2c x x 6. The Taylor polynomial approximation to cos 2 x at x = 0.1 is T 5,0 cos 2 x ) x=0.1 = 1 0.1) )4 = The error in this approximation is Hence while 2 45 x 6 = )6 = cos = cos =

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

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

Taylor and Maclaurin Series

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

More information

July 21 Math 2254 sec 001 Summer 2015

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

More information

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

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

More information

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

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

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

Completion Date: Monday February 11, 2008

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

More information

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series.

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 4.4: Taylor & Power series. 1. What is a Taylor series? 2. Convergence of Taylor series 3. Common Maclaurin series

More information

Math 113 (Calculus 2) Exam 4

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

More information

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

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

AP Calculus (BC) Chapter 9 Test No Calculator Section Name: Date: Period:

AP Calculus (BC) Chapter 9 Test No Calculator Section Name: Date: Period: WORKSHEET: Series, Taylor Series AP Calculus (BC) Chapter 9 Test No Calculator Section Name: Date: Period: 1 Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.) 1. The

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

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

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

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

More information

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

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

More information

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

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

5.9 Representations of Functions as a Power Series

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

More information

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 + 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

Math 115 HW #5 Solutions

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

More information

Introduction Derivation General formula List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1)

Introduction Derivation General formula List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1) MACLAURIN SERIES SERIES 4 INU0114/514 (MATHS 1) Dr Adrian Jannetta MIMA CMath FRAS Maclaurin Series 1/ 21 Adrian Jannetta Recap: Binomial Series Recall that some functions can be rewritten as a power series

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

Math 113 Winter 2005 Key

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

More information

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

Computing Taylor series

Computing Taylor series TOPIC 9 Computing Taylor series Exercise 9.. Memorize the following x X e x cos x sin x X X X +x + x + x 3 +... xk +x + x + 6 x3 +... ( ) k (k)! xk ( ) k (k + )! xk+ x x +! x... For which values of x do

More information

February 13, Option 9 Overview. Mind Map

February 13, Option 9 Overview. Mind Map Option 9 Overview Mind Map 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:

More information

Sequences: Limit Theorems

Sequences: Limit Theorems Sequences: Limit Theorems Limit Theorems Philippe B. Laval KSU Today Philippe B. Laval (KSU) Limit Theorems Today 1 / 20 Introduction These limit theorems fall in two categories. 1 The first category deals

More information

MATH115. Infinite Series. Paolo Lorenzo Bautista. July 17, De La Salle University. PLBautista (DLSU) MATH115 July 17, / 43

MATH115. Infinite Series. Paolo Lorenzo Bautista. July 17, De La Salle University. PLBautista (DLSU) MATH115 July 17, / 43 MATH115 Infinite Series Paolo Lorenzo Bautista De La Salle University July 17, 2014 PLBautista (DLSU) MATH115 July 17, 2014 1 / 43 Infinite Series Definition If {u n } is a sequence and s n = u 1 + u 2

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

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

MAT137 Calculus! Lecture 48

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

More information

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

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

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

Math Numerical Analysis

Math Numerical Analysis Math 541 - Numerical Analysis Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu Department of Mathematics and Statistics Dynamical Systems Group Computational Sciences Research Center San Diego State University

More information

MA131 - Analysis 1. Workbook 4 Sequences III

MA131 - Analysis 1. Workbook 4 Sequences III MA3 - Analysis Workbook 4 Sequences III Autumn 2004 Contents 2.3 Roots................................. 2.4 Powers................................. 3 2.5 * Application - Factorials *.....................

More information

Introduction Derivation General formula Example 1 List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1)

Introduction Derivation General formula Example 1 List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1) MACLAURIN SERIES SERIES 4 INU0114/514 (MATHS 1) Dr Adrian Jannetta MIMA CMath FRAS Maclaurin Series 1/ 19 Adrian Jannetta Background In this presentation you will be introduced to the concept of a power

More information

Ma 530 Power Series II

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

More information

Constructing Taylor Series

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

More information

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

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

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

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

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

AS PURE MATHS REVISION NOTES

AS PURE MATHS REVISION NOTES AS PURE MATHS REVISION NOTES 1 SURDS A root such as 3 that cannot be written exactly as a fraction is IRRATIONAL An expression that involves irrational roots is in SURD FORM e.g. 2 3 3 + 2 and 3-2 are

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

Section 8.7. Taylor and MacLaurin Series. (1) Definitions, (2) Common Maclaurin Series, (3) Taylor Polynomials, (4) Applications.

Section 8.7. Taylor and MacLaurin Series. (1) Definitions, (2) Common Maclaurin Series, (3) Taylor Polynomials, (4) Applications. Section 8.7 Taylor and MacLaurin Series (1) Definitions, (2) Common Maclaurin Series, (3) Taylor Polynomials, (4) Applications. MATH 126 (Section 8.7) Taylor and MacLaurin Series The University of Kansas

More information

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

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

More information

13 Maximum Modulus Principle

13 Maximum Modulus Principle 3 Maximum Modulus Principle Theorem 3. (maximum modulus principle). If f is non-constant and analytic on an open connected set Ω, then there is no point z 0 Ω such that f(z) f(z 0 ) for all z Ω. Remark

More information

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

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

More information

Infinite series, improper integrals, and Taylor series

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

More information

TAYLOR SERIES [SST 8.8]

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

More information

Vectors in Function Spaces

Vectors in Function Spaces Jim Lambers MAT 66 Spring Semester 15-16 Lecture 18 Notes These notes correspond to Section 6.3 in the text. Vectors in Function Spaces We begin with some necessary terminology. A vector space V, also

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

Final exam (practice) UCLA: Math 31B, Spring 2017

Final exam (practice) UCLA: Math 31B, Spring 2017 Instructor: Noah White Date: Final exam (practice) UCLA: Math 3B, Spring 207 This exam has 8 questions, for a total of 80 points. Please print your working and answers neatly. Write your solutions in the

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

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

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

More information

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

Integration by Parts

Integration by Parts Calculus 2 Lia Vas Integration by Parts Using integration by parts one transforms an integral of a product of two functions into a simpler integral. Divide the initial function into two parts called u

More information

Math 113 Winter 2005 Departmental Final Exam

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

More information

Section 5.8. Taylor Series

Section 5.8. Taylor Series Difference Equations to Differential Equations Section 5.8 Taylor Series In this section we will put together much of the work of Sections 5.-5.7 in the context of a discussion of Taylor series. We begin

More information

ζ (s) = s 1 s {u} [u] ζ (s) = s 0 u 1+sdu, {u} Note how the integral runs from 0 and not 1.

ζ (s) = s 1 s {u} [u] ζ (s) = s 0 u 1+sdu, {u} Note how the integral runs from 0 and not 1. Problem Sheet 3. From Theorem 3. we have ζ (s) = + s s {u} u+sdu, (45) valid for Res > 0. i) Deduce that for Res >. [u] ζ (s) = s u +sdu ote the integral contains [u] in place of {u}. ii) Deduce that for

More information

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

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

More information

Chapter 4: More Applications of Differentiation

Chapter 4: More Applications of Differentiation Chapter 4: More Applications of Differentiation Autumn 2017 Department of Mathematics Hong Kong Baptist University 1 / 68 In the fall of 1972, President Nixon announced that, the rate of increase of inflation

More information

Engg. Math. I. Unit-I. Differential Calculus

Engg. Math. I. Unit-I. Differential Calculus Dr. Satish Shukla 1 of 50 Engg. Math. I Unit-I Differential Calculus Syllabus: Limits of functions, continuous functions, uniform continuity, monotone and inverse functions. Differentiable functions, Rolle

More information

Solution Sheet 1.4 Questions 26-31

Solution Sheet 1.4 Questions 26-31 Solution Sheet 1.4 Questions 26-31 26. Using the Limit Rules evaluate i) ii) iii) 3 2 +4+1 0 2 +4+3, 3 2 +4+1 2 +4+3, 3 2 +4+1 1 2 +4+3. Note When using a Limit Rule you must write down which Rule you

More information

Section 10.7 Taylor series

Section 10.7 Taylor series Section 10.7 Taylor series 1. Common Maclaurin series 2. s and approximations with Taylor polynomials 3. Multiplication and division of power series Math 126 Enhanced 10.7 Taylor Series The University

More information

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

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

More information

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

Functions based on sin ( π. and cos

Functions based on sin ( π. and cos Functions based on sin and cos. Introduction In Complex Analysis if a function is differentiable it has derivatives of all orders. In Real Analysis the situation is very different. Using sin (π/ and cos

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

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

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

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

Properties of a Taylor Polynomial

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

More information

1 Review of di erential calculus

1 Review of di erential calculus Review of di erential calculus This chapter presents the main elements of di erential calculus needed in probability theory. Often, students taking a course on probability theory have problems with concepts

More information

5 Z-Transform and difference equations

5 Z-Transform and difference equations 5 Z-Transform and difference equations Z-transform - Elementary properties - Inverse Z-transform - Convolution theorem - Formation of difference equations - Solution of difference equations using Z-transform.

More information

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0 Lecture 22 Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) Recall a few facts about power series: a n z n This series in z is centered at z 0. Here z can

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter Infinite series, improper integrals, and Taylor series. Determine which of the following sequences converge or diverge (a) {e n } (b) {2 n } (c) {ne 2n } (d) { 2 n } (e) {n } (f) {ln(n)} 2.2 Which

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

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

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

PURE MATHEMATICS AM 27

PURE MATHEMATICS AM 27 AM SYLLABUS (2020) PURE MATHEMATICS AM 27 SYLLABUS 1 Pure Mathematics AM 27 (Available in September ) Syllabus Paper I(3hrs)+Paper II(3hrs) 1. AIMS To prepare students for further studies in Mathematics

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

Advanced Calculus Math 127B, Winter 2005 Solutions: Final. nx2 1 + n 2 x, g n(x) = n2 x

Advanced Calculus Math 127B, Winter 2005 Solutions: Final. nx2 1 + n 2 x, g n(x) = n2 x . Define f n, g n : [, ] R by f n (x) = Advanced Calculus Math 27B, Winter 25 Solutions: Final nx2 + n 2 x, g n(x) = n2 x 2 + n 2 x. 2 Show that the sequences (f n ), (g n ) converge pointwise on [, ],

More information

MAS153/MAS159. MAS153/MAS159 1 Turn Over SCHOOL OF MATHEMATICS AND STATISTICS hours. Mathematics (Materials) Mathematics For Chemists

MAS153/MAS159. MAS153/MAS159 1 Turn Over SCHOOL OF MATHEMATICS AND STATISTICS hours. Mathematics (Materials) Mathematics For Chemists Data provided: Formula sheet MAS53/MAS59 SCHOOL OF MATHEMATICS AND STATISTICS Mathematics (Materials Mathematics For Chemists Spring Semester 203 204 3 hours All questions are compulsory. The marks awarded

More information

A sequence { a n } converges if a n = finite number. Otherwise, { a n }

A sequence { a n } converges if a n = finite number. Otherwise, { a n } 9.1 Infinite Sequences Ex 1: Write the first four terms and determine if the sequence { a n } converges or diverges given a n =(2n) 1 /2n A sequence { a n } converges if a n = finite number. Otherwise,

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

Representation of Functions as Power Series.

Representation of Functions as Power Series. MATH 0 - A - Spring 009 Representation of Functions as Power Series. Our starting point in this section is the geometric series: x n = + x + x + x 3 + We know this series converges if and only if x

More information

MAT137 Calculus! Lecture 45

MAT137 Calculus! Lecture 45 official website http://uoft.me/mat137 MAT137 Calculus! Lecture 45 Today: Taylor Polynomials Taylor Series Next: Taylor Series Power Series Definition (Power Series) A power series is a series of the form

More information

Functions and Graphs. Chapter Numbers (1.2.1, 1.2.4)

Functions and Graphs. Chapter Numbers (1.2.1, 1.2.4) Chapter 1 Functions and Graphs 1.1 Numbers (1.2.1, 1.2.4) The most fundamental type of number are those we use to count with: 0,1,2,... These are called the natural numbers: the set of all natural numbers

More information

Fourth Week: Lectures 10-12

Fourth Week: Lectures 10-12 Fourth Week: Lectures 10-12 Lecture 10 The fact that a power series p of positive radius of convergence defines a function inside its disc of convergence via substitution is something that we cannot ignore

More information

MATH141: Calculus II Exam #4 review solutions 7/20/2017 Page 1

MATH141: Calculus II Exam #4 review solutions 7/20/2017 Page 1 MATH4: Calculus II Exam #4 review solutions 7/0/07 Page. The limaçon r = + sin θ came up on Quiz. Find the area inside the loop of it. Solution. The loop is the section of the graph in between its two

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

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