Carleton College, Winter 2017 Math 121, Practice Final Prof. Jones. Note: the exam will have a section of true-false questions, like the one below.

Size: px
Start display at page:

Download "Carleton College, Winter 2017 Math 121, Practice Final Prof. Jones. Note: the exam will have a section of true-false questions, like the one below."

Transcription

1 Carleto College, Witer 207 Math 2, Practice Fial Prof. Joes Note: the exam will have a sectio of true-false questios, like the oe below.. True or False. Briefly explai your aswer. A icorrectly justified aswer may ot receive full (or ay) credit. (a) It s possible for a power series to coverge for all x i (, 2] ad for x = 0 but ot for ay other value of x. This is false. Every power series has a radius of covergece, ad so the set of x-values where the series coverges will be a iterval (though oe that may or may ot iclude its edpoits). The set give i this problem is ot a iterval. (b) Deote by g(x) the twetieth derivative of f(x) = xe x4. The g(0) = 0. A power series for f(x) ca be foud by substitutio ad multiplicatio by x. We have that e x4 = +( x 4 )+ ( x4 ) 2 So the 2! + ( x4 ) 3 3! + ( x4 ) 4 4! + ( x4 ) 5 + = x 4 + x8 5! 2 x2 6 + x6 24 x xe x4 = x x 5 + x9 2 x3 6 + x7 24 x Sice this is a power series represetatio for f(x), it is also the Taylor series for xe x4. This meas that the coefficiet of the x 20 term is the twetieth derivative of f(x) evaluated at x = 0, divided by 20!. This is the same as g(0)/20!. But the x 20 term is zero i our power series, so we coclude that g(0) = 0. (c) Suppose that for the series = a, the sequece of terms a satisfies lim a = 0. The = a might coverge, or might diverge; there is ot eough iformatio to tell. This is true. The th term test for divergece oly tells us that if lim a is ot 0, the = a diverges. Whe lim a = 0, we ca t coclude aythig. For istace, the series = ad = both satisfy lim 2 a = 0, yet the first diverges ad the secod coverges. (d) To evaluate 2x 2 2 dx, you must use partial fractios. x 3 3x False. You ca use the substitutio u = x 3 3x. The du = 3x 2 3 dx = (2/3)(2x 2 2) dx. (e) The Taylor series of ay fuctio f(x) at a = 0 coverges for all values of x. False. For istace, the Taylor series for l( + x) at a = 0 coverges oly for x i the iterval (, ]. 2. Fid the followig itegrals: (a) l x dx

2 Use Itegratio by parts: set u = l x ad dv = dx. Thus du = /x dx ad v = x. The itegral the becomes x l x dx, which is x l x x + C. (b) l x dx x This itegral diverges. You ca show this by compariso to dx, or you ca calculate it x directly. To calculate directly, first let s fid l x dx, which we ca do usig the substitutio x u = l x. The du = (/x) dx, so the itegral becomes u du. This gives u 2 /2 + C, or (l x) 2 /2 + C. So ow we have l x x [ dx = lim (l x) 2 /2 ] t = lim (l t t t)2 /2 0, ad this last limit is ifiity, meaig that the itegral diverges. (c) x 3 x 2 dx This oe is readymade for a trig substitutio. Use x = si θ. The dx = cos θ dθ, ad we get si 3 θ si 3 si 2 θ cos θ dθ = θ cos θ dθ = si 3 θ dθ. cos θ Sice the itegral is of a odd power of sie, we covert all but oe power to cosies, ad the substitute u = cos θ: si 3 θ dθ = ( cos 2 θ) si θ dθ = ( u 2 ) du. So we ow get or 3 u3 u + C, 3 cos3 θ cos θ + C. Sice x = si θ, by drawig our triagle (or usig si 2 θ + cos 2 θ = ), we get cos θ = x 2, ad so our fial aswer is 3 ( x2 ) 3/2 ( x 2 ) /2 + C. 3. Solve the iitial value problem dy dx = y2 x 2 +, y(0) = Separate to get y 2 dy = dx. The itegrate to get /y = x 2 + ta (x) + C. Solve for y to get y = ta (x) + C. Sice y(0) =, we have = /C, so C =, ad the fial aswer is y = ta (x). 2

