Review sheet for midterm 2 solutions

Size: px
Start display at page:

Download "Review sheet for midterm 2 solutions"

Transcription

1 Review sheet for midterm solutions ) Solve the following differential equations: (a) dy dx = y 5 with y() = x Identify the equation as linear. m dy dx my x = 5m To use the product rule: dm dx = m x dm m = dx x ln m = ln x + C take C=0 m = x By the product rule: d[my] dx = 5m d[y/x] = 5 dx x y = 5 ln x + C x y = 5x ln x + Cx Using the initial condition: = y() = 5 ln + C = C C = Therefore y = 5x ln x + x

2 (b) dy dx = y x with y(0) = 0 Identify the equation as linear. m dy dx my = x m To use the product rule: dm dx = m dm m = dx ln m = x + C take C=0 m = e x By the product rule: d[my] dx = x m d[e x y] = x e x dx e x y = x e x dx Using the initial condition: 0 = y(0) = + C ( = x e x + ( = x e x xe x + ) xe x dx = x e x + xe x + e x + C y = x + x + + Ce x C = Therefore y = x + x + e x ) e x dx

3 (c) (x + ) dy = y x with y(0) = 0 dx Identify the equation as linear. m dy dx m y x + = m x x + To use the product rule: dm dx = m x + dm m = dx x + By the product rule: d[my] dx = x x + m d[y/(x + )] = x ln m = ln x + + C take C=0 m = x + dx (x + ) y x + = x (x + ) dx x + = (x + ) dx = x + (x + ) dx = ln x + x + + C y = (x + ) ln x + + C(x + ) Using the initial condition: 0 = y(0) = ln + C = + C C = Therefore y = (x + ) ln x + + (x + ) = (x + ) ln x + + x 3

4 (d) csc(x) dy = y + with y(0) = 0 dx Identify as separable dy y + = sin(x)dx ln y + = cos(x) + C Check for the missed solution: y = y = + e cos(x)+c Using the intial condition: 0 = y(0) = + e +C C = ln() + = Therefore: y = + e cos(x) ) Estimate y(3) for the following functions using step sizes h =, (a) dy dx = x xy y where y() = For h = n x n = x n + h y n = y n + f(x n, y n )h n x n = x n + y n = y n + x n x n y n yn 0 + = = 4 We find y(3) 4 Now, for h = n x n = x n + h y n = y n + f(x n, y n )h n x n = x n + y n = y n + (x n x n y n yn ) ( ) = We find y(3) 4

5 (b) dy dx = sin(πy) where y( ) = For h = n x n = x n + h y n = y n + f(x n, y n )h n x n = x n + y n = y n + sin(πy n ) sin( π ) = sin( 3π ) = 3 + sin( π ) = We find y(3) Now, for h = n x n = x n + h y n = y n + f(x n, y n )h n x n = x n + y n = y n + sin(πy n ) 0 + sin( π ) = sin( 5π ) = 9 We find y(3) 9 5

6 3) (a) A colony of ants reproduces at a rate proportional to its size. Suppose you start an ant farm with only one male ant and one female ant. One year later you count your ants and find that you have 00 of them. If ants are immortal, how many ants will you have in 5 years? Now, you realize ants are, in fact, not immortal. You do some research and keep track of your ants and find that on your farm ants die at a rate of e kt where K is the same proportianality constant from the reproduction rate. With this added information, how many ants will there actually be in 5 years? Make the following variable declarations: P = population of ants, units in ants t = time, units in years Because of the phrase reproduces at a rate proportional to its size we know dp = kp for some constant k. In addition, we have two dt initial conditions: P (0) = and P () = 00. This is separable, and solved as follows: dp P = kdt ln P = kt + C P = e kt+c = P (0) = e 0+C so C = ln() P = e kt+ln() = e kt 00 = P () = e k so k = ln(50) P = e ln(50)t = (50) t So it follows after 5 years P (5) = (50) 5 is a lot of ants. (Technically, we missed the solution P = 0, but this does not satisfy our initial conditions) BUT as the second part of the question points out we forgot to account for ants dying. We lose 0 ants every year, so our differential equation changes: 6

7 dp dt = In Out = kp ekt The inital condtions stay the same, so we must solve this new differential equation. This is a linear differential equation. m dp dt kmp = ekt m To use the product rule: dm dt = km dm m = kdt ln m = kt + C choose C=0 m = e kt Using the product rule d[mp ] = e kt m dt d[e kt P ] = dt e kt P = t + C P = e kt (C t) Using initial conditions: = P (0) = e 0 (C 0) C = 00 = P () = e k ( ) = e k k = ln(00) P = e ln(00)t ( t) = (00) t ( t) So we then have after five years P (5) = (00) 5 ( 5) = 3(00) 5. Stop. This should raise a lot of red flags, because now we have a negative number of ants. Clearly this doesn t make sense, so we need to check to see if all the ants die off. The equation we got is only valid if there are actually ants to reproduce, i.e. only when it is positive. Checking our solution: P = (00) t ( t) 0 t 0 by (00) t 0 always t 7

