Math 132 Fall 2007 Final Exam 1. Calculate cos( x ) sin( x ) dx a) 1 b) c) d) e) f) g) h) i) j)

Size: px
Start display at page:

Download "Math 132 Fall 2007 Final Exam 1. Calculate cos( x ) sin( x ) dx a) 1 b) c) d) e) f) g) h) i) j)"

Transcription

1 Math Fall 007 Fial Exam π. Calculate cos( x ) si( x ) dx. 0 a) b) f) g) 4 c) h) d) 4 i) 4 e) 5 j) 6 Solutio: d > J := It(cos(x)*si(x)^, x = 0..Pi/); J := 0 π cos( x ) si( x ) > K := studet[chagevar](u = si(x), J, u); > value(k); K := 0 4 u du dx. Let F( x ) = x 5 + t 4 dt. Calculate the derivative D( F )( ) of F at. + t a) 4 b) 5 c) 6 d) 7 e) 8 f) 4 g) 5 h) 6 i) 7 j) 8 Solutio: i

2 > F := (x) -> It((5+t^4)/sqrt(+t^),t = x.. ); > D(F)(x); > D(F)(); > simplify(d(f)()); F := x x 5 + x t 4 dt + t + x x. Calculate dx. ( x + ) ( x + ) 0 a) f) l 9 8 l 9 5 b) g) l 7 6 l 8 c) h) l 5 4 l 9 4 d) i) l 4 l 6 e) j) l l 6 9 Solutio: a > J := It(x/(x+)/(x+),x = 0.. ); J := > R := studet[itegrad](j); 0 x dx ( x + ) ( x + ) x R := ( x + ) ( x + ) > PFE := covert(r, parfrac, x);

3 PFE := + x + > atiderivative := it(pfe, x); x + atiderivative := l ( x + ) + l ( x + ) > defiiteitegral := subs(x=,atiderivative) - subs(x=0,atiderivative); defiiteitegral := l( ) + l( ) + l( ) > Aswer := combie(defiiteitegral, l); 8 x 4. Calculate d + x + 6 ( + x ) ( + x x. ) 0 Aswer := l 8 9 a) l( ) b) l( ) c) l( ) d) l( ) e) l( ) 4 f) 4 l( ) g) 5 l( ) h) 6 l( ) i) 7 l( ) j) 8 l( ) Solutio: i > J := It((8*x^+*x+6)/(+x)/(+x^),x = 0.. ); J := > R := studet[itegrad](j); 0 8 x + x + 6 dx ( x + ) ( + x ) 8 x + x + 6 R := ( x + ) ( + x ) > PFE := covert(r, parfrac, x); x 6 PFE := + + x x + > atiderivative := it(pfe, x); atiderivative := l ( + x ) + 6 l ( x + ) > defiiteitegral := subs(x=,atiderivative) - subs(x=0,atiderivative); defiiteitegral := 7 l( ) 7 l( )

4 > Aswer := combie(defiiteitegral, l); e 5. Calculate x l( x ) dx. Aswer := 7 l( ) a) e b) ( e ) c) ( e ) d) ( e ) e) ( e + ) f) ( e + ) g) ( e + ) h) ( 9 e + ) i) ( 9 e + ) j) ( 9 e + ) Solutio: h > J := It(x^*l(x), x =.. exp()); J := e x l( x ) > K := studet[itparts](j, l(x)); #Itegratio by Parts with u=l(x) > value(k); K := ( e ) e + 9 ( e ) 9 dx x dx x 6. What is the derivative of x with respect to x at x =? a) l( ) b) f) l( ) c) l( ) d) l( ) g) + l( ) h) + l( ) i) 4 l( ) e) l( ) l( ) j) 4

5 Solutio: g > restart; > eq := f(x) = x^(/x); eq := f( x) = x > eq := map(z-> simplify(l(z), symbolic), eq); eq := l ( f( x )) = > eq := map(z -> diff(z,x), eq); x l( x) d dx f( x ) l( x ) eq := = + f( x) x x > eq4 := D(f)(x) = solve(eq, diff(f(x),x)); > eq5 := subs(x = /, eq4); eq5 := D( f) = > eq6 := subs(x = /, eq); > subs(eq6, eq5); 7. If y( 0 ) = 0 ad a) si( π cos( x )) b) si ( si( x )) c) eq4 := D( f)( x) = f( x ) ( l( x ) ) 4 f eq6 := f = 4 x x D( f ) = l( ) + l dy dx = cos( x ) y, the what is y( x )? cos π cos ( x ) d) cos ( si( x )) - e) arcsi( x ) f) arcsi ( arcsi( x )) g) si ( ta( x ) ) h) ta ( si( x ) ) i) arcsi ( ta( x )) j) arcsi ( arcta( x )) Solutio: b By the Method of Separatio of Variables:

