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

Size: px
Start display at page:

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

Transcription

1 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 function of the same type. This is not true for integration. Just recall the integral y 1 The integral of this rational function f(x) = x 1 is not a rational function. In fact, we had to give that function a name, natural logarithm, because it was a new type of function for us. At least in this sense, it is more difficult to find integrals than derivatives. With time people have developed several techniques that help us find integrals. Certain techniques work only with certain types of integrals. The purpose of this section is to summarize few of the most used integration techniques. Before we start, let us recall that integration is a linear operation, meaning that for all constants a, b, and integrable functions f, g, holds (a ) f(x) + b g(x) = a f(x) + b g(x). This property is used all the time to simplify the work needed to find integrals. One could say that the two most used integration techniques are integration by substitution and integration by parts. The first technique has been studied in the textbook, and the second one will be studied in the textbook. We can now say that integration by substitution is the integral version of the chain rule for derivation. Similarly, integration by parts is the integral version of the product rule for derivation. Let us recall the integration by substitution formula: Given appropriate functions f and g, holds, f(g(x)) g (x) = f(u) du. Having mentioned the two most useful integration techniques, we can now concentrate on other integration techniques which apply to somehow more specific situations. (a) Completing the square. (b) Separating fractions. (c) Reducing improper fractions. (d) Multiplication by one. (e) Eliminating a square root. Later on we give examples of each of the techniques mentioned in the list above. But before we start, we review few basic integration formulas that we will need later on. We summarize them in two sets, the first one is just the integral version of the derivative formulas for simple functions, and the definition of the natural logarithm, namely, x n = xn+1 + c, n 1, n + 1 e kx = ekx k + c, sin(x) = cos(x) + c, sinh(x) = cosh(x) + c, ( x ) a x = arcsin + c, a x. x a kx = = ln x + c, akx k ln(a) + c, cos(x) = sin(x) + c, cosh(x) = sinh(x) + c a + x = 1 ( x ) a arctan + c. a The second set of integration formulas is obtained using integration by substitution and the first two integrals in the first set. We assume that a, b, are real constants with b, 1

2 and n > 1 is an integer. (a + bx) = 1 ln a + bx + c, Substitute: u = a + bx. b (a + bx) n = 1 + c, Substitute: u = a + bx. b(n 1) (a + bx) n 1 x 1 + x = 1 ln(1 + x ) + c, Substitute: u = 1 + x. x (1 + x ) n = 1 (n 1) (1 + x ) n 1 + c, Substitute: u = 1 + x. Recall: tan(x) = sin(x) tan(x) = ln cos(x) + c, cos(x) ; Substitute: u = cos(x). Recall: cot(x) = cos(x) cot(x) = ln sin(x) + c, sin(x) ; Substitute: u = sin(x). We now start giving examples of the integration techniques listed in (a)-(e). The first integration technique we listed is completing the square, and the idea is to rewrite a second degree polynomial into a total square plus a constant term. As it is usually the case, the idea is better illustrated in an example. Example 1.1 (Completing the square): Evaluate x 6x + 1. Solution: The idea is to rewrite the second degree polynomial in the denominator as, ( 6 ( 6 ) ( 6 ) x 6x + 1 = x x ) We just multiplied the linear term in x by 1 =, we reordered the factors in that term, ( 6 ). and then we added and subtracted the term The first three terms on the right hand side form a complete square, x 6x + 1 = ( x 6 ) ( 6 ) + 1 x 6x + 1 = (x 3) + 1. Therefore, our original integral looks like, x 6x + 1 = (x 3) + 1. At this point it should not be hard to see that the substitution u = x 3, which implies du = transforms the integral into an integral we know how to evaluate, x 6x + 1 = du = arctan(u) + c. 1 + u Substituting back the variable x we obtain, x = arctan(x 3) + c. 6x + 1