8 And in fact, at t = we find P = 0. This means all the ants died off, so there is no more room for the population to grow or shrink. So we need to adjust our solution to the following: P = { 00 t ( t) when 0 t 0 when t So we actually find there are no ants after 5 years i.e. P (5) = 0. 8

9 (b) You are making lemonade, but you first make a few pitchers of lemonade that is 50% lemon juice. You decide this is too much. So, you take a 000mL bucket and fill it with water. You then pour your original lemonade into the bucket at a rate of 0mL/s and drain the well mixed lemonade at the same rate. Find the concentration of lemon juice in the bucket as a function of time. You decide you want lemonade that is 0% lemon juice, how long do you have to wait? First we must declare our variables. Note this is a mixing problem: Q = concetration of lemon juice, units juice/ml L = amount of lemon juice, units juice = 000Q t = time, units seconds We start with a bucket of just water, so L(0) = 0. Our rate in is the same as our rate out at 0mL/s. We get the following differential equation: dl dt = In Out = (0.50juice/mL)(0mL/s) (Qjuice/mL)(0mL/s) = 5 0Q = 5 L 00 Noting our units match up. This is both separable and linear, I will present the separable solution method: dl 000 L = dt 00 ln 000 L = t 00 + C 000 L = e C t/ L = ±e C t/00 L = ±e C t/ Using the inital condition 0 = L(0) = ±e C = ±e C must use -, so C = ln(000) Therefore L = e ln(000) t/ = 000e t/ = 000( e t/00 ) 9

10 So we then have Q = Q(t) = 0.0 = L = ( 000 e t/00 ). We need to solve for 0. 0 = ( e t/00 ) 5 = e t/00 e t/00 = 4 5 t ( 4 ) 00 = ln 5 t = 00 ln ( ) 4 5 Algebra time! Does it make sense that our answer t is positive or negative? Is 00 ln ( 4 5) positive? 0

11 (c) You buy a house for $0,000. You cannot afford this because you are a college student, so you take out a loan for the money. The loan has a yearly interest rate of 0%. You decide to pay $000 a year to pay off the loan. Write the amount of money you still owe, M, as a function of time. Are your payments large enough that you will eventually completely pay off the loan, and if so when will you finish paying off the loan? Answer the same questions if you had paid $000 per year, or $5000 per year. We know we can apply the following: dm = In Out. The money dt IN is the money being added to your debt by the interest. The money Out is the money being taken out of the debt by your payments. We then have the separable and linear differentiale equation: dm dt = 0 M 000 m dm dt m 0 M = 000m To use the product rule: dm dt = m 0 dm m = dt 0 ln m = t + C choose C=0 0 m = e t/0 Using the product rule d[mm] = 000m dt d[e t/0 M] = 000e t/0 dt e t/0 M = 0000e t/0 + C M = Ce t/0 Using the inital debt 0000 = M(0) = Ce = C Therefore M = e t/0 Will we eventually pay off the debt? and if so when? Both questions

12 can be answered by setting M = 0 and solving for t: 0 = M = e t/0 = e t/0 t = 0 ln() So the answer is yes. For payments of $5000, you will similarly( find ) the answer is yes where M = e t/0 and t = 0 ln. For payments of $000 you find M = 0000 remains constant, so you end up never repaying your debt. 5 4

13 dt (d) Recall Newton s cooling law: = k(t T dt r ) where T r is the temperature of the container and T is the temperature of the object in question. Suppose you put a 00 C cup of soup in the refrigerator, which is set to 0 C. You want to know when the soup will reach 0 C so you can eat it. Suppose you check the soup minute after you put it in the refrigerator and find the temperature is now 50 C. How long do you have to wait from the moment you put the soup in the refrigerator before you can eat the soup? dt = k(t 0) dt dt T = kdt ln T = kt + C T = e kt+c Using initial conditions: 00 = T (0) = e C C = ln(00) 50 = T () = e k+ln(00) = 00e k 3 4 = ek ( 3 k = ln 4) ( ) therefore T = 00e ln 3 ( t 4 3 t = 00 4) ( 3 t 0 = T = 00 4) ) t ( 3 0 = 4 ( ( 3 ln = ln t 0) ( 4) ) ln 0 t = ( ) = ln 3 4 ln 0 ln 3 ln 4 3

14 4) Find the following Taylor polynomials and Taylor Series using the appropriate method. (Recall cosh(x) = ex +e x ) (a) T 3 x = + (ln )(x ) + (ln ) (x ) + (ln )3 6 (x ) 3 (b) (c) (d) sin(x) T x = T x sin(x) = ( + x + x + + x n + o(x n ))(x x3 3! + + ( )n x n+ + o(x n+ )) (n + )! = x x3 3! + + ( )n x n+ + o(x n+ ) (n + )! + x x4 3! + + ( )n x n+ + o(x n+ ) (n + )! + x 3 x5 3! + + ( )n x n+3 + o(x n+3 ) (n + )! + + ( )n x n++n + o(x n++n ) (n + )! = c 0 + c x + c x + + c n x n + o(x n ) Where c n = 3! + + ( )k (k+)! for n = k + and n = k + T 9 3x = T9 ( + u) / for u=-3x ( ) ( ) ( ) ( / / / / = + u + u ( ) ( ) ( / / / = 3 x ) u 9 ) x + + ( 3) 9 ( / 9 T + t t = ( + t )( + t + t 4 + t t n + o(t n )) = + t + t 4 + t t n + o(t n ) t + t 4 + t 6 + t t n + t n+ + o(t n+ ) = + t + t t n + o(t n ) 4 ) x 9

