Course Notes for Calculus , Spring 2015

Size: px
Start display at page:

Download "Course Notes for Calculus , Spring 2015"

Transcription

1 Course Notes for Calculus , Spring 2015 Nishanth Gudapati In the previous course (Calculus ) we introduced the notion of integration and a few basic techniques of integration like substitution etc. In the first part of this course we shall discuss more techniques of integration. For instance, let us say that we are interested in calculating an integral which looks as simple as follows xe x dx. (1) The above integral involves a product of two functions x and e x,soweneed to figure out a way to find the integral of a product of two functions. Firstly, we have the following formula from the product rule for di erentiation d dx (xex )=xe x + e x. (2) Noting that integration is the inverse process of di erentiation, we integrate the equation (2) with respect to x to get xe x = xe x dx + e x dx (3) = xe x dx + e x (4) which implies, xe x dx = xe x e x. (5) Therefore, we have been able to obtain a formula for xe x dx by using the product rule for di erentiation (2). This technique can be generalized to find the integral of the product of more general functions. The product rule (also called the Leibnitz rule) of two di erentiable functions f and h is as follows d dx (f(x) h(x)) = f(x)h0 (x)+h(x)f 0 (x) (6) 1

2 If we integrate the equation (6) with respect to x, we get f(x) h(x) = f(x)h 0 (x)dx + h(x)f 0 (x)dx (7) this means, f(x)h 0 (x) dx = f(x) h(x) h(x)f 0 (x)dx. (8) Let us assume that the function h is an antiderivative of g so that h 0 (x) = g(x) and h(x) = R g(x)dx, the equation (8) tranforms to f(x)g(x) dx = f(x) g(x) dx f 0 g(x) dx dx. (9) The formula (9) is the main formula for integration by parts of the product of two functions f(x) and g(x). Just so that we become more familiar with the formula, let us look into further examples. 1. R ln x, hereletustrywithf(x) =lnx and g(x) = 1, we have ln x 1dx =lnx dx (ln x) 0 dx dx 1 =lnx x x xdx =x ln x x + c (10) 2. R x sin xdx,letustrywithf(x) =x and g(x) =sinx, wehave x sin xdx= x sin xdx = x ( cos x) = x cos x +sinx + c (x) 0 1 ( cos x) dx sin xdx dx 3. R e x sin xdx, let us start by trying with f(x) =e x and g(x) =sinx, we have e x sin xdx=e x sin xdx (e x ) 0 sin xdx dx = e x cos x + e x cos xdx. (11) 2

3 However, we have arrived at an integral that is not immediately solvable, but if we observe carefully we can apply integration by parts to R e x cos xdx and get e x cos xdx= e x sin x e x sin xdx (12) If we now plug (12) in (11) we get e x sin xdx= e x cos x + e x sin x e x sin xdx (13) Now we can solve for R e x sin xdx, to get e x dx = 1 2 ex (sin x cos x)+c. (14) The integration by parts formula can be adapted for definite integrals: b a f(x)g(x) dx = f(x) Consider the example 1. R 1 0 tan 1 xdx,wehave g(x) dx b a b a f 0 g(x) dx dx. (15) 1 0 tan 1 x 1 dx =(tan 1 x) x = 4 Using a substitution u =1+x 2 we get R x dx (16) 1+x2 x dx (17) 1+x2 x dx = 1 1+x 2 2 ln 2. Therefore, 1 0 tan 1 xdx= 4 1 ln 2. 2 Let us not move on to more complicated examples, consider R x 2 e x dx, then x 2 e x dx = x 2 e x dx 2 xe x dx. (18) We can now use the formula in (5) to get x 2 e x dx = x 2 e x 2(xe x e x ). (19) 3

4 This idea can be generalized to any general (positive integer) exponent: x n e x dx =x n e x dx n x n 1 e x dx =x n e x n x n 1 e x dx (20) Formulas such as (20) are called reduction formulae because the right hand side of (20) has the integral very similar to R x n e x dx, butwiththe reduced exponent of (n 1). Let us look into further examples of reduction formulae: 1. R (ln x) n dx (ln x) n 1 dx =(ln x) n dx n (ln x) n 1 1 xdx. (21) x Therefore the reduction formula for R (ln x) dx is (ln x) n dx =x (ln x) n n (ln x) n 1 dx. (22) 2. R (sin x) n dx, letustrybysplittingsinx n to sin x n 1 sin x (sin x) n 1 sin xdx= cos x sin n 1 x +(n 1) sin n 1 cos x cos xdx (23) But the cos 2 x term on the right hand side can be substituted by(1 sin 2 x), then (sin x) n dx = cos x sin n 1 x +(n 1) sin n 2 x(1 sin 2 x) dx = cos x sin n 1 x +(n 1) sin n 2 xdx+ sin n xdx (24) Now, taking the (n 1) R sin n xdx term to the left hand side, we get n (sin x) n dx = cos x sin n 1 x (n 1) sin n 1 xdx. (25) Consequently, the reduction formula for R sin n xdx is (sin x) n dx = 1 n cos x sinn 1 x + n 1 sin n 2 xdx (26) n 4