3 4. The itegral 0 e x3 dx caot be evaluated exactly. Use a method from the course this term to approximate this itegral to withi a error of at most /60. Leave your aswer as a fractio. (So select a method where fidig the error boud wo t be to difficult) The most coveiet error estimate we saw this term is the oe for alteratig series. So would t it be great if we could express this itegral with a alteratig series. Well we ca! Substitute x 3 ito the Taylor series for e x at x = 0, ad we get e x3 = x 3 + x6 2! x9 3! + x2, 4! ad this equality holds for all x. Therefore e x3 dx = x x4 4 + x7 7 2! x 0 0 3! + x3 3 4!, Ad so 0 e x3 dx = ( ! 0 3! + ) 3 4! 0 = So we ve expressed the defiite itegral we wat as a alteratig series. The alteratig series error estimate the tells us that 0 e x3 dx = 4 + 4, with a error of at most /60. We we express /4 + /4 as a fractio, we get 23/ Describe aother method for approximatig the itegral from the previous problem, ad write dow (but do ot evaluate) a sum of five umbers that is a approximatio of this itegral. Aother way to approximate the itegral is to use Simpso s rule. Whe we use it with four sub-itervals (or i other words = 4), we get a approximatio of ) (e 0 + 4e ( /4)3 + 2e ( /2)3 + 4e ( 3/4)3 + e. 2 The error estimate here is much harder to fid tha i the previous problem. 6. Use ideas from the course to approximate e 2 to withi 0.. Leave you aswer as a fractio, but explai why your approximatios are correct to withi 0.. Oe way we ca approximate e is to recogize that it s the value of the fuctio f(x) = e x whe x =. So we approximate the fuctio e x usig its Taylor series at x = 0: e x = + x + x2 2! + x3 3! + x4 4! +, 3

4 ad so if we trucate at = 4, we get that the degree-4 Taylor polyomial for f(x) = e x at x = 0 is + x + x2 2 + x3 6 + x4 24. So this tells us that e = e = 65/24, which is approximately , though you do t eed that for this problem). How good is this approximatio? Well, we ca use the Taylor series error estimate. Sice = 4 here, we eed to take K to be a umber such that f (5) (x) < K for x i [0, ]. But f (5) (x) = e x, ad e x e for x i [0, ], ad e < 3. So we take K = 3. The error estimate is K b a + ( + )! = 3 5! = 3 20 = So we ve foud e to withi the desired degree of accuracy. If you wat to play more with this, fid the error i the approximatio to e that you get by pluggig ito the degree-0 Taylor polyomial for e x. (Note that you do t eed to fid the actual approximatio i order to fid the error, though of course you re welcome to fid the approximatio). The do the same for the degree-00 Taylor polyomial. 7. Determie whether these series coverge. If a series coverges ad is geometric, fid its sum. 2 a) 2 Use the ratio test. The limit you get works out to 2, ad so the series diverges. b) 2 + = The expressio for the th term of this series is very close to / 2 whe is large, ad / 2 = /2 / 2 = / 3/2. So use either direct (easier) or limit compariso to the coverget p-series = /3/2 to show that this series coverges.! c) [Hit: it s helpful to write ( + )+ as ( + ) ( + ).] = This oe is a good cadidate for the ratio test, sice it ivolves a!. Whe you apply the ratio test, the limit you get is ( ) ( + )! lim ( + ) +! = lim ( + ) ( + ) = lim ( + ) + ( + ) ( + ) = lim. + To fid this limit, use the techique from class: let b = ( ), + so that l b = l. + Rewrite this as l b = l + /, 4

5 so that ow lim l b has the form 0/0, so we ca apply L Hopital s rule. After doig that, we get + lim l b /( + )2 = lim / 2 + = lim 2 /( + ) 2 = lim + =. So we ve show that lim l b =, ad so lim b = e = /e. Sice this is less tha oe, the origial series coverges by the ratio test. d) l Here it looks like the l will be isigificat relative to the i the deomiator, ad so it s temptig to compare to the diverget p-series /. But direct compariso does t work, sice the iequality goes the wrog way. Use limit compariso with the series from the previous setece: lim l = lim /, by L Hopital s rule, ad so the limit comes out to. Thus the origial series behaves the same as /, ad so diverges. 8. Determie whether this series coverges absolutely, coverges coditioally, or diverges: ( ) l. The series coverges by the alteratig series test: it s easy to check that for 2, / l is decreasig ad teds to 0 as goes to ifiity. However, whe we take absolute values, we get the series. Use the itegral test to show that this series diverges. l (x + ) 9. Determie the iterval of covergece of the power series. 2 3 Usig the ratio test, you should get that the series coverges whe 3 < x+ < 3, or i other words whe 4 < x < 2. The problem At the edpoit x = 2, we get the series =, 2 which is a coverget p-series (p = 2). At the edpoit x = 4, we get the series = = ( ) 2, which coverges by the alteratig series test (or coverges absolutely by the x = 2 case, ad so coverges). So the iterval of covergece is [ 4.2]. 5

Math 106 Fall 2014 Exam 3.2 December 10, 2014

Math 106 Fall 2014 Exam 3.2 December 10, 2014 Math 06 Fall 04 Exam 3 December 0, 04 Determie if the series is coverget or diverget by makig a compariso (DCT or LCT) with a suitable b Fill i the blaks with your aswer For Coverget or Diverget write

More information

Math 113 Exam 3 Practice

Math 113 Exam 3 Practice Math Exam Practice Exam will cover.-.9. This sheet has three sectios. The first sectio will remid you about techiques ad formulas that you should kow. The secod gives a umber of practice questios for you

More information

4x 2. (n+1) x 3 n+1. = lim. 4x 2 n+1 n3 n. n 4x 2 = lim = 3