15 (e) T e 9 t = e 9 T e t (f) T 4 cosh(x) = + x + x4 4! = e 9 e 9 t + 4e9 t + + ( )n e 9 t n + o(t n ) n! 5) (a) Find T 3 {x 5 ln( + x)}. What is the maximum possible error, (x 5 ln( + x)) T 3 {x 5 ln( + x)}, over the interval x <? T 3 {x 5 ln( + x)} = T 3 ln( + x) = x x + x 3 only affects the fifth term. because the x5 (x 5 ln( + x)) T 3 {x 5 ln( + x)} = R 3 {x 5 ln( + x)} = f (4) (ξ)x 4 4! = 0ξ 6( + ξ) 4 x 4 4 < 0ξ 6( + ξ) 4 by x < 4 4 We now have to maximize 0ξ 6( + ξ) 4 over ξ <. Critical points are solutions to 0 + 4( + ξ) 5 = 0, i.e. ( + ξ) 5 = /5: solving this equation for ξ, we obtain ξ = ( /5) /5.3, so there s no critical points with ξ <. we just have to check the end points, so we find: ( 0 6( + ) 4 = So it follows that: 5 3) < 60 < 56 6( + ) 4 = 60 6() 4 = = 56 R 3 {x 5 ln( + x)} < 0ξ 6( + ξ) <

16 (b) Estimate 0 ex3 dx Using the first order Taylor Polynomial of e x, and find the maximum error in this estimation. The integral is approximately Now to find the error, noting R e t = eξ t 0 e x3 dx 0 0 T e t = + t T e t = + x 3 + x 3 dx = + 4 = x 3 dx = by e ξ increasing and the Comparison Theorem = = = 3 4 e x3 + x 3 dx R e t dx for t = x 3 e ξ x 6 dx ex 6 dx 6) Determine if the following series converge or diverge. Be sure to justify your answer. (a) cos(n) n! By the comparison theorem we have that cos(n)/n! /n! so that cos(n) n! n! For the ratio test on the latter sum, we see that /(n + )! /n! = n! (n + )! = n + = 0 < 0 3x 6 dx 6

17 Which shows the series converges, and so by the comparison theorem so does the original. n (b) n n= We use the it comparison test to compare this series to n= n, which diverges by the integral test. n /n / n = = = = n n n n n n n (c) (d) So by the it comparison test, the two series behave the same and both diverge. e πn We have that e πn e πn. We also see that e πn = (e π ) n is a geometric series with r = e π <, and so converges. Then by the comparison test so does the series in question. (n + )(n ) (n + ) 3 We do the it comparison test to which diverges by the n+ integral test. (n + )(n )/(n + ) 3 /(n + ) = (n + )(n ) (n + ) n + 3n = n + n + + 3/n /n = + /n + /n = 7

18 So by the it comparison test both series behave the same, and so both diverge. n (e) n We apply the ratio test (n + )/ n+ n + = n/ n n = + n = < Which show the series converges. cos(πn) (f) ln(n) n= We will apply the alternating series test. Notice that cos(nπ) = ( ) n, so we can rewrite our series as n= ( ) n ln(n) We have that > 0 by n >. We also have that ln(n+) > ln(n) ln(n) by being an increasing function, so it follows that <. ln(n+) ln(n) And lastly, we have = 0. This implies the series satisfies ln(n) the conditions of the alternating series test, and so must converge. n(n + )(n + )! (g) n!(n + 3) n= Consider that n(n + )(n + )! n!(n + 3) = n(n + )(n + ) n + 3 n 3 + 3n + n = n + 3 n + 3n + = + 3/n = 0 So by the divergence test, this series diverges. 8

