Math 10860, Honors Calculus 2

Size: px
Start display at page:

Download "Math 10860, Honors Calculus 2"

Transcription

1 Math 10860, Honors Calculus 2 Worksheet/Information sheet on partial fractions March This worksheet (or rather, information sheet with a few questions) takes you through the method of partial fractions for finding primitives/antiderivatives of rational functions. The method is, on the whole, fairly okay to understand at a theoretical level, but (unfortunately) rather difficult to implement practically except in some simple cases. Setup A rational function is a function f given by f(x) = P (x) where P and Q are both Q(x) polynomials, and Q is not zero. Because our concern is with finding antiderivatives of rational functions, and this is easy when Q is a constant (in which case the rational function is just a polynomial), we will throughout assume that the degree of Q is at least 1. Recall that the degree deg(q) of the polynomial Q(x) is the highest power of x in the polynomial that has a non-zero coefficient. Also, since it s easy to find an antiderivative of the zero function, we will assume that P is not zero. By scaling Q by a constant, if necessary, we can assume that where n 1, and that Q(x) = x n + q 1 x n q n 1 x + q n where m 0 and p 0 0. Three key facts P (x) = p 0 x m + p 1 x m p m 1 x + p m To find an antiderivative of P (x)/q(x) we will need to use three facts from algebra, that we will not prove. 1

2 Fact 1 (the division algorithm for polynomials): If deg(p ) deg(q) then there are polynomials A(x) (the quotient) and B(x) (the remainder) with deg(b) < deg(q) such that P (x) = A(x)Q(x) + B(x), or P (x) Q(x) = A(x) + B(x) Q(x). A and B can be found by polynomial long division. Running example: Consider the rational function 3x 6 7x 5 + 9x 4 9x 3 + 7x 2 4x 1. x 4 2x 3 + 2x 2 2x + 1 When we start long division, the first term will definitely be 3x 2 (that s what s needed to get the leading x 4 in the denominator up to 3x 6 ). Now (x 4 2x 3 + 2x 2 2x + 1)(3x 2 ) = 3x 6 6x 5 + 6x 4 6x 3 + 3x 2, and when this is subtracted from 3x 6 7x 5 + 9x 4 9x 3 + 7x 2 4x 1 we get x 5 + 3x 4 3x 3 + 4x 2 4x 1. So we continue the long division with x (that s what s needed to get the leading x 4 in the denominator up to x 5 ). Now (x 4 2x 3 + 2x 2 2x + 1)( x) = x 5 + 2x 4 2x 3 + 2x 2 x, and when this is subtracted from x 5 + 3x 4 3x 3 + 4x 2 4x 1 we get x 4 x 3 + 2x 2 3x 1. So the next term in the long division is 1; and when x 4 2x 3 + 2x 2 2x + 1 is subtracted from x 4 x 3 + 2x 2 3x 1 we get x 3 x 2. This has degree smaller than 4, so the remainder term has been reached, and the long division is finished: 3x 6 7x 5 + 9x 4 9x 3 + 7x 2 4x 1 x 4 2x 3 + 2x 2 2x + 1 = 3x 2 x x 3 x 2 x 4 2x 3 + 2x 2 2x + 1. Examples to work out: Find A and B for the following rational functions. 1. x 5 x 4 +x x 7 +3x 6 x 5 +4x 4 +5x 2 1 x 4 +x 2 x 3. (1 x) 4 (1+x) 4 2