4x 2. (n+1) x 3 n+1. = lim. 4x 2 n+1 n3 n. n 4x 2 = lim = 3 Exam Problems (x. Give the series (, fid the values of x for which this power series coverges. Also =0 state clearly what the radius of covergece is. We start by settig up the Ratio Test: x ( x x ( x x

More information

Math 113 Exam 4 Practice

Math 113 Exam 4 Practice Math Exam 4 Practice Exam 4 will cover.-.. This sheet has three sectios. The first sectio will remid you about techiques ad formulas that you should kow. The secod gives a umber of practice questios for

More information

Math 106 Fall 2014 Exam 3.1 December 10, 2014

Math 106 Fall 2014 Exam 3.1 December 10, 2014 Math 06 Fall 0 Exam 3 December 0, 0 Determie if the series is coverget or diverget by makig a compariso DCT or LCT) with a suitable b Fill i the blaks with your aswer For Coverget or Diverget write Coverget

More information

Math 132, Fall 2009 Exam 2: Solutions

Math 132, Fall 2009 Exam 2: Solutions Math 3, Fall 009 Exam : Solutios () a) ( poits) Determie for which positive real umbers p, is the followig improper itegral coverget, ad for which it is diverget. Evaluate the itegral for each value of

More information

Math 113 Exam 3 Practice

Math 113 Exam 3 Practice Math Exam Practice Exam 4 will cover.-., 0. ad 0.. Note that eve though. was tested i exam, questios from that sectios may also be o this exam. For practice problems o., refer to the last review. This

More information

Chapter 10: Power Series

Chapter 10: Power Series Chapter : Power Series 57 Chapter Overview: Power Series The reaso series are part of a Calculus course is that there are fuctios which caot be itegrated. All power series, though, ca be itegrated because

More information

MIDTERM 3 CALCULUS 2. Monday, December 3, :15 PM to 6:45 PM. Name PRACTICE EXAM SOLUTIONS

MIDTERM 3 CALCULUS 2. Monday, December 3, :15 PM to 6:45 PM. Name PRACTICE EXAM SOLUTIONS MIDTERM 3 CALCULUS MATH 300 FALL 08 Moday, December 3, 08 5:5 PM to 6:45 PM Name PRACTICE EXAM S Please aswer all of the questios, ad show your work. You must explai your aswers to get credit. You will

More information

Math 113, Calculus II Winter 2007 Final Exam Solutions

Math 113, Calculus II Winter 2007 Final Exam Solutions Math, Calculus II Witer 7 Fial Exam Solutios (5 poits) Use the limit defiitio of the defiite itegral ad the sum formulas to compute x x + dx The check your aswer usig the Evaluatio Theorem Solutio: I this

More information

Math 113 (Calculus 2) Section 12 Exam 4

Math 113 (Calculus 2) Section 12 Exam 4 Name: Row: Math Calculus ) Sectio Exam 4 8 0 November 00 Istructios:. Work o scratch paper will ot be graded.. For questio ad questios 0 through 5, show all your work i the space provided. Full credit

More information

SOLUTIONS TO EXAM 3. Solution: Note that this defines two convergent geometric series with respective radii r 1 = 2/5 < 1 and r 2 = 1/5 < 1.

SOLUTIONS TO EXAM 3. Solution: Note that this defines two convergent geometric series with respective radii r 1 = 2/5 < 1 and r 2 = 1/5 < 1. SOLUTIONS TO EXAM 3 Problem Fid the sum of the followig series 2 + ( ) 5 5 2 5 3 25 2 2 This series diverges Solutio: Note that this defies two coverget geometric series with respective radii r 2/5 < ad

More information

f(x) dx as we do. 2x dx x also diverges. Solution: We compute 2x dx lim

f(x) dx as we do. 2x dx x also diverges. Solution: We compute 2x dx lim Math 3, Sectio 2. (25 poits) Why we defie f(x) dx as we do. (a) Show that the improper itegral diverges. Hece the improper itegral x 2 + x 2 + b also diverges. Solutio: We compute x 2 + = lim b x 2 + =

More information

6.3 Testing Series With Positive Terms

6.3 Testing Series With Positive Terms 6.3. TESTING SERIES WITH POSITIVE TERMS 307 6.3 Testig Series With Positive Terms 6.3. Review of what is kow up to ow I theory, testig a series a i for covergece amouts to fidig the i= sequece of partial

More information

Math 142, Final Exam. 5/2/11.

Math 142, Final Exam. 5/2/11. Math 4, Fial Exam 5// No otes, calculator, or text There are poits total Partial credit may be give Write your full ame i the upper right corer of page Number the pages i the upper right corer Do problem

More information

Solutions to quizzes Math Spring 2007

Solutions to quizzes Math Spring 2007 to quizzes Math 4- Sprig 7 Name: Sectio:. Quiz a) x + x dx b) l x dx a) x + dx x x / + x / dx (/3)x 3/ + x / + c. b) Set u l x, dv dx. The du /x ad v x. By Itegratio by Parts, x(/x)dx x l x x + c. l x

More information

= lim. = lim. 3 dx = lim. [1 1 b 3 ]=1. 3. Determine if the following series converge or diverge. Justify your answers completely.

= lim. = lim. 3 dx = lim. [1 1 b 3 ]=1. 3. Determine if the following series converge or diverge. Justify your answers completely. MTH Lecture 2: Solutios to Practice Problems for Exam December 6, 999 (Vice Melfi) ***NOTE: I ve proofread these solutios several times, but you should still be wary for typographical (or worse) errors..

More information

Practice Test Problems for Test IV, with Solutions

Practice Test Problems for Test IV, with Solutions Practice Test Problems for Test IV, with Solutios Dr. Holmes May, 2008 The exam will cover sectios 8.2 (revisited) to 8.8. The Taylor remaider formula from 8.9 will ot be o this test. The fact that sums,

More information

Solutions to Final Exam Review Problems

Solutions to Final Exam Review Problems . Let f(x) 4+x. Solutios to Fial Exam Review Problems Math 5C, Witer 2007 (a) Fid the Maclauri series for f(x), ad compute its radius of covergece. Solutio. f(x) 4( ( x/4)) ( x/4) ( ) 4 4 + x. Sice the

More information

Math 163 REVIEW EXAM 3: SOLUTIONS

Math 163 REVIEW EXAM 3: SOLUTIONS Math 63 REVIEW EXAM 3: SOLUTIONS These otes do ot iclude solutios to the Cocept Check o p8. They also do t cotai complete solutios to the True-False problems o those pages. Please go over these problems

More information

Z ß cos x + si x R du We start with the substitutio u = si(x), so du = cos(x). The itegral becomes but +u we should chage the limits to go with the ew

Z ß cos x + si x R du We start with the substitutio u = si(x), so du = cos(x). The itegral becomes but +u we should chage the limits to go with the ew Problem ( poits) Evaluate the itegrals Z p x 9 x We ca draw a right triagle labeled this way x p x 9 From this we ca read off x = sec, so = sec ta, ad p x 9 = R ta. Puttig those pieces ito the itegralrwe

More information