3 3 The next integral is an example of the technique called separating fractions. We use the linearity property of the integral to reduce an integral into two or more simpler integrals. 3x + Example 1. (Separating fractions): Evaluate. Solution: We use the linearity property of integration to split the integral, 3x + = 3 x + (1) In the first term of the right-hand side we substitute u =, then du = x, which implies x = du/. Hence, x 3 = 3 1 du = 3 u 1/ du = 3 u 1/ u 1/ + c 1 = 3 + c 1. The second term in Eq. (1) can be computed using common integrals (see above), = arcsin(x) + c. Denoting c = c 1 + c, we conclude that 3x + = 3 + arcsin(x) + c. The next technique of integration is called reducing improper fractions, and the idea is to use the long division of polynomials to compute integrals of certain rational functions. 4x 7 Example 1.3 (Reducing improper fractions): Evaluate x + 3. Solution: The degree of the polynomial in the numerator is greater or equal the degree of the polynomial in the denominator. In this case it is convenient to do the long division: x 3 x + 3 ) 4x 7 4x 6x 6x 7 6x + 9 4x 7 x + 3 = x 3 + x + 3. Using the result of the long division given above, the integral is simple to compute, 4x 7 x + 3 = (x 3) + x + 3 = x 3x + x + 3. The integral on the right hand side above can be computed with the substitution u = x+3, which implies du =, hence du x + 3 = = ln u + c = ln x c. u We then conclude that 4x 7 x + 3 = x 3x + ln x c. Another integration technique is called multiplication by one. The idea is to multiply numerator and denominator of the integrad by the same factor, choosing the factor so that the integral can be converted into an integral we know how to evaluate.

4 4 Example 1.4 (Multiplication by one): Evaluate Solution: For this integral we multiply by 1 = π 1 cos(x)., that is, we multiply numerator and denominator by the conjugate of the function we are integrating. Therefore, we get π π 1 cos(x) 1 cos(x) = 1 π 1 cos (x) = = = π π sin (x) sin(x). In the last equation above we used again the fact that u = u. It is important to realize that we are integrating in the interval x [, π], and in that interval sin(x) = sin(x). Therefore, π π sin(x) 1 cos(x) =. Now it should not be hard to realize that the substitution u = cos(x) will be useful to evaluate the integral, since du = sin(x). Notice that we are computing a definite integral, so when we perform the substitution the integral limits must be modified accordingly. We get, π 1 du 1 1 cos(x) = = (1 + u) 1/ (1 + u)1/ du = 1 = ( ), u 1 1/ 1 π so we conclude that 1 cos(x) =. There is a useful integral, that has already been discussed in earlier sections, that can be done using the multiplication by one method too. The integral sec(x) is a really non-trivial example of this technique, and we compute it again here emphasizing how the multiplication by 1 was used. Example 1.5 (Multiplication by one): Evaluate sec(x). Solution: For this integral, we multiply by 1 =, that is, sec sec(x) = sec(x) = (x) + sec(x) tan(x). This multiplication is useful since tan (x) = sec (x), and sec (x) = sec(x) tan(x). Therefore, we substitute u = du = [ sec(x) tan(x) + sec (x) ], which implies du sec(x) = = ln u + c, u so we conclude that sec(x) = ln + c.

5 5 The integral of the csc function can be done in a similar way, so we summarize this and the previous result: sec(x) = ln + c, csc(x) = ln csc(x) + cot(x) + c. The last technique of integration we introduce here is called eliminating a square root. In the following example we use a trigonometric identity to eliminate a square root. Example 1.6 (Eliminating a square root): Evaluate π/4 1 + cos(4x). Solution: The function under the square root can be converted into a square using the trigonometric identity cos (θ) = 1 [ 1 + cos(θ) ]. Therefore, using this identity for θ = x we get 1 + cos(4x) = cos (x). Therefore, we get π/4 π/4 1 + cos(4x) = cos (x) = π/4 cos(x). In the last equation above we used the fact that u = u. It is important to realize that we are integrating in the interval x [, π/4], equivalently, x [, π/], and in that interval cos(x) = cos(x). Therefore, π/4 π/4 1 + cos(4x) = cos(x) = 1 sin(x) π/4 = (1 ), so we conclude that π/4 1 + cos(4x) =.

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

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

Formulas to remember

Formulas to remember Complex numbers Let z = x + iy be a complex number The conjugate z = x iy Formulas to remember The real part Re(z) = x = z+z The imaginary part Im(z) = y = z z i The norm z = zz = x + y The reciprocal

More information

f(x) f(a) Limit definition of the at a point in slope notation.

