f(x) g(x) = [f (x)g(x) dx + f(x)g (x)dx

Size: px
Start display at page:

Download "f(x) g(x) = [f (x)g(x) dx + f(x)g (x)dx"

Transcription

1 Chapter 7 is concerned with all the integrals that can t be evaluated with simple antidifferentiation. Chart of Integrals on Page Integration by Parts Like with the Chain Rule substitutions with u and du, we re going to look at integration by considering derivatives. Let s look at the Product Rule: d dx [f(x)g(x)] = f (x)g(x) + f(x)g (x) d dx [f(x)g(x)]dx = (f (x)g(x) + f(x)g (x)) dx f(x) g(x) = [f (x)g(x) dx + f(x)g (x)dx f(x)g (x)dx = f(x)g(x) - [f (x)g(x) dx or Integration by Parts: u dv = uv v du Ex: Find x cos x dx Let u = x du = dx dv = cos x dx v = sin x x cox x dx = x sin x - sin x dx = x sin x + cos x + C

2 How can we check our answer? In general, we want to choose the expression that will simplify when differentiated to be u. Ex: Find ln x dx Let: u = ln x du = 1 x dv = dx v = x Sometimes you have to use the technique more than once. Ex: Find t 2 e t dt

3 Sometimes it s not obvious that you re making any headway. Ex: Find e x sin x dx (Hint: Use Integration by Parts twice, and then fold the equation.)

4 Ex: What is a Reduction Formula? Ex: (lnx) n dx = x(lnx) n n (lnx) n 1 dx

5 7.2 Trigonometric Integrals First, some review: Trigonometricpalooza cos 2 x = 1 sin 2 x sin 2 x = 1 cos 2 x cos 2 x = ½ (1 + cos 2x) sin 2 x = ½ (1 - cos 2x) sin A cos B = ½ [sin (A-B) + sin(a+b)] sin A sin B = ½ [cos (A-B) - cos(a+b)] cos A cos B = ½ [cos (A-B) + cos(a+b)] d dx d dx sinx = cosx cosx = sinx d dx tanx = sec2 x d dx secx = secx tanx tanx dx = ln sec x + C secx dx = ln sec x + tanx + C

6 Ex: Find sinx cosx dx Ex: Find sin 2 x cosx dx

7 Ex: Find cos 3 x dx Ex: Find cos 3 x sin 2 x dx

8

9 Ex: Find cos 2 x dx (Hint: Use the half-angle formula cos 2 x = ½ (1 + cos 2x) )

10 Ex: Find tan 3 x dx (Hint: Use tan 2 x = sec 2 x 1, plus the fact that tanxdx = ln sec x + C ) Ex: Evaluate sin4x cos 5x dx (Hint: Use one of the product rules: sin A cos B = ½[sin(A-B) + sin (A+B)]

11 7.3 Trigonometric Substitution (Note: Triangles are optional. Use them if they help, but skip them if they don t.) Ex: Find 9 x 2 x dx

12 Ex: Find 9 x 2 dx Oh no! We can t use a substitution to solve this. In our desperation, we try something ridiculous: Let x = 3 sin θ ( π θ π ) 2 2 then dx = and 9 x 2 = So the integral becomes 9 x 2 dx = 9 9sin 2 θ 3 cosθ dθ = 9cos 2 θ 3 cosθ dθ = 3 cos θ 3 cosθ dθ = 9 cos 2 θ dθ = 9 1 ( 1 + cos 2θ) dθ 2 = 9 2 [ θ + ½ sin 2θ] + C

13 = 9 [θ + ½ * 2 sin θ cos θ ] + C 2 Note that x = 3 sin θ, so sin θ = x 3 so θ = arcsin x 3 and cos θ = 1 sin 2 θ = 1 x2 9 = 9 2 [ arcsin x 3 + x 9 9 x2 ] + C = 9 2 arcsin x x 9 x2 + C But are we allowed to do this? Yes, as long as we limit θ so that x = 3 sin θ is one-to-one. This is called an inverse substitution.

14 7.4 Integration of Rational Functions by Partial Fractions This section deals with integrals of rational expressions. The first type we ll look at are those of the form R(x) = P(x)/Q(x) where deg (P) > deg (Q) (improper fraction) Ex: Find 3t 2 t+1 dt Our first step is to divide the expression, using techniques from Math 90.

15 So, 3t 2 5 dt = [3 ]dt t+1 t+1 = 3t 5 ln t+1 + C

16 The second type of rational equation is one in which the denominator can be completely factored: Ex: Find x2 + 2x 1 2x 3 + 3x 2 2x dx First, check to make sure that it s not improper. Then, try factoring the denominator: Next, write the rational expression as a sum of simpler fractions: x 2 + 2x 1 2x 3 + 3x 2 2x = A x + B + C 2x 1 x+2 The idea is to simplify the problem so that the integrations will be easier, but finding A, B and C is going to take some work.

17

18 One way to find A, B and C is to clear fractions in this equation: x 2 + 2x 1 2x 3 + 3x 2 2x = A x + B 2x 1 + C x+2

19 The result is called the Partial Fraction Decomposition We then integrate each piece:

20 Ex: Find x4 2x 2 +4x+1 dx x 3 x 2 x+1 First, divide, since the degree on top is greater than on the bottom: Next, factor the denominator: We notice that the linear factor (x-1) appears twice, which means that we ll have the partial fraction decomposition: 4x = A + (x 1) 2 (x+1) (x 1) B (x 1) 2 + C (x+1)

21 Find A, B and C:

22 and then integrate:

23

24 7.5 Strategy for Integration Four-Step Strategy for Tricky Integrals: 1) Simplify the integrand, if possible, by multiplying out, or rewriting formulas: Ex: x(1 x + x) dx Ex: tanθ sec 2 θ dθ

25

26 2) Use a u substitution Ex: x 1 x 2 dx Ex: sin(4x) dx

27

28 3) Consult one of the Four Horsemen of the Calcupocalypse a) Trigonometric Functions from 7.2 b) Rational Expression/Partial Fraction Decomposition 7.4 c) Integration by Parts 7.1 d) Radicals 7.3 (if they aren t easily dealt with using a u substitution) 4) The book helpfully suggests you try again at this point. Ex: Find e x dx There s a cool trick to this one let u = x Then u 2 = x, so 2u du = dx so the integral becomes e u 2u du = 2 e u u du which we can integrate by parts:

29 7.6 Integration Using Tables and Computer Algebra Systems This section has been somewhat obviated by the appearance of online integral calculators that even show their steps, but here is the procedure anyway: Ex: Use the Table of Integrals to find x2 5 4x 2 dx (See Reference Pages 6 10, at the back of the book.) On Reference Page 7, #34 reads u2 du a 2 u 2 = u 2 a2 u 2 + a2 2 sin 1 u a + C How do we use this formula in our case? u = 2x du = a 2 =

30 7.7 Approximate Integration Sometimes the exact value of an integral cannot be calculated, either because the antiderivative is difficult or impossible to find, or because a function is defined by data points and lacks a formula. As long as we can evaluate f(x) at various values of x on the interval [a, b], we can use Riemann sums to approximate b f(x)dx a Midpoint Rule You might recall from before that we looked at left endpoint approximations and right endpoint approximations, and then discussed the fact that using the midpoints in each subinterval seemed to give us the best results:

31 The Midpoint Rule b f(x)dx a Mn = x [f(x ) 1 + f(x ) f(x ) n where x = b a n and x i = ½ (xi 1 + xi) = midpoint of [ xi-1, xi] If f (x) K for a x b, then the error, EM, in using the

32 Midpoint Rule can be calculated as: EM K(b a)3 24n 2 Ex: Use the Midpoint Rule with n=5 to approximate dx x 2 (Note: 1 dx = ln 2 - ln 1 = ln 2 1 x = ) n = 5 x = = 0.2 Intervals are: [1, 1.2], [1.2, 1.4], [1.4, 1.6], [1.6, 1.8] and [1.8, 2] Midpoints are: 1.1, 1.3, 1.5, 1.7, 1.9

33 Estimate = 0.2 ( ) What s the actual error in using the Midpoint Rule in this case? Error What is the predicted upper bound on the error? f(x) = 1 x = x-1 f (x) = - x -2 f (x) = 2 x -3 on [1, 2], f (x) 2 (1) -3 = 2 EM 2 (2 1)3 = 2 = (5) The Trapezoidal Rule Another way to estimate integrals is to average the values obtained by looking at the left and right endpoints of each interval.

34 The Trapezoidal Rule b f(x)dx a Tn = x 2 [f (x 0 ) + 2f(x 1 ) + 2f(x 2 ) + +2f(x n 1 ) + f(x n ) where x = b a n and xi = a + i x If f (x) K for a x b, then the error, ET, in using the Trapezoidal Rule can be calculated as: ET K(b a)3 12n 2 Ex: How large should we take n in order to guarantee that the Trapezoidal Rule 2 approximation for dx is accurate to 1 x

35 within ? Remember that, from above, we calculated that f (x) < 2 on [1, 2].

36 Simpson s Rule The third technique for approximating integrals comes from the idea of using parabolas, instead of lines, to approximate the function values. (See page 512 for the derivation.) The formula is as follows: Simpson s Rule b f(x)dx a Sn = x 3 [f (x 0 ) + 4f(x 1 ) + 2f(x 2 ) + 4f(x 3 ) +2f(x n 2 ) + 4f(x n 1 ) + f(x n ) where x = b a n If f (4) (x) K for a x b, then the error, ES, in using Simpson s Rule can be calculated as: ES K(b a)5 180n 4

37 2 Ex: Use Simpson s Rule with n = 10 to approximate dx n = 10 x = b a n = 1 10 = 0.1 S (f(1) + 4f(1.1) + 2f(1.2) + 4f(1.3) + + 2f(1.8) + 4f(1.9) + f(2)) 1 x

38 4.4 Indeterminate Forms and L Hospital s Rule Ex: Calculate lim ex x x 2 Argh. Since lim e x = and lim x 2 =, x x this is called an indeterminate form of type. Normally, we d try to divide by x or look at the graph, since we weren t able to evaluate this limit until now. *Cue Exciting Music * L Hospital s Rule Suppose f and g are differentiable and g (x) 0 on an open interval l that contains a (except possibly at a.) Suppose that or that lim f(x) = 0 and lim g(x) = 0 x a x a lim f(x) = ± and lim g(x) = ± x a x a (In other words, we have an indeterminate form of type 0 0 or.) Then lim x a f(x) g(x) = lim x a f (x) g (x) if the limit on the right side exists (or is or. )

39 So lim = lim x 2 x e x x e x 2x = lim x e x 2 = Ex: Find lim x 1 ln x x 1

40 Big Warning L Hopital doesn t always work: lim x π sin x 1 cos x =? L Hopital would suggest this: BUT, while sin π = 0, 1 cos π = 1 (-1) = 2, so the limit equals 0 2 = 0, not 0 0, so you can t use L Hopital. Ex: lim xln x x 0 + (Hint: x ln x = ln x 1 x )

41 7.8 Improper Integrals There are two different categories of integrals which are considered improper. Type 1 are integrals where one or both limits are infinite. Ex: dx 1 x 2 The only way to evaluate this integral is to use a limit: dx 1 x 2 t dx t 1 x 2 = lim = lim[ 1 ]t t x 1 = lim[ 1 + 1] t t = lim t [1 1 t ] = 1

42 Ex: = lim dx 1 x t dx t 1 x = lim t [ln x] t 1 = lim t [ln t ln 1] = lim t [ln t] = So, what happened? Why did one converge and the other diverge? In the case of y = 1/x, the values simply don t get small enough fast enough for the area to converge. 1 1 x p dx is convergent if p>1 and divergent if p<1

43

44 Ex: x 3 e x4 dx In order to evaluate this integral, we need to pick some value c to break this integral into two pieces. We can pick any value, so let s pick c = 0. x 3 0 x 3 = lim e x4 0 dx = x 3 e x4 dx = lim [ e x4 t 4 ] 0 t 0 t t x3 = lim [ 1 1 ] = 1-0 t 4 4e t4 4 x 3 0 e x4 dx + x 3 0 e x4 dx e x4 dx = lim x 3 e x4 dx t 0 t e x4 dx = lim [ e x4 t 4 ] t 0 = lim t [ 1 4e t4 1 4 ] = 1 4 x 3 e x4 dx = = 0 Type 2 are integrals where the functions are discontinuous on the interval [a, b].

45

46 Ex: Evaluate 3 dx 0 x 1 Why is this integral improper? 1/(x-1) is discontinuous at x = 1. 3 dx 0 x 1 1 dx 0 x 1 = lim 1 = dx 0 = lim t dx t 1 0 x 1 x dx 1 t dx t 1 0 x 1 x 1 = lim t 1 ln x 1 t 0 = lim ln t 1 - ln -1 t 1 = - (It diverges) 1 Ex: Evaluate ln x dx 0 Why is this integral improper? y = ln x has a vertical asymptote at x = 0, so it s discontinuous at x = 0. 1 ln x dx 0 = lim t t lnx dx Integrate by parts: u = ln x dv = dx du = dx x v = x lim t 0 1 t + lnx dx = lim t 0 + [ xlnx 1 t dx ] = lim [1 ln1 t ln t (1 t )] t 0 +

47 = lim [ t ln t + t 1] t 0 + lim [ t ln t] =? Use L Hospital s Rule: t 0 + -t ln t = lnt 1 t lim t 0 + lnt 1 t = lim t t 1 t 2 = lim t 0 + ( t) = 0 So, 1 ln x dx 0 = lim [1 ln1 t ln t (1 t )] = = -1 t 0 + Comparison Theorem Suppose that f and g are continuous functions with f(x) > g(x) > 0 for x > a. a) If f(x)dx a b) If g(x)dx a is convergent, then is divergent, then a a g(x)dx is convergent. f(x)dx is divergent. Ex: Does 1+e x 1 x dx converge or diverge? Since e x > 0, 1+e x > 1 x x and 1 1 x dx diverges because of the p rule, So

48 1+e x 1 x dx diverges.

Chapter 7: Techniques of Integration

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

More information

DRAFT - Math 102 Lecture Note - Dr. Said Algarni

DRAFT - Math 102 Lecture Note - Dr. Said Algarni Math02 - Term72 - Guides and Exercises - DRAFT 7 Techniques of Integration A summery for the most important integrals that we have learned so far: 7. Integration by Parts The Product Rule states that if

More information

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

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

More information

Math 106: Review for Exam II - SOLUTIONS

Math 106: Review for Exam II - SOLUTIONS Math 6: Review for Exam II - SOLUTIONS INTEGRATION TIPS Substitution: usually let u a function that s inside another function, especially if du (possibly off by a multiplying constant) is also present

More information

Calculus II Practice Test Problems for Chapter 7 Page 1 of 6

Calculus II Practice Test Problems for Chapter 7 Page 1 of 6 Calculus II Practice Test Problems for Chapter 7 Page of 6 This is a set of practice test problems for Chapter 7. This is in no way an inclusive set of problems there can be other types of problems on

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

Rulelpatternl. Justification. Method. .sk/n+xtosxtstnx-to. Formula. Xswxtasxtc ) [$(&)( & ] = f (x)g(x) + f(x)g (x)

Rulelpatternl. Justification. Method. .sk/n+xtosxtstnx-to. Formula. Xswxtasxtc ) [$(&)( & ] = f (x)g(x) + f(x)g (x) Chapter 7 is concerned with all the integrals that can t be evaluated with simple antidifferentiation Chart of Integrals on Page 463 71 Integration by Parts Like with the Chain Rule substitutions with

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 2/03/20 Bormashenko MATH 408N PRACTICE FINAL Show your work for all the problems. Good luck! () Let f(x) = ex e x. (a) [5 pts] State the domain and range of f(x). Name: TA session: Since e x is defined

More information

MATH 2300 review problems for Exam 1 ANSWERS

MATH 2300 review problems for Exam 1 ANSWERS MATH review problems for Exam ANSWERS. Evaluate the integral sin x cos x dx in each of the following ways: This one is self-explanatory; we leave it to you. (a) Integrate by parts, with u = sin x and dv

More information

Integration by Parts

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

More information

Methods of Integration

Methods of Integration Methods of Integration Professor D. Olles January 8, 04 Substitution The derivative of a composition of functions can be found using the chain rule form d dx [f (g(x))] f (g(x)) g (x) Rewriting the derivative

More information

Math 181, Exam 2, Fall 2014 Problem 1 Solution. sin 3 (x) cos(x) dx.

Math 181, Exam 2, Fall 2014 Problem 1 Solution. sin 3 (x) cos(x) dx. Math 8, Eam 2, Fall 24 Problem Solution. Integrals, Part I (Trigonometric integrals: 6 points). Evaluate the integral: sin 3 () cos() d. Solution: We begin by rewriting sin 3 () as Then, after using the

More information

Assignment 13 Assigned Mon Oct 4

Assignment 13 Assigned Mon Oct 4 Assignment 3 Assigned Mon Oct 4 We refer to the integral table in the back of the book. Section 7.5, Problem 3. I don t see this one in the table in the back of the book! But it s a very easy substitution

More information

Math 106: Review for Exam II - SOLUTIONS

Math 106: Review for Exam II - SOLUTIONS Math 6: Review for Exam II - SOLUTIONS INTEGRATION TIPS Substitution: usually let u a function that s inside another function, especially if du (possibly off by a multiplying constant) is also present

More information

Solutions to Exam 1, Math Solution. Because f(x) is one-to-one, we know the inverse function exists. Recall that (f 1 ) (a) =

Solutions to Exam 1, Math Solution. Because f(x) is one-to-one, we know the inverse function exists. Recall that (f 1 ) (a) = Solutions to Exam, Math 56 The function f(x) e x + x 3 + x is one-to-one (there is no need to check this) What is (f ) ( + e )? Solution Because f(x) is one-to-one, we know the inverse function exists

More information

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK. Summer Examination 2009.

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK. Summer Examination 2009. OLLSCOIL NA héireann, CORCAIGH THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK Summer Examination 2009 First Engineering MA008 Calculus and Linear Algebra

More information

M152: Calculus II Midterm Exam Review

M152: Calculus II Midterm Exam Review M52: Calculus II Midterm Exam Review Chapter 4. 4.2 : Mean Value Theorem. - Know the statement and idea of Mean Value Theorem. - Know how to find values of c making the theorem true. - Realize the importance

More information

Lesson Objectives: we will learn:

Lesson Objectives: we will learn: Lesson Objectives: Setting the Stage: Lesson 66 Improper Integrals HL Math - Santowski we will learn: How to solve definite integrals where the interval is infinite and where the function has an infinite

More information

Questions from Larson Chapter 4 Topics. 5. Evaluate

Questions from Larson Chapter 4 Topics. 5. Evaluate Math. Questions from Larson Chapter 4 Topics I. Antiderivatives. Evaluate the following integrals. (a) x dx (4x 7) dx (x )(x + x ) dx x. A projectile is launched vertically with an initial velocity of

More information

Math 122 Fall Unit Test 1 Review Problems Set A

Math 122 Fall Unit Test 1 Review Problems Set A Math Fall 8 Unit Test Review Problems Set A We have chosen these problems because we think that they are representative of many of the mathematical concepts that we have studied. There is no guarantee

More information

AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals

AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals 8. Basic Integration Rules In this section we will review various integration strategies. Strategies: I. Separate

More information

Solutions to Math 41 Final Exam December 10, 2012

Solutions to Math 41 Final Exam December 10, 2012 Solutions to Math 4 Final Exam December,. ( points) Find each of the following limits, with justification. If there is an infinite limit, then explain whether it is or. x ln(t + ) dt (a) lim x x (5 points)

More information

Chapter 8: Techniques of Integration

Chapter 8: Techniques of Integration Chapter 8: Techniques of Integration Section 8.1 Integral Tables and Review a. Important Integrals b. Example c. Integral Tables Section 8.2 Integration by Parts a. Formulas for Integration by Parts b.

More information

Rulelpatternl. Justification. Method. .sk/n+xtosxtstnx-to. Formula. Xswxtasxtc ) [$(&)( & ] = f (x)g(x) + f(x)g (x)

Rulelpatternl. Justification. Method. .sk/n+xtosxtstnx-to. Formula. Xswxtasxtc ) [$(&)( & ] = f (x)g(x) + f(x)g (x) Chapter 7 is concerned with all the integrals that can t be evaluated with simple antidifferentiation Chart of Integrals on Page 463 71 Integration by Parts Like with the Chain Rule substitutions with

More information

b n x n + b n 1 x n b 1 x + b 0

b n x n + b n 1 x n b 1 x + b 0 Math Partial Fractions Stewart 7.4 Integrating basic rational functions. For a function f(x), we have examined several algebraic methods for finding its indefinite integral (antiderivative) F (x) = f(x)

More information

1 Introduction; Integration by Parts

1 Introduction; Integration by Parts 1 Introduction; Integration by Parts September 11-1 Traditionally Calculus I covers Differential Calculus and Calculus II covers Integral Calculus. You have already seen the Riemann integral and certain

More information

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Chapter 5: Integrals

Chapter 5: Integrals Chapter 5: Integrals Section 5.3 The Fundamental Theorem of Calculus Sec. 5.3: The Fundamental Theorem of Calculus Fundamental Theorem of Calculus: Sec. 5.3: The Fundamental Theorem of Calculus Fundamental

More information

MATH 31B: MIDTERM 2 REVIEW. sin 2 x = 1 cos(2x) dx = x 2 sin(2x) 4. + C = x 2. dx = x sin(2x) + C = x sin x cos x

MATH 31B: MIDTERM 2 REVIEW. sin 2 x = 1 cos(2x) dx = x 2 sin(2x) 4. + C = x 2. dx = x sin(2x) + C = x sin x cos x MATH 3B: MIDTERM REVIEW JOE HUGHES. Evaluate sin x and cos x. Solution: Recall the identities cos x = + cos(x) Using these formulas gives cos(x) sin x =. Trigonometric Integrals = x sin(x) sin x = cos(x)

More information

MATH 1080 Test 2 -Version A-SOLUTIONS Fall a. (8 pts) Find the exact length of the curve on the given interval.

MATH 1080 Test 2 -Version A-SOLUTIONS Fall a. (8 pts) Find the exact length of the curve on the given interval. MATH 8 Test -Version A-SOLUTIONS Fall 4. Consider the curve defined by y = ln( sec x), x. a. (8 pts) Find the exact length of the curve on the given interval. sec x tan x = = tan x sec x L = + tan x =

More information

Calculus II. George Voutsadakis 1. LSSU Math 152. Lake Superior State University. 1 Mathematics and Computer Science

Calculus II. George Voutsadakis 1. LSSU Math 152. Lake Superior State University. 1 Mathematics and Computer Science Calculus II George Voutsadakis Mathematics and Computer Science Lake Superior State University LSSU Math 52 George Voutsadakis (LSSU) Calculus II February 205 / 88 Outline Techniques of Integration Integration

More information

The answers below are not comprehensive and are meant to indicate the correct way to solve the problem. sin

The answers below are not comprehensive and are meant to indicate the correct way to solve the problem. sin Math : Practice Final Answer Key Name: The answers below are not comprehensive and are meant to indicate the correct way to solve the problem. Problem : Consider the definite integral I = 5 sin ( ) d.

More information

Math 226 Calculus Spring 2016 Exam 2V1

Math 226 Calculus Spring 2016 Exam 2V1 Math 6 Calculus Spring 6 Exam V () (35 Points) Evaluate the following integrals. (a) (7 Points) tan 5 (x) sec 3 (x) dx (b) (8 Points) cos 4 (x) dx Math 6 Calculus Spring 6 Exam V () (Continued) Evaluate

More information

Chapter 5: Integrals

Chapter 5: Integrals Chapter 5: Integrals Section 5.5 The Substitution Rule (u-substitution) Sec. 5.5: The Substitution Rule We know how to find the derivative of any combination of functions Sum rule Difference rule Constant

More information

Math 106 Fall 2014 Exam 2.1 October 31, ln(x) x 3 dx = 1. 2 x 2 ln(x) + = 1 2 x 2 ln(x) + 1. = 1 2 x 2 ln(x) 1 4 x 2 + C

Math 106 Fall 2014 Exam 2.1 October 31, ln(x) x 3 dx = 1. 2 x 2 ln(x) + = 1 2 x 2 ln(x) + 1. = 1 2 x 2 ln(x) 1 4 x 2 + C Math 6 Fall 4 Exam. October 3, 4. The following questions have to do with the integral (a) Evaluate dx. Use integration by parts (x 3 dx = ) ( dx = ) x3 x dx = x x () dx = x + x x dx = x + x 3 dx dx =

More information

Calculus II Practice Test 1 Problems: , 6.5, Page 1 of 10

Calculus II Practice Test 1 Problems: , 6.5, Page 1 of 10 Calculus II Practice Test Problems: 6.-6.3, 6.5, 7.-7.3 Page of This is in no way an inclusive set of problems there can be other types of problems on the actual test. To prepare for the test: review homework,

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

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

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

More information

Topic Subtopics Essential Knowledge (EK)

Topic Subtopics Essential Knowledge (EK) Unit/ Unit 1 Limits [BEAN] 1.1 Limits Graphically Define a limit (y value a function approaches) One sided limits. Easy if it s continuous. Tricky if there s a discontinuity. EK 1.1A1: Given a function,

More information

Prelim 2 Math Please show your reasoning and all your work. This is a 90 minute exam. Calculators are not needed or permitted. Good luck!

Prelim 2 Math Please show your reasoning and all your work. This is a 90 minute exam. Calculators are not needed or permitted. Good luck! April 4, Prelim Math Please show your reasoning and all your work. This is a 9 minute exam. Calculators are not needed or permitted. Good luck! Trigonometric Formulas sin x sin x cos x cos (u + v) cos

More information

Integration by Parts. MAT 126, Week 2, Thursday class. Xuntao Hu

Integration by Parts. MAT 126, Week 2, Thursday class. Xuntao Hu MAT 126, Week 2, Thursday class Xuntao Hu Recall that the substitution rule is a combination of the FTC and the chain rule. We can also combine the FTC and the product rule: d dx [f (x)g(x)] = f (x)g (x)

More information

Chapter 5 Integrals. 5.1 Areas and Distances

Chapter 5 Integrals. 5.1 Areas and Distances Chapter 5 Integrals 5.1 Areas and Distances We start with a problem how can we calculate the area under a given function ie, the area between the function and the x-axis? If the curve happens to be something

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

4. Theory of the Integral

4. Theory of the Integral 4. Theory of the Integral 4.1 Antidifferentiation 4.2 The Definite Integral 4.3 Riemann Sums 4.4 The Fundamental Theorem of Calculus 4.5 Fundamental Integration Rules 4.6 U-Substitutions 4.1 Antidifferentiation

More information

1. Evaluate the integrals. a. (9 pts) x e x/2 dx. Solution: Using integration by parts, let u = x du = dx and dv = e x/2 dx v = 2e x/2.

1. Evaluate the integrals. a. (9 pts) x e x/2 dx. Solution: Using integration by parts, let u = x du = dx and dv = e x/2 dx v = 2e x/2. MATH 8 Test -SOLUTIONS Spring 4. Evaluate the integrals. a. (9 pts) e / Solution: Using integration y parts, let u = du = and dv = e / v = e /. Then e / = e / e / e / = e / + e / = e / 4e / + c MATH 8

More information

For more information visit

For more information visit If the integrand is a derivative of a known function, then the corresponding indefinite integral can be directly evaluated. If the integrand is not a derivative of a known function, the integral may be

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

Chapter 7 Notes, Stewart 7e. 7.1 Integration by Parts Trigonometric Integrals Evaluating sin m xcos n (x)dx...

Chapter 7 Notes, Stewart 7e. 7.1 Integration by Parts Trigonometric Integrals Evaluating sin m xcos n (x)dx... Contents 7.1 Integration by Parts........................................ 2 7.2 Trigonometric Integrals...................................... 8 7.2.1 Evaluating sin m xcos n (x)dx..............................

More information

Integration 1/10. Integration. Student Guidance Centre Learning Development Service

Integration 1/10. Integration. Student Guidance Centre Learning Development Service Integration / Integration Student Guidance Centre Learning Development Service lds@qub.ac.uk Integration / Contents Introduction. Indefinite Integration....................... Definite Integration.......................

More information

MA Spring 2013 Lecture Topics

MA Spring 2013 Lecture Topics LECTURE 1 Chapter 12.1 Coordinate Systems Chapter 12.2 Vectors MA 16200 Spring 2013 Lecture Topics Let a,b,c,d be constants. 1. Describe a right hand rectangular coordinate system. Plot point (a,b,c) inn

More information

Reform Calculus: Part II. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Reform Calculus: Part II. Marcel B. Finan Arkansas Tech University c All Rights Reserved Reform Calculus: Part II Marcel B. Finan Arkansas Tech University c All Rights Reserved PREFACE This supplement consists of my lectures of a sophomore-level mathematics class offered at Arkansas Tech University.

More information

Practice Problems: Integration by Parts

Practice Problems: Integration by Parts Practice Problems: Integration by Parts Answers. (a) Neither term will get simpler through differentiation, so let s try some choice for u and dv, and see how it works out (we can always go back and try

More information

Final Exam 2011 Winter Term 2 Solutions

Final Exam 2011 Winter Term 2 Solutions . (a Find the radius of convergence of the series: ( k k+ x k. Solution: Using the Ratio Test, we get: L = lim a k+ a k = lim ( k+ k+ x k+ ( k k+ x k = lim x = x. Note that the series converges for L

More information

1.5 Inverse Trigonometric Functions

1.5 Inverse Trigonometric Functions 1.5 Inverse Trigonometric Functions Remember that only one-to-one functions have inverses. So, in order to find the inverse functions for sine, cosine, and tangent, we must restrict their domains to intervals

More information

The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following:

The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following: Trigonometric Integrals The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following: Substitution u sinx u cosx u tanx u secx

More information

Summary: Primer on Integral Calculus:

Summary: Primer on Integral Calculus: Physics 2460 Electricity and Magnetism I, Fall 2006, Primer on Integration: Part I 1 Summary: Primer on Integral Calculus: Part I 1. Integrating over a single variable: Area under a curve Properties of

More information

Math 152 Take Home Test 1

Math 152 Take Home Test 1 Math 5 Take Home Test Due Monday 5 th October (5 points) The following test will be done at home in order to ensure that it is a fair and representative reflection of your own ability in mathematics I

More information

Math 112 Section 10 Lecture notes, 1/7/04

Math 112 Section 10 Lecture notes, 1/7/04 Math 11 Section 10 Lecture notes, 1/7/04 Section 7. Integration by parts To integrate the product of two functions, integration by parts is used when simpler methods such as substitution or simplifying

More information

1.1 Definition of a Limit. 1.2 Computing Basic Limits. 1.3 Continuity. 1.4 Squeeze Theorem

1.1 Definition of a Limit. 1.2 Computing Basic Limits. 1.3 Continuity. 1.4 Squeeze Theorem 1. Limits 1.1 Definition of a Limit 1.2 Computing Basic Limits 1.3 Continuity 1.4 Squeeze Theorem 1.1 Definition of a Limit The limit is the central object of calculus. It is a tool from which other fundamental

More information

Practice Differentiation Math 120 Calculus I Fall 2015

Practice Differentiation Math 120 Calculus I Fall 2015 . x. Hint.. (4x 9) 4x + 9. Hint. Practice Differentiation Math 0 Calculus I Fall 0 The rules of differentiation are straightforward, but knowing when to use them and in what order takes practice. Although

More information

Integration by parts (product rule backwards)

Integration by parts (product rule backwards) Integration by parts (product rule backwards) The product rule states Integrating both sides gives f(x)g(x) = d dx f(x)g(x) = f(x)g (x) + f (x)g(x). f(x)g (x)dx + Letting f(x) = u, g(x) = v, and rearranging,

More information

There are some trigonometric identities given on the last page.

There are some trigonometric identities given on the last page. MA 114 Calculus II Fall 2015 Exam 4 December 15, 2015 Name: Section: Last 4 digits of student ID #: No books or notes may be used. Turn off all your electronic devices and do not wear ear-plugs during

More information

Assignment. Disguises with Trig Identities. Review Product Rule. Integration by Parts. Manipulating the Product Rule. Integration by Parts 12/13/2010

Assignment. Disguises with Trig Identities. Review Product Rule. Integration by Parts. Manipulating the Product Rule. Integration by Parts 12/13/2010 Fitting Integrals to Basic Rules Basic Integration Rules Lesson 8.1 Consider these similar integrals Which one uses The log rule The arctangent rule The rewrite with long division principle Try It Out

More information

Chapter 6. Techniques of Integration. 6.1 Differential notation

Chapter 6. Techniques of Integration. 6.1 Differential notation Chapter 6 Techniques of Integration In this chapter, we expand our repertoire for antiderivatives beyond the elementary functions discussed so far. A review of the table of elementary antiderivatives (found

More information

Math 229 Mock Final Exam Solution

Math 229 Mock Final Exam Solution Name: Math 229 Mock Final Exam 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 that it

More information

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim SMT Calculus Test Solutions February, x + x 5 Compute x x x + Answer: Solution: Note that x + x 5 x x + x )x + 5) = x )x ) = x + 5 x x + 5 Then x x = + 5 = Compute all real values of b such that, for fx)

More information

Homework Solutions: , plus Substitutions

Homework Solutions: , plus Substitutions Homework Solutions: 2.-2.2, plus Substitutions Section 2. I have not included any drawings/direction fields. We can see them using Maple or by hand, so we ll be focusing on getting the analytic solutions

More information

(e) 2 (f) 2. (c) + (d). Limits at Infinity. 2.5) 9-14,25-34,41-43,46-47,56-57, (c) (d) 2

(e) 2 (f) 2. (c) + (d). Limits at Infinity. 2.5) 9-14,25-34,41-43,46-47,56-57, (c) (d) 2 Math 150A. Final Review Answers, Spring 2018. Limits. 2.2) 7-10, 21-24, 28-1, 6-8, 4-44. 1. Find the values, or state they do not exist. (a) (b) 1 (c) DNE (d) 1 (e) 2 (f) 2 (g) 2 (h) 4 2. lim f(x) = 2,