Part I: Covers Sequence through Series Comparison Tests

Part I: Covers Sequence through Series Comparison Tests Part I: Covers Sequece through Series Compariso Tests. Give a example of each of the followig: (a) A geometric sequece: (b) A alteratig sequece: (c) A sequece that is bouded, but ot coverget: (d) A sequece

More information

Please do NOT write in this box. Multiple Choice. Total

Please do NOT write in this box. Multiple Choice. Total Istructor: Math 0560, Worksheet Alteratig Series Jauary, 3000 For realistic exam practice solve these problems without lookig at your book ad without usig a calculator. Multiple choice questios should

More information

MH1101 AY1617 Sem 2. Question 1. NOT TESTED THIS TIME

MH1101 AY1617 Sem 2. Question 1. NOT TESTED THIS TIME MH AY67 Sem Questio. NOT TESTED THIS TIME ( marks Let R be the regio bouded by the curve y 4x x 3 ad the x axis i the first quadrat (see figure below. Usig the cylidrical shell method, fid the volume of

More information

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 1. (a) (b) (c) (d) (e) 3. (a) (b) (c) (d) (e) 5. (a) (b) (c) (d) (e) 7. (a) (b) (c) (d) (e)

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 1. (a) (b) (c) (d) (e) 3. (a) (b) (c) (d) (e) 5. (a) (b) (c) (d) (e) 7. (a) (b) (c) (d) (e) Math 0560, Exam 3 November 6, 07 The Hoor Code is i effect for this examiatio. All work is to be your ow. No calculators. The exam lasts for hour ad 5 mi. Be sure that your ame is o every page i case pages

More information

Series III. Chapter Alternating Series

Series III. Chapter Alternating Series Chapter 9 Series III With the exceptio of the Null Sequece Test, all the tests for series covergece ad divergece that we have cosidered so far have dealt oly with series of oegative terms. Series with

More information

Calculus 2 - D. Yuen Final Exam Review (Version 11/22/2017. Please report any possible typos.)

Calculus 2 - D. Yuen Final Exam Review (Version 11/22/2017. Please report any possible typos.) Calculus - D Yue Fial Eam Review (Versio //7 Please report ay possible typos) NOTE: The review otes are oly o topics ot covered o previous eams See previous review sheets for summary of previous topics

More information

SCORE. Exam 2. MA 114 Exam 2 Fall 2016

SCORE. Exam 2. MA 114 Exam 2 Fall 2016 MA 4 Exam Fall 06 Exam Name: Sectio ad/or TA: Do ot remove this aswer page you will retur the whole exam. You will be allowed two hours to complete this test. No books or otes may be used. You may use

More information

Series Review. a i converges if lim. i=1. a i. lim S n = lim i=1. 2 k(k + 2) converges. k=1. k=1

Series Review. a i converges if lim. i=1. a i. lim S n = lim i=1. 2 k(k + 2) converges. k=1. k=1 Defiitio: We say that the series S = Series Review i= a i is the sum of the first terms. i= a i coverges if lim S exists ad is fiite, where The above is the defiitio of covergece for series. order to see

More information

Testing for Convergence

Testing for Convergence 9.5 Testig for Covergece Remember: The Ratio Test: lim + If a is a series with positive terms ad the: The series coverges if L . The test is icoclusive if L =. a a = L This

More information

MATH 31B: MIDTERM 2 REVIEW

MATH 31B: MIDTERM 2 REVIEW MATH 3B: MIDTERM REVIEW JOE HUGHES. Evaluate x (x ) (x 3).. Partial Fractios Solutio: The umerator has degree less tha the deomiator, so we ca use partial fractios. Write x (x ) (x 3) = A x + A (x ) +

More information

SCORE. Exam 2. MA 114 Exam 2 Fall 2017

SCORE. Exam 2. MA 114 Exam 2 Fall 2017 Exam Name: Sectio ad/or TA: Do ot remove this aswer page you will retur the whole exam. You will be allowed two hours to complete this test. No books or otes may be used. You may use a graphig calculator

More information

Math 152 Exam 3, Fall 2005

Math 152 Exam 3, Fall 2005 c IIT Dept. Applied Mathematics, December, 005 PRINT Last ame: KEY First ame: Sigature: Studet ID: Math 5 Exam 3, Fall 005 Istructios. For the multiple choice problems, there is o partial credit. For the

More information

SCORE. Exam 2. MA 114 Exam 2 Fall 2016

SCORE. Exam 2. MA 114 Exam 2 Fall 2016 Exam 2 Name: Sectio ad/or TA: Do ot remove this aswer page you will retur the whole exam. You will be allowed two hours to complete this test. No books or otes may be used. You may use a graphig calculator

More information

Ans: a n = 3 + ( 1) n Determine whether the sequence converges or diverges. If it converges, find the limit.

Ans: a n = 3 + ( 1) n Determine whether the sequence converges or diverges. If it converges, find the limit. . Fid a formula for the term a of the give sequece: {, 3, 9, 7, 8 },... As: a = 3 b. { 4, 9, 36, 45 },... As: a = ( ) ( + ) c. {5,, 5,, 5,, 5,,... } As: a = 3 + ( ) +. Determie whether the sequece coverges

More information

Math 116 Practice for Exam 3

Math 116 Practice for Exam 3 Math 6 Practice for Exam Geerated October 0, 207 Name: SOLUTIONS Istructor: Sectio Number:. This exam has 7 questios. Note that the problems are ot of equal difficulty, so you may wat to skip over ad retur

More information

Math 12 Final Exam, May 11, 2011 ANSWER KEY. 2sinh(2x) = lim. 1 x. lim e. x ln. = e. (x+1)(1) x(1) (x+1) 2. (2secθ) 5 2sec2 θ dθ.

Math 12 Final Exam, May 11, 2011 ANSWER KEY. 2sinh(2x) = lim. 1 x. lim e. x ln. = e. (x+1)(1) x(1) (x+1) 2. (2secθ) 5 2sec2 θ dθ. Math Fial Exam, May, ANSWER KEY. [5 Poits] Evaluate each of the followig its. Please justify your aswers. Be clear if the it equals a value, + or, or Does Not Exist. coshx) a) L H x x+l x) sihx) x x L

