Week 2 Techniques of Integration

Size: px
Start display at page:

Download "Week 2 Techniques of Integration"

Transcription

1 Week Techniques of Integration Richard Earl Mathematical Institute, Oxford, OX LB, October Abstract Integration by Parts. Substitution. Rational Functions. Partial Fractions. Trigonometric Substitutions. Numerical Methods. Remark We will demonstrate each of the techniques here by way of examples, but concentrating each time on what general aspects are present. Integration, though, is not something that should be learnt as a table of formulae, for at least two reasons: one is that most of the formula would be far from memorable, and the second is that each technique is more flexible and general than any memorised formula ever could be. If you can approach an integral with a range of techniques at hand you will find the subject less confusing and not be fazed by new and different functions. Remark When it comes to checking your answer there are various quick rules you can apply. If you have been asked to calculate an indefinite integral then, if it s not too complicated, you can always differentiate your answer to see if you get the original integrand back. This, of course, applies to definite integrals as well before you enter the integral s limits. Even at this point, you can still apply some simple estimation rules: if your integrand is positive (or negative) then so should your answer be; if your integrand is less than a well-known function, then its integral will be less than the integral of the well-known function. These can be useful checks to quickly apply at the end of the calculation. Integration by Parts Integration by parts (IBP) can be used to tackle products of functions, but not just any product. Suppose we have an integral f (x) g (x) in mind. This will be susceptible to IBP if one of these functions integrates, or differentiates, perhaps repeatedly, to something simpler, whilst the other function differentiates and integrates to something of the same kind. Typically then f (x) might be a polynomial which, after differentiating enough times, will become a constant; g (x) on the other hand could be something like e x, sin x, cos x, sinh x, cosh x, all of which are functions which continually integrate to something similar. This remark reflects the nature of the formula for IBP which is: Proposition (Integration by Parts) Let F and G be functions with derivatives f and g. Then F (x) g (x) F (x) G (x) f (x) G (x). These handouts are produced by Richard Earl, who is the Schools Liaison and Access Officer for mathematics, statistics and computer science at Oxford University. Any comments, suggestions or requests for other material are welcome at earl@maths.ox.ac.uk

2 IBP takes the integral of a product and leaves us with another integral of a product but as we commented above, the point is that f (x) should be a simpler function than F (x) was whilst G (x) should be no worse a function than g (x) was. Proof. The proof is simple we just integrate the product rule of differentiation below, and rearrange. d (F (x) G (x)) F (x) g (x)+f (x) G (x) Example 4 Determine x sin x and x e x. Clearly x will be the function that we need to differentiate down, and sin x is the function that will integrate in house. So we have, with two applications of IBP: x sin x x ( cos x) x ( cos x) [IBP] x cos x + x cos x [Rearranging] x cos x +xsin x sinx [IBP] In a similar fashion x cos x +xsin x ( cos x)+const. x cos x +xsin x + const. [Rearranging] x ex x e x à e x ex 4 e e 4 + e 4 + e 4 x ex [IBP]! 6x ex 6x ex 8 6e x ex 8 [IBP] [IBP] e This is by far the main use of IBP, the idea of eventually differentiating out one of the two functions. There are other important uses of IBP which don t quite fit into this type. These next two examples fall into the original class, but are a little unusual : in these cases we choose to integrate the polynomial factor instead as it is easier to differentiate the other factor. This is the case when we have a logarithm or an inverse trigonometric function as the second factor. Example 5 Evaluate (x ) ln x + and x 4 tan x. In both cases integrating the second factor looks rather daunting but each factor differentiates nicely; recall that d ln x x and that d tan x +x.

3 So if we apply IBP to the above examples then we get (x ) ln x + x x ln x + x x x x +, and x 4 tan x x 4x x tan x 4x x +. Here we will stop for the moment we will see how to determine these integrals, the integrands of which are known as rational functions, in section. In the same vein as this we can use IBP to integrate functions which, at first glance, don t seem to be a product this is done by treating a function F (x) as the product F (x). Example 6 Evaluate ln x and tan x. With IBP we see (integrating the and differentiating the ln x) ln x ln x x ln x x x x ln x x ln x x + const. and similarly tan x tan x x tan x x +x x tan x ln +x + const. spotting this by inspection or by using substitution (see the next section). Sometimes both functions remain in house, but we eventually return to our original integrand. Example 7 Determine e x sin x. Both of these functions now remain in house, but if we apply IBP twice, integrating the e x and differentiating the sin x, thenwesee e x sin x e x sin x e x cos x [IBP] µ e x sin x e x cos x e x ( sin x) e x (sin x cos x) e x sin x. We see that we have returned to our original integral, and so we can rearrange this equality to get e x sin x ex (sin x cos x)+const.