19 (h) n n 3 + sin(n) We will use the it comparison test to compare to the series n= n=, which converges by the integral test. n n/(n 3 + sin(n)) n 3 = /n n 3 + sin(n) = + sin(n) n 3 = (i) Which implies the two series must behave the same, and converge. arctan(n) Notice that arctan(n) = π 0 (j) so by the divergence test, the sum diverges. n! We apply the ratio test / (n + )! / n! which show the series converges. n! = (n + )! = = = 0 < n! (n + )! n + 7) Determine the radius of convergence for the following series (a) ( ) n n! x n 9

20 We apply the ratio test ( ) n+ x n+ /(n + )! ( ) n x n /n! = = 0 < x n + (b) So the series converges for all values of x. The radiua of convergence is infinite. n n + xn n= We apply the ratio test n+ = x (n + ) n(n + ) n+ xn+ n n+ xn n + 4n + 4 = x n + n + 4/n + 4/n = x + /n = x (c) So the series converges for all x < and diverges for x >. The radius of convergence is. As a point of interest, when x = ±, the divergence test implies that the series diverges. n xn 3n We apply the ratio test (n + )x n+ /3 n nx n /3 n = x (n + ) 3n = x 3 + 3n = x 3 So the series converges for all x < 3 and diverges for x > 3. The radius of convergence is 3. As a point of interest, when x = ±3, the divergence test implies that the series diverges. 0

21 x n (d) ln(n) n= We apply the ratio test x n+ / ln(n + ) x n / ln(n) (e) ln(n + ) = x ln(n) /(n + ) = x /n = x n n + = x + /n = x By applying L Hopital s Rule. So the series converges for all x < and diverges for x >. The radius of convergence is. As a point of interest, what happens when x = ±? For x = the series converges by problem 6(f). When x =, consider that ln(n) < n n= diverges by the integral n also diverges by the comparison theorem. so that ln(n) > n. We know that test, so n= ln(n) n(3n ) x n n + We apply the ratio test (n+)(3n+) x n+ n+3 n(3n ) x n+ n (n + )(n + )(3n + ) = x n(n + 3)(3n ) 3n 3 + 6n + n + 4 = x 3n 3 + 8n 3n 3 + 6/n + /n + 4/n 3 = x 3 + 8/n 3/n = x So the series converges for all x < and diverges for x >. The radius of convergence is. As a point of interest, when x = ±, the divergence test implies that the series diverges.