5 Similarly, reduction formula can be obtained for R cos n xdx cos n xdx= 1 n sin x cosn 1 x + n 1 cos n 2 xdx (27) n Specifically, if we were dealing with the case n = 3 we can evaluate the integral with substitution: cos 3 xdx= = cos 2 x cos xdx (28) (1 sin 2 x) cos xdx (29) now if we make the substitution u =sinx,i.e., du = cos xdx we get cos 3 xdx= (1 u 2 ) du = u u 3 /3+c =sinu sin c (30) In fact this technique also works for more complicated integrals such as sin 2 x cos 5 xdx. Proceeding as before, sin 2 x cos 5 xdx= sin 2 cos 4 x cos xdx (31) We can now make the substitution u =sinx, thendu = cos xdx. integral in (31) now becomes u 2 (1 u 2 ) 2 du = u 2 (1 2u 2 + u 4 ) du = u 2 2u 4 u 6 du The = u3 3 = sin3 x 3 2u 5 5 u c 2 sin 5 x 5 sin 7 x 7 + c. (32) Alternatively, if we had an odd power of sin x function in the integral, one may use u = cos x substitution instead, as illustrated below cos 4 x sin 3 xdx= cos 4 x sin 2 x sin xdx, (33) 5

6 now if we make the u = cos x substitution,i.e., du = sin xdx,wehave, u 4 (1 u 2 ) du = (u 4 u 6 ) dx = ( u5 5 = cos7 x 7 More generally, the technique can be summarized as follows, sin m x cos n xdx where m and n are positive integers. u 7 7 )+c cos 5 x + c. (34) 5 If the power of cos x is odd, that is if n is of the form n =2k +1 sin m x cos 2k+1 xdx= (sin m x cos 2k x) cos xdx (35) then use the substitution u =sinx, du = cos xdx and transform the cos 2k x term into (1 sin 2 x) k, to rewrite the integral as u m (1 u 2 ) k du, which can then be integrated by expanding (1 u 2 ) k. If the power of sin x is odd, that is if m is of the form m =2k+1 sin 2k+1 x cos n xdx= (sin 2k x cos n x)sinxdx (36) then use the substitution u = cos x, du = sin xdxand transform the sin 2k x term into (1 cos 2 x) k, to rewrite the integral as (1 u 2 ) k u n du. If m and n are both even then one may have to use the following double angle formula for cosine function. cos 2x = cos 2 x sin 2 x (37) =1 2 sin 2 x (38) =2 cos 2 x 1, (39) 6

7 where we used the formula cos 2 x +sin 2 x = 1 to obtain the equations (38) and (39) from the equation (37). Let us now consider an example to illustrate the case where m and n are both even. sin 2 xdx (40) in principle this integral can be calculated using the reduction formula discussed earlier (26). However, let us try a di erent approach now, from the equation (38) we have therefore, sin 2 x = 1 cos 2x, (41) 2 1 cos 2x sin 2 xdx= dx 2 = 1 1 dx cos 2xdx 2 2 = 1 2 x sin 2x + c 2 = x sin 2x + c. (42) 2 4 Let us now move on to a higher degree example sin 4 xdx (43) proceeding as before, sin 4 x =(sin 2 x) 2 = expression can be rewritten as follows, 1 1 cos 2x 2. 2 However, this Hence, cos 2x 2 2 = cos 2x + cos2 2x = 1 (1 + cos 4x) 1 2 cos 2x = 1 3 (cos 4x) 2 cos 2x (44) 1 3 sin 4 (cos 4x) xdx= 2 cos 2x = 3 1 dx cos 2xdx+ 1 cos 4xdx = 3x sin 2x + 1 sin 4x + c. (45) 32 7