4 Substitution In many ways the hardest aspect of integration to teach, a technique that can become almost an art form, is substitution. Substition is such a varied and flexible approach that it is impossible to classify (and hence limit) its uses, and quite difficult even to find general themes within. We shall discuss later some standard trigonometric substitutions useful in integrating rational functions. For now we will simply state what substitution involves and highlight one difficulty than can occur (and cause errors) unless substitution is done carefully. Proposition 8 Let g :[c, d] [a, b] be an increasing function, such that g (c) a and g (d) b, and which has derivative g. Then b d f (x) f (g (t)) g (t) dt. a Similarly if g :[c, d] [a, b] is a decreasing function, such that g (c) b and g (d) a, then b a f (x) c c d f (g (t)) g (t) dt. The important point here is that the function g be increasing or decreasing so that it is a bijection from [c, d] to [a, b] what this technical term simply means is that to each value of x in the range [a, b] there should be exactly one value of t in the range [c, d] such that g (t) x. Here is an example of what might go wrong if substitution is incorrectly applied. Example Evaluate x. This is not a difficult integral and we would typically not think of using substitution to do this; we would just proceed and find x x ³ ( ). But suppose that we d tried to use (in a less than rigorous fashion) the substitution u x here. We d see that du x u so that du u and when x,uand when x, u 4. So surely we d find x 4 u du u 4 4 u du u/ (8 ) 7. What s gone wrong is that the assignment u x doesn t provide a bijection between [, ] and [, 4] as the values in [, ] squaretothesamevaluesasthosein[, ]. The missing / error in the answer is in fact the integral R x. If we d particularly wished to use this substitution here then it could have been correctly made by splitting our integral as x x + x and using the substitution u x separately on each integral; this would work because u x gives a bijection between [, ] and [, ], and between [, ] and [, 4]. 4

5 Here are some examples where substitution can be applied, provided some care is taken. Example Evaluate the following integrals +e x, π π sin x +cosx. In the first integral a substitution that might suggest itself is u +e x or u e x ;let strythefirst of these u +e x. As x varies from x to x then u varies from u to u +e. Morever u is increasing with x so that the rule u +e x is a bijection from the x-values in [, ] to the u-values in the range [, +e]. We also have that So +e x du e x (u ). +e +e du u u µ u u [substitution] [ln u ln u ] +e ln(e) ln ( + e) ln + ln +ln µ +e. du [using partial fractions] For the second integral, it would seem sensible to use u +cosxor u cosx here. Let s try the second one: u cosx. Firstly note that u is not a bijection on the range [ π/,π], it takes the same values in the range [ π/, ] as it does in the range [,π/]. In fact the integrand is odd (that is f ( x) f (x)) and so its integral between x π/ and π/ will be zero automatically. So we can write π π/ sin x +cosx π/ π/ π π/ sin x π +cosx + π/ sin x +cosx. sin x +cosx Nowwecanusethesubstitutionu cosx noticing that du sin x, when x π/,uand when x π, u, so that π π/ sin x +cosx du +u [ln +u ] (ln ln ) ln. 5

6 Rational Functions A rational function is one of the form a m x m + a m x m + + a b n x n + b n x n, + + b where the a i and b i are constants that is, the quotient of two polynomials. In principle, (because of the Fundamental Theorem of Algebra which says that the roots of the denominator can all be found in the complex numbers), it is possible to rewrite the denominator as b n x n + b n x n + + b p (x) p (x) p k (x) where the polynomials p i (x) are either linear factors (of the form Ax + B) or quadratic factors (Ax + Bx + C) withb < 4AC and complex conjugates for roots. From here we can use partials fractions to simplify the function.. Partial Fractions Given a rational function a m x m + a m x m + + a p (x) p (x) p k (x) where the factors in the denominator are linear or quadratic terms, we follow several simple steps to put it into a form we can integrate.. if the numerator has greater degree than the denominator, then we divide the denominator into the numerator (using polynomial long division) till we have an expression of the form P (x)+ A ix i + A i x i + + A p (x) p (x) p k (x) where P (x) is a polynomial, and the numerator A i x i + A i x i + + A now has a strictly smaller degree than the denominator p (x) p (x) p k (x). Of course, integrating the polynomial part P (x) will not cause us any difficulty so we will ignore it from now on.. Let s suppose, for now, that none of the factors in the denominator are the same. In this case we can use partial fractions to rewrite this new rational function as A i x i + A i x i + + A p (x) p (x) p k (x) α (x) p (x) + α (x) p (x) + + α k (x) p k (x) where each polynomial α i (x) is of smaller degree than p i (x). This means that we have rewritten the rational function in terms of rational functions of the form A Bx + C and Ax + B Cx + Dx + E which we will see how to integrate in the next subsection.. If however a factor, say p (x), is repeated N times say, then rather than the α (x) /p (x) term in the equation above, the best we can do with partial fractions is to reduce it to an expression of the form β (x) p (x) + β (x) (p (x)) + + β N (x) (p (x)) N where the polynomials β i (x) have smaller degree than p (x). This means the final expression may include functions of the form A (Bx + C) n and Ax + B (Cx + Dx + E) n where D < 4CE. 6