More information

Chapter 6 Infinite Series

Chapter 6 Infinite Series Chapter 6 Ifiite Series I the previous chapter we cosidered itegrals which were improper i the sese that the iterval of itegratio was ubouded. I this chapter we are goig to discuss a topic which is somewhat

More information

The Interval of Convergence for a Power Series Examples

The Interval of Convergence for a Power Series Examples The Iterval of Covergece for a Power Series Examples To review the process: How to Test a Power Series for Covergece. Fid the iterval where the series coverges absolutely. We have to use the Ratio or Root

More information

Section 11.8: Power Series

Section 11.8: Power Series Sectio 11.8: Power Series 1. Power Series I this sectio, we cosider geeralizig the cocept of a series. Recall that a series is a ifiite sum of umbers a. We ca talk about whether or ot it coverges ad i

More information

MATH2007* Partial Answers to Review Exercises Fall 2004

MATH2007* Partial Answers to Review Exercises Fall 2004 MATH27* Partial Aswers to Review Eercises Fall 24 Evaluate each of the followig itegrals:. Let u cos. The du si ad Hece si ( cos 2 )(si ) (u 2 ) du. si u 2 cos 7 u 7 du Please fiish this. 2. We use itegratio

More information

MTH 133 Solutions to Exam 2 November 16th, Without fully opening the exam, check that you have pages 1 through 12.

MTH 133 Solutions to Exam 2 November 16th, Without fully opening the exam, check that you have pages 1 through 12. Name: Sectio: Recitatio Istructor: INSTRUCTIONS Fill i your ame, etc. o this first page. Without fully opeig the exam, check that you have pages through. Show all your work o the stadard respose questios.

More information

MATH 2300 review problems for Exam 2

MATH 2300 review problems for Exam 2 MATH 2300 review problems for Exam 2. A metal plate of costat desity ρ (i gm/cm 2 ) has a shape bouded by the curve y = x, the x-axis, ad the lie x =. (a) Fid the mass of the plate. Iclude uits. Mass =

More information

Physics 116A Solutions to Homework Set #1 Winter Boas, problem Use equation 1.8 to find a fraction describing

Physics 116A Solutions to Homework Set #1 Winter Boas, problem Use equation 1.8 to find a fraction describing Physics 6A Solutios to Homework Set # Witer 0. Boas, problem. 8 Use equatio.8 to fid a fractio describig 0.694444444... Start with the formula S = a, ad otice that we ca remove ay umber of r fiite decimals

More information

REVIEW 1, MATH n=1 is convergent. (b) Determine whether a n is convergent.

REVIEW 1, MATH n=1 is convergent. (b) Determine whether a n is convergent. REVIEW, MATH 00. Let a = +. a) Determie whether the sequece a ) is coverget. b) Determie whether a is coverget.. Determie whether the series is coverget or diverget. If it is coverget, fid its sum. a)

More information

MTH 142 Exam 3 Spr 2011 Practice Problem Solutions 1

MTH 142 Exam 3 Spr 2011 Practice Problem Solutions 1 MTH 42 Exam 3 Spr 20 Practice Problem Solutios No calculators will be permitted at the exam. 3. A pig-pog ball is lauched straight up, rises to a height of 5 feet, the falls back to the lauch poit ad bouces

More information

MTH 133 Solutions to Exam 2 Nov. 18th 2015

MTH 133 Solutions to Exam 2 Nov. 18th 2015 Name: Sectio: Recitatio Istructor: READ THE FOLLOWING INSTRUCTIONS. Do ot ope your exam util told to do so. No calculators, cell phoes or ay other electroic devices ca be used o this exam. Clear your desk

More information

SUMMARY OF SEQUENCES AND SERIES

SUMMARY OF SEQUENCES AND SERIES SUMMARY OF SEQUENCES AND SERIES Importat Defiitios, Results ad Theorems for Sequeces ad Series Defiitio. A sequece {a } has a limit L ad we write lim a = L if for every ɛ > 0, there is a correspodig iteger

More information

MA131 - Analysis 1. Workbook 9 Series III

MA131 - Analysis 1. Workbook 9 Series III MA3 - Aalysis Workbook 9 Series III Autum 004 Cotets 4.4 Series with Positive ad Negative Terms.............. 4.5 Alteratig Series.......................... 4.6 Geeral Series.............................

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES 11.4 The Compariso Tests I this sectio, we will lear: How to fid the value of a series by comparig it with a kow series. COMPARISON TESTS

More information

10.5 Positive Term Series: Comparison Tests Contemporary Calculus 1

10.5 Positive Term Series: Comparison Tests Contemporary Calculus 1 0. Positive Term Series: Compariso Tests Cotemporary Calculus 0. POSITIVE TERM SERIES: COMPARISON TESTS This sectio discusses how to determie whether some series coverge or diverge by comparig them with

More information

(a) (b) All real numbers. (c) All real numbers. (d) None. to show the. (a) 3. (b) [ 7, 1) (c) ( 7, 1) (d) At x = 7. (a) (b)