8 Having considered the integrals of the kind R sin m x cos n xdx,letusnow move on to trigonometric integrals of the kind sin mx cos nx dx, m and n are positive integers and m 6= n. (46) It turns out that the integrals like (46) can be dealt simply by recalling the following formulas for sine and cosine functions sin A cos B = 1 (sin(a + B)+sin(A B)) (47) 2 sin A sin B = 1 (cos(a B) cos(a + B)) (48) 2 cos A cos B = 1 (cos(a B) + cos(a + B)). (49) 2 Thus, if we plug in A = mx and B = nx in (47) we have sin mx cos nx = 1 sin(m + n)x +sin(m n)x. 2 Consequently, sin mx cos nx dx = 1 sin(m + n)x +sin(m n)x dx 2 = cos (m + n)x + cos (m n)x + c. 2 m + n m n (50) Likewise from (48) and (49), sin mx sin nx = 1 (cos(m n)x cos(m + n)x) (51) 2 cos mx cos nx = 1 (cos(m n)x + cos(m + n)x) (52) 2 then, sin mx sin nx dx = 1 (cos(m n)x cos(m + n)x) dx 2 = m n sin(m n)x 1 sin(m + n)x m + n and cos mx cos nx dx = 1 (cos(m n)x + cos(m + n)x) dx 2 = sin(m n)x + sin(m + n)x 2 m n m + n + c (53) + c. (54) 8

9 The equations (47), (48) and (49) can further be used to calculate the integrals like sin 4 x cos 2 xdx by observing that sin 4 x cos 2 x =(sin 2 x) 2 cos 2 x (1 cos 2x)2 1 + cos 2x = 4 2 = cos2 2x (1 cos 2x) (55) = 1 (1 cos 4x)(1 cos 2x) (56) 16 = 1 (1 cos 2x cos 4x + cos 2x cos 4x). (57) 8 The integral can now be calculated for each term in (57) by noting that for the last term (54) can be used. We shall now move on to a di erent variant of trigonometric integrals: sec m x tan n xdx. (58) Integrals of the kind (58) can be tackled by recalling the following properties of secant and tangent functions sec 2 x tan 2 x =1 (59) d dx (tan x) =sec2 x (60) d (sec x) =secx tan x dx (61) Let us start with a simple case of R secx dx, wehave sec x + tan x sec xdx= sec x dx sec x + tan x sec 2 x +secxtan x = dx. (62) sec x + tan x Consider the substitution u =secx + tan x, whichimplies du dx =sec2 x + sec x tan x =) du =(sec 2 x +secxtan x) dx. Therefore, 1 sec xdx= du =ln u + c u =ln sec x + tan x + c. (63) If we go back the more general form (58), the strategy is dependent whether n is even or m is odd. 9

10 1. If n is even, let ssaywehave tan 4 x sec 6 xdx. tan 4 x sec 6 xdx= tan 4 x sec 4 x sec 2 xdx (64) (65) If we make the substitution u = tan x, thendu =sec 2 xdx. recalling that sec 2 x = 1 + tan 2 x,wehave tan 4 x sec 4 x sec 2 xdx= u 4 (1 + u 2 ) 2 du = (u 4 +2u 6 + u 8 ) du Now = u u7 7 + u9 9 + c = tan5 x tan7 x 7 + tan9 x 9 + c. (66) Note that the same technique can be used for any positive even n. 2. If m is odd, for example as in R sec 3 x tan 5 xdx,we proceed by pulling out a (sec x tan x) term as follows follows sec 3 x tan 5 xdx= (sec 2 x tan 4 x)(sec x tan x) dx. (67) Let us make the substitution u =secx =) du =secx tan xdx.since we started with an odd power of tan x we are left with an even power of tan x. Therefore, tan 4 x = (tan 2 x) 2 =(sec 2 x 1) 2 =(u 2 1) 2. Consequently, sec 3 x tan 5 xdx= u 2 (u 2 1) 2 du = u7 7 = sec7 x 7 2u u3 3 + c 2 sec 5 x 5 + sec3 x 3 + c. (68) Likewise, the reader may note that this technique works for any odd power of tan x. 10

11 Trigonometric Substitution Consider the integral dx x 2p 4 x 2, (69) Let us try substitution of the independent variable directly with x =2sin, 2 ( /2, /2). (Here we chose 2 ( domain) We have, /2, /2) because sin is a one-one function in this dx =2 cos d dx x 2p 4 x = 2 cos d 2 4 sin 2 2 cos. (70) Firstly, note that cos = cos in ( /2, /2) because cos > 0. Hence, dx x 2p 4 x =1 csc 2 d 2 4 = 1 cot + c. (71) 4 Observe that in (71) we have the answer in terms of, so we need to convert this back to x. consequently, cot = cos p sin 1 sin 2 = r sin 1 x 2 4 = dx x 2p 4 x 2 = x 2 (72) p 4 x 2 =, (73) x p 4 x 2 + c. (74) 4x Importantly, note that in (72) we used cos = p 1 sin 2 and not cos = p 1 sin 2 or cos = ± p 1 sin 2 because in the interval ( /2, /2), cos is strictly > 0. 11