3 4. x 4 +2x 3 +3x 2 +2x+1 x 2 +x+1 The point of Fact 1 is that since P Q = A + B Q, and A is easy to find (A being a polynomial), from here on in the method of partial fractions we need only concentrate on rational functions of the form B(x)/Q(x), i.e., those where the degree of the numerator is less than the degree of the denominator. Fact 2 (a corollary of the fundamental theorem of algebra): The polynomial deg(q) can be factored into linear and quadratic terms: Q(x) = (x r 1 ) α1 (x r k ) α k (x 2 2s 1 x + t 1 ) β1 (x 2 2s l x + t l ) β l where the r i s, s i s and t i s are reals, the α i s and β i s are natural numbers, the r i s are distinct from each other, the pairs (s i, t i ) are distinct from each other (so there is no co-incidence between any pairs of factors), s 2 i < t i for each i (so none of the quadratic terms can be factored further into linear terms), and deg(q) = i α i + 2 j β j. Moreover, each quadratic term x 2 2s i x+t i can be written in the form (x a i ) 2 +b 2 i with a i and b i real and b i positive (this comes straight from s 2 i < t i : we have x 2 2s i x + t i = (x s i ) 2 + t i s 2 i = (x a i ) 2 + b 2 i where a i = s i and b i = t i s 2 i ). Lurking behind Fact 2 is the fundamental theorem of algebra, which says that every polynomial with complex coefficients has a root in the complex numbers. Given a complex polynomial C(z) with root c, using the division algorithm it is possible to write C(z) = (z c) C(z), where C(z) is a complex polynomial whose degree is one less than that of C, and repeating this process we get that C factors fully into linear terms, as C(z) = (z c 1 ) (z c n ) where n = deg(c). Here the c i are complex numbers; but Q, having only real coefficients, possibly has some of these roots being real (these are the r i above). It turns out that for a polynomial with all real coefficients, the complex roots appear in what are called complex conjugate pairs: pairs of the form a + b 1 and a b 1. Noting that (z (a + b 1))(z (a b 1)) = (z a) 2 + b 2, this explains the form of the quadratic factors above. In general, it is very difficult to fully factor a real polynomial into linear and quadratic factors. Running example: Consider x 4 2x 3 + 2x 2 2x + 1. After some trial-and error, we find that 1 must be a root, since (1) 4 2(1) 3 + 2(1) 2 2(1) + 1 = 0. So x 1 is a factor, and long division gives x 4 2x 3 + 2x 2 2x + 1 = (x 1)(x 3 x 2 + x 1). 3

4 Again 1 is a root of x 3 x 2 + x 1, and x 4 2x 3 + 2x 2 2x + 1 = (x 1)(x 1)(x 2 + 1). The quadratic formula tells us that we cannot factor any further. Examples to work out: Fully factor the polynomials below into linear factors of the form x r and quadratic factors of the form (x a) 2 + b 2. Start by trying a few small values of r (positive and negative) to find one with the polynomial evaluating to 0 at r; then divide by x r and repeat. 5. Factorize x 4 x 3 7x 2 + x Factorize x 4 x 3 7x 2 + x Factorize x 3 3x 2 + 3x 1 8. Factorize x 6 + 3x 4 + 3x Factorize x (tricky) The point of Fact 2 is that it feeds nicely into Fact 3. Fact 3 (partial fractions decomposition): Let Q and B be polynomials as described above (Q has degree at least 1, and leading coefficient 1, and B has degree less than that of Q). Let Q be factored into linear and quadratic terms, exactly as outlined in Fact 2: Q(x) = (x r 1 ) α1 (x r k ) α k ((x a 1 ) 2 + b 2 1) β1 ((x a l ) 2 + b 2 l) β l. Then there are real constants A 11,..., A 1α1, A 21,..., A 2α2,..., A k1,..., A kαk, B 11,..., B 1β1, B 21,..., B 2β2,..., B k1,..., B kβk, C 11,..., C 1β1, C 21,..., C 2β2,..., C k1,..., C kβk, 4