22 (f) n!x n We apply the ratio test (n + )!x n+ n!x n = x (n + ) { 0 x = 0 = x 0 So the series converges for x = 0 and diverges for x > 0. The radius of convergence is 0.

Exam 4 SCORE. MA 114 Exam 4 Spring Section and/or TA:

Exam 4 SCORE. MA 114 Exam 4 Spring Section and/or TA: Exam 4 Name: Section and/or TA: Last Four Digits of Student ID: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test. No books or notes may

More information

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

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

More information

Will Murray s Differential Equations, IV. Applications, modeling, and word problems1

Will Murray s Differential Equations, IV. Applications, modeling, and word problems1 Will Murray s Differential Equations, IV. Applications, modeling, and word problems1 IV. Applications, modeling, and word problems Lesson Overview Mixing: Smoke flows into the room; evenly mixed air flows

More information

Math 1310 Final Exam

Math 1310 Final Exam Math 1310 Final Exam December 11, 2014 NAME: INSTRUCTOR: Write neatly and show all your work in the space provided below each question. You may use the back of the exam pages if you need additional space

More information

Study # 1 11, 15, 19

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

More information

Friday 09/15/2017 Midterm I 50 minutes

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

More information

Mathematics 134 Calculus 2 With Fundamentals Exam 4 Solutions for Review Sheet Sample Problems April 26, 2018

Mathematics 134 Calculus 2 With Fundamentals Exam 4 Solutions for Review Sheet Sample Problems April 26, 2018 Mathematics 3 Calculus 2 With Fundamentals Exam Solutions for Review Sheet Sample Problems April 26, 28 Sample problems Note: The actual exam will be considerably shorter than the following list of questions

More information

Math 132 Exam 3 Fall 2016

Math 132 Exam 3 Fall 2016 Math 3 Exam 3 Fall 06 multiple choice questions worth points each. hand graded questions worth and 3 points each. Exam covers sections.-.6: Sequences, Series, Integral, Comparison, Alternating, Absolute

More information

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS 130 LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS: A differential equation (DE) is an equation involving an unknown function and one or more of its derivatives. A differential

More information

Math 125 Final Examination Spring 2015

Math 125 Final Examination Spring 2015 Math 125 Final Examination Spring 2015 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam is closed book. You may use one 8.5 11 sheet of handwritten notes (both sides

More information

Final Exam Review Quesitons

Final Exam Review Quesitons Final Exam Review Quesitons. Compute the following integrals. (a) x x 4 (x ) (x + 4) dx. The appropriate partial fraction form is which simplifies to x x 4 (x ) (x + 4) = A x + B (x ) + C x + 4 + Dx x

More information

This practice exam is intended to help you prepare for the final exam for MTH 142 Calculus II.

This practice exam is intended to help you prepare for the final exam for MTH 142 Calculus II. MTH 142 Practice Exam Chapters 9-11 Calculus II With Analytic Geometry Fall 2011 - University of Rhode Island This practice exam is intended to help you prepare for the final exam for MTH 142 Calculus

More information

The Princeton Review AP Calculus BC Practice Test 1

The Princeton Review AP Calculus BC Practice Test 1 8 The Princeton Review AP Calculus BC Practice Test CALCULUS BC SECTION I, Part A Time 55 Minutes Number of questions 8 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION Directions: Solve each

More information

f(f 1 (x)) = x HOMEWORK DAY 2 Due Thursday, August 23rd Online: 6.2a: 1,2,5,7,9,13,15,16,17,20, , # 8,10,12 (graph exponentials) 2.

f(f 1 (x)) = x HOMEWORK DAY 2 Due Thursday, August 23rd Online: 6.2a: 1,2,5,7,9,13,15,16,17,20, , # 8,10,12 (graph exponentials) 2. Math 63: FALL 202 HOMEWORK Below is a list of online problems (go through webassign), and a second set that you need to write up and turn in on the given due date, in class. Each day, you need to work

More information

Homework 2 Solutions Math 307 Summer 17

Homework 2 Solutions Math 307 Summer 17 Homework 2 Solutions Math 307 Summer 17 July 8, 2017 Section 2.3 Problem 4. A tank with capacity of 500 gallons originally contains 200 gallons of water with 100 pounds of salt in solution. Water containing

More information

Math 230 Mock Final Exam Detailed Solution

Math 230 Mock Final Exam Detailed Solution Name: Math 30 Mock Final Exam Detailed Solution Disclaimer: This mock exam is for practice purposes only. No graphing calulators TI-89 is allowed on this test. Be sure that all of your work is shown and

More information

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation.

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation. Exam 1 Review: Questions and Answers Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e x is a solution of y y 30y = 0. Answer: r = 6, 5 2. Find the

More information

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

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

More information

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

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

More information

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

MTH 133 Solutions to Exam 2 April 19, Without fully opening the exam, check that you have pages 1 through 12. MTH 33 Solutions to Exam 2 April 9, 207 Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through

More information

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

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

More information

Multiple Choice. (c) 1 (d)

Multiple Choice. (c) 1 (d) Multiple Choice.(5 pts.) Find the sum of the geometric series n=0 ( ) n. (c) (d).(5 pts.) Find the 5 th Maclaurin polynomial for the function f(x) = sin x. (Recall that Maclaurin polynomial is another

More information

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions Spring 5, MA 5, Calculus II, Final Exam Preview Solutions I will put the following formulas on the front of the final exam, to speed up certain problems. You do not need to put them on your index card,

More information

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

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

More information

MATH 1207 R02 FINAL SOLUTION

MATH 1207 R02 FINAL SOLUTION MATH 7 R FINAL SOLUTION SPRING 6 - MOON Write your answer neatly and show steps. Except calculators, any electronic devices including laptops and cell phones are not allowed. () Let f(x) = x cos x. (a)

More information

MATH 104 Practice Problems for Exam 2

MATH 104 Practice Problems for Exam 2 . Find the area between: MATH 4 Practice Problems for Exam (a) x =, y = / + x, y = x/ Answer: ln( + ) 4 (b) y = e x, y = xe x, x = Answer: e6 4 7 4 (c) y = x and the x axis, for x 4. x Answer: ln 5. Calculate

More information

Solutions to Math 1b Midterm II

Solutions to Math 1b Midterm II Solutions to Math b Midterm II Tuesday, pril 8, 006. (6 points) Suppose that the power series a n(x + ) n converges if x = 7 and diverges if x = 7. ecide which of the following series must converge, must

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

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

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

More information

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

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

More information

Applications of First Order Differential Equation

Applications of First Order Differential Equation Dr Mansoor Alshehri King Saud University MATH204-Differential Equations Center of Excellence in Learning and Teaching 1 / 39 Orthogonal Trajectories How to Find Orthogonal Trajectories Growth and Decay

More information

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

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

More information

Mathematics 132 Calculus for Physical and Life Sciences 2 Exam 3 Review Sheet April 15, 2008

Mathematics 132 Calculus for Physical and Life Sciences 2 Exam 3 Review Sheet April 15, 2008 Mathematics 32 Calculus for Physical and Life Sciences 2 Eam 3 Review Sheet April 5, 2008 Sample Eam Questions - Solutions This list is much longer than the actual eam will be (to give you some idea of

More information

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

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

More information

Math 113 (Calculus 2) Exam 4

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

More information

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 1. Use the slope field plotter link in Gauchospace to check your solution. 2. (a) Not linear because of the y 2 sin x term (b) Not linear

More information

Practice problems from old exams for math 132 William H. Meeks III

Practice problems from old exams for math 132 William H. Meeks III Practice problems from old exams for math 32 William H. Meeks III Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These practice tests are

More information

Name: Math 1120, Final. December 12, Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION

Name: Math 1120, Final. December 12, Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION Math 1120, Final December 12, 2017 Name: Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION Ian Lizarraga MWF 8:00 8:50 Ian Lizarraga MWF 9:05 9:55 Swee Hong Chan MWF 12:20 1:10 Teddy Einstein MWF

More information

MATH 101: PRACTICE MIDTERM 2

MATH 101: PRACTICE MIDTERM 2 MATH : PRACTICE MIDTERM INSTRUCTOR: PROF. DRAGOS GHIOCA March 7, Duration of examination: 7 minutes This examination includes pages and 6 questions. You are responsible for ensuring that your copy of the

More information

n=1 ( 2 3 )n (a n ) converges by direct comparison to

n=1 ( 2 3 )n (a n ) converges by direct comparison to . (a) n = a n converges, so we know that a n =. Therefore, for n large enough we know that a n

More information

Math 116 Final Exam April 21, 2016

Math 116 Final Exam April 21, 2016 Math 6 Final Exam April 2, 206 UMID: Instructor: Initials: Section:. Do not open this exam until you are told to do so. 2. Do not write your name anywhere on this exam. 3. This exam has 4 pages including

More information

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

Without fully opening the exam, check that you have pages 1 through 12. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through 2. Show all your work on the standard response

More information

Math 2233 Homework Set 7

Math 2233 Homework Set 7 Math 33 Homework Set 7 1. Find the general solution to the following differential equations. If initial conditions are specified, also determine the solution satisfying those initial conditions. a y 4

More information

Name: ANSWER KEY Math 155B Test 3, Thurs 3 Nov 2011, 4 pages, 50 points, 75 minutes.

Name: ANSWER KEY Math 155B Test 3, Thurs 3 Nov 2011, 4 pages, 50 points, 75 minutes. Name: ANSWER KEY Math 55B Test 3, Thurs 3 Nov 20, 4 pages, 50 points, 75 minutes. Class results Median score, 34/50 = 68% Mean score, 34.06/50 = 68.2% High score, 50/50 ( person) Note: In this answer key,

More information

MATH 1372, SECTION 33, MIDTERM 3 REVIEW ANSWERS

MATH 1372, SECTION 33, MIDTERM 3 REVIEW ANSWERS MATH 1372, SECTION 33, MIDTERM 3 REVIEW ANSWERS 1. We have one theorem whose conclusion says an alternating series converges. We have another theorem whose conclusion says an alternating series diverges.

More information

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

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

More information

Math 162 Review of Series

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

More information

Taylor and Maclaurin Series

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

More information

Series. Xinyu Liu. April 26, Purdue University

Series. Xinyu Liu. April 26, Purdue University Series Xinyu Liu Purdue University April 26, 2018 Convergence of Series i=0 What is the first step to determine the convergence of a series? a n 2 of 21 Convergence of Series i=0 What is the first step

More information

Virginia Tech Math 1226 : Past CTE problems

Virginia Tech Math 1226 : Past CTE problems Virginia Tech Math 16 : Past CTE problems 1. It requires 1 in-pounds of work to stretch a spring from its natural length of 1 in to a length of 1 in. How much additional work (in inch-pounds) is done in

More information

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued)

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Prove this Result How Can a Derivative Not Exist? Remember that the derivative at a point (or slope of a tangent line) is a LIMIT, so it doesn t exist whenever

More information

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

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

More information

Math 106: Review for Final Exam, Part II - SOLUTIONS. (x x 0 ) 2 = !

Math 106: Review for Final Exam, Part II - SOLUTIONS. (x x 0 ) 2 = ! Math 06: Review for Final Exam, Part II - SOLUTIONS. Use a second-degree Taylor polynomial to estimate 8. We choose f(x) x and x 0 7 because 7 is the perfect cube closest to 8. f(x) x /3 f(7) 3 f (x) 3

More information

Fall 2016, MA 252, Calculus II, Final Exam Preview Solutions

Fall 2016, MA 252, Calculus II, Final Exam Preview Solutions Fall 6, MA 5, Calculus II, Final Exam Preview Solutions I will put the following formulas on the front of the final exam, to speed up certain problems. You do not need to put them on your index card, and

More information

Test 2 Version B. On my honor, I have neither given nor received inappropriate or unauthorized information at any time before or during this test.

Test 2 Version B. On my honor, I have neither given nor received inappropriate or unauthorized information at any time before or during this test. Student s Printed Name: Instructor: CUID: Section: Instructions: You are not permitted to use a calculator on any portion of this test. You are not allowed to use any textbook, notes, cell phone, laptop,

More information

Final exam for MATH 1272: Calculus II, Spring 2015

Final exam for MATH 1272: Calculus II, Spring 2015 Final exam for MATH 1272: Calculus II, Spring 2015 Name: ID #: Signature: Section Number: Teaching Assistant: General Instructions: Please don t turn over this page until you are directed to begin. There

More information

Section 11.1: Sequences

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

More information

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent.

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. Chapter 1 Introduction These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. 1.1 Definitions and Terminology 1.1.1 Background and Definitions The words "differential

More information

Solutions to Section 1.1

Solutions to Section 1.1 Solutions to Section True-False Review: FALSE A derivative must involve some derivative of the function y f(x), not necessarily the first derivative TRUE The initial conditions accompanying a differential

More information

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012 Polytechnic Institute of NYU MA Final Practice Answers Fall Studying from past or sample exams is NOT recommended. If you do, it should be only AFTER you know how to do all of the homework and worksheet

More information

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40 Math 307O: Introduction to Differential Equations Name: October 24, 204 ID Number: Fall 204 Midterm I Number Total Points Points Obtained 0 2 0 3 0 4 0 Total 40 Instructions.. Show all your work and box

More information

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

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

More information

Assignment 11 Assigned Mon Sept 27

Assignment 11 Assigned Mon Sept 27 Assignment Assigned Mon Sept 7 Section 7., Problem 4. x sin x dx = x cos x + x cos x dx ( = x cos x + x sin x ) sin x dx u = x dv = sin x dx du = x dx v = cos x u = x dv = cos x dx du = dx v = sin x =

More information

Midterm Exam I for Math 110, Spring Solutions

Midterm Exam I for Math 110, Spring Solutions Name: Midterm Exam I for Math 110, Spring 2015 Solutions Problem Points Score 1 12 2 12 3 12 4 12 5 12 6 12 7 12 8 12 9 12 10 12 Total 120 You have ninety minutes for this exam. Please show ALL your work

More information

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1.

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1. 10.1 Sequences Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1 Examples: EX1: Find a formula for the general term a n of the sequence,

More information

Math 115 HW #5 Solutions

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

More information

This exam contains 13 pages (including this cover page) and 10 questions. A Formulae sheet is provided with the exam.

This exam contains 13 pages (including this cover page) and 10 questions. A Formulae sheet is provided with the exam. Probability and Statistics FS 2017 Session Exam 22.08.2017 Time Limit: 180 Minutes Name: Student ID: This exam contains 13 pages (including this cover page) and 10 questions. A Formulae sheet is provided

More information

The Princeton Review AP Calculus BC Practice Test 2

The Princeton Review AP Calculus BC Practice Test 2 0 The Princeton Review AP Calculus BC Practice Test CALCULUS BC SECTION I, Part A Time 55 Minutes Number of questions 8 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION Directions: Solve each

More information

Math Final Exam Review

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

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source of preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Math 116 Final Exam. December 17, 2007

Math 116 Final Exam. December 17, 2007 Math 6 Final Exam December 7, 27 Name: Exam Solutions Instructor: Section:. Do not open this exam until you are told to do so. 2. This exam has pages including this cover. There are problems. Note that

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: This is an isocline associated with a slope

More information

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

AP Calculus Testbank (Chapter 6) (Mr. Surowski) AP Calculus Testbank (Chapter 6) (Mr. Surowski) Part I. Multiple-Choice Questions 1. Suppose that f is an odd differentiable function. Then (A) f(1); (B) f (1) (C) f(1) f( 1) (D) 0 (E). 1 1 xf (x) =. The

More information

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

Without fully opening the exam, check that you have pages 1 through 12. MTH 33 Exam 2 November 4th, 208 Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through 2. Show

More information

Grade: The remainder of this page has been left blank for your workings. VERSION D. Midterm D: Page 1 of 12

Grade: The remainder of this page has been left blank for your workings. VERSION D. Midterm D: Page 1 of 12 First Name: Student-No: Last Name: Section: Grade: The remainder of this page has been left blank for your workings. Midterm D: Page of 2 Indefinite Integrals. 9 marks Each part is worth marks. Please

More information

Integration, Separation of Variables

Integration, Separation of Variables Week #1 : Integration, Separation of Variables Goals: Introduce differential equations. Review integration techniques. Solve first-order DEs using separation of variables. 1 Sources of Differential Equations

More information

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

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

More information

Section 5.8. Taylor Series

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

More information

5.9 Representations of Functions as a Power Series

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

More information

Math 132 Exam 3 Fall 2016

Math 132 Exam 3 Fall 2016 Math 3 Exam 3 Fall 06 multiple choice questions worth points each. hand graded questions worth and 3 points each. Exam covers sections.-.6: Sequences, Series, Integral, Comparison, Alternating, Absolute

More information

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 3A: - First order ODEs. Created and compiled by Chris Tisdell S1: What is an ODE? S2: Motivation S3: Types and orders

More information

MA162 EXAM III SPRING 2017 APRIL 11, 2017 TEST NUMBER 01 INSTRUCTIONS:

MA162 EXAM III SPRING 2017 APRIL 11, 2017 TEST NUMBER 01 INSTRUCTIONS: MA62 EXAM III SPRING 207 APRIL, 207 TEST NUMBER 0 INSTRUCTIONS:. Do not open the exam booklet until you are instructed to do so. 2. Before you open the booklet fill in the information below and use a #

More information

Math 113/113H Winter 2006 Departmental Final Exam

Math 113/113H Winter 2006 Departmental Final Exam Name KEY Instructor Section No. Student Number Math 3/3H Winter 26 Departmental Final Exam Instructions: The time limit is 3 hours. Problems -6 short-answer questions, each worth 2 points. Problems 7 through

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

More information

Exam 3 MATH Calculus I

Exam 3 MATH Calculus I Trinity College December 03, 2015 MATH 131-01 Calculus I By signing below, you attest that you have neither given nor received help of any kind on this exam. Signature: Printed Name: Instructions: Show

More information

Math Exam II Review

Math Exam II Review Math 114 - Exam II Review Peter A. Perry University of Kentucky March 6, 2017 Bill of Fare 1. It s All About Series 2. Convergence Tests I 3. Convergence Tests II 4. The Gold Standards (Geometric Series)

More information

3. Identify and find the general solution of each of the following first order differential equations.

3. Identify and find the general solution of each of the following first order differential equations. Final Exam MATH 33, Sample Questions. Fall 6. y = Cx 3 3 is the general solution of a differential equation. Find the equation. Answer: y = 3y + 9 xy. y = C x + C is the general solution of a differential

More information

(a) x cos 3x dx We apply integration by parts. Take u = x, so that dv = cos 3x dx, v = 1 sin 3x, du = dx. Thus

(a) x cos 3x dx We apply integration by parts. Take u = x, so that dv = cos 3x dx, v = 1 sin 3x, du = dx. Thus Math 128 Midterm Examination 2 October 21, 28 Name 6 problems, 112 (oops) points. Instructions: Show all work partial credit will be given, and Answers without work are worth credit without points. You

More information

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

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

More information

Math 112 (Calculus I) Midterm Exam 3 KEY

Math 112 (Calculus I) Midterm Exam 3 KEY Math 11 (Calculus I) Midterm Exam KEY Multiple Choice. Fill in the answer to each problem on your computer scored answer sheet. Make sure your name, section and instructor are on that sheet. 1. Which of

More information

Calculus II Practice Test Questions for Chapter , 9.6, Page 1 of 9

Calculus II Practice Test Questions for Chapter , 9.6, Page 1 of 9 Calculus II Practice Test Questions for Chapter 9.1 9.4, 9.6, 10.1 10.4 Page 1 of 9 This is in no way an inclusive set of problems there can be other types of problems on the actual test. To prepare for

More information

3.4 Introduction to power series

3.4 Introduction to power series 3.4 Introduction to power series Definition 3.4.. A polynomial in the variable x is an expression of the form n a i x i = a 0 + a x + a 2 x 2 + + a n x n + a n x n i=0 or a n x n + a n x n + + a 2 x 2

More information

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

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

More information

MATH 163 HOMEWORK Week 13, due Monday April 26 TOPICS. c n (x a) n then c n = f(n) (a) n!

MATH 163 HOMEWORK Week 13, due Monday April 26 TOPICS. c n (x a) n then c n = f(n) (a) n! MATH 63 HOMEWORK Week 3, due Monday April 6 TOPICS 4. Taylor series Reading:.0, pages 770-77 Taylor series. If a function f(x) has a power series representation f(x) = c n (x a) n then c n = f(n) (a) ()

More information

Infinite series, improper integrals, and Taylor series

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

More information

Leamy Maths Community

Leamy Maths Community Leaving Certificate Examination, 213 Sample paper prepared by Mathematics Project Maths - Phase 2 Paper 1 Higher Level Saturday 18 May Paper written by J.P.F. Charpin and S. King 3 marks http://www.leamymaths.com/

More information

Test 2 - Answer Key Version A

Test 2 - Answer Key Version A MATH 8 Student s Printed Name: Instructor: CUID: Section: Fall 27 8., 8.2,. -.4 Instructions: You are not permitted to use a calculator on any portion of this test. You are not allowed to use any textbook,

More information

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

Without fully opening the exam, check that you have pages 1 through 12. MTH 33 Exam 2 April th, 208 Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through 2. Show all

More information

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

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

More information

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

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

More information