12 Generally, we substitute an independent variable with a trigonometric function to exploit any one of the standard trigonometric formulas For instance, in the following example, dx (a 2 + x 2 ) 3/2, a > 0 cos sin =1 (75) sec 2 tan 2 =1 (76) csc 2 cot 2 =1. (77) a substitution x = a tan, 2 ( /2, /2) inspired from the formula (76), seems appropriate: (a 2 + x 2 ) 3/2 =(a 2 + a 2 tan 2 ) 3/2 =(a 2 (1 + tan 2 )) 3/2 = a 3 sec 3 dx (a 2 + x 2 ) 3/2 =a sec2 d a 3 sec 3. (78) Hence, dx (a 2 + x 2 ) 3/2 = 1 a 2 cos d (79) 1 = sin + c. (80) a2 However, tan = x p a =) sin 1 + tan 2 = x x a =) sin = p a 1+( x. a )2 Therefore, dx (a 2 + x 2 ) 3/2 = x a 2p a 2 + x + c. 2 Extending the spirit, in the integral dx p x 2 a, a > 0 2 we make the substitution, x = a sec for 2 (0, /2) [ (, 3 /2) p x 2 a 2 = p a 2 (sec 2 1) = a tan = a tan. Then, dx p x 2 a sec tan a = d 2 a tan = sec d =ln sec + tan + c. (81) 12

13 Noting that, in 2 (0, /2) [ (, 3 /2), tan > 0 Therefore, tan = r x 2 a 2 1= 1 a p x 2 a 2. dx p x 2 a 2 =ln x a + p x 2 a 2 a + c =ln x + p x 2 a 2 a + c =ln x + p x 2 a 2 ln a + c =ln x + p x 2 a 2 + c, (82) where we absorbed the constant ln a into a generic constant c. Themeth- ods of trigonometric substitution can be summarized as follows 1. If the integrand involves p (a 2 x 2 ), we use the substitution x = a sin, 2 ( /2, /2) 2. If the integrand involves p (a 2 + x 2 ), we use the substitution x = a tan, 2 ( /2, /2) 3. If the integrand involves p (x 2 a 2 ), we use the substitution x = a sec, 2 (0, /2) [ (, 3 /2). Integration of Rational Functions Using Partial Fraction Decomposition Recall that that rational numbers are those which can be represented in the form of p, where p, q 2 and p, q 6= 0 q For instance 5 2, 7 9 are rational numbers and p 2, are not. Rational numbers with p>qare called improper and using the long division we can obtain a proper rational number (with p<q): p q = w + r q, where w is the quotient and r is the remainder (r <q) For instance, 5 2 =

14 and 9 7 = Analogously, we can also define rational functions using polynomials. Let p(x) and q(x) be polynomials with degrees m and n respectively. Then a quantity p(x) q(x) is called a rational function. It is called improper if m>n. Similar to the rational numbers, we can convert an improper rational function to a proper one using long division p(x) q(x) = w(x)+r(x) q(x). It follows that w(x) and r(x) are also polynomials, in particular degree of r(x) <n. The focus of this section is to find a systematic way to find the integrals of rational functions p(x) dx. (83) q(x) If the rational function p(x) is improper, the we start by converting it into q(x) a proper rational function w(x) + r(x) q(x). Consequently, the proper rational function r(x) q(x) allows itself to be split into partial fractions in various ways. In particular, we may encounter four possbile scenarios 1. q(x) can be split into n distinct linear factors (q(x) has n real roots) q(x) =(a 1 x + b 1 )(a 2 x + b 2 ) (a n x + b n ), then there is a theorem which says that r(x) q(x) can be split as follows r(x) q(x) = A 1 + A 2 A n +, (84) a 1 x + b 1 a 2 x + b 2 a n x + b n where A 1,A 2, A n are n real numbers to be determined. We can find the values of A 1,A 2, A n by multiplying (84) with (a 1 x + b 1 )(a 2 x + b 2 ) (a n x+b n ) and either by comparing the coe cients on both sides b 1 b 2 b n or by plugging in the roots of q(x) i.e.,,,, Let us a 1 a 2 a n. illustrate this using an example. 1 x 3 +2x x dx.

15 Firstly note that the integrand in the above integral is a proper rational function and x 3 +2x 2 3x = x(x 2 +2x 3) = x(x 1)(x + 3). Therefore, the partial fraction decomposition is 1 x(x 1)(x + 3) = A 1 x + A 2 x 1 + A 3 x +3, (85) If we multiply both sides of (85) with x(x 1)(x + 3) we get 1=A 1 (x 1)(x + 3) + A 2 x(x + 3) + A 3 x(x 1) =(A 1 + A 2 + A 3 )x 2 +(2A 1 +3A 2 A 3 )x 3A 1 (86) Since the left and right hand sides of (86) are equal we equate the coe cients of x 2, x and constants respectively. A 1 + A 2 + A 3 =0 (87) 2A 1 +3A 2 A 3 =0 (88) 3A 1 =1 (89) From (89), we have A 1 = get 1 3 and if we plug this in (87) and (88), we A 2 + A 3 = 1 3 3A 2 A 3 = 2 3 (90) (91) which we can solve explicitly to get A 2 = 1 4 and A 3 = Alternatively, we can also plug in the values x = 0,x = 1 and x = 3 in (86) to get the values of A 1, A 2 and A 3 respectively. Subsequently, we can now calculate the original integral 1 1 x 3 +2x 2 3x dx = 3x + 1 4(x 1) + 1 dx (92) 12(x + 3) = 1 3 ln x ln x 1 + ln x +3 + c q(x) is a product of repeated linear factors i.e., for instance q(x) =(a 1 x + b 1 ) r (a n x + b n ). then the contributing partial fraction of (a 1 x + b) r is A 1 a 1 x + b + A 2 (a 1 x + b) 2 + A 3 (a 1 x + b) 2 A r (a 1 x + b) r 15

16 A 1 instead of just a 1 x + b. For instance, consider the following integral as an example x 4 2x 2 +4x +1 x 3 x 2 x +1 dx. (93) Firstly, it may be noted that the integrand is an improper rational function, therefore we need to reduce it to a proper one using long division and x 4 2x 2 +4x +1 x 3 x 2 x +1 = x +1+ 4x x 3 x 2 x +1, (94) x 3 x 2 x +1=x 2 (x 1) (x 1) = (x 1) 2 (x + 1). which has repeated linear factor (x 1) 2. Consequently, 4x x 3 x 2 x +1 = A 1 x 1 + A 2 (x 1) 2 + A 3 x +1. Multiplying the above equation with (x 1) 2 (x + 1), we get 4x =(x 1)(x + 1)A 1 +(x + 1)A 2 +(x 1) 2 A 3. We can now solve for A 1,A 2 anda 3 either by comparing the coe cients on both sides or by plugging in suitable values of x. For instance, with x = 1 we get A 2 = 2, with x = 1 we get A 3 = 1 and x = 0 gives A 1 = q(x) has a quadratic factor with no real roots i.e., ax 2 + bx + c with b 2 4ac < 0. Then the contributing term in the partial fraction decomposition is Ax + b ax 2 + bx + c. In the integral x 2 x +6 x 3 +3x the denominator of the integrand x 3 +3x = x(x 2 + 3) has a quadratic factor x which does not have real roots. Therefore, the paritial fraction decomposition is dx, x 2 x +6 x 3 +3x = A 1 x + A 2x + A 3 x

17 Again, by multiplying the above equation with x(x 2 + 3) gives x 2 x +6=(x 2 + 3)A 1 + x(a 2 x + A 3 )=(A 1 + A 2 )x 2 + A 3 x +3A. By comparing the coe cients we obtain A 1 + A 2 = 1 (95) A 3 = 1 (96) A 1 =2, (97) which gives A 1 =2,A 2 = 1,A 3 = 1. x 2 x +6 2 x 3 +3x dx = x =2 ln x x +1 x 2 +3 dx 1 2 ln(x3 + 3) 1 xp p arctan. (98) If q(x) has repeated quadratic factors with no real roots i.e., (ax 2 + bx + c) r,withb 2 4ac < 0. In this case, the contributing term in the partial fraction decomposition has the following form A 1 x + B 1 ax 2 + bx + c + A 2 x + B 2 (ax 2 + bx + c) 2 + A r x + B r (ax 2 + bx + c) r (99). For instance, in the integral the integrand can be split as dx x(x 2 + 4) 3, 1 x(x 2 + 4) 3 = A 1 x + A 2x + B 2 x 2 + A 3x + B 3 +4 (x 2 + 4) 2 + A 4x + B 4 (x 2 + 4) 3. Proceeding like in previous examples we can compute the values of A 1, A 4 and B 1, B 3. 17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

79

80

81

82

83

84

85

86

87

88

89

90

91

92

93

94

95

96

97

98

99

100

101

102

103

104

105

106

107

108

109

110

111

112

113

114

115

116

117

118

119

120

121

122

123

124

125

126

127

128

129

130

131

132

133

134

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

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

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

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

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

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

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

Fall 2014: the Area Problem. Example Calculate the area under the graph f (x) =x 2 over the interval 0 apple x apple 1.

Fall 2014: the Area Problem. Example Calculate the area under the graph f (x) =x 2 over the interval 0 apple x apple 1. Fall 204: the Area Problem Example Calculate the area under the graph f (x) =x 2 over the interval 0 apple x apple. Velocity Suppose that a particle travels a distance d(t) at time t. Then Average velocity

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

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

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

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

Chapter 8 Integration Techniques and Improper Integrals

Chapter 8 Integration Techniques and Improper Integrals Chapter 8 Integration Techniques and Improper Integrals 8.1 Basic Integration Rules 8.2 Integration by Parts 8.4 Trigonometric Substitutions 8.5 Partial Fractions 8.6 Numerical Integration 8.7 Integration

More information

Partial Fractions. Calculus 2 Lia Vas

Partial Fractions. Calculus 2 Lia Vas Calculus Lia Vas Partial Fractions rational function is a quotient of two polynomial functions The method of partial fractions is a general method for evaluating integrals of rational function The idea

More information

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

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

More information

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

Integration by Parts

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

More information

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

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

Methods of Integration

Methods of Integration Methods of Integration Essential Formulas k d = k +C sind = cos +C n d = n+ n + +C cosd = sin +C e d = e +C tand = ln sec +C d = ln +C cotd = ln sin +C + d = tan +C lnd = ln +C secd = ln sec + tan +C cscd

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

Calculus. Integration (III)

Calculus. Integration (III) Calculus Integration (III) Outline 1 Other Techniques of Integration Partial Fractions Integrals Involving Powers of Trigonometric Functions Trigonometric Substitution 2 Using Tables of Integrals Integration

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

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

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

Applied Calculus I. Lecture 29

Applied Calculus I. Lecture 29 Applied Calculus I Lecture 29 Integrals of trigonometric functions We shall continue learning substitutions by considering integrals involving trigonometric functions. Integrals of trigonometric functions

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

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

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

Mathematics Notes for Class 12 chapter 7. Integrals

Mathematics Notes for Class 12 chapter 7. Integrals 1 P a g e Mathematics Notes for Class 12 chapter 7. Integrals Let f(x) be a function. Then, the collection of all its primitives is called the indefinite integral of f(x) and is denoted by f(x)dx. Integration

More information

t 2 + 2t dt = (t + 1) dt + 1 = arctan t x + 6 x(x 3)(x + 2) = A x +

t 2 + 2t dt = (t + 1) dt + 1 = arctan t x + 6 x(x 3)(x + 2) = A x + MATH 06 0 Practice Exam #. (0 points) Evaluate the following integrals: (a) (0 points). t +t+7 This is an irreducible quadratic; its denominator can thus be rephrased via completion of the square as a

More information

Math 205, Winter 2018, Assignment 3

Math 205, Winter 2018, Assignment 3 Math 05, Winter 08, Assignment 3 Solutions. Calculate the following integrals. Show your steps and reasoning. () a) ( + + )e = ( + + )e ( + )e = ( + + )e ( + )e + e = ( )e + e + c = ( + )e + c This uses

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

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

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

More information

Topics from Algebra and Pre-Calculus. (Key contains solved problems)

Topics from Algebra and Pre-Calculus. (Key contains solved problems) Topics from Algebra and Pre-Calculus (Key contains solved problems) Note: The purpose of this packet is to give you a review of basic skills. You are asked not to use the calculator, except on p. (8) and

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

Chapter 8: Techniques of Integration

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

More information

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

sin xdx = cos x + c We also run into antiderivatives for tan x, cot x, sec x and csc x in the section on Log integrals. They are: cos ax sec ax a

sin xdx = cos x + c We also run into antiderivatives for tan x, cot x, sec x and csc x in the section on Log integrals. They are: cos ax sec ax a Trig Integrals We already know antiderivatives for sin x, cos x, sec x tan x, csc x, sec x and csc x cot x. They are cos xdx = sin x sin xdx = cos x sec x tan xdx = sec x csc xdx = cot x sec xdx = tan

More information

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5 8.4 1 8.4 Partial Fractions Consider the following integral. 13 2x (1) x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that 13 2x (2) x 2 x 2 = 3 x 2 5 x + 1 We could then

More information

6.3 Partial Fractions

6.3 Partial Fractions 6.3 Partial Fractions Mark Woodard Furman U Fall 2009 Mark Woodard (Furman U) 6.3 Partial Fractions Fall 2009 1 / 11 Outline 1 The method illustrated 2 Terminology 3 Factoring Polynomials 4 Partial fraction

More information

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

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

More information

PART ONE: Solve algebraically and check. Be sure to show all work.

PART ONE: Solve algebraically and check. Be sure to show all work. NAME AP CALCULUS BC SUMMER ASSIGNMENT 2017 DIRECTIONS: Each part must be completed separately on looseleaf. All work should be shown and done in a neat and precise manner. Any questions pertaining to the

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

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

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

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 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 INTEGRATION 3.0 INTRODUCTION 3.1 OBJECTIVES. Structure

UNIT 3 INTEGRATION 3.0 INTRODUCTION 3.1 OBJECTIVES. Structure Calculus UNIT 3 INTEGRATION Structure 3.0 Introduction 3.1 Objectives 3.2 Basic Integration Rules 3.3 Integration by Substitution 3.4 Integration of Rational Functions 3.5 Integration by Parts 3.6 Answers

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

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

Indefinite Integration

Indefinite Integration Indefinite Integration 1 An antiderivative of a function y = f(x) defined on some interval (a, b) is called any function F(x) whose derivative at any point of this interval is equal to f(x): F'(x) = f(x)

More information

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc.

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc. Section 2.1-2.2 September 6, 2017 1 Polynomials Definition. A polynomial is an expression of the form a n x n + a n 1 x n 1 + + a 1 x + a 0 where each a 0, a 1,, a n are real numbers, a n 0, and n is a

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

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

Review session Midterm 1

Review session Midterm 1 AS.110.109: Calculus II (Eng) Review session Midterm 1 Yi Wang, Johns Hopkins University Fall 2018 7.1: Integration by parts Basic integration method: u-sub, integration table Integration By Parts formula

More information

Integration by Substitution

Integration by Substitution Integration by Substitution Dr. Philippe B. Laval Kennesaw State University Abstract This handout contains material on a very important integration method called integration by substitution. Substitution

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

Calculus for Engineers II - Sample Problems on Integrals Manuela Kulaxizi

Calculus for Engineers II - Sample Problems on Integrals Manuela Kulaxizi Calculus for Engineers II - Sample Problems on Integrals Manuela Kulaxizi Question : Solve the following integrals:. π sin x. x 4 3. 4. sinh 8 x cosh x sin x cos 7 x 5. x 5 ln x 6. 8x + 6 3x + x 7. 8..

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

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

Solutions to Exam 2, Math 10560

Solutions to Exam 2, Math 10560 Solutions to Exam, Math 6. Which of the following expressions gives the partial fraction decomposition of the function x + x + f(x = (x (x (x +? Solution: Notice that (x is not an irreducile factor. If

More information

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i 2 = 1 Sometimes we like to think of i = 1 We can treat

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

MAT01B1: Integration of Rational Functions by Partial Fractions

MAT01B1: Integration of Rational Functions by Partial Fractions MAT01B1: Integration of Rational Functions by Partial Fractions Dr Craig 1 August 2018 My details: Dr Andrew Craig acraig@uj.ac.za Consulting hours: Monday 14h40 15h25 Thursday 11h20 12h55 Friday 11h20

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

7.4: Integration of rational functions

7.4: Integration of rational functions A rational function is a function of the form: f (x) = P(x) Q(x), where P(x) and Q(x) are polynomials in x. P(x) = a n x n + a n 1 x n 1 + + a 0. Q(x) = b m x m + b m 1 x m 1 + + b 0. How to express a

More information

Math 226 Calculus Spring 2016 Exam 2V1

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

More information

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

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

More information

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

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

Week 2 Techniques of Integration

Week 2 Techniques of Integration Week Techniques of Integration Richard Earl Mathematical Institute, Oxford, OX LB, October Abstract Integration by Parts. Substitution. Rational Functions. Partial Fractions. Trigonometric Substitutions.

More information

Calculus. Weijiu Liu. Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA

Calculus. Weijiu Liu. Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA Calculus Weijiu Liu Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA 1 Opening Welcome to your Calculus I class! My name is Weijiu Liu. I will guide you

More information

Examples 2: Composite Functions, Piecewise Functions, Partial Fractions

Examples 2: Composite Functions, Piecewise Functions, Partial Fractions Examples 2: Composite Functions, Piecewise Functions, Partial Fractions September 26, 206 The following are a set of examples to designed to complement a first-year calculus course. objectives are listed

More information

Honors AP Calculus BC Trig Integration Techniques 13 December 2013

Honors AP Calculus BC Trig Integration Techniques 13 December 2013 Honors AP Calculus BC Name: Trig Integration Techniques 13 December 2013 Integration Techniques Antidifferentiation Substitutiion (antidifferentiation of the Chain rule) Integration by Parts (antidifferentiation

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

A Library of Functions

A Library of Functions LibraryofFunctions.nb 1 A Library of Functions Any study of calculus must start with the study of functions. Functions are fundamental to mathematics. In its everyday use the word function conveys to us

More information

Math 10860, Honors Calculus 2

Math 10860, Honors Calculus 2 Math 10860, Honors Calculus 2 Worksheet/Information sheet on partial fractions March 8 2018 This worksheet (or rather, information sheet with a few questions) takes you through the method of partial fractions

More information

SUMMATION TECHNIQUES

SUMMATION TECHNIQUES SUMMATION TECHNIQUES MATH 53, SECTION 55 (VIPUL NAIK) Corresponding material in the book: Scattered around, but the most cutting-edge parts are in Sections 2.8 and 2.9. What students should definitely

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

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

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

ALGEBRA AND TRIGONOMETRY REVIEW by Dr TEBOU, FIU. A. Fundamental identities Throughout this section, a and b denotes arbitrary real numbers.

ALGEBRA AND TRIGONOMETRY REVIEW by Dr TEBOU, FIU. A. Fundamental identities Throughout this section, a and b denotes arbitrary real numbers. ALGEBRA AND TRIGONOMETRY REVIEW by Dr TEBOU, FIU A. Fundamental identities Trougout tis section, a and b denotes arbitrary real numbers. i) Square of a sum: (a+b) =a +ab+b ii) Square of a difference: (a-b)

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

Mathematics 1161: Final Exam Study Guide

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

More information

function independent dependent domain range graph of the function The Vertical Line Test

function independent dependent domain range graph of the function The Vertical Line Test Functions A quantity y is a function of another quantity x if there is some rule (an algebraic equation, a graph, a table, or as an English description) by which a unique value is assigned to y by a corresponding

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

Math123 Lecture 1. Dr. Robert C. Busby. Lecturer: Office: Korman 266 Phone :

Math123 Lecture 1. Dr. Robert C. Busby. Lecturer: Office: Korman 266 Phone : Lecturer: Math1 Lecture 1 Dr. Robert C. Busby Office: Korman 66 Phone : 15-895-1957 Email: rbusby@mcs.drexel.edu Course Web Site: http://www.mcs.drexel.edu/classes/calculus/math1_spring0/ (Links are case

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

7.1. Calculus of inverse functions. Text Section 7.1 Exercise:

7.1. Calculus of inverse functions. Text Section 7.1 Exercise: Contents 7. Inverse functions 1 7.1. Calculus of inverse functions 2 7.2. Derivatives of exponential function 4 7.3. Logarithmic function 6 7.4. Derivatives of logarithmic functions 7 7.5. Exponential

More information

MAT137 - Term 2, Week 5

MAT137 - Term 2, Week 5 MAT137 - Term 2, Week 5 Test 3 is tomorrow, February 3, at 4pm. See the course website for details. Today we will: Talk more about integration by parts. Talk about integrating certain combinations of trig

More information

Chapter 3. Reading assignment: In this chapter we will cover Sections dx 1 + a 0(x)y(x) = g(x). (1)

Chapter 3. Reading assignment: In this chapter we will cover Sections dx 1 + a 0(x)y(x) = g(x). (1) Chapter 3 3 Introduction Reading assignment: In this chapter we will cover Sections 3.1 3.6. 3.1 Theory of Linear Equations Recall that an nth order Linear ODE is an equation that can be written in the

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

320 AP Calculus BC Problems arranged by Topic and Difficulty Level

320 AP Calculus BC Problems arranged by Topic and Difficulty Level By Dr. Steve Warner Legal Notice This book is copyright 206 with all rights reserved. It is illegal to copy, distribute, or create derivative works from this book in whole or in part or to contribute to

More information

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions Lesson 15 Graphs of Rational Functions SKILLS REVIEW! Use function composition to prove that the following two funtions are inverses of each other. 2x 3 f(x) = g(x) = 5 2 x 1 1 2 Lesson Objectives! The

More information

Handbook of Ordinary Differential Equations

Handbook of Ordinary Differential Equations Handbook of Ordinary Differential Equations Mark Sullivan July, 28 i Contents Preliminaries. Why bother?...............................2 What s so ordinary about ordinary differential equations?......

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

A. Incorrect! This equality is true for all values of x. Therefore, this is an identity and not a conditional equation.

A. Incorrect! This equality is true for all values of x. Therefore, this is an identity and not a conditional equation. CLEP-Precalculus - Problem Drill : Trigonometric Identities No. of 0 Instructions: () Read the problem and answer choices carefully () Work the problems on paper as. Which of the following equalities is

More information

Table of Contents. Module 1

Table of Contents. Module 1 Table of Contents Module Order of operations 6 Signed Numbers Factorization of Integers 7 Further Signed Numbers 3 Fractions 8 Power Laws 4 Fractions and Decimals 9 Introduction to Algebra 5 Percentages

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