6 > eq := It(/sqrt(-t^),t = 0.. y(x)) = It(cos(t),t=0..x); > eq := map(value, eq); y( x) x eq := dt = cos( t) dt t 0 eq := arcsi ( y( x )) = si( x ) > Aswer := y(x) = solve(eq, y(x)); Aswer := y( x ) = si ( si( x ) ) 0 For those who are iterested, here is how to get MAPLE to solve this differetial equatio without the user supplyig ay guidace: > ode := diff(y(x),x)=cos(x)*sqrt(-y(x)^); d ode := = dx y( x ) cos( x ) y( x ) > iitialcoditio := y(0)=0; iitialcoditio := y( 0 ) = 0 > IVP := {ode, iitialcoditio}; d IVP := { y( 0) = 0, = } dx y( x ) cos( x ) y( x ) > dsolve(ivp, y(x)); #Usig Maple's differetial equatio solver y( x ) = si ( si( x )) 8. Cosider the followig three statemets about a series a with positive terms: = I: The series coverges because lim a = 0. a + II: The series coverges because lim =. ad b coverges. b = a + III: The series coverges because lim =. a

7 For each statemet, determie whether the reasoig is correct or icorrect. a) I: correct, II: correct, III: correct b) I: correct, II: correct, III: icorrect c) I: correct, II: icorrect, III: correct d) I: correct, II: icorrect, III: icorrect e) I: icorrect, II: correct, III: correct f) I: icorrect, II: correct, III: icorrect g) I: icorrect, II: icorrect, III: correct h) I: icorrect, II: icorrect, III: icorrect i) Wrog aswer j) Bous wrog aswer Solutio: f I) Icorrect: Whe a = the terms of the series satisfy lim a = 0 but the series diverges. II) Correct: The assertio follows from the Limit Compariso Test. III) Icorrect: The limit coditio is the icoclusive case of the Ratio Test. (Whe a = we have lim a + a = but the series diverges.) 9. Cosider the followig three statemets about a series a with positive terms: = I: The series coverges because a < 0 +. II: The series diverges because < a. a + III: The series coverges because lim = 0. a

8 For each statemet, determie whether the reasoig is correct ( C ) or icorrect ( F ). a) I: C, II: C, III: C b) I: C, II: C, III: F c) I: C, II: F, III: C d) I: C, II: F, III: F e) I: F, II: C, III: C f) I: F, II: C, III: F g) I: F, II: F, III: C h) I: F, II: F, III: F i) Wrog aswer j) Bous wrog aswer Solutio: g I) Icorrect ( F ): The series = diverget. =.) No iformatio about = II) Icorrect ( F ): The series = deduced from 0 + b < a whe b is coverget. = is diverget (by compariso with the diverget p-series a ca be deduced from < a b whe = b is is coverget. No iformatio about a ca be = III) Correct (C): Sice the limit, amely 0, is less tha, this assertio follows from the Ratio Test. 0. Cosider the three series 5 I: = 0, II: = 0 ad the statemets 0!, ad III: = l( ) ( C ) The series coverges ( D ) The series diverges