More information

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1.

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1. Math 114, Taylor Polynomials (Section 10.1) Name: Section: Read Section 10.1, focusing on pages 58-59. Take notes in your notebook, making sure to include words and phrases in italics and formulas in blue

More information

You are being asked to create your own AP CALCULUS Survival kit. For the survival kit you will need:

You are being asked to create your own AP CALCULUS Survival kit. For the survival kit you will need: You are being asked to create your own AP CALCULUS Survival kit. For the survival kit you will need: Index cards Ring (so that you can put all of your flash cards together) Hole punch (to punch holes in

More information

Chapter 6. Techniques of Integration. 6.1 Differential notation

Chapter 6. Techniques of Integration. 6.1 Differential notation Chapter 6 Techniques of Integration In this chapter, we expand our repertoire for antiderivatives beyond the elementary functions discussed so far. A review of the table of elementary antiderivatives (found

More information

Learning Objectives for Math 166

Learning Objectives for Math 166 Learning Objectives for Math 166 Chapter 6 Applications of Definite Integrals Section 6.1: Volumes Using Cross-Sections Draw and label both 2-dimensional perspectives and 3-dimensional sketches of the

More information

Substitutions and by Parts, Area Between Curves. Goals: The Method of Substitution Areas Integration by Parts

Substitutions and by Parts, Area Between Curves. Goals: The Method of Substitution Areas Integration by Parts Week #7: Substitutions and by Parts, Area Between Curves Goals: The Method of Substitution Areas Integration by Parts 1 Week 7 The Indefinite Integral The Fundamental Theorem of Calculus, b a f(x) dx =

More information

More Final Practice Problems

More Final Practice Problems 8.0 Calculus Jason Starr Final Exam at 9:00am sharp Fall 005 Tuesday, December 0, 005 More 8.0 Final Practice Problems Here are some further practice problems with solutions for the 8.0 Final Exam. Many

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 05/05/2012 Bormashenko MATH 408N PRACTICE FINAL Name: TA session: Show your work for all the problems. Good luck! (1) Calculate the following limits, using whatever tools are appropriate. State which results

More information

2t t dt.. So the distance is (t2 +6) 3/2

2t t dt.. So the distance is (t2 +6) 3/2 Math 8, Solutions to Review for the Final Exam Question : The distance is 5 t t + dt To work that out, integrate by parts with u t +, so that t dt du The integral is t t + dt u du u 3/ (t +) 3/ So the

More information

5 Integrals reviewed Basic facts U-substitution... 4

5 Integrals reviewed Basic facts U-substitution... 4 Contents 5 Integrals reviewed 5. Basic facts............................... 5.5 U-substitution............................. 4 6 Integral Applications 0 6. Area between two curves.......................

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

x 2 y = 1 2. Problem 2. Compute the Taylor series (at the base point 0) for the function 1 (1 x) 3.

x 2 y = 1 2. Problem 2. Compute the Taylor series (at the base point 0) for the function 1 (1 x) 3. MATH 8.0 - FINAL EXAM - SOME REVIEW PROBLEMS WITH SOLUTIONS 8.0 Calculus, Fall 207 Professor: Jared Speck Problem. Consider the following curve in the plane: x 2 y = 2. Let a be a number. The portion of

More information

Mathematics 1161: Final Exam Study Guide

Mathematics 1161: Final Exam Study Guide Mathematics 1161: Final Exam Study Guide 1. The Final Exam is on December 10 at 8:00-9:45pm in Hitchcock Hall (HI) 031 2. Take your BuckID to the exam. The use of notes, calculators, or other electronic

More information

Review Problems for Test 1

Review Problems for Test 1 Review Problems for Test Math 6-03/06 9 9/0 007 These problems are provided to help you study The presence of a problem on this handout does not imply that there will be a similar problem on the test And

More information

5.9 Representations of Functions as a Power Series

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

More information

OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph.

OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph. 4.1 The Area under a Graph OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph. 4.1 The Area Under a Graph Riemann Sums (continued): In the following

More information

Derivative and Integral Rules These are on the inside of the back cover of your text.

Derivative and Integral Rules These are on the inside of the back cover of your text. Derivative and Integral Rules These are on the inside of the back cover of your text. General Derivative Rule General Integral Rule d dx u(x) r = r u(x) r - 1 u(x) u(x)r u(x) dx = u(x) r1 r1 + C r U -1

More information

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 4.4 Using the Fundamental Theorem As we saw in Section 4.3, using the Fundamental Theorem of Integral Calculus reduces the problem of evaluating a

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

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

Chapter 6: The Definite Integral

Chapter 6: The Definite Integral Name: Date: Period: AP Calc AB Mr. Mellina Chapter 6: The Definite Integral v v Sections: v 6.1 Estimating with Finite Sums v 6.5 Trapezoidal Rule v 6.2 Definite Integrals 6.3 Definite Integrals and Antiderivatives

More information

Integration Using Tables and Summary of Techniques

Integration Using Tables and Summary of Techniques Integration Using Tables and Summary of Techniques Philippe B. Laval KSU Today Philippe B. Laval (KSU) Summary Today 1 / 13 Introduction We wrap up integration techniques by discussing the following topics:

More information

Core Mathematics 3 Differentiation

Core Mathematics 3 Differentiation http://kumarmaths.weebly.com/ Core Mathematics Differentiation C differentiation Page Differentiation C Specifications. By the end of this unit you should be able to : Use chain rule to find the derivative

More information

MATH 1207 R02 MIDTERM EXAM 2 SOLUTION

MATH 1207 R02 MIDTERM EXAM 2 SOLUTION MATH 7 R MIDTERM EXAM SOLUTION FALL 6 - MOON Name: Write your answer neatly and show steps. Except calculators, any electronic devices including laptops and cell phones are not allowed. () (5 pts) Find

More information

Fall 2013 Hour Exam 2 11/08/13 Time Limit: 50 Minutes

Fall 2013 Hour Exam 2 11/08/13 Time Limit: 50 Minutes Math 8 Fall Hour Exam /8/ Time Limit: 5 Minutes Name (Print): This exam contains 9 pages (including this cover page) and 7 problems. Check to see if any pages are missing. Enter all requested information

More information

7.3 Hyperbolic Functions Hyperbolic functions are similar to trigonometric functions, and have the following

7.3 Hyperbolic Functions Hyperbolic functions are similar to trigonometric functions, and have the following Math 2-08 Rahman Week3 7.3 Hyperbolic Functions Hyperbolic functions are similar to trigonometric functions, and have the following definitions: sinh x = 2 (ex e x ) cosh x = 2 (ex + e x ) tanh x = sinh

More information

Math 162: Calculus IIA

Math 162: Calculus IIA Math 62: Calculus IIA Final Exam ANSWERS December 9, 26 Part A. (5 points) Evaluate the integral x 4 x 2 dx Substitute x 2 cos θ: x 8 cos dx θ ( 2 sin θ) dθ 4 x 2 2 sin θ 8 cos θ dθ 8 cos 2 θ cos θ dθ

More information

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules Math 5 Integration Topic 3 Page MATH 5 TOPIC 3 INTEGRATION 3A. Integration of Common Functions Practice Problems 3B. Constant, Sum, and Difference Rules Practice Problems 3C. Substitution Practice Problems

More information

Example. Evaluate. 3x 2 4 x dx.

Example. Evaluate. 3x 2 4 x dx. 3x 2 4 x 3 + 4 dx. Solution: We need a new technique to integrate this function. Notice that if we let u x 3 + 4, and we compute the differential du of u, we get: du 3x 2 dx Going back to our integral,

More information

Calculus II Lecture Notes

Calculus II Lecture Notes Calculus II Lecture Notes David M. McClendon Department of Mathematics Ferris State University 206 edition Contents Contents 2 Review of Calculus I 5. Limits..................................... 7.2 Derivatives...................................3

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

Inverse Trig Functions

Inverse Trig Functions 6.6i Inverse Trigonometric Functions Inverse Sine Function Does g(x) = sin(x) have an inverse? What restriction would we need to make so that at least a piece of this function has an inverse? Given f (x)

More information