f(x) f(a) Limit definition of the at a point in slope notation. Lesson 9: Orinary Derivatives Review Hanout Reference: Brigg s Calculus: Early Transcenentals, Secon Eition Topics: Chapter 3: Derivatives, p. 126-235 Definition. Limit Definition of Derivatives at a point

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

PRELIM 2 REVIEW QUESTIONS Math 1910 Section 205/209

PRELIM 2 REVIEW QUESTIONS Math 1910 Section 205/209 PRELIM 2 REVIEW QUESTIONS Math 9 Section 25/29 () Calculate the following integrals. (a) (b) x 2 dx SOLUTION: This is just the area under a semicircle of radius, so π/2. sin 2 (x) cos (x) dx SOLUTION:

More information

5, tan = 4. csc = Simplify: 3. Simplify: 4. Factor and simplify: cos x sin x cos x

5, tan = 4. csc = Simplify: 3. Simplify: 4. Factor and simplify: cos x sin x cos x Precalculus Final Review 1. Given the following values, evaluate (if possible) the other four trigonometric functions using the fundamental trigonometric identities or triangles csc = - 3 5, tan = 4 3.

More information

Unit #3 : Differentiability, Computing Derivatives, Trig Review

Unit #3 : Differentiability, Computing Derivatives, Trig Review Unit #3 : Differentiability, Computing Derivatives, Trig Review Goals: Determine when a function is differentiable at a point Relate the derivative graph to the the graph of an original function Compute

More information

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

More information

Chapter 7: Techniques of Integration

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

More information

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

Unit #3 : Differentiability, Computing Derivatives

Unit #3 : Differentiability, Computing Derivatives Unit #3 : Differentiability, Computing Derivatives Goals: Determine when a function is differentiable at a point Relate the derivative graph to the the graph of an original function Compute derivative

More information

MAT 1332: Calculus for Life Sciences. A course based on the book Modeling the dynamics of life by F.R. Adler

MAT 1332: Calculus for Life Sciences. A course based on the book Modeling the dynamics of life by F.R. Adler MT 33: Calculus for Life Sciences course based on the book Modeling the dynamics of life by F.R. dler Supplementary material University of Ottawa Frithjof Lutscher, with Robert Smith? January 3, MT 33:

More information

Homework Problem Answers