5 such that B(x) Q(x) = A 11 + A 12 (x r 1 ) (x r A 1α 1 ) 2 A 21 + A 22 (x r 2 ) (x r A 2α 2 + ) 2 (x r 2 ) α 2 + A k1 + (x r k ) B 11 x+c 11 + B 12x+C 12 ((x a 1 ) 2 +b 2 1 ) B 21 x+c 21 + B 22x+C 22 ((x a 2 ) 2 +b 2 2 ) B l1 x+c l1 ((x a l ) 2 +b 2 l ) + A k2 (x r k ) ((x a 1 ) 2 +b 2 1 )2 + + ((x a ) 2 +b 2 2 )2 + B l2x+c l2 ((x a l + + ) 2 +b 2 l )2 (x r 1 ) α 1 + A kα k + (x r k ) α k B 1β 1 x+c 1β1 + ((x a 1 ) 2 +b 2 1 )β 1 B 2β 2 x+c 2β2 + ((x a 2 ) 2 +b 2 2 )β 2 B lβ l x+c lβl ((x a l ) 2 +b 2 l )β l. The proof of Fact 3 is not very difficult, but it requires too much familiarity with linear algebra to describe here. It is somewhat straightforward to locate the values of the constants asserted in Fact 3. Start with the equation given in Fact 3 (with all the constants unknown). Multiply both sides by Q(x). The right-hand side becomes a polynomial of degree deg(q) 1, so with deg(q) coefficients, expressed in terms of a number of unknowns deg(q) unknowns, to be precise. The left-hand side becomes a polynomial with known coefficients with degree at most deg(q) 1. Equating the constant terms on both sides, the linear terms, the quadratic terms, et cetera, one gets a collection of deg(q) equations in deg(q) unknowns. Using techniques from linear algebra, such a system can be solved relatively quickly to find the (unique, as it turns out) values for the constants (the A s, B s and C s). Even without knowing linear algebra, it is fairly straightforward to perform this task, if the degrees of the polynomials involved are all reasonably small. Running example: We seek to find the partial fractions decomposition of We start with x 3 x 2 (x 1) 2 (x 2 + 1) = A x 1 + B (x 1) + Cx + D 2 x Multiplying through by (x 1) 2 (x 2 + 1) yields x 3 x 2 = A(x 1)(x 2 + 1) + B(x 2 + 1) + (Cx + D)(x 1) 2 x 3 x 2. (x 1) 2 (x 2 +1) = (A + C)x 3 + ( A + B 2C + D)x 2 + (A + C 2D)x + ( A + B + D). Equating coefficients gives A + C = 1, A + B 2C + D = 0, A + C 2D = 1, A + B + D = 2. One can solve this system of four equations in four unknowns by, for example, using the first equation to write A = C 1, then substituting this into the remaining three 5