(a) (b) All real numbers. (c) All real numbers. (d) None. to show the. (a) 3. (b) [ 7, 1) (c) ( 7, 1) (d) At x = 7. (a) (b) Chapter 0 Review 597. E; a ( + )( + ) + + S S + S + + + + + + S lim + l. D; a diverges by the Itegral l k Test sice d lim [(l ) ], so k l ( ) does ot coverge absolutely. But it coverges by the Alteratig

More information

Math 181, Solutions to Review for Exam #2 Question 1: True/False. Determine whether the following statements about a series are True or False.

Math 181, Solutions to Review for Exam #2 Question 1: True/False. Determine whether the following statements about a series are True or False. Math 8, Solutios to Review for Exam #2 Questio : True/False. Determie whether the followig statemets about a series are True or False. X. The series a diverges if lim s 5.! False: The series coverges to

More information

CHAPTER 10 INFINITE SEQUENCES AND SERIES

CHAPTER 10 INFINITE SEQUENCES AND SERIES CHAPTER 10 INFINITE SEQUENCES AND SERIES 10.1 Sequeces 10.2 Ifiite Series 10.3 The Itegral Tests 10.4 Compariso Tests 10.5 The Ratio ad Root Tests 10.6 Alteratig Series: Absolute ad Coditioal Covergece

More information

11.6 Absolute Convergence and the Ratio and Root Tests

11.6 Absolute Convergence and the Ratio and Root Tests .6 Absolute Covergece ad the Ratio ad Root Tests The most commo way to test for covergece is to igore ay positive or egative sigs i a series, ad simply test the correspodig series of positive terms. Does

More information

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 +

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + 62. Power series Defiitio 16. (Power series) Give a sequece {c }, the series c x = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + is called a power series i the variable x. The umbers c are called the coefficiets of

More information

Chapter 6: Numerical Series

Chapter 6: Numerical Series Chapter 6: Numerical Series 327 Chapter 6 Overview: Sequeces ad Numerical Series I most texts, the topic of sequeces ad series appears, at first, to be a side topic. There are almost o derivatives or itegrals

More information

B U Department of Mathematics Math 101 Calculus I

B U Department of Mathematics Math 101 Calculus I B U Departmet of Mathematics Math Calculus I Sprig 5 Fial Exam Calculus archive is a property of Boğaziçi Uiversity Mathematics Departmet. The purpose of this archive is to orgaise ad cetralise the distributio

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES I geeral, it is difficult to fid the exact sum of a series. We were able to accomplish this for geometric series ad the series /[(+)]. This is

More information

AP Calculus Chapter 9: Infinite Series

AP Calculus Chapter 9: Infinite Series AP Calculus Chapter 9: Ifiite Series 9. Sequeces a, a 2, a 3, a 4, a 5,... Sequece: A fuctio whose domai is the set of positive itegers = 2 3 4 a = a a 2 a 3 a 4 terms of the sequece Begi with the patter

More information

In this section, we show how to use the integral test to decide whether a series

In this section, we show how to use the integral test to decide whether a series Itegral Test Itegral Test Example Itegral Test Example p-series Compariso Test Example Example 2 Example 3 Example 4 Example 5 Exa Itegral Test I this sectio, we show how to use the itegral test to decide

More information

MATH 2300 review problems for Exam 2

MATH 2300 review problems for Exam 2 MATH 2300 review problems for Exam 2. A metal plate of costat desity ρ (i gm/cm 2 ) has a shape bouded by the curve y = x, the x-axis, ad the lie x =. Fid the mass of the plate. Iclude uits. (b) Fid the

More information

JANE PROFESSOR WW Prob Lib1 Summer 2000

JANE PROFESSOR WW Prob Lib1 Summer 2000 JANE PROFESSOR WW Prob Lib Summer 000 Sample WeBWorK problems. WeBWorK assigmet Series6CompTests due /6/06 at :00 AM..( pt) Test each of the followig series for covergece by either the Compariso Test or

More information

Calculus with Analytic Geometry 2

Calculus with Analytic Geometry 2 Calculus with Aalytic Geometry Fial Eam Study Guide ad Sample Problems Solutios The date for the fial eam is December, 7, 4-6:3p.m. BU Note. The fial eam will cosist of eercises, ad some theoretical questios,

More information

NATIONAL UNIVERSITY OF SINGAPORE FACULTY OF SCIENCE SEMESTER 1 EXAMINATION ADVANCED CALCULUS II. November 2003 Time allowed :

NATIONAL UNIVERSITY OF SINGAPORE FACULTY OF SCIENCE SEMESTER 1 EXAMINATION ADVANCED CALCULUS II. November 2003 Time allowed : NATIONAL UNIVERSITY OF SINGAPORE FACULTY OF SCIENCE SEMESTER EXAMINATION 003-004 MA08 ADVANCED CALCULUS II November 003 Time allowed : hours INSTRUCTIONS TO CANDIDATES This examiatio paper cosists of TWO

More information

Midterm Exam #2. Please staple this cover and honor pledge atop your solutions.

Midterm Exam #2. Please staple this cover and honor pledge atop your solutions. Math 50B Itegral Calculus April, 07 Midterm Exam # Name: Aswer Key David Arold Istructios. (00 poits) This exam is ope otes, ope book. This icludes ay supplemetary texts or olie documets. You are ot allowed

More information

Practice Problems: Taylor and Maclaurin Series

Practice Problems: Taylor and Maclaurin Series Practice Problems: Taylor ad Maclauri Series Aswers. a) Start by takig derivatives util a patter develops that lets you to write a geeral formula for the -th derivative. Do t simplify as you go, because

More information

Section 11.6 Absolute and Conditional Convergence, Root and Ratio Tests

Section 11.6 Absolute and Conditional Convergence, Root and Ratio Tests Sectio.6 Absolute ad Coditioal Covergece, Root ad Ratio Tests I this chapter we have see several examples of covergece tests that oly apply to series whose terms are oegative. I this sectio, we will lear