7 Example Use the method of partial fractions to write the following rational function in simpler form x 5 (x ) (x +). The numerator has degree 5 whilst the denominator has degree 4, so we will need to divide the denominator into the numerator first. The denominator expands out to Using polynomial long-division we see that (x ) x + x 4 x +x x +. x + x 4 x +x x + x 5 +x 4 +x +x +x + x 5 x 4 +x x +x x 4 x +x x + x 4 4x +4x 4x + x x +x So we have that x 5 (x ) (x +) x x +x ++x (x ) (x +), whichleavesustofind the constants A, B, C, D, in the identity x x +x (x ) (x +) Multiplying through by the denominator, we find A x + B (x ) + Cx + D x +. x x +x A (x ) x + + B x + +(Cx + D)(x ). As this holds for all values of x, then we can set x to deduce + B and so B. If we set x then we also get that A + + D. () Other things we can do are to compare the coefficients of x on either side which gives and to compare the coefficients of x which gives A + C () A + C D. () Substituting () into () yields D and so D /. From equation () this means that A and so C. Finally then we have x x +x (x ) (x +) x + / (x ) / x + and x 5 (x ) (x +) x ++ x + / (x ) / x +. 7

8 . Trigonometric Substitutions If we look now at the function we are faced with, namely x ++ x + / (x ) / x +, then only the final term is something that would cause trouble from an integrating point. To deal with such functions we recall the trigonometric identities sin θ +cos θ, +tan θ sec θ, +cot θ csc θ. (4) So a substitution of the form x tanθ into an expression like +x simplifies it to sec θ. Noting sec θ dθ we find +x sec θ dθ +tan θ sec θ dθ sec θ dθ So returning to our example we see x 5 (x ) (x +) x θ + const. tan x + const. Ã! x ++ x + / (x ) / x + +x +ln x / x tan x + const. Returning to the most general form of a rational function, we were able to reduce (using partial fractions) the problem to integrands of the form A (Bx + C) n and Ax + B (Cx + Dx + E) n where D < 4CE. Integrating functions of the firsttypecausesusnodifficulty as ( A A (Bx + C) n B( n) (Bx + C) n + const. n 6 ; ln Bx + C + const. n. A B The second integrand can be simplified, firstlybycompletingthesquareand then with a trigonometric substitution. Note that µ Cx + Dx + E C x + D + µe D. C 4C If we make a substitution of the form u x + D/C then we can simplify this integral to something of the form (au + b) du (u + k ) n for new constants a, b and k>. Part of this we can integrate directly: u du (u + k ) n ( u + k n + const. n 6 ; ln u + k + const. n. ( n) 8

9 The other integral du (u + k ) n can be simplified with a trigonometric substitution u k tan θ, the integral becoming du k sec θ dθ (u + k ) n k tan θ + k n sec θ dθ k n (sec θ) n k n cos n θ dθ. The n,, cases can all easily be integrated. We will see in the next section on Reduction Formulae how to deal generally with integrals of this form. For now we will simply give an example where n. Example Determine I (x +x +) Remember that the first step is to complete the square: I (x +x +) x + x + ³ x + + Our first substitution is simply a translation let u x +/ noting that du : I ³ x + du + (u +/) Then we set u tan θ to further simplify the integral. So I / sec θ dθ ( sec θ/) µ cos θ dθ ( + cos θ) dθ [using cos θ cos θ ] µθ 4 + sin θ + const. 4 (θ +sinθcos θ)+const. [using sin θ sinθcos θ] µ 4 u u u tan +sintan cos tan + const. by undoing the substitution u tan θ.

10 From the right-angled triangle è!!!!!!!!!!!!! + x x we see that sin tan x tan x x +x and cos tan x +x. So I 4 Ã u tan + u/ p +u / p +u / µ u tan + 6u + const. (+u )! + const. 4 µ µ µtan 4 x + 6x const. (x +6x +) µ µ x + 4 tan (x +) + + const. (x +x +) This example surely demonstrates the importance of remembering the method and not the formula!. Further Trigonometric Substitutions The trigonometric identities in equation (4) can be appliedinmoregeneralcasesthanthoseaboveused for integrating rational functions above. A similar standard trigonometric integral is x sin x + const. This can be deduced in exactly the same way: this time we make use of the trigonometric identity sin θ cos θ and make a substitution x sinθ to begin this calculation. Likewise the integral x +x + could be tackled with the substitutions we used in the previous example. Multiple angle trigonometric identities can also be very useful: we have already made use of the formula cos θ cos θ to determine the integral of cos θ. Likewise, in principle,we could integrate cos n θ by first writing it in terms of cos kθ (for various k) we will see how to do this in the class on complex numbers, but approach this integral in other ways in the next section on reduction formulae.

11 We close this section with a look at the t-substitution, which makes use of the half-angle tangent formulas. Faced with the integral π dθ +cosθ, we make a substitution of the form t tan θ. Each of the trigonometric functions sin, cos, tan can be written in terms of t. The formulae are sin θ t t t, cos θ, tan θ +t +t t. An easy way to remember these formulae is probably by means of the right-angled triangle: +t t θtan t t If we make this substitution in the above integral then firstly we need to note that t tan(θ/) is a bijection from the range [,π) to the range [, ). Also So π dθ d tan t dθ +cosθ dt +t. + t dt +t +t dt +t + t dt +t tan t ³ π π.

12 4 Reduction Formulae In the previous section on integrating rational functions we were left with the problem of calculating I n cos n θ dθ, and we will approach such integrals using reduction formulae. The idea is to write I n in terms of other I k where k<n,eventually reducing the problem to calculating I, or I say, which are simple integrals. Using IBP we see I n cos n θ cos θ dθ cos n θ sin θ (n ) cos n θ ( sin θ)sinθ dθ cos n θ sin θ +(n ) cos n θ cos θ dθ cos n θ sin θ +(n ) (I n I n ). Rearranging this we see I n cosn θ sin θ + n n n I n. With this reduction formula I n can be rewritten in terms of simpler and simpler integrals until we are left onlyneedingtocalculatei, if n is even, or I,ifn is odd both these integrals are easy to calculate. Example Calculate Using the reduction formula above I 7 cos 7 θ dθ. I 7 cos6 θ sin θ 7 cos6 θ sin θ 7 cos6 θ sin θ 7 cos6 θ sin θ 7 Example 4 Calculate I µ cos 4 θ sin θ I + 6cos4 θ sin θ 5 + 6cos4 θ sin θ µ cos θ sin θ + 5 I + 4 cos θ sin θ 5 x e x + 48 sin θ + const. 5 This is an integral we previously calculated in the first section. We can approach this in a simpler, yet more general, fashion by setting up a reduction formula. For a natural number n let J n We can use then integration by parts to show J n x n ex x n e x e n J n if n. n ex nx

13 andsothecalculationinexample4simplifies enormously (at least on the eye). We first note e J e x x e, and then applying the reduction formula: J e J e µ e J e e 4 + µ e J e Some integrands may involve two variables, such as: Example 5 Calculate for positive integers m, n the integral B (m, n) x m ( x) n. Calculating either B (m, ) or B (,n) is easy; for example B (m, ) x m m. (5) So it would seem best to find a reduction formula that moves us towards either of these integrals. Using integration by parts, if n we have x m x m B (m, n) ( x)n (n ) ( ) ( x)n m m + n x m ( x) n m n B (m +,n ). m So if n we can apply this to see B (m, n) n B (m +,n ) m n m n B (m +,n ) m + µ µ µ n n B (m + n, ) m m + m + n µ µ µ n n m m + m + n m + n (n )! (m + n )!/ (m )! (m )! (n )!. (m + n )! We have, in fact, already checked that this formula holds for the case n in equation (5).

14 5 Numerical Methods Of course it s not always possible to calculate integrals exactly and there are numerical rules that will provide approximate values for integrals approximate values, which by sampling the function more and more times, can be made better and better. Suppose that f :[a, b] R is the function we are wishing to integrate. Our idea will be to sample the function at n +evenly spread points through the interval: µ b a x k a + k for k,,,...,n, n so that x a and x n b. The corresponding y-value we will denote as y k f (x k ). For ease of notation the width between each sample we will denote as h b a n. There are various rules for making an estimate for the integrals of the function based on this data. We will consider the Trapezium Rule and Simpson s Rule. Trapezium Rule. This estimates the area as: ³ y h + y + y + + y n + y n. This estimate is arrived at (as you might guess from the name) by approximating the area under the graph with trapezia. We presume that the graph behaves linearly between (x k,y k ) and (x k+,y k+ ) and take the area under the line segment connecting these points as our contribution. Simpson s Rule. This requires that n be even and estimates the area as: h (y +4y +y +4y +y 4 + +y n +4y n + y n ). The more sophisticated Simpson s Rule works on the presumption that between the three points (x k,y k ), (x k+,y k+ ), (x k+,y k+ ) (where k is even) the function f will change quadratically and it calculates the area contributed beneath each of these quadratic curves Trapezium Rule: n Simpson s Rule: n 4 The above two graphs show applications of the trapezium rule and Simpson s rule in calculating with n 4subintervals. π/ sin x 4

15 Example 6 Estimate the integral x using both the trapezium rule and Simpson s rule using n intervals. This is, of course, an integral we can calculate exactly as /4. The two rules above give us: and we also have à Trapezium Approximation n + à n 8n Simpson s Approximation 6n 6n 6n n n 4. n 4n + 6n 4 + 6n. à +4 µ + + n! n X k k + µ n n µ 8n 4 (n ) (n) + µ µ! n n Remark 7 Note in these calculations we make use of the formula! + Ã! + 4 n X (n) k n X (n) (k) + k k µ 4 8n 4 (n ) (n) 8n 8 4 (n ) n + nx k 4 n (n +). k We see then that the error from the Trapezium Rule is / 6n and so decreases very quickly. Amazingly Simpson s Rule does even better here and gets the answer spot on the overestimates and underestimates of area from under these quadratics actually cancel out. In general Simpson s Rule is an improvement on the Trapezium Rule with the two errors (associated with n intervals) being given by: (b a) E Trapezium 48n max { f (x) : a x b}, and Simpson s Rule with n steps (b o a)5 E Simpson n f 88n 4 max (4) (x) : a x b. Note that the error is O n 4 for the Simpson Rule but only O n for the Trapezium Rule. 5

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

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

MATH 1231 MATHEMATICS 1B Calculus Section 1: - Integration.

MATH 1231 MATHEMATICS 1B Calculus Section 1: - Integration. MATH 1231 MATHEMATICS 1B 2007. For use in Dr Chris Tisdell s lectures: Tues 11 + Thur 10 in KBT Calculus Section 1: - Integration. 1. Motivation 2. What you should already know 3. Useful integrals 4. Integrals

More information

7.5 Partial Fractions and Integration

7.5 Partial Fractions and Integration 650 CHPTER 7. DVNCED INTEGRTION TECHNIQUES 7.5 Partial Fractions and Integration In this section we are interested in techniques for computing integrals of the form P(x) dx, (7.49) Q(x) where P(x) and

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

8.7 MacLaurin Polynomials

8.7 MacLaurin Polynomials 8.7 maclaurin polynomials 67 8.7 MacLaurin Polynomials In this chapter you have learned to find antiderivatives of a wide variety of elementary functions, but many more such functions fail to have an antiderivative

More information

5.5. The Substitution Rule

5.5. The Substitution Rule INTEGRALS 5 INTEGRALS 5.5 The Substitution Rule In this section, we will learn: To substitute a new variable in place of an existing expression in a function, making integration easier. INTRODUCTION Due

More information

Integration by parts Integration by parts is a direct reversal of the product rule. By integrating both sides, we get:

Integration by parts Integration by parts is a direct reversal of the product rule. By integrating both sides, we get: Integration by parts Integration by parts is a direct reversal of the proct rule. By integrating both sides, we get: u dv dx x n sin mx dx (make u = x n ) dx = uv v dx dx When to use integration by parts

More information

MA1131 Lecture 15 (2 & 3/12/2010) 77. dx dx v + udv dx. (uv) = v du dx dx + dx dx dx

MA1131 Lecture 15 (2 & 3/12/2010) 77. dx dx v + udv dx. (uv) = v du dx dx + dx dx dx MA3 Lecture 5 ( & 3//00) 77 0.3. Integration by parts If we integrate both sides of the proct rule we get d (uv) dx = dx or uv = d (uv) = dx dx v + udv dx v dx dx + v dx dx + u dv dx dx u dv dx dx This

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

Section 7.3 Double Angle Identities

Section 7.3 Double Angle Identities Section 7.3 Double Angle Identities 3 Section 7.3 Double Angle Identities Two special cases of the sum of angles identities arise often enough that we choose to state these identities separately. Identities

More information

INTEGRATING RADICALS

INTEGRATING RADICALS INTEGRATING RADICALS MATH 53, SECTION 55 (VIPUL NAIK) Corresponding material in the book: Section 8.4. What students should already know: The definitions of inverse trigonometric functions. The differentiation

More information

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

More information

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: 2 x 3 + 3

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: 2 x 3 + 3 Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: x 3 + 3 x + x + 3x 7 () x 3 3x + x 3 From the standpoint of integration, the left side of Equation

More information

Course Notes for Calculus , Spring 2015

Course Notes for Calculus , Spring 2015 Course Notes for Calculus 110.109, Spring 2015 Nishanth Gudapati In the previous course (Calculus 110.108) we introduced the notion of integration and a few basic techniques of integration like substitution

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

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

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

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

4.8 Partial Fraction Decomposition

4.8 Partial Fraction Decomposition 8 CHAPTER 4. INTEGRALS 4.8 Partial Fraction Decomposition 4.8. Need to Know The following material is assumed to be known for this section. If this is not the case, you will need to review it.. When are

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

2012 HSC Notes from the Marking Centre Mathematics Extension 2

2012 HSC Notes from the Marking Centre Mathematics Extension 2 Contents 01 HSC Notes from the Marking Centre Mathematics Extension Introduction...1 General comments...1 Question 11...1 Question 1... Question 13...3 Question 14...4 Question 15...5 Question 16...6 Introduction

More information

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear.

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear. Precalculus Review Functions to KNOW! 1. Polynomial Functions Types: General form Generic Graph and unique properties Constants Linear Quadratic Cubic Generalizations for Polynomial Functions - The domain

More information

MATH 1231 S2 2010: Calculus. Section 2: Techniques of integration.

MATH 1231 S2 2010: Calculus. Section 2: Techniques of integration. MATH 1231 S2 2010: Calculus For use in Dr Chris Tisdell s lectures Section 2: Techniques of integration. Created and compiled by Chris Tisdell S1: Motivation S2: What you should already know S3: Integrals

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

Chapter 8B - Trigonometric Functions (the first part)

Chapter 8B - Trigonometric Functions (the first part) Fry Texas A&M University! Spring 2016! Math 150 Notes! Section 8B-I! Page 79 Chapter 8B - Trigonometric Functions (the first part) Recall from geometry that if 2 corresponding triangles have 2 angles of

More information

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers CLASSIFICATIONS OF NUMBERS NATURAL NUMBERS = N = {1,2,3,4,...}

More information

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2 AP Calculus Students: Welcome to AP Calculus. Class begins in approimately - months. In this packet, you will find numerous topics that were covered in your Algebra and Pre-Calculus courses. These are

More information

x n cos 2x dx. dx = nx n 1 and v = 1 2 sin(2x). Andreas Fring (City University London) AS1051 Lecture Autumn / 36

x n cos 2x dx. dx = nx n 1 and v = 1 2 sin(2x). Andreas Fring (City University London) AS1051 Lecture Autumn / 36 We saw in Example 5.4. that we sometimes need to apply integration by parts several times in the course of a single calculation. Example 5.4.4: For n let S n = x n cos x dx. Find an expression for S n

More information

Math 222, Exam I, September 17, 2002 Answers

Math 222, Exam I, September 17, 2002 Answers Math, Exam I, September 7, 00 Answers I. (5 points.) (a) Evaluate (6x 5 x 4 7x + 3/x 5 + 4e x + 7 x ). Answer: (6x 5 x 4 7x + 3/x 5 + 4e x + 7 x ) = = x 6 + x 3 3 7x + 3 ln x 5x + 4ex + 7x ln 7 + C. Answer:

More information

1 Lesson 13: Methods of Integration

1 Lesson 13: Methods of Integration Lesson 3: Methods of Integration Chapter 6 Material: pages 273-294 in the textbook: Lesson 3 reviews integration by parts and presents integration via partial fraction decomposition as the third of the

More information

Ch 4 Differentiation

Ch 4 Differentiation Ch 1 Partial fractions Ch 6 Integration Ch 2 Coordinate geometry C4 Ch 5 Vectors Ch 3 The binomial expansion Ch 4 Differentiation Chapter 1 Partial fractions We can add (or take away) two fractions only

More information

Functions and their Graphs

Functions and their Graphs Chapter One Due Monday, December 12 Functions and their Graphs Functions Domain and Range Composition and Inverses Calculator Input and Output Transformations Quadratics Functions A function yields a specific

More information

MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically

MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically 1 MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically Definition Trigonometric identity Investigate 1. Using the diagram

More information

October 27, 2018 MAT186 Week 3 Justin Ko. We use the following notation to describe the limiting behavior of functions.

October 27, 2018 MAT186 Week 3 Justin Ko. We use the following notation to describe the limiting behavior of functions. October 27, 208 MAT86 Week 3 Justin Ko Limits. Intuitive Definitions of Limits We use the following notation to describe the iting behavior of functions.. (Limit of a Function A it is written as f( = L

More information

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ.

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ. Math 7A Practice Midterm III Solutions Ch. 6-8 (Ebersole,.7-.4 (Stewart DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam. You

More information

MSM120 1M1 First year mathematics for civil engineers Revision notes 3

MSM120 1M1 First year mathematics for civil engineers Revision notes 3 MSM0 M First year mathematics for civil engineers Revision notes Professor Robert. Wilson utumn 00 Functions Definition of a function: it is a rule which, given a value of the independent variable (often

More information

PURE MATHEMATICS AM 27

PURE MATHEMATICS AM 27 AM Syllabus (014): Pure Mathematics AM SYLLABUS (014) PURE MATHEMATICS AM 7 SYLLABUS 1 AM Syllabus (014): Pure Mathematics Pure Mathematics AM 7 Syllabus (Available in September) Paper I(3hrs)+Paper II(3hrs)

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

Mathematics 136 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 19 and 21, 2016

Mathematics 136 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 19 and 21, 2016 Mathematics 36 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 9 and 2, 206 Every rational function (quotient of polynomials) can be written as a polynomial

More information

Module M5.5 Further integration

Module M5.5 Further integration F L E X I B L E L E A R N I N G A P P R O A C H T O P H Y S I C S Module M5.5 Further integration Opening items. Module introduction. Fast track questions.3 Ready to study? Further techniques of integration.

More information

Page 1. These are all fairly simple functions in that wherever the variable appears it is by itself. What about functions like the following, ( ) ( )

Page 1. These are all fairly simple functions in that wherever the variable appears it is by itself. What about functions like the following, ( ) ( ) Chain Rule Page We ve taken a lot of derivatives over the course of the last few sections. However, if you look back they have all been functions similar to the following kinds of functions. 0 w ( ( tan

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

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx.

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx. Mathematics 14 Fall Term 26 Solutions to Final Exam 1. Evaluate sin(ln t) dt. Solution. We first make the substitution t = e x, for which dt = e x. This gives sin(ln t) dt = e x sin(x). To evaluate the

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

Essex County College Division of Mathematics MTH-122 Assessments. Honor Code

Essex County College Division of Mathematics MTH-122 Assessments. Honor Code Essex County College Division of Mathematics MTH-22 Assessments Last Name: First Name: Phone or email: Honor Code The Honor Code is a statement on academic integrity, it articulates reasonable expectations

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

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

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

Main topics for the First Midterm

Main topics for the First Midterm Main topics for the First Midterm Midterm 2 will cover Sections 7.7-7.9, 8.1-8.5, 9.1-9.2, 11.1-11.2. This is roughly the material from the first five homeworks and and three quizzes. In particular, I

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

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

Chapter 13: Integrals

Chapter 13: Integrals Chapter : Integrals Chapter Overview: The Integral Calculus is essentially comprised of two operations. Interspersed throughout the chapters of this book has been the first of these operations the derivative.

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

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

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

Algebra Exam. Solutions and Grading Guide

Algebra Exam. Solutions and Grading Guide Algebra Exam Solutions and Grading Guide You should use this grading guide to carefully grade your own exam, trying to be as objective as possible about what score the TAs would give your responses. Full

More information

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2 AP Physics C Calculus C.1 Name Trigonometric Functions 1. Consider the right triangle to the right. In terms of a, b, and c, write the expressions for the following: c a sin θ = cos θ = tan θ =. Using

More information

2018 Mathematics. Advanced Higher. Finalised Marking Instructions

2018 Mathematics. Advanced Higher. Finalised Marking Instructions National Qualifications 08 08 Mathematics Advanced Higher Finalised Marking Instructions Scottish Qualifications Authority 08 The information in this publication may be reproduced to support SQA qualifications

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 1010E University Mathematics Lecture Notes (week 8) Martin Li

MATH 1010E University Mathematics Lecture Notes (week 8) Martin Li MATH 1010E University Mathematics Lecture Notes (week 8) Martin Li 1 L Hospital s Rule Another useful application of mean value theorems is L Hospital s Rule. It helps us to evaluate its of indeterminate

More information

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this.

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this. Preface Here are my online notes for my Calculus II course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting to learn Calculus

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

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

Name: AK-Nummer: Ergänzungsprüfung January 29, 2016

Name: AK-Nummer: Ergänzungsprüfung January 29, 2016 INSTRUCTIONS: The test has a total of 32 pages including this title page and 9 questions which are marked out of 10 points; ensure that you do not omit a page by mistake. Please write your name and AK-Nummer

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

EXAM. Practice for Second Exam. Math , Fall Nov 4, 2003 ANSWERS

EXAM. Practice for Second Exam. Math , Fall Nov 4, 2003 ANSWERS EXAM Practice for Second Eam Math 135-006, Fall 003 Nov 4, 003 ANSWERS i Problem 1. In each part, find the integral. A. d (4 ) 3/ Make the substitution sin(θ). d cos(θ) dθ. We also have Then, we have d/dθ

More information

STEP Support Programme. Pure STEP 1 Questions

STEP Support Programme. Pure STEP 1 Questions STEP Support Programme Pure STEP 1 Questions 2012 S1 Q4 1 Preparation Find the equation of the tangent to the curve y = x at the point where x = 4. Recall that x means the positive square root. Solve the

More information

PARTIAL FRACTIONS: AN INTEGRATIONIST PERSPECTIVE

PARTIAL FRACTIONS: AN INTEGRATIONIST PERSPECTIVE PARTIAL FRACTIONS: AN INTEGRATIONIST PERSPECTIVE MATH 153, SECTION 55 (VIPUL NAIK) Corresponding material in the book: Section 8.5. What students should already know: The integrals for 1/x, 1/(x 2 + 1),

More information

Section 5.4 The Other Trigonometric Functions

Section 5.4 The Other Trigonometric Functions Section 5.4 The Other Trigonometric Functions Section 5.4 The Other Trigonometric Functions In the previous section, we defined the e and coe functions as ratios of the sides of a right triangle in a circle.

More information

AEA 2003 Extended Solutions

AEA 2003 Extended Solutions AEA 003 Extended Solutions These extended solutions for Advanced Extension Awards in Mathematics are intended to supplement the original mark schemes, which are available on the Edexcel website. 1. Since

More information

GEORGE ANDROULAKIS THE 7 INDETERMINATE FORMS OF LIMITS : usually we use L Hospital s rule. Two important such limits are lim

GEORGE ANDROULAKIS THE 7 INDETERMINATE FORMS OF LIMITS : usually we use L Hospital s rule. Two important such limits are lim MATH 4 (CALCULUS II) IN ORDER TO OBTAIN A PERFECT SCORE IN ANDROULAKIS MATH 4 CLASS YOU NEED TO MEMORIZE THIS HANDOUT AND SOLVE THE ASSIGNED HOMEWORK ON YOUR OWN GEORGE ANDROULAKIS TRIGONOMETRY θ sin(θ)

More information

Partial Fractions. (Do you see how to work it out? Substitute u = ax + b, so du = a dx.) For example, 1 dx = ln x 7 + C, x x (x 3)(x + 1) = a

Partial Fractions. (Do you see how to work it out? Substitute u = ax + b, so du = a dx.) For example, 1 dx = ln x 7 + C, x x (x 3)(x + 1) = a Partial Fractions 7-9-005 Partial fractions is the opposite of adding fractions over a common denominator. It applies to integrals of the form P(x) dx, wherep(x) and Q(x) are polynomials. Q(x) The idea

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

One important way that you can classify differential equations is as linear or nonlinear.

One important way that you can classify differential equations is as linear or nonlinear. In This Chapter Chapter 1 Looking Closely at Linear First Order Differential Equations Knowing what a first order linear differential equation looks like Finding solutions to first order differential equations

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

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0.

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0. Calculus Problem Solving Drill 07: Trigonometric Limits and Continuity No. of 0 Instruction: () Read the problem statement and answer choices carefully. () Do your work on a separate sheet of paper. (3)

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

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

Factors, Zeros, and Roots

Factors, Zeros, and Roots Factors, Zeros, and Roots Solving polynomials that have a degree greater than those solved in previous courses is going to require the use of skills that were developed when we previously solved quadratics.

More information

Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations.

Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations. Section 6.3 - Solving Trigonometric Equations Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations. These are equations from algebra: Linear Equation: Solve:

More information

Section 7.2 Addition and Subtraction Identities. In this section, we begin expanding our repertoire of trigonometric identities.

Section 7.2 Addition and Subtraction Identities. In this section, we begin expanding our repertoire of trigonometric identities. Section 7. Addition and Subtraction Identities 47 Section 7. Addition and Subtraction Identities In this section, we begin expanding our repertoire of trigonometric identities. Identities The sum and difference

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

Integration of Rational Functions by Partial Fractions

Integration of Rational Functions by Partial Fractions Title Integration of Rational Functions by MATH 1700 MATH 1700 1 / 11 Readings Readings Readings: Section 7.4 MATH 1700 2 / 11 Rational functions A rational function is one of the form where P and Q are

More information

AP Calculus Summer Packet

AP Calculus Summer Packet AP Calculus Summer Packet Writing The Equation Of A Line Example: Find the equation of a line that passes through ( 1, 2) and (5, 7). ü Things to remember: Slope formula, point-slope form, slopeintercept

More information

1 Functions and Inverses

1 Functions and Inverses October, 08 MAT86 Week Justin Ko Functions and Inverses Definition. A function f : D R is a rule that assigns each element in a set D to eactly one element f() in R. The set D is called the domain of f.

More information

4.5 Integration of Rational Functions by Partial Fractions

4.5 Integration of Rational Functions by Partial Fractions 4.5 Integration of Rational Functions by Partial Fractions From algebra, we learned how to find common denominators so we can do something like this, 2 x + 1 + 3 x 3 = 2(x 3) (x + 1)(x 3) + 3(x + 1) (x

More information

SOLUTIONS FOR PRACTICE FINAL EXAM

SOLUTIONS FOR PRACTICE FINAL EXAM SOLUTIONS FOR PRACTICE FINAL EXAM ANDREW J. BLUMBERG. Solutions () Short answer questions: (a) State the mean value theorem. Proof. The mean value theorem says that if f is continuous on (a, b) and differentiable

More information

(Section 4.7: Inverse Trig Functions) 4.82 PART F: EVALUATING INVERSE TRIG FUNCTIONS. Think:

(Section 4.7: Inverse Trig Functions) 4.82 PART F: EVALUATING INVERSE TRIG FUNCTIONS. Think: PART F: EVALUATING INVERSE TRIG FUNCTIONS Think: (Section 4.7: Inverse Trig Functions) 4.82 A trig function such as sin takes in angles (i.e., real numbers in its domain) as inputs and spits out outputs

More information

Chapter 7: Trigonometric Equations and Identities

Chapter 7: Trigonometric Equations and Identities Chapter 7: Trigonometric Equations and Identities In the last two chapters we have used basic definitions and relationships to simplify trigonometric expressions and equations. In this chapter we will

More information

18.01 Single Variable Calculus Fall 2006

18.01 Single Variable Calculus Fall 2006 MIT OpenCourseWare http://ocw.mit.edu 18.01 Single Variable Calculus Fall 2006 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Exam 4 Review 1. Trig substitution

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

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

Updated: January 16, 2016 Calculus II 7.4. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University

Updated: January 16, 2016 Calculus II 7.4. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University Math 30 Calculus II Brian Veitch Fall 015 Northern Illinois University Integration of Rational Functions by Partial Fractions From algebra, we learned how to find common denominators so we can do something

More information

Honours Advanced Algebra Unit 2: Polynomial Functions Factors, Zeros, and Roots: Oh My! Learning Task (Task 5) Date: Period:

Honours Advanced Algebra Unit 2: Polynomial Functions Factors, Zeros, and Roots: Oh My! Learning Task (Task 5) Date: Period: Honours Advanced Algebra Name: Unit : Polynomial Functions Factors, Zeros, and Roots: Oh My! Learning Task (Task 5) Date: Period: Mathematical Goals Know and apply the Remainder Theorem Know and apply

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

Algebra/Trigonometry Review Notes

Algebra/Trigonometry Review Notes Algebra/Trigonometry Review Notes MAC 41 Calculus for Life Sciences Instructor: Brooke Quinlan Hillsborough Community College ALGEBRA REVIEW FOR CALCULUS 1 TOPIC 1: POLYNOMIAL BASICS, POLYNOMIAL END BEHAVIOR,

More information

Integration of Rational Functions by Partial Fractions

Integration of Rational Functions by Partial Fractions Title Integration of Rational Functions by Partial Fractions MATH 1700 December 6, 2016 MATH 1700 Partial Fractions December 6, 2016 1 / 11 Readings Readings Readings: Section 7.4 MATH 1700 Partial Fractions

More information

MATH1231 CALCULUS. Session II Dr John Roberts (based on notes of A./Prof. Bruce Henry) Red Center Room 3065

MATH1231 CALCULUS. Session II Dr John Roberts (based on notes of A./Prof. Bruce Henry) Red Center Room 3065 MATH1231 CALCULUS Session II 2007. Dr John Roberts (based on notes of A./Prof. Bruce Henry) Red Center Room 3065 Jag.Roberts@unsw.edu.au MATH1231 CALCULUS p.1/66 Overview Systematic Integration Techniques

More information