Homework Problem Answers Homework Problem Answers Integration by Parts. (x + ln(x + x. 5x tan 9x 5 ln sec 9x 9 8 (. 55 π π + 6 ln 4. 9 ln 9 (ln 6 8 8 5. (6 + 56 0/ 6. 6 x sin x +6cos x. ( + x e x 8. 4/e 9. 5 x [sin(ln x cos(ln

More information

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained.

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained. Angle in Standard Position With the Cartesian plane, we define an angle in Standard Position if it has its vertex on the origin and one of its sides ( called the initial side ) is always on the positive

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review. Fall, 2011 Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

More information

x 2 = 1 Clearly, this equation is not true for all real values of x. Nevertheless, we can solve it by taking careful steps:

x 2 = 1 Clearly, this equation is not true for all real values of x. Nevertheless, we can solve it by taking careful steps: Sec. 01 notes Solving Trig Equations: The Easy Ones Main Idea We are now ready to discuss the solving of trigonometric equations. Recall that, generally speaking, identities are equations which hold true

More information

CK- 12 Algebra II with Trigonometry Concepts 1

CK- 12 Algebra II with Trigonometry Concepts 1 14.1 Graphing Sine and Cosine 1. A.,1 B. (, 1) C. 3,0 D. 11 1, 6 E. (, 1) F. G. H. 11, 4 7, 1 11, 3. 3. 5 9,,,,,,, 4 4 4 4 3 5 3, and, 3 3 CK- 1 Algebra II with Trigonometry Concepts 1 4.ans-1401-01 5.

More information

Calculus & Analytic Geometry I

Calculus & Analytic Geometry I TQS 124 Autumn 2008 Quinn Calculus & Analytic Geometry I The Derivative: Analytic Viewpoint Derivative of a Constant Function. For c a constant, the derivative of f(x) = c equals f (x) = Derivative of

More information

Welcome to AP Calculus!!!

Welcome to AP Calculus!!! Welcome to AP Calculus!!! In preparation for next year, you need to complete this summer packet. This packet reviews & expands upon the concepts you studied in Algebra II and Pre-calculus. Make sure you

More information

June 9 Math 1113 sec 002 Summer 2014

June 9 Math 1113 sec 002 Summer 2014 June 9 Math 1113 sec 002 Summer 2014 Section 6.5: Inverse Trigonometric Functions Definition: (Inverse Sine) For x in the interval [ 1, 1] the inverse sine of x is denoted by either and is defined by the

More information

INVERSE FUNCTIONS DERIVATIVES. terms on one side and everything else on the other. (3) Factor out dy. for the following functions: 1.

INVERSE FUNCTIONS DERIVATIVES. terms on one side and everything else on the other. (3) Factor out dy. for the following functions: 1. INVERSE FUNCTIONS DERIVATIVES Recall the steps for computing y implicitly: (1) Take of both sies, treating y like a function. (2) Expan, a, subtract to get the y terms on one sie an everything else on

More information

10.7 Trigonometric Equations and Inequalities

10.7 Trigonometric Equations and Inequalities 0.7 Trigonometric Equations and Inequalities 857 0.7 Trigonometric Equations and Inequalities In Sections 0. 0. and most recently 0. we solved some basic equations involving the trigonometric functions.

More information

1 Lecture 39: The substitution rule.

1 Lecture 39: The substitution rule. Lecture 39: The substitution rule. Recall the chain rule and restate as the substitution rule. u-substitution, bookkeeping for integrals. Definite integrals, changing limits. Symmetry-integrating even

More information

10.7 Trigonometric Equations and Inequalities

10.7 Trigonometric Equations and Inequalities 0.7 Trigonometric Equations and Inequalities 79 0.7 Trigonometric Equations and Inequalities In Sections 0., 0. and most recently 0., we solved some basic equations involving the trigonometric functions.

More information

Antiderivatives. Mathematics 11: Lecture 30. Dan Sloughter. Furman University. November 7, 2007

Antiderivatives. Mathematics 11: Lecture 30. Dan Sloughter. Furman University. November 7, 2007 Antiderivatives Mathematics 11: Lecture 30 Dan Sloughter Furman University November 7, 2007 Dan Sloughter (Furman University) Antiderivatives November 7, 2007 1 / 9 Definition Recall: Suppose F and f are

More information

Your signature: (1) (Pre-calculus Review Set Problems 80 and 124.)

Your signature: (1) (Pre-calculus Review Set Problems 80 and 124.) (1) (Pre-calculus Review Set Problems 80 an 14.) (a) Determine if each of the following statements is True or False. If it is true, explain why. If it is false, give a counterexample. (i) If a an b are

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 75 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

Math 12 Final Exam Review 1

Math 12 Final Exam Review 1 Math 12 Final Exam Review 1 Part One Calculators are NOT PERMITTED for this part of the exam. 1. a) The sine of angle θ is 1 What are the 2 possible values of θ in the domain 0 θ 2π? 2 b) Draw these angles

More information

Differentiability, Computing Derivatives, Trig Review. Goals:

Differentiability, Computing Derivatives, Trig Review. Goals: Secants vs. Derivatives - Unit #3 : Goals: Differentiability, Computing Derivatives, Trig Review Determine when a function is ifferentiable at a point Relate the erivative graph to the the graph of an

More information

One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the unit circle.

One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the unit circle. 2.24 Tanz and the Reciprocals Derivatives of Other Trigonometric Functions One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the

More information

2.4 THE CHAIN RULE THE CHAIN RULE

2.4 THE CHAIN RULE THE CHAIN RULE 1 2.4 THE CHAIN RULE The Chain Rule is the most important and most used of the differentiation patterns. It enables us to differentiate composites of functions such as y = sin( x 2 ). It is a powerful

More information

Algebra 2/Trig AIIT.17 Trig Identities Notes. Name: Date: Block:

Algebra 2/Trig AIIT.17 Trig Identities Notes. Name: Date: Block: Algebra /Trig AIIT.7 Trig Identities Notes Mrs. Grieser Name: Date: Block: Trigonometric Identities When two trig expressions can be proven to be equal to each other, the statement is called a trig identity

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

Practice Questions From Calculus II. 0. State the following calculus rules (these are many of the key rules from Test 1 topics).

Practice Questions From Calculus II. 0. State the following calculus rules (these are many of the key rules from Test 1 topics). Math 132. Practice Questions From Calculus II I. Topics Covered in Test I 0. State the following calculus rules (these are many of the key rules from Test 1 topics). (Trapezoidal Rule) b a f(x) dx (Fundamental

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

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

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 67 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

More information

Lecture 25: The Sine and Cosine Functions. tan(x) 1+y

Lecture 25: The Sine and Cosine Functions. tan(x) 1+y Lecture 5: The Sine Cosine Functions 5. Denitions We begin b dening functions s : c : ; i! R ; i! R b Note that 8 >< q tan(x) ; if x s(x) + tan (x) ; >: ; if x 8 >< q ; if x c(x) + tan (x) ; >: 0; if x.

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

Chapter 5 Notes. 5.1 Using Fundamental Identities

Chapter 5 Notes. 5.1 Using Fundamental Identities Chapter 5 Notes 5.1 Using Fundamental Identities 1. Simplify each expression to its lowest terms. Write the answer to part as the product of factors. (a) sin x csc x cot x ( 1+ sinσ + cosσ ) (c) 1 tanx

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

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

f(x) g(x) = [f (x)g(x) dx + f(x)g (x)dx Chapter 7 is concerned with all the integrals that can t be evaluated with simple antidifferentiation. Chart of Integrals on Page 463 7.1 Integration by Parts Like with the Chain Rule substitutions with

More information

6.1 The Inverse Sine, Cosine, and Tangent Functions Objectives

6.1 The Inverse Sine, Cosine, and Tangent Functions Objectives Objectives 1. Find the Exact Value of an Inverse Sine, Cosine, or Tangent Function. 2. Find an Approximate Value of an Inverse Sine Function. 3. Use Properties of Inverse Functions to Find Exact Values

More information

Chapter 3: Transcendental Functions

Chapter 3: Transcendental Functions Chapter 3: Transcendental Functions Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 32 Except for the power functions, the other basic elementary functions are also called the transcendental

More information

Step 1: Greatest Common Factor Step 2: Count the number of terms If there are: 2 Terms: Difference of 2 Perfect Squares ( + )( - )

Step 1: Greatest Common Factor Step 2: Count the number of terms If there are: 2 Terms: Difference of 2 Perfect Squares ( + )( - ) Review for Algebra 2 CC Radicals: r x p 1 r x p p r = x p r = x Imaginary Numbers: i = 1 Polynomials (to Solve) Try Factoring: i 2 = 1 Step 1: Greatest Common Factor Step 2: Count the number of terms If

More information

Ma 530 Power Series II

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

More information

Functions. Remark 1.2 The objective of our course Calculus is to study functions.

Functions. Remark 1.2 The objective of our course Calculus is to study functions. Functions 1.1 Functions and their Graphs Definition 1.1 A function f is a rule assigning a number to each of the numbers. The number assigned to the number x via the rule f is usually denoted by f(x).

More information

Calculus I Announcements

Calculus I Announcements Slie 1 Calculus I Announcements Office Hours: Amos Eaton 309, Monays 12:50-2:50 Exam 2 is Thursay, October 22n. The stuy guie is now on the course web page. Start stuying now, an make a plan to succee.

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 59 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

More information

Study 5.5, # 1 5, 9, 13 27, 35, 39, 49 59, 63, 69, 71, 81. Class Notes: Prof. G. Battaly, Westchester Community College, NY Homework.

Study 5.5, # 1 5, 9, 13 27, 35, 39, 49 59, 63, 69, 71, 81. Class Notes: Prof. G. Battaly, Westchester Community College, NY Homework. Goals: 1. Recognize an integrand that is the derivative of a composite function. 2. Generalize the Basic Integration Rules to include composite functions. 3. Use substitution to simplify the process of

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. (a) 5

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

2 Recollection of elementary functions. II

2 Recollection of elementary functions. II Recollection of elementary functions. II Last updated: October 5, 08. In this section we continue recollection of elementary functions. In particular, we consider exponential, trigonometric and hyperbolic

More information

Math 180, Final Exam, Fall 2012 Problem 1 Solution

Math 180, Final Exam, Fall 2012 Problem 1 Solution Math 80, Final Exam, Fall 0 Problem Solution. Find the derivatives of the following functions: (a) ln(ln(x)) (b) x 6 + sin(x) e x (c) tan(x ) + cot(x ) (a) We evaluate the derivative using the Chain Rule.

More information

Core 3 (A2) Practice Examination Questions

Core 3 (A2) Practice Examination Questions Core 3 (A) Practice Examination Questions Trigonometry Mr A Slack Trigonometric Identities and Equations I know what secant; cosecant and cotangent graphs look like and can identify appropriate restricted

More information

Review of Integration Techniques

Review of Integration Techniques A P P E N D I X D Brief Review of Integration Techniques u-substitution The basic idea underlying u-substitution is to perform a simple substitution that converts the intergral into a recognizable form

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

Inverse Trigonometric Functions. September 5, 2018

Inverse Trigonometric Functions. September 5, 2018 Inverse Trigonometric Functions September 5, 08 / 7 Restricted Sine Function. The trigonometric function sin x is not a one-to-one functions..0 0.5 Π 6, 5Π 6, Π Π Π Π 0.5 We still want an inverse, so what

More information

and verify that it satisfies the differential equation:

and verify that it satisfies the differential equation: MOTIVATION: Chapter One: Basic and Review Why study differential equations? Suppose we know how a certain quantity changes with time (for example, the temperature of coffee in a cup, the number of people

More information

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET 017-018 Name: 1. This packet is to be handed in on Monday August 8, 017.. All work must be shown on separate paper attached to the packet. 3.

More information

MTH 112: Elementary Functions

MTH 112: Elementary Functions 1/19 MTH 11: Elementary Functions Section 6.6 6.6:Inverse Trigonometric functions /19 Inverse Trig functions 1 1 functions satisfy the horizontal line test: Any horizontal line crosses the graph of a 1

More information

Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures College of Science MATHS 101: Calculus I (University of Bahrain) 1 / 28 Indefinite Integral Given a function f, if F is a function such that

More information

10.7 Trigonometric Equations and Inequalities

10.7 Trigonometric Equations and Inequalities 0.7 Trigonometric Equations and Inequalities 857 0.7 Trigonometric Equations and Inequalities In Sections 0., 0. and most recently 0., we solved some basic equations involving the trigonometric functions.

More information

Summer Review for Students Entering AP Calculus AB

Summer Review for Students Entering AP Calculus AB Summer Review for Students Entering AP Calculus AB Class: Date: AP Calculus AB Summer Packet Please show all work in the spaces provided The answers are provided at the end of the packet Algebraic Manipulation

More information

University Calculus I. Worksheet # 8 Mar b. sin tan e. sin 2 sin 1 5. b. tan. c. sec sin 1 ( x )) cos 1 ( x )) f. csc. c.

University Calculus I. Worksheet # 8 Mar b. sin tan e. sin 2 sin 1 5. b. tan. c. sec sin 1 ( x )) cos 1 ( x )) f. csc. c. MATH 6 WINTER 06 University Calculus I Worksheet # 8 Mar. 06-0 The topic covered by this worksheet is: Derivative of Inverse Functions and the Inverse Trigonometric functions. SamplesolutionstoallproblemswillbeavailableonDL,

More information

DEPARTMENT OF MATHEMATICS

DEPARTMENT OF MATHEMATICS DEPARTMENT OF MATHEMATICS A2 level Mathematics Core 3 course workbook 2015-2016 Name: Welcome to Core 3 (C3) Mathematics. We hope that you will use this workbook to give you an organised set of notes for

More information

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h 1 Sec 4.1 Limits, Informally When we calculated f (x), we first started with the difference quotient f(x + h) f(x) h and made h small. In other words, f (x) is the number f(x+h) f(x) approaches as h gets

More information

7.3 CALCULUS WITH THE INVERSE TRIGONOMETRIC FUNCTIONS

7.3 CALCULUS WITH THE INVERSE TRIGONOMETRIC FUNCTIONS . Calculus With The Inverse Trigonometric Functions Contemporary Calculus. CALCULUS WITH THE INVERSE TRIGONOMETRIC FUNCTIONS The three previous sections introduced the ideas of one to one functions and

More information

Hello Future Calculus Level One Student,

Hello Future Calculus Level One Student, Hello Future Calculus Level One Student, This assignment must be completed and handed in on the first day of class. This assignment will serve as the main review for a test on this material. The test will

More information

TO EARN ANY CREDIT, YOU MUST SHOW STEPS LEADING TO THE ANSWER

TO EARN ANY CREDIT, YOU MUST SHOW STEPS LEADING TO THE ANSWER Prof. Israel N. Nwaguru MATH 11 CHAPTER,,, AND - REVIEW WORKOUT EACH PROBLEM NEATLY AND ORDERLY ON SEPARATE SHEET THEN CHOSE THE BEST ANSWER TO EARN ANY CREDIT, YOU MUST SHOW STEPS LEADING TO THE ANSWER

More information

Prerequisites for Math 212: Differential Equations

Prerequisites for Math 212: Differential Equations Prerequisites for Math 212: Differential Equations Michael H. Mertens February 15, 2016 Introduction These notes are intended to briefly recall most of the prerequisites for a course on differential equation

More information

PART A: Solve the following equations/inequalities. Give all solutions. x 3 > x + 3 x

PART A: Solve the following equations/inequalities. Give all solutions. x 3 > x + 3 x CFHS Honors Precalculus Calculus BC Review PART A: Solve the following equations/inequalities. Give all solutions. 1. 2x 3 + 3x 2 8x = 3 2. 3 x 1 + 4 = 8 3. 1 x + 1 2 x 4 = 5 x 2 3x 4 1 4. log 2 2 + log

More information

MATHEMATICS Lecture. 4 Chapter.8 TECHNIQUES OF INTEGRATION By Dr. Mohammed Ramidh

MATHEMATICS Lecture. 4 Chapter.8 TECHNIQUES OF INTEGRATION By Dr. Mohammed Ramidh MATHEMATICS Lecture. 4 Chapter.8 TECHNIQUES OF INTEGRATION By TECHNIQUES OF INTEGRATION OVERVIEW The Fundamental Theorem connects antiderivatives and the definite integral. Evaluating the indefinite integral,

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

Solving Equations. Pure Math 30: Explained! 255

Solving Equations. Pure Math 30: Explained!   255 Solving Equations Pure Math : Explained! www.puremath.com 55 Part One - Graphically Solving Equations Solving trigonometric equations graphically: When a question asks you to solve a system of trigonometric

More information

Math 250 Skills Assessment Test

Math 250 Skills Assessment Test Math 5 Skills Assessment Test Page Math 5 Skills Assessment Test The purpose of this test is purely diagnostic (before beginning your review, it will be helpful to assess both strengths and weaknesses).

More information

State Precalculus/Trigonometry Contest 2008

State Precalculus/Trigonometry Contest 2008 State Precalculus/Trigonometry Contest 008 Select the best answer for each of the following questions and mark it on the answer sheet provided. Be sure to read all the answer choices before making your

More information

Techniques of Integration

Techniques of Integration Chapter 8 Techniques of Integration 8. Trigonometric Integrals Summary (a) Integrals of the form sin m x cos n x. () sin k+ x cos n x = ( cos x) k cos n x (sin x ), then apply the substitution u = cos

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

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

Differentiability, Computing Derivatives, Trig Review

Differentiability, Computing Derivatives, Trig Review Unit #3 : Differentiability, Computing Derivatives, Trig Review Goals: Determine when a function is ifferentiable at a point Relate the erivative graph to the the graph of an original function Compute

More information

2.5 The Chain Rule Brian E. Veitch

2.5 The Chain Rule Brian E. Veitch 2.5 The Chain Rule This is our last ifferentiation rule for this course. It s also one of the most use. The best way to memorize this (along with the other rules) is just by practicing until you can o

More information

Formula Sheet. = 1- Zsirr' x = Zcos" x-i. cotx=-- tan x. cosx cotx=-.- SlUX. 2 tan x. log, a. 1 secx=-- cosx. 1 csc x = -.- SlUX.

Formula Sheet. = 1- Zsirr' x = Zcos x-i. cotx=-- tan x. cosx cotx=-.- SlUX. 2 tan x. log, a. 1 secx=-- cosx. 1 csc x = -.- SlUX. Formula Sheet Reciprocal Identities: 1 csc x = -.- SlUX 1 secx=-- cosx 1 cotx=-- tan x Quotient Identities: SlUX tanx=-- cosx cosx cotx=-.- SlUX Pythagorean Identities: sin" x+ cos" x = I tan ' x + I=

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

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

Antiderivatives. DEFINITION: A function F is called an antiderivative of f on an (open) interval I if F (x) = f(x) for all x in I EXAMPLES:

Antiderivatives. DEFINITION: A function F is called an antiderivative of f on an (open) interval I if F (x) = f(x) for all x in I EXAMPLES: Antiderivatives 00 Kiryl Tsishchanka DEFINITION: A function F is called an antiderivative of f on an (open) interval I if F (x) = f(x) for all x in I EXAMPLES:. If f(x) = x, then F(x) = 3 x3, since ( )

More information

AP Calculus AB Summer Math Packet

AP Calculus AB Summer Math Packet Name Date Section AP Calculus AB Summer Math Packet This assignment is to be done at you leisure during the summer. It is meant to help you practice mathematical skills necessary to be successful in Calculus

More information

CALCULUS ASSESSMENT REVIEW

CALCULUS ASSESSMENT REVIEW CALCULUS ASSESSMENT REVIEW DEPARTMENT OF MATHEMATICS CHRISTOPHER NEWPORT UNIVERSITY 1. Introduction and Topics The purpose of these notes is to give an idea of what to expect on the Calculus Readiness

More information

Math 5 Trigonometry Chapter 4 Test Fall 08 Name Show work for credit. Write all responses on separate paper. Do not use a calculator.

Math 5 Trigonometry Chapter 4 Test Fall 08 Name Show work for credit. Write all responses on separate paper. Do not use a calculator. Math 5 Trigonometry Chapter Test Fall 08 Name Show work for credit. Write all responses on separate paper. Do not use a calculator. 23 1. Consider an arclength of t = travelled counter-clockwise around

More information

ECM Calculus and Geometry. Revision Notes

ECM Calculus and Geometry. Revision Notes ECM1702 - Calculus and Geometry Revision Notes Joshua Byrne Autumn 2011 Contents 1 The Real Numbers 1 1.1 Notation.................................................. 1 1.2 Set Notation...............................................

More information

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx Math 80, Exam, Practice Fall 009 Problem Solution. Differentiate the functions: (do not simplify) f(x) = x ln(x + ), f(x) = xe x f(x) = arcsin(x + ) = sin (3x + ), f(x) = e3x lnx Solution: For the first

More information

Calculus: Early Transcendental Functions Lecture Notes for Calculus 101. Feras Awad Mahmoud

Calculus: Early Transcendental Functions Lecture Notes for Calculus 101. Feras Awad Mahmoud Calculus: Early Transcendental Functions Lecture Notes for Calculus 101 Feras Awad Mahmoud Last Updated: August 2, 2012 1 2 Feras Awad Mahmoud Department of Basic Sciences Philadelphia University JORDAN

More information

SET 1. (1) Solve for x: (a) e 2x = 5 3x

SET 1. (1) Solve for x: (a) e 2x = 5 3x () Solve for x: (a) e x = 5 3x SET We take natural log on both sides: ln(e x ) = ln(5 3x ) x = 3 x ln(5) Now we take log base on both sides: log ( x ) = log (3 x ln 5) x = log (3 x ) + log (ln(5)) x x

More information

2. Theory of the Derivative

2. Theory of the Derivative 2. Theory of the Derivative 2.1 Tangent Lines 2.2 Definition of Derivative 2.3 Rates of Change 2.4 Derivative Rules 2.5 Higher Order Derivatives 2.6 Implicit Differentiation 2.7 L Hôpital s Rule 2.8 Some

More information

11.5. The Chain Rule. Introduction. Prerequisites. Learning Outcomes

11.5. The Chain Rule. Introduction. Prerequisites. Learning Outcomes The Chain Rule 11.5 Introduction In this Section we will see how to obtain the derivative of a composite function (often referred to as a function of a function ). To do this we use the chain rule. This

More information