More information

MAT1026 Calculus II Basic Convergence Tests for Series

MAT1026 Calculus II Basic Convergence Tests for Series MAT026 Calculus II Basic Covergece Tests for Series Egi MERMUT 202.03.08 Dokuz Eylül Uiversity Faculty of Sciece Departmet of Mathematics İzmir/TURKEY Cotets Mootoe Covergece Theorem 2 2 Series of Real

More information

Read carefully the instructions on the answer book and make sure that the particulars required are entered on each answer book.

Read carefully the instructions on the answer book and make sure that the particulars required are entered on each answer book. THE UNIVERSITY OF WARWICK FIRST YEAR EXAMINATION: Jauary 2009 Aalysis I Time Allowed:.5 hours Read carefully the istructios o the aswer book ad make sure that the particulars required are etered o each

More information

10.6 ALTERNATING SERIES

10.6 ALTERNATING SERIES 0.6 Alteratig Series Cotemporary Calculus 0.6 ALTERNATING SERIES I the last two sectios we cosidered tests for the covergece of series whose terms were all positive. I this sectio we examie series whose

More information

Chapter 6 Overview: Sequences and Numerical Series. For the purposes of AP, this topic is broken into four basic subtopics:

Chapter 6 Overview: Sequences and Numerical Series. For the purposes of AP, this topic is broken into four basic subtopics: Chapter 6 Overview: Sequeces ad Numerical Series I most texts, the topic of sequeces ad series appears, at first, to be a side topic. There are almost o derivatives or itegrals (which is what most studets

More information

MATH 10550, EXAM 3 SOLUTIONS

MATH 10550, EXAM 3 SOLUTIONS MATH 155, EXAM 3 SOLUTIONS 1. I fidig a approximate solutio to the equatio x 3 +x 4 = usig Newto s method with iitial approximatio x 1 = 1, what is x? Solutio. Recall that x +1 = x f(x ) f (x ). Hece,

More information

BC: Q401.CH9A Convergent and Divergent Series (LESSON 1)

BC: Q401.CH9A Convergent and Divergent Series (LESSON 1) BC: Q40.CH9A Coverget ad Diverget Series (LESSON ) INTRODUCTION Sequece Notatio: a, a 3, a,, a, Defiitio: A sequece is a fuctio f whose domai is the set of positive itegers. Defiitio: A ifiite series (or

More information

Ma 530 Infinite Series I

Ma 530 Infinite Series I Ma 50 Ifiite Series I Please ote that i additio to the material below this lecture icorporated material from the Visual Calculus web site. The material o sequeces is at Visual Sequeces. (To use this li

More information

1. (25 points) Use the limit definition of the definite integral and the sum formulas 1 to compute

1. (25 points) Use the limit definition of the definite integral and the sum formulas 1 to compute Math, Calculus II Fial Eam Solutios. 5 poits) Use the limit defiitio of the defiite itegral ad the sum formulas to compute 4 d. The check your aswer usig the Evaluatio Theorem. ) ) Solutio: I this itegral,

More information

Additional Notes on Power Series

Additional Notes on Power Series Additioal Notes o Power Series Mauela Girotti MATH 37-0 Advaced Calculus of oe variable Cotets Quick recall 2 Abel s Theorem 2 3 Differetiatio ad Itegratio of Power series 4 Quick recall We recall here

More information

Chapter 7: Numerical Series

Chapter 7: Numerical Series Chapter 7: Numerical Series Chapter 7 Overview: Sequeces ad Numerical Series I most texts, the topic of sequeces ad series appears, at first, to be a side topic. There are almost o derivatives or itegrals

More information

Sequences, Series, and All That

Sequences, Series, and All That Chapter Te Sequeces, Series, ad All That. Itroductio Suppose we wat to compute a approximatio of the umber e by usig the Taylor polyomial p for f ( x) = e x at a =. This polyomial is easily see to be 3

More information

f t dt. Write the third-degree Taylor polynomial for G

f t dt. Write the third-degree Taylor polynomial for G AP Calculus BC Homework - Chapter 8B Taylor, Maclauri, ad Power Series # Taylor & Maclauri Polyomials Critical Thikig Joural: (CTJ: 5 pts.) Discuss the followig questios i a paragraph: What does it mea

More information

Alternating Series. 1 n 0 2 n n THEOREM 9.14 Alternating Series Test Let a n > 0. The alternating series. 1 n a n.

Alternating Series. 1 n 0 2 n n THEOREM 9.14 Alternating Series Test Let a n > 0. The alternating series. 1 n a n. 0_0905.qxd //0 :7 PM Page SECTION 9.5 Alteratig Series Sectio 9.5 Alteratig Series Use the Alteratig Series Test to determie whether a ifiite series coverges. Use the Alteratig Series Remaider to approximate

More information

Solutions to Practice Midterms. Practice Midterm 1

Solutions to Practice Midterms. Practice Midterm 1 Solutios to Practice Midterms Practice Midterm. a False. Couterexample: a =, b = b False. Couterexample: a =, b = c False. Couterexample: c = Y cos. = cos. + 5 = 0 sice both its exist. + 5 cos π. 5 + 5

More information

Review for Test 3 Math 1552, Integral Calculus Sections 8.8,

Review for Test 3 Math 1552, Integral Calculus Sections 8.8, Review for Test 3 Math 55, Itegral Calculus Sectios 8.8, 0.-0.5. Termiology review: complete the followig statemets. (a) A geometric series has the geeral form k=0 rk.theseriescovergeswhe r is less tha

More information

MTH 246 TEST 3 April 4, 2014