6 to get three equations in three unknowns, then substitute again to get two equations in two unknowns, then again to get one equation in one unknown, which is easy to solve. Plugging in that one known value, the whole system now becomes one of three equations in three unknowns; rinse and repeat. (There are systematic ways to do this process, which are very efficient, and are explored in linear algebra). Solving this system of equations in this way gives A = 2, B = 1, C = 1 and D = 1, so that x 3 x 2 (x 1) 2 (x 2 + 1) = 2 x 1 1 (x 1) (x 1) 2 x Examples to work out: Find the partial fractions decompositions of the following expressions x 2 +7x 1 x 3 +x 2 x x+1 x 3 3x 2 +3x x (x 2 +x+1) x 4 +1 Finding antiderivatives of rational functions Using the three facts above, we can reduce the task of finding an antiderivative of a rational function to that of finding antiderivatives of functions of the following types: polynomials these are easy functions of the form A where A and r are constants, and α is a natural (x r) α number. These are straightforward: { A A (x r) dx = if α 1 (1 α)(x r) α 1 α A log(x r) if α = 1. functions of the form Cx+D where C, D, a and b are real constants, with ((x a) 2 +b 2 ) β b positive, and β is a natural number. To deal with these, we first write Cx + D (C/2)2(x a) = ((x a) 2 + b 2 ) β ((x a) 2 + b 2 ) + Ca + D β ((x a) 2 + b 2 ). β Using the substitution u = (x a) 2 + b 2 we get (C/2)2(x a) ((x a) 2 + b 2 ) dx = C { du C/2 C/2 β 2 u = = if β 1 (1 β)u β 1 (1 β)((x a) 2 +b 2 ) β 1 β (C/2) log u = (C/2) log((x a) 2 + b 2 ) if β = 1. 6

7 To deal with the (Ca + D)/(((x a) 2 + b 2 ) β ) terms, we have ( ) Ca + D ((x a) 2 + b 2 ) = Ca + D 1 β b 2β ) ( x a b so using the substitution u = (x a)/b we get Ca + D Ca + D dx = ((x a) 2 + b 2 ) β b 2β 1 In class we studied the integral du. If we set (u 2 +1) β A β = du (u 2 + 1) β du (u 2 + 1) β then we saw that we have A 0 = 1, A 1 = arctan u = arctan((x a)/b), and for β 1, u (2β 1) A β+1 = + A 2β(1 + u 2 ) β β = 2β (x a)/b 2β(1 + ((x a)/b) 2 ) So we can recursively figure out an antiderivative. (2β 1) + A β β. 2β Running example: We seek an antiderivative of 3x 6 7x 5 + 9x 4 9x 3 + 7x 2 4x 1. x 4 2x 3 + 2x 2 2x + 1 As we have seen, this function can be expressed as 3x 2 x x 1 1 (x 1) (x 1) 2 x Only the last of these terms requires effort. We have x 1 x = 1 2x 2 x x 2 + 1, and so the desired antiderivative of our rational function is x 3 x2 2 + x + 2 log(x 1) + 1 x log(x2 + 1) + arctan x. 7

8 Examples to work out 14. Find 2x 2 +7x 1 x 3 +x 2 x 1 dx 15. Find 2x+1 x 3 3x 2 +3x 1 dx 16. Find 3x (x 2 +x+1) 3 dx 17. Find dx x Use the t = tan(x/2) substitution, and the method of partial fractions, to find antiderivatives for each of the following trigonometric functions: sec x (the answer you get is unlikely to be log(sec x + tan x), which is the expression that you are most likely to see if you look up a table of antiderivatives. Check that log(sec x + tan x) differentiates to sec x, and also that the expression that you get is equal to log(sec x+tan x), perhaps up to an additive constant). sec 3 x. 19. Using the magic substitution t = tan(x/2), and partial fractions, we see that every rational function of sin and cos has an elementary antiderivative. Show that also every rational function of e x has an elementary antiderivative. 8

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

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

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

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

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

Partial Fraction Decomposition Honors Precalculus Mr. Velazquez Rm. 254

Partial Fraction Decomposition Honors Precalculus Mr. Velazquez Rm. 254 Partial Fraction Decomposition Honors Precalculus Mr. Velazquez Rm. 254 Adding and Subtracting Rational Expressions Recall that we can use multiplication and common denominators to write a sum or difference

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

Calculus II. Monday, March 13th. WebAssign 7 due Friday March 17 Problem Set 6 due Wednesday March 15 Midterm 2 is Monday March 20

Calculus II. Monday, March 13th. WebAssign 7 due Friday March 17 Problem Set 6 due Wednesday March 15 Midterm 2 is Monday March 20 Announcements Calculus II Monday, March 13th WebAssign 7 due Friday March 17 Problem Set 6 due Wednesday March 15 Midterm 2 is Monday March 20 Today: Sec. 8.5: Partial Fractions Use partial fractions to

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

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

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

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

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

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

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

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

Partial Fractions. (Do you see how to work it out? Substitute u = ax+b, so du = adx.) For example, 1 dx = ln x 7 +C, x 7 Partial Fractions -4-209 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

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

PARTIAL FRACTION DECOMPOSITION. Mr. Velazquez Honors Precalculus

PARTIAL FRACTION DECOMPOSITION. Mr. Velazquez Honors Precalculus PARTIAL FRACTION DECOMPOSITION Mr. Velazquez Honors Precalculus ADDING AND SUBTRACTING RATIONAL EXPRESSIONS Recall that we can use multiplication and common denominators to write a sum or difference of

More information

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

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

More information

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

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

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

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

Equations in Quadratic Form

Equations in Quadratic Form Equations in Quadratic Form MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to: make substitutions that allow equations to be written

More information

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

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

More information

Math 106: Review for Exam II - SOLUTIONS

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

More information

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

6x 3 12x 2 7x 2 +16x 7x 2 +14x 2x 4

6x 3 12x 2 7x 2 +16x 7x 2 +14x 2x 4 2.3 Real Zeros of Polynomial Functions Name: Pre-calculus. Date: Block: 1. Long Division of Polynomials. We have factored polynomials of degree 2 and some specific types of polynomials of degree 3 using

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

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

Core Mathematics 3 Algebra

Core Mathematics 3 Algebra http://kumarmathsweeblycom/ Core Mathematics 3 Algebra Edited by K V Kumaran Core Maths 3 Algebra Page Algebra fractions C3 The specifications suggest that you should be able to do the following: Simplify

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

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

H-Pre-Calculus Targets Chapter I can write quadratic functions in standard form and use the results to sketch graphs of the function.

H-Pre-Calculus Targets Chapter I can write quadratic functions in standard form and use the results to sketch graphs of the function. H-Pre-Calculus Targets Chapter Section. Sketch and analyze graphs of quadratic functions.. I can write quadratic functions in standard form and use the results to sketch graphs of the function. Identify

More information

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

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

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics MATHS 101: Calculus I

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics   MATHS 101: Calculus I Preliminaries 2 1 2 Lectures Department of Mathematics http://www.abdullaeid.net/maths101 MATHS 101: Calculus I (University of Bahrain) Prelim 1 / 35 Pre Calculus MATHS 101: Calculus MATHS 101 is all about

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

5.3 SOLVING TRIGONOMETRIC EQUATIONS

5.3 SOLVING TRIGONOMETRIC EQUATIONS 5.3 SOLVING TRIGONOMETRIC EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Use standard algebraic techniques to solve trigonometric equations. Solve trigonometric equations

More information

Math Real Analysis II

Math Real Analysis II Math 432 - Real Analysis II Solutions to Homework due February 3 In class, we learned that the n-th remainder for a smooth function f(x) defined on some open interval containing is given by f (k) () R

More information

MATH 103 Pre-Calculus Mathematics Test #3 Fall 2008 Dr. McCloskey Sample Solutions

MATH 103 Pre-Calculus Mathematics Test #3 Fall 2008 Dr. McCloskey Sample Solutions MATH 103 Pre-Calculus Mathematics Test #3 Fall 008 Dr. McCloskey Sample Solutions 1. Let P (x) = 3x 4 + x 3 x + and D(x) = x + x 1. Find polynomials Q(x) and R(x) such that P (x) = Q(x) D(x) + R(x). (That

More information

INTEGRATION OF RATIONAL FUNCTIONS BY PARTIAL FRACTIONS

INTEGRATION OF RATIONAL FUNCTIONS BY PARTIAL FRACTIONS INTEGRATION OF RATIONAL FUNCTIONS BY PARTIAL FRACTIONS. Introduction It is possible to integrate any rational function, constructed as the ratio of polynomials by epressing it as a sum of simpler fractions

More information

Review for the Final Exam

Review for the Final Exam Math 171 Review for the Final Exam 1 Find the limits (4 points each) (a) lim 4x 2 3; x x (b) lim ( x 2 x x 1 )x ; (c) lim( 1 1 ); x 1 ln x x 1 sin (x 2) (d) lim x 2 x 2 4 Solutions (a) The limit lim 4x

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

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

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

8.6 Partial Fraction Decomposition

8.6 Partial Fraction Decomposition 628 Systems of Equations and Matrices 8.6 Partial Fraction Decomposition This section uses systems of linear equations to rewrite rational functions in a form more palatable to Calculus students. In College

More information

p324 Section 5.2: The Natural Logarithmic Function: Integration

p324 Section 5.2: The Natural Logarithmic Function: Integration p324 Section 5.2: The Natural Logarithmic Function: Integration Theorem 5.5: Log Rule for Integration Let u be a differentiable function of x 1. 2. Example 1: Using the Log Rule for Integration ** Note:

More information

8.4 Partial Fractions

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

More information

Partial Fraction Decomposition

Partial Fraction Decomposition Partial Fraction Decomposition As algebra students we have learned how to add and subtract fractions such as the one show below, but we probably have not been taught how to break the answer back apart

More information

You should be comfortable with everything below (and if you aren t you d better brush up).

You should be comfortable with everything below (and if you aren t you d better brush up). Review You should be comfortable with everything below (and if you aren t you d better brush up).. Arithmetic You should know how to add, subtract, multiply, divide, and work with the integers Z = {...,,,

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

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

7x 5 x 2 x + 2. = 7x 5. (x + 1)(x 2). 4 x

7x 5 x 2 x + 2. = 7x 5. (x + 1)(x 2). 4 x Advanced Integration Techniques: Partial Fractions The method of partial fractions can occasionally make it possible to find the integral of a quotient of rational functions. Partial fractions gives us

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

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polynomial and Rational Functions 3.1 Polynomial Functions and their Graphs So far, we have learned how to graph polynomials of degree 0, 1, and. Degree 0 polynomial functions are things like f(x) =,

More information

Math 1302 Notes 2. How many solutions? What type of solution in the real number system? What kind of equation is it?

Math 1302 Notes 2. How many solutions? What type of solution in the real number system? What kind of equation is it? Math 1302 Notes 2 We know that x 2 + 4 = 0 has How many solutions? What type of solution in the real number system? What kind of equation is it? What happens if we enlarge our current system? Remember

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

Chapter Five Notes N P U2C5

Chapter Five Notes N P U2C5 Chapter Five Notes N P UC5 Name Period Section 5.: Linear and Quadratic Functions with Modeling In every math class you have had since algebra you have worked with equations. Most of those equations have

More information

Worksheet Week 7 Section

Worksheet Week 7 Section Worksheet Week 7 Section 8.. 8.4. This worksheet is for improvement of your mathematical writing skill. Writing using correct mathematical epression and steps is really important part of doing math. Please

More information

CHAPTER 2 POLYNOMIALS KEY POINTS

CHAPTER 2 POLYNOMIALS KEY POINTS CHAPTER POLYNOMIALS KEY POINTS 1. Polynomials of degrees 1, and 3 are called linear, quadratic and cubic polynomials respectively.. A quadratic polynomial in x with real coefficient is of the form a x

More information

Integration Using Tables and Summary of Techniques

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

More information

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

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

3.4. ZEROS OF POLYNOMIAL FUNCTIONS

3.4. ZEROS OF POLYNOMIAL FUNCTIONS 3.4. ZEROS OF POLYNOMIAL FUNCTIONS What You Should Learn Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions. Find rational zeros of polynomial functions. Find

More information

Math 2142 Homework 5 Part 1 Solutions

Math 2142 Homework 5 Part 1 Solutions Math 2142 Homework 5 Part 1 Solutions Problem 1. For the following homogeneous second order differential equations, give the general solution and the particular solution satisfying the given initial conditions.

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

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: =

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: = Dividing Polynomials Prepared by: Sa diyya Hendrickson Name: Date: Let s begin by recalling the process of long division for numbers. Consider the following fraction: Recall that fractions are just division

More information

Math 162: Calculus IIA

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

More information

Solutions to the Worksheet on Polynomials and Rational Functions

Solutions to the Worksheet on Polynomials and Rational Functions Solutions to the Worksheet on Polynomials and Rational Functions Math 141 1 Roots of Polynomials A Indicate the multiplicity of the roots of the polynomialh(x) = (x 1) ( x) 3( x +x+1 ) B Check the remainder

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

1 Question related to polynomials

1 Question related to polynomials 07-08 MATH00J Lecture 6: Taylor Series Charles Li Warning: Skip the material involving the estimation of error term Reference: APEX Calculus This lecture introduced Taylor Polynomial and Taylor Series

More information

Review of Integration Techniques

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

More information

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

Chapter 2 Formulas and Definitions:

Chapter 2 Formulas and Definitions: Chapter 2 Formulas and Definitions: (from 2.1) Definition of Polynomial Function: Let n be a nonnegative integer and let a n,a n 1,...,a 2,a 1,a 0 be real numbers with a n 0. The function given by f (x)

More information

Physical Chemistry - Problem Drill 02: Math Review for Physical Chemistry

Physical Chemistry - Problem Drill 02: Math Review for Physical Chemistry Physical Chemistry - Problem Drill 02: Math Review for Physical Chemistry No. 1 of 10 1. The Common Logarithm is based on the powers of 10. Solve the logarithmic equation: log(x+2) log(x-1) = 1 (A) 1 (B)

More information

MATH 2400 LECTURE NOTES: POLYNOMIAL AND RATIONAL FUNCTIONS. Contents 1. Polynomial Functions 1 2. Rational Functions 6

MATH 2400 LECTURE NOTES: POLYNOMIAL AND RATIONAL FUNCTIONS. Contents 1. Polynomial Functions 1 2. Rational Functions 6 MATH 2400 LECTURE NOTES: POLYNOMIAL AND RATIONAL FUNCTIONS PETE L. CLARK Contents 1. Polynomial Functions 1 2. Rational Functions 6 1. Polynomial Functions Using the basic operations of addition, subtraction,

More information

(x + 1)(x 2) = 4. x

(x + 1)(x 2) = 4. x dvanced Integration Techniques: Partial Fractions The method of partial fractions can occasionally make it possible to find the integral of a quotient of rational functions. Partial fractions gives us

More information

Sect Complex Numbers

Sect Complex Numbers 161 Sect 10.8 - Complex Numbers Concept #1 Imaginary Numbers In the beginning of this chapter, we saw that the was undefined in the real numbers since there is no real number whose square is equal to a

More information

Lesson 7.1 Polynomial Degree and Finite Differences

Lesson 7.1 Polynomial Degree and Finite Differences Lesson 7.1 Polynomial Degree and Finite Differences 1. Identify the degree of each polynomial. a. 3x 4 2x 3 3x 2 x 7 b. x 1 c. 0.2x 1.x 2 3.2x 3 d. 20 16x 2 20x e. x x 2 x 3 x 4 x f. x 2 6x 2x 6 3x 4 8

More information

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

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

More information

MATH 150 Pre-Calculus

MATH 150 Pre-Calculus MATH 150 Pre-Calculus Fall, 2014, WEEK 2 JoungDong Kim Week 2: 1D, 1E, 2A Chapter 1D. Rational Expression. Definition of a Rational Expression A rational expression is an expression of the form p, where

More information

Section 8.3 Partial Fraction Decomposition

Section 8.3 Partial Fraction Decomposition Section 8.6 Lecture Notes Page 1 of 10 Section 8.3 Partial Fraction Decomposition Partial fraction decomposition involves decomposing a rational function, or reversing the process of combining two or more

More information

Math-3. Lesson 3-1 Finding Zeroes of NOT nice 3rd Degree Polynomials

Math-3. Lesson 3-1 Finding Zeroes of NOT nice 3rd Degree Polynomials Math- Lesson - Finding Zeroes of NOT nice rd Degree Polynomials f ( ) 4 5 8 Is this one of the nice rd degree polynomials? a) Sum or difference of two cubes: y 8 5 y 7 b) rd degree with no constant term.

More information

CHAPTER 7: TECHNIQUES OF INTEGRATION

CHAPTER 7: TECHNIQUES OF INTEGRATION CHAPTER 7: TECHNIQUES OF INTEGRATION DAVID GLICKENSTEIN. Introduction This semester we will be looking deep into the recesses of calculus. Some of the main topics will be: Integration: we will learn how

More information

Integration by partial fractions

Integration by partial fractions Roberto s Notes on Integral Calculus Chapter : Integration methods Section 15 Integration by partial fractions with non-repeated quadratic factors What you need to know already: How to use the integration

More information

Quick Review Sheet for A.P. Calculus Exam

Quick Review Sheet for A.P. Calculus Exam Quick Review Sheet for A.P. Calculus Exam Name AP Calculus AB/BC Limits Date Period 1. Definition: 2. Steps in Evaluating Limits: - Substitute, Factor, and Simplify 3. Limits as x approaches infinity If

More information

7.3 CALCULUS WITH THE INVERSE TRIGONOMETRIC FUNCTIONS

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

More information

Chapter 2.7 and 7.3. Lecture 5

Chapter 2.7 and 7.3. Lecture 5 Chapter 2.7 and 7.3 Chapter 2 Polynomial and Rational Functions 2.1 Complex Numbers 2.2 Quadratic Functions 2.3 Polynomial Functions and Their Graphs 2.4 Dividing Polynomials; Remainder and Factor Theorems

More information

Mathematics 1 Lecture Notes Chapter 1 Algebra Review

Mathematics 1 Lecture Notes Chapter 1 Algebra Review Mathematics 1 Lecture Notes Chapter 1 Algebra Review c Trinity College 1 A note to the students from the lecturer: This course will be moving rather quickly, and it will be in your own best interests to

More information

Summer Packet A Math Refresher For Students Entering IB Mathematics SL

Summer Packet A Math Refresher For Students Entering IB Mathematics SL Summer Packet A Math Refresher For Students Entering IB Mathematics SL Name: PRECALCULUS SUMMER PACKET Directions: This packet is required if you are registered for Precalculus for the upcoming school

More information

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 Name: Math Academy I Fall Study Guide CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 1-A Terminology natural integer rational real complex irrational imaginary term expression argument monomial degree

More information

Techniques of Integration

Techniques of Integration 0 Techniques of Integration ½¼º½ ÈÓÛ Ö Ó Ò Ò Ó Ò Functions consisting of products of the sine and cosine can be integrated by using substitution and trigonometric identities. These can sometimes be tedious,

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

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

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

MATH 431 PART 2: POLYNOMIAL RINGS AND FACTORIZATION

MATH 431 PART 2: POLYNOMIAL RINGS AND FACTORIZATION MATH 431 PART 2: POLYNOMIAL RINGS AND FACTORIZATION 1. Polynomial rings (review) Definition 1. A polynomial f(x) with coefficients in a ring R is n f(x) = a i x i = a 0 + a 1 x + a 2 x 2 + + a n x n i=0

More information