9 For each series, decide which of statemets (C), (D) a) I: C, II: C, III: C b) I: C, II: C, III: D c) I: C, II: D, III: C d) I: C, II: D, III: D e) I: D, II: C, III: C f) I: D, II: C, III: D g) I: D, II: D, III: C h) I: D, II: D, III: D i) Wrog aswer j) Bous wrog aswer is correct. Solutio: b I) > a := -> ^5/^; > a(+), a(); > 'a(+)/a()' = a(+)/a(); a ( + ) 5 a := ( + ) 5, ( + ) 5 ( + ) 5 = a( ) ( + ) 5 > 'a(+)/a()' = simplify(a(+)/a()); a ( + ) ( + ) 5 = a( ) 5 > Limit('a(+)/a()', =ifiity) = limit(/*(+)^5/^5, =ifiity); lim a ( + ) a( ) = Sice this limit is less tha, the Ratio Test gives covergece (C). II)

10 > b := -> 0^/sqrt(!); > b(+), b(); b := 0 ( + ), ( + )! > 'b(+)/b()' = b(+)/b(); 0! 0! b ( + ) 0 ( + )! = b( ) ( + )! 0 > 'b(+)/b()' = 0*sqrt(!/(+)!); b ( + ) = 0 b( ) ( + )! > 'b(+)/b()' = simplify(0*sqrt(!/(+)!)) assumig (,posit); b ( + ) b( ) = 0! + > Limit('b(+)/b()', =ifiity) = limit(0/(+)^(/), =ifiity); lim b ( + ) b( ) = 0 Sice this limit is less tha, the Ratio Test gives covergece (C). III) > f := x -> /x/l(x); f := x x l( x ) > It(/x/l(x),x=.. N) = it(/x/l(x),x=.. N); N x l( x ) dx = l ( l( N ) ) l ( l( )) > It(/(x*l(x)),x =.. ifiity) = Limit( l(l(n))-l(l()), N = ifiity);

11 x l( x ) dx = lim N l ( l( N ) ) l ( l( )) > It(/(x*l(x)),x =.. ifiity) = limit( l(l(n))-l(l()), N = ifiity); x l( x) The give series diverges (D) by the Itegral Test. dx =. Cosider the two series I: ( ) = ad the statemets + ( ) ad II: = ( AC ) The series coverges absolutely ( CC ) The series coverges coditioally ( D ) The series diverges For each series, decide which of statemets (AC), (CC), (D) is correct. a) I: AC, II: AC b) I: AC, II: CC c) I: AC, II: D d) I: CC, II: AC e) I: CC, II: CC f) I: CC, II: D g) I: D, II: AC h) I: D, II: CC i) I: D, II: D j) Wrog aswer Solutio: h

12 > a := -> (/(+))^; a := + We studied the limit of this sequece i cojuctio with cotiuous compoudig. > limit(a(), = ifiity); e (- ) Sice this umber is ot 0, it follows from the divergece test that the series diverges (D). II) > a := -> ^(/)/(+^(4/)); a := ( / ) + ( 4 / ) > b := -> /^(/); #Captures the size of a() b := ( / ) > limit(a()/b(), = ifiity); Sice this umber is ot 0 ad ot, we coclude from the Limit Compariso Test that the series = + 4 has the same behavior as the series =, which is diverget sice it is a p-series with p =. As a result, we coclude that the give series is ot absolutely coverget. Sice the give series coverges by the Alteratig Series Test, we coclude that it is coditioally coverget (CC).

13 . Cosider the two series I: = 0 π ad the statemets ad II: = 0! 0 ( 00 ) ( C ) The Ratio Test establishes covergece ( D ) The Ratio Test establishes divergece ( F ) The Ratio Test is ot coclusive. Apply the Ratio Test to series I ad II ad for each, decide which of statemets (C), (D), (F) is correct. a) I: C, II: C b) I: C, II: D c) I: C, II: F d) I: D, II: C e) I: D, II: D f) I: D, II: F g) I: F, II: C h) I: F, II: D i) I: F, II: F j) Wrog aswer Solutio: h I > a := -> /^Pi; a := π > Limit(a(+)/a(), = ifiity) = limit(a(+)/a(), = ifiity); lim π = ( + ) π Because this is equal to, the Ratio Test is ot coclusive (F).

14 II > a := ->!/(0^(00*)); > r := simplify(a(+)/a()); a :=! 0 ( 00 ) r := / \ / \ > limit(r, = ifiity); Because this limit is greater tha, the Ratio Test establishes divergece (D).. Cosider the two series + I: = ad the statemets ad II: = + ( C ) The Root Test establishes covergece ( D ) The Root Test establishes divergece ( F ) The Root Test is ot coclusive. Apply the Root Test to series I ad II ad for each, decide which of statemets (C), (D), (F) is correct. a) I: C, II: C b) I: C, II: D c) I: C, II: F d) I: D, II: C e) I: D, II: D f) I: D, II: F g) I: F, II: C h) I: F, II: D

15 i) I: F, II: F j) Wrog aswer Solutio: g I > a := -> ((+^)/(0+00*^+^))^; a := > r := combie(a()^(/), symbolic); + r := > Limit(a()^(/), = ifiity) = limit(r, = ifiity); lim = Because this is equal to, the Root Test is ot coclusive (F). II > a := -> ((+)//)^; + a := > r := combie(a()^(/), symbolic); + r := > Limit(a()^(/), = ifiity) = limit(r, = ifiity); lim + =

16 Because this is less tha, the Root Test establishes covergece (C). 4. Let f( x) = 7 x e ( x ). What is f ( 7 ) ( 0 )? a) 0 b) 40 c) 60 d) 80 e) 00 f) 0 g) 40 h) 60 i) 80 j) 00 Solutio: g > f := x -> x^*exp(*x^)/7; f := x 7 x e ( x ) > Maclauri := series(f(x), x = 0, 0); Maclauri := x 6 x5 6 x7 54 x9 O( x ) > p := covert(maclauri, polyom); p := > Aswer = 7!*coeff(p, x^7); x x 5 x 7 Aswer = 40 x 9 By direct calculatio (ot recommeded!): > (D@@7)(f)(x); 40 e ( x ) x e ( x ) x 4 e ( x ) 96 + x 6 e ( x ) x 8 e ( x ) > (D@@7)(f)(0); 40 x 0 e ( x )

17 0 si( x 5 ) 5. Calculate L = lim x 0 x cos( 5 x by fidig the Maclauri series of the umerator ) x ad the Maclauri series of the deomiator. These two Maclauri series begi with the same degree p moomial. (I other words, for the Maclauri series for both the umerator ad deomiator, the coefficiets of x are 0 for < p ad the coefficiets of x p are ozero.) What is the value of the product p L? a) - 6 b) - 48 c) - 60 d) - 7 e) - 84 f) - 96 g) -08 h) -0 i) - j) - 44 Solutio: f > ratio := x -> 0*si(*x^5)/(x*cos(5*x^)-x); 0 si( x 5 ) ratio := x x cos( 5 x ) x > Limit(ratio(x), x = 0) = limit(ratio(x), x = 0); lim x 0 0 si( x 5 ) -96 = x cos( 5 x ) x 5 > series(umer(ratio(x)), x = 0, 0); series(deom(ratio(x)), x = 0, 0); > Aswer = 5*(-96/5); 40 x 5 + O( x 0 ) x5 4 x9 O( x ) Aswer = -96 ( ) ( x + ) 6. Calculate the iterval of covergece of. Let R be the radius of = covergece. You will eed to calculate the sum of four itegers ad it might help to record them as you go. Let c be the base poit of the power series. ( c = ) Set ρ = R if R is a iteger ad - otherwise. ( ρ = ) Set σ = if the left edpoit belogs to the iterval of covergece ad 0 otherwise. ( σ =

18 ) Set τ = if the right edpoit belogs to the iterval of covergece ad 0 otherwise. ( τ = ) What is the value of c + ρ + σ + τ? a) -4 b) - c) - d) e) f) 4 g) 7 h) 8 i) 0 j) Solutio: f > c := -; c := - > a := -> (-)^/sqrt(+)/4^; a := (-) + 4 > eq := R = Limit(abs(a()/a(+)), = ifiity); (-) + 4 ( + ) eq := R = lim + 4 ( -) ( + ) > R := limit(sqrt(+)*4^(+)/sqrt(+)/4^, = ifiity); > rho := 4; R = 4 ρ := 4 The left edpoit is a diverget p-series ( p = c R, or -7. Substitutig x = ). 7 results i the series = 0 ( ), which is + > sigma := 0; σ := 0 The right edpoit is c + R, or. Substitutig x = results i the series = 0, which is a +

19 coverget alteratig series because + decreases to 0. > tau := ; Fially, τ := > c+rho+sigma+tau; 4 7. Let T( x ) be the degree Taylor polyomial of l( x ) with base poit. What is T( ) l( )? 5 a) b) c) d) e) f) g) h) i) j) Solutio: c > c := : f := l: > T := x -> sum((d@@)(f)(c)/!*(x-c)^, = 0.. ); T := x = 0 ( D ( ) )( f )( c ) ( x ) > T(x); #The degree Taylor polyomial of l(x) with base poit > T()-l(); l( ) x +! ( x ) 8 c

20 8 arcta( x ) x 8. To approximate d x x, the Maclauri series of arcta( x ) (ad, from that, 0 the Maclauri series of the itegrad) is used. A alteratig series for the (exact) value S of the defiite itegral results. A approximatio to S is obtaied by usig the miimum umber of terms that, by the Alteratig Series Test, guaratee a absolute error less tha What is the approximatio? a) f) b) g) 60 c) h) d) 6 i) 80 e) j) Solutio: j > series(arcta(t), t=0, ); #The startig poit. Subtract t the divide by t^. t t 5 t5 7 t7 9 t9 O( t ) > Maclauri := series((arcta(t)-t)/t^, t=0, 5); #More terms tha eeded Maclauri := t 5 t 7 t5 9 t7 t9 t O( t ) > p := covert(maclauri, polyom); t t t 5 t 7 p := > eq := It((arcta(t)-t)/(t^),t = 0.. x) = it(p, t=0.. x) + `...`; t 9 t

21 arcta( t ) t x x 4 x 6 x 8 x 0 x eq := dt = t x We eed to idetify the first summad o the right side of this equatio that evaluates to less tha 0.00 whe x =. The term x 6 clearly does ot do the job. Next, > subs(x=/, x^4/0); 0 is also ot small eough. Next, > subs(x=/, x^6/4); 688 shows that this is the first term that is less tha the acceptable error. We therefore add the terms up to but ot icludig this oe. > Aswer := subs(x=/, -/6*x^+/0*x^4); -7 Aswer := 960 As a verificatio, MAPLE's (exact) itegratio is: > defiiteitegral := it((arcta(x)-x)/(x^),x = 0.. /); defiiteitegral := arcta + + l( 5 ) l( ) The absolute error is:

22 > abs(evalf(aswer-defiiteitegral)); What is the coefficiet of x 5 i the Maclauri series of 8 x 4 x? a) 6 f) 4 b) g) 6 c) 8 h) d) e) 8 4 i) j) Solutio: c Method : The geometric series way (as iteded): 8 x We write = x 4 x Thus u where u = 8 x = x ( + u + u + u +... ) 4 x x 4. 8 x = x x x 4 4 x x x 5... = x The coefficiet of x 5 is 8. Method : The brute force computatioal way (ot recommeded!): > f := x -> 8*x/(4-x^); > (D@@5)(f)(x); f := x 8 x 4 x

23 46080 x x x ( 4 x ) 5 ( 4 x ) 4 ( 4 x ) ( 4 x ) 6 > Aswer = (D@@5)(f)(0)/5!; Aswer = 8 The Maple way: > Maclauri := series(8*x/(4-x^),x=0,8); p := covert(maclauri, polyom); Aswer := coeff(p, x^5); Maclauri := x x 8 x5 x7 O( x 9 ) x x 5 x 7 p := x Aswer := 8 0. What is the coefficiet of x 4 i the Maclauri series of ( + x )? a) 9 b) 9 c) 6 d) 6 e) 9 f) 9 g) h) i) j) Solutio: f Method : The Newto way (as iteded): I MAPLE, the umber "α choose ", amely α ( α )... ( α + ),!

24 is writte as biomial(alpha, ). > NewtoFormula := (+u)^alpha = Sum(biomial(alpha,)*u^, = 0.. ifiity); NewtoFormula := ( + u) α = biomial ( α, ) u = 0 > subs({u=x^, alpha = -/}, NewtoFormula); = 0 = ( + x ) ( / ) - biomial, ( ) x The coefficiet of x 4 ( or ( x ) for = ) is: > biomial(-/,); 9 Method : The brute force computatioal way (ot recommeded!): > f := x -> (+x^)^(-/); > (D@@4)(f)(x); f := x ( + x ) ( / ) 4480 x x + 8 ( + x ) ( / ) 9 ( + x ) ( / ) > (D@@4)(f)(0); > (D@@4)(f)(0)/4!; ( + x ) ( 7 / ) The Maple way:

25 > Maclauri := series((+x^)^(-/), x = 0, 5); p := covert(maclauri, polyom); Aswer := coeff(p, x^4); Maclauri := + + x 9 x4 O( x 6 ) x x 4 p := + 9 Aswer := 9

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

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

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

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(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

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

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n Review of Power Series, Power Series Solutios A power series i x - a is a ifiite series of the form c (x a) =c +c (x a)+(x a) +... We also call this a power series cetered at a. Ex. (x+) is cetered at

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

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

Infinite Sequence and Series

Infinite Sequence and Series Chapter 7 Ifiite Sequece ad Series 7. Sequeces A sequece ca be thought of as a list of umbers writte i a defiite order: a,a 2,a 3,a 4,...,a,... The umber a is called the first term, a 2 is the secod term,

More information

n=1 a n is the sequence (s n ) n 1 n=1 a n converges to s. We write a n = s, n=1 n=1 a n

n=1 a n is the sequence (s n ) n 1 n=1 a n converges to s. We write a n = s, n=1 n=1 a n Series. Defiitios ad first properties A series is a ifiite sum a + a + a +..., deoted i short by a. The sequece of partial sums of the series a is the sequece s ) defied by s = a k = a +... + a,. k= Defiitio

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

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

Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan

Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan Arkasas Tech Uiversity MATH 94: Calculus II Dr Marcel B Fia 85 Power Series Let {a } =0 be a sequece of umbers The a power series about x = a is a series of the form a (x a) = a 0 + a (x a) + a (x a) +

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

Strategy for Testing Series

Strategy for Testing Series Strategy for Testig Series We ow have several ways of testig a series for covergece or divergece; the problem is to decide which test to use o which series. I this respect testig series is similar to itegratig

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

MATH 1080: Calculus of One Variable II Fall 2017 Textbook: Single Variable Calculus: Early Transcendentals, 7e, by James Stewart.

MATH 1080: Calculus of One Variable II Fall 2017 Textbook: Single Variable Calculus: Early Transcendentals, 7e, by James Stewart. MATH 1080: Calculus of Oe Variable II Fall 2017 Textbook: Sigle Variable Calculus: Early Trascedetals, 7e, by James Stewart Uit 3 Skill Set Importat: Studets should expect test questios that require a

More information

11.6 Absolute Convrg. (Ratio & Root Tests) & 11.7 Strategy for Testing Series

11.6 Absolute Convrg. (Ratio & Root Tests) & 11.7 Strategy for Testing Series 11.6 Absolute Covrg. (Ratio & Root Tests) & 11.7 Strategy for Testig Series http://screecast.com/t/ri3unwu84 Give ay series Σ a, we ca cosider the correspodig series 1 a a a a 1 2 3 whose terms are the

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

Quiz. Use either the RATIO or ROOT TEST to determine whether the series is convergent or not.

Quiz. Use either the RATIO or ROOT TEST to determine whether the series is convergent or not. Quiz. Use either the RATIO or ROOT TEST to determie whether the series is coverget or ot. e .6 POWER SERIES Defiitio. A power series i about is a series of the form c 0 c a c a... c a... a 0 c a where

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

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

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

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

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

In exercises 1 and 2, (a) write the repeating decimal as a geometric series and (b) write its sum as the ratio of two integers _

In exercises 1 and 2, (a) write the repeating decimal as a geometric series and (b) write its sum as the ratio of two integers _ Chapter 9 Curve I eercises ad, (a) write the repeatig decimal as a geometric series ad (b) write its sum as the ratio of two itegers _.9.976 Distace A ball is dropped from a height of 8 meters. Each time

More information

Math 116 Second Midterm November 13, 2017

Math 116 Second Midterm November 13, 2017 Math 6 Secod Midterm November 3, 7 EXAM SOLUTIONS. Do ot ope this exam util you are told to do so.. Do ot write your ame aywhere o this exam. 3. This exam has pages icludig this cover. There are problems.

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

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

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

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

Are the following series absolutely convergent? n=1. n 3. n=1 n. ( 1) n. n=1 n=1

Are the following series absolutely convergent? n=1. n 3. n=1 n. ( 1) n. n=1 n=1 Absolute covergece Defiitio A series P a is called absolutely coverget if the series of absolute values P a is coverget. If the terms of the series a are positive, absolute covergece is the same as covergece.

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

e to approximate (using 4

e to approximate (using 4 Review: Taylor Polyomials ad Power Series Fid the iterval of covergece for the series Fid a series for f ( ) d ad fid its iterval of covergece Let f( ) Let f arcta a) Fid the rd degree Maclauri polyomial

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

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

f x x c x c x c... x c...

f x x c x c x c... x c... CALCULUS BC WORKSHEET ON POWER SERIES. Derive the Taylor series formula by fillig i the blaks below. 4 5 Let f a a c a c a c a4 c a5 c a c What happes to this series if we let = c? f c so a Now differetiate

More information

1. C only. 3. none of them. 4. B only. 5. B and C. 6. all of them. 7. A and C. 8. A and B correct

1. C only. 3. none of them. 4. B only. 5. B and C. 6. all of them. 7. A and C. 8. A and B correct M408D (54690/54695/54700), Midterm # Solutios Note: Solutios to the multile-choice questios for each sectio are listed below. Due to radomizatio betwee sectios, exlaatios to a versio of each of the multile-choice

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

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

Not for reproduction

Not for reproduction STRATEGY FOR TESTING SERIES We ow have several ways of testig a series for covergece or divergece; the problem is to decide which test to use o which series. I this respect testig series is similar to

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

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

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

7.) Consider the region bounded by y = x 2, y = x - 1, x = -1 and x = 1. Find the volume of the solid produced by revolving the region around x = 3.

7.) Consider the region bounded by y = x 2, y = x - 1, x = -1 and x = 1. Find the volume of the solid produced by revolving the region around x = 3. Calculus Eam File Fall 07 Test #.) Fid the eact area betwee the curves f() = 8 - ad g() = +. For # - 5, cosider the regio bouded by the curves y =, y = 3 + 4. Produce a solid by revolvig the regio aroud

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

Series Solutions (BC only)

Series Solutions (BC only) Studet Study Sessio Solutios (BC oly) We have itetioally icluded more material tha ca be covered i most Studet Study Sessios to accout for groups that are able to aswer the questios at a faster rate. Use

More information

1. Do the following sequences converge or diverge? If convergent, give the limit. Explicitly show your reasoning. 2n + 1 n ( 1) n+1.

1. Do the following sequences converge or diverge? If convergent, give the limit. Explicitly show your reasoning. 2n + 1 n ( 1) n+1. Solutio: APPM 36 Review #3 Summer 4. Do the followig sequeces coverge or iverge? If coverget, give the limit. Eplicitly show your reasoig. a a = si b a = { } + + + 6 c a = e Solutio: a Note si a so, si

More information

Example 2. Find the upper bound for the remainder for the approximation from Example 1.

Example 2. Find the upper bound for the remainder for the approximation from Example 1. Lesso 8- Error Approimatios 0 Alteratig Series Remaider: For a coverget alteratig series whe approimatig the sum of a series by usig oly the first terms, the error will be less tha or equal to the absolute

More information

Section 5.5. Infinite Series: The Ratio Test

Section 5.5. Infinite Series: The Ratio Test Differece Equatios to Differetial Equatios Sectio 5.5 Ifiite Series: The Ratio Test I the last sectio we saw that we could demostrate the covergece of a series a, where a 0 for all, by showig that a approaches

More information

Solutions to Homework 7

Solutions to Homework 7 Solutios to Homework 7 Due Wedesday, August 4, 004. Chapter 4.1) 3, 4, 9, 0, 7, 30. Chapter 4.) 4, 9, 10, 11, 1. Chapter 4.1. Solutio to problem 3. The sum has the form a 1 a + a 3 with a k = 1/k. Sice

More information

Math 122 Test 3 - Review 1

Math 122 Test 3 - Review 1 I. Sequeces ad Series Math Test 3 - Review A) Sequeces Fid the limit of the followig sequeces:. a = +. a = l 3. a = π 4 4. a = ta( ) 5. a = + 6. a = + 3 B) Geometric ad Telescopig Series For the followig

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 116 Practice for Exam 3

Math 116 Practice for Exam 3 Math 6 Practice for Eam 3 Geerated April 4, 26 Name: SOLUTIONS Istructor: Sectio Number:. This eam has questios. Note that the problems are ot of equal difficulty, so you may wat to skip over ad retur

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

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

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

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

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

Fooling Newton s Method

Fooling Newton s Method Foolig Newto s Method You might thik that if the Newto sequece of a fuctio coverges to a umber, that the umber must be a zero of the fuctio. Let s look at the Newto iteratio ad see what might go wrog:

More information