MTH 246 TEST 3 April 4, 2014 MTH 26 TEST April, 20 (PLEASE PRINT YOUR NAME!!) Name:. (6 poits each) Evaluate lim! a for the give sequece fa g. (a) a = 2 2 5 2 5 (b) a = 2 7 2. (6 poits) Fid the sum of the telescopig series p p 2.

More information

Section 1.4. Power Series

Section 1.4. Power Series Sectio.4. Power Series De itio. The fuctio de ed by f (x) (x a) () c 0 + c (x a) + c 2 (x a) 2 + c (x a) + ::: is called a power series cetered at x a with coe ciet sequece f g :The domai of this fuctio

More information

Math 19B Final. Study Aid. June 6, 2011

Math 19B Final. Study Aid. June 6, 2011 Math 9B Fial Study Aid Jue 6, 20 Geeral advise. Get plety of practice. There s a lot of material i this sectio - try to do as may examples ad as much of the homework as possible to get some practice. Just

More information

ENGI Series Page 6-01

ENGI Series Page 6-01 ENGI 3425 6 Series Page 6-01 6. Series Cotets: 6.01 Sequeces; geeral term, limits, covergece 6.02 Series; summatio otatio, covergece, divergece test 6.03 Stadard Series; telescopig series, geometric series,

More information

MIDTERM 2 CALCULUS 2. Monday, October 22, 5:15 PM to 6:45 PM. Name PRACTICE EXAM

MIDTERM 2 CALCULUS 2. Monday, October 22, 5:15 PM to 6:45 PM. Name PRACTICE EXAM MIDTERM 2 CALCULUS 2 MATH 23 FALL 218 Moday, October 22, 5:15 PM to 6:45 PM. Name PRACTICE EXAM Please aswer all of the questios, ad show your work. You must explai your aswers to get credit. You will

More information

MATH 2300 review problems for Exam 2

MATH 2300 review problems for Exam 2 MATH 2300 review problems for Exam 2. A metal plate of costat desity ρ (i gm/cm 2 ) has a shape bouded by the curve y = x, the x-axis, ad the lie x =. Fid the mass of the plate. Iclude uits. Fid the ceter

More information

Math 21, Winter 2018 Schaeffer/Solis Stanford University Solutions for 20 series from Lecture 16 notes (Schaeffer)

Math 21, Winter 2018 Schaeffer/Solis Stanford University Solutions for 20 series from Lecture 16 notes (Schaeffer) Math, Witer 08 Schaeffer/Solis Staford Uiversity Solutios for 0 series from Lecture 6 otes (Schaeffer) a. r 4 +3 The series has algebraic terms (polyomials, ratioal fuctios, ad radicals, oly), so the test

More information

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0,

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0, Math Activity 9( Due with Fial Eam) Usig first ad secod Taylor polyomials with remaider, show that for, 8 Usig a secod Taylor polyomial with remaider, fid the best costat C so that for, C 9 The th Derivative

More information

Convergence: nth-term Test, Comparing Non-negative Series, Ratio Test

Convergence: nth-term Test, Comparing Non-negative Series, Ratio Test Covergece: th-term Test, Comparig No-egative Series, Ratio Test Power Series ad Covergece We have writte statemets like: l + x = x x2 + x3 2 3 + x + But we have ot talked i depth about what values of x

More information

1 Lecture 2: Sequence, Series and power series (8/14/2012)

1 Lecture 2: Sequence, Series and power series (8/14/2012) Summer Jump-Start Program for Aalysis, 202 Sog-Yig Li Lecture 2: Sequece, Series ad power series (8/4/202). More o sequeces Example.. Let {x } ad {y } be two bouded sequeces. Show lim sup (x + y ) lim

More information

The Ratio Test. THEOREM 9.17 Ratio Test Let a n be a series with nonzero terms. 1. a. n converges absolutely if lim. n 1

The Ratio Test. THEOREM 9.17 Ratio Test Let a n be a series with nonzero terms. 1. a. n converges absolutely if lim. n 1 460_0906.qxd //04 :8 PM Page 69 SECTION 9.6 The Ratio ad Root Tests 69 Sectio 9.6 EXPLORATION Writig a Series Oe of the followig coditios guaratees that a series will diverge, two coditios guaratee that

More information

Series: Infinite Sums

Series: Infinite Sums Series: Ifiite Sums Series are a way to mae sese of certai types of ifiitely log sums. We will eed to be able to do this if we are to attai our goal of approximatig trascedetal fuctios by usig ifiite degree

More information

Math 21B-B - Homework Set 2

Math 21B-B - Homework Set 2 Math B-B - Homework Set Sectio 5.:. a) lim P k= c k c k ) x k, where P is a partitio of [, 5. x x ) dx b) lim P k= 4 ck x k, where P is a partitio of [,. 4 x dx c) lim P k= ta c k ) x k, where P is a partitio

More information

5 Sequences and Series

5 Sequences and Series Bria E. Veitch 5 Sequeces ad Series 5. Sequeces A sequece is a list of umbers i a defiite order. a is the first term a 2 is the secod term a is the -th term The sequece {a, a 2, a 3,..., a,..., } is a

More information

n 3 ln n n ln n is convergent by p-series for p = 2 > 1. n2 Therefore we can apply Limit Comparison Test to determine lutely convergent.

n 3 ln n n ln n is convergent by p-series for p = 2 > 1. n2 Therefore we can apply Limit Comparison Test to determine lutely convergent. 06 微甲 0-04 06-0 班期中考解答和評分標準. ( poits) Determie whether the series is absolutely coverget, coditioally coverget, or diverget. Please state the tests which you use. (a) ( poits) (b) ( poits) (c) ( poits)

More information