4.8 Partial Fraction Decomposition

Size: px
Start display at page:

Download "4.8 Partial Fraction Decomposition"

Transcription

1 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 two polynomials equal?. Relationship between the roots (zeros) of a polynomial and its factors. 3. How to factor polynomials. 4. Long division of polynomials Introduction This handout describes a method to rewrite a fraction we do not know how to integrate into simpler (partial) fractions we know how to integrate. This method works for rational functions, that is functions which can be written as the quotient of two polynomial functions. For the remaining part of this document, we will assume that we have a rational function p () in which degree of p () < degree of q (). If this is not q () the case, we can always perform long division. For eample, if we were given 4 the fraction. We would perform long division to obtain 4 = ( ) ( + ) + 4 = + + We then would apply partial fraction decomposition to. In this class, we will use partial fraction decomposition as an integration technique. The ultimate goal is to decompose a fraction so we can integrate it. In this document, we will focus on the decomposition. Keep in mind why we are doing this decomposition. How we perform partial fraction decomposition depends of the denominator of the fraction. We consider several cases Case : q() is a product of distinct linear factors. Let us assume that q () is a product of n distinct linear factors that is q () = (a + b ) (a + b )... (a n + b n ) Then, p () q () = A A A n a + b a + b a n + b n

2 4.8. PARTIAL FRACTION DECOMPOSITION 9 Finding the decomposition amounts to finding the coeffi cients A,..., A n. Hence, we have n coeffi cients to find. It is a known fact in mathematics that to find n unknowns, we need n equations (as many equations as unknowns). Thus, we need to generate n equations involving the coeffi cients A,..., A n. Solving these equations will give us the coeffi cients we want. This can be done two different ways. We illustrate this in the eamples below. Remark 39 p () does not play a role in the way the decomposition is written. + Eample 30 Write the decomposition of ( ) ( 3) ( + )? When the question is asked this way, you only have to write the decomposition but not to find the coeffi cients. From what is eplained above, we see that + ( ) ( 3) ( + ) = A + B 3 + C + Eample 3 Find the decomposition for + 3 We begin by factoring the denominator. We obtain ( + 3) ( ). According to the decomposition we wrote above, we have: ( + 3) ( ) = A B We need to find A and B. Multiplying each side by the denominator of the fraction on the left and simplifying, we obtain: = A ( ) + B ( + 3) = A A + B + 3B = (A + B) A + 3B Two polynomials are equal if their corresponding coeffi cients are equal. gives us the following system: This { A + B = A + 3B = 0 A = 3 The solution of this system is: 4 B = Thus, we have = ( ) There is an easier way which works in this case. We show it on the net eample.

3 0 CHAPTER 4. INTEGRALS Eample 3 Find the decomposition for ( ) ( + 5) ( 3) The denominator is already factored. The decomposition is: ( ) ( + 5) ( 3) = A + B C 3 We need to find A, B, and C. We begin the same way, we multiply each side by the denominator of the fraction on the left, and simplify. We obtain: = A ( + 5) ( 3) + B ( ) ( 3) + C ( ) ( + 5) Then we notice that since the above equality is true for every, it will be true for specific values of. We select values for which will make all but one of the coeffi cients go away. We will then be able to solve for that coeffi cient. More precisely, When =, we obtain: When = 5, we obtain When = 3, we obtain 0 = A (6) ( ) A = 0 30 = B ( 6) ( 8) B = B = = C () (8) Therefore, the decomposition is: C = 3 8 ( ) ( + 5) ( 3) = 8 ( ) Case : q() is a product of linear factors, some being repeated The factors which are not repeated will be decomposed as above. Suppose that q () also contains (a + b) m that is a + b is repeated m times. The decomposition for this factor will be A a + b + A (a + b) A m (a + b) m

4 4.8. PARTIAL FRACTION DECOMPOSITION Eample 33 Find the decomposition for The decomposition is: ( ) ( + ) 3 = A + B + + ( ) ( + ) 3 C ( + ) + D ( + ) 3 Then, we proceed as before. We multiply each side by the denominator of the fraction on the left and simplify. We obtain: = A ( + ) 3 + B ( ) ( + ) + C ( ) ( + ) + D ( ) We need to find A, B, C, and D. We can use either of the methods described in the first case. If =, we get If =, we get = 7A A = 7 = 3D D = 3 We still have to find B and C. For this, we choose two more values for and write the corresponding system. We now know A and D, so we can use the value we found for them. If =, we get If = 0, we get = 8A 4B C D = 6 7 4B C 3 4B + C = B + C = 34 7 = A B C D = 7 B C 3 B + C = B + C = 38 7

5 CHAPTER 4. INTEGRALS Thus, we need to solve 4B + C = 34 7 B + C = 38 7 The solution is : { B = 7, C = 7 9}. Putting all this together, we get ( ) ( + ) 3 = 7 ( ) 7 ( + ) ( + ) + 3 ( + ) Case 3: q() is a product of distinct irreducible quadratic factors Recall that a term is called irreducible if it cannot be factored any further. Thus + + is irreducible, so is +. Be careful, ( + ) is not considered a quadratic term. You must think of it as a linear term appearing twice. We can generalize what we did in the previous two cases as follows. Instead of thinking of linear factors, think that when we write the decomposition, the degree of the term in the numerator is less than the degree of the term in the denominator. When we had linear factors in the denominator, it meant that we had to have terms of degree 0 in the numerator, that is we had constant terms. If the denominator contains irreducible quadratic factors, then the numerator will contain linear terms. We look at an eample to see how the decomposition is written. Eample 34 Find the decomposition for ( + ) ( + ) If we apply a method similar to that of case, the decomposition will contain two fractions, one for each irreducible factor. However, since the degree of the denominator is now, the degree of the numerator will be, that is we will have linear terms. Recall that a linear term is of the form a + b. Thus, ( + ) ( + ) = A + B + + C + D + To solve, we proceed as above. First, we multiply each side by the denominator of the fraction on the left, and simplify. We obtain: = (A + B) ( + ) + (C + D) ( + ) We then pick 4 different values for to get a system of 4 equations, which we solve. The answer is: ( + ) ( + ) = + +

6 4.8. PARTIAL FRACTION DECOMPOSITION Case 4: q() is a product of irreducible quadratic factors, some being repeated This is similar to case, with linear terms in the numerator and quadratic terms in the denominator. Eample 35 Write the decomposition for ( + + ) 3 ( + + ) 3 = A + B C + D ( + + ) + E + F ( + + ) 3 We would find the coeffi cients as above General Case: q() is a miture of the above Eample 36 Find the decomposition for ( ) ( + + ) 3 = A + B ( ) The answer is ( ) ( + + ) 3 + C + D E + F ( + + ) + G + H ( + + ) 3 ( ) ( + + ) 3 = 7 ( ) 7 ( ) ( + + ) Application + 3 ( + + ) 3 The idea behind this decomposition is that once the fraction is decomposed, we can integrate it. Eample 37 Find + 3 d We found earlier that + 3 = ( ). Therefore, Using substitution + 3 d = ( 3 4 d ) d = 3 4 ln ln 4

7 4 CHAPTER 4. INTEGRALS Eample 38 Find ( + ) ( + ) d We saw earlier as an eample that the partial fraction decomposition of was Therefore ( + ) ( + ) = + + ( + ) ( + ) d = + d + d ( + ) ( + ) We can do the first integral by substitution. If we let u = +, then du = d and therefore + d = du u = ln u = ln ( + ) The second integral is done in a similar way. We obtain + d = ln ( + ) It follows that ( + ) ( + ) d = ln ( + ) ln ( + ) = ( ) ln = ln + + C Eample 39 Find 3 d The function we are integrating is a rational function. However, the degree of the numerator is greater than or equal to the degree of the denominator. So, the first step is to perform long division. We obtain It follows that 3 = + 3 d = d + d (4.)

8 4.8. PARTIAL FRACTION DECOMPOSITION 5 We can do the first integral. The second, is the integral of a rational function. To be able to evaluate it, we first decompose into partial fractions. = ( ) ( + ) = A + B + We need to find A and B. We do it using the techniques described above. First, we multiply each side by the denominator of the fraction on the left to obtain = A ( + ) + B ( ) When =, we get = A or A =. When =, we get = B or B =. Therefore, = [ + ] + If we replace what we just found in equation 4., we obtain 3 d = d + d + d + These are integrals we can handle. 3 d = + ln + ln Problems Do the problems below: = + ln. Write the partial fraction decomposition of without evaluating the coeffi cients.. Write the partial fraction decomposition of the coeffi cients. 3. Find 9 ( + 5) ( ) d 4. Find 3 d 5. Find 0 ( ) ( + 9) d without evaluating

9 6 CHAPTER 4. INTEGRALS 6. Find 6 d 7. Find d 8. Find 9. Find 4 4 ( ) ( + ) d + d + 0. Find d d. Find a where a Find 0 ( + ) d d 3. Find ( ) ( + 4) Answers = A B 3 + = A + B + C d = ln + 5 ln + C ( + 5) ( ) 4. 3 d = ln 3 ln 5. 0 ( ) ( + 9) d = 3 tan 3 ln ( + 9 ) + ln + C 6. d = + 6 ln 6 + C d = tan ln ( + 4 ) + + C ( ) ( + ) d = 3 ln 4 ln 3 3 ln 6 = 3 ln 4 ln 3 = ln 3+3 ln 3 4 ( ) ( + ) is

10 4.8. PARTIAL FRACTION DECOMPOSITION d = + ln + + C + is d = ln + ln + C + is + because + = + + and the decomposition of + is. d a = where a 0 d a = ln a ln a + + C a a ( + ) d = + ln d ( ) ( + 4) = 5 ( ) + 5 ( + 4). a is a ( a) a (a + ). + 3 ( + ) is ( + ) ( ) 5 ln + ln C 5 ( ) ( + 4) is 5 ( )

Integration of Rational Functions by Partial Fractions

Integration of Rational Functions by Partial Fractions Integration of Rational Functions by Partial Fractions Part 2: Integrating Rational Functions Rational Functions Recall that a rational function is the quotient of two polynomials. x + 3 x + 2 x + 2 x

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

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

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

(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

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

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

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

Integration by partial fractions

Integration by partial fractions Roberto s Notes on Integral Calculus Chapter : Integration methods Section 16 Integration by partial fractions The general case What you need to know already: How to apply the method of partial fractions

More information

Partial Fraction Decompositions

Partial Fraction Decompositions Partial Fraction Rational Functions Partial Fraction Finding Partial Fractions Integrating Partial Fraction Eamples Rational Functions Definition Eample A function of the type P/Q, where both P and Q are

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

4.3 Division of Polynomials

4.3 Division of Polynomials 4.3 Division of Polynomials Learning Objectives Divide a polynomials by a monomial. Divide a polynomial by a binomial. Rewrite and graph rational functions. Introduction A rational epression is formed

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

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

Section 7.4: Inverse Laplace Transform

Section 7.4: Inverse Laplace Transform Section 74: Inverse Laplace Transform A natural question to ask about any function is whether it has an inverse function We now ask this question about the Laplace transform: given a function F (s), will

More information

Warm up: Recall that if you require real coe cients (not complex), polynomials always factor into degree 1 or 2 parts.

Warm up: Recall that if you require real coe cients (not complex), polynomials always factor into degree 1 or 2 parts. Today: 6.3 Partial fractions Warm up: Recall that if you require real coe cients (not comple), polynomials always factor into degree or parts. For eample, 3 + +3 5=( )( + i)( ++i) =( {z } )( + + 5) {z

More information

The Product and Quotient Rules

The Product and Quotient Rules The Product and Quotient Rules In this section, you will learn how to find the derivative of a product of functions and the derivative of a quotient of functions. A function that is the product of functions

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

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

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

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

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

Partial Fractions. Prerequisites: Solving simple equations; comparing coefficients; factorising simple quadratics and cubics; polynomial division.

Partial Fractions. Prerequisites: Solving simple equations; comparing coefficients; factorising simple quadratics and cubics; polynomial division. Prerequisites: olving simple equations; comparing coefficients; factorising simple quadratics and cubics; polynomial division. Maths Applications: Integration; graph sketching. Real-World Applications:

More information

1 Lesson 13: Methods of Integration

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

More information

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

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

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.4 Indeterminate Forms and L Hospital s Rule In this section, we will learn: How to evaluate functions whose values cannot be found at

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3.2 The Product and Quotient Rules In this section, we will learn about: Formulas that enable us to differentiate new functions formed from old functions by

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

In this note we will evaluate the limits of some indeterminate forms using L Hôpital s Rule. Indeterminate Forms and 0 0. f(x)

In this note we will evaluate the limits of some indeterminate forms using L Hôpital s Rule. Indeterminate Forms and 0 0. f(x) L Hôpital s Rule In this note we will evaluate the its of some indeterminate forms using L Hôpital s Rule. Indeterminate Forms and 0 0 f() Suppose a f() = 0 and a g() = 0. Then a g() the indeterminate

More information

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

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

More information

Chapter 7 Rational Expressions, Equations, and Functions

Chapter 7 Rational Expressions, Equations, and Functions Chapter 7 Rational Expressions, Equations, and Functions Section 7.1: Simplifying, Multiplying, and Dividing Rational Expressions and Functions Section 7.2: Adding and Subtracting Rational Expressions

More information

Homework on Rational Functions - Solutions

Homework on Rational Functions - Solutions Homework on Rational Functions - Solutions Group Work 1 Consider f () = 1. Answer the questions below, eplain your answers. 1. What is the domain of f? f is a fraction, hence to be defined, its denominator

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.4 Indeterminate Forms and L Hospital s Rule In this section, we will learn: How to evaluate functions whose values cannot be found at

More information

Function Operations and Composition of Functions. Unit 1 Lesson 6

Function Operations and Composition of Functions. Unit 1 Lesson 6 Function Operations and Composition of Functions Unit 1 Lesson 6 Students will be able to: Combine standard function types using arithmetic operations Compose functions Key Vocabulary: Function operation

More information

dx dx x sec tan d 1 4 tan 2 2 csc d 2 ln 2 x 2 5x 6 C 2 ln 2 ln x ln x 3 x 2 C Now, suppose you had observed that x 3

dx dx x sec tan d 1 4 tan 2 2 csc d 2 ln 2 x 2 5x 6 C 2 ln 2 ln x ln x 3 x 2 C Now, suppose you had observed that x 3 CHAPTER 8 Integration Techniques, L Hôpital s Rule, and Improper Integrals Section 8. Partial Fractions Understand the concept of a partial fraction decomposition. Use partial fraction decomposition with

More information

Review of Rational Expressions and Equations

Review of Rational Expressions and Equations Page 1 of 14 Review of Rational Epressions and Equations A rational epression is an epression containing fractions where the numerator and/or denominator may contain algebraic terms 1 Simplify 6 14 Identification/Analysis

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

Expressing a Rational Fraction as the sum of its Partial Fractions

Expressing a Rational Fraction as the sum of its Partial Fractions PARTIAL FRACTIONS Dear Reader An algebraic fraction or a rational fraction can be, often, expressed as the algebraic sum of relatively simpler fractions called partial fractions. The application of partial

More information

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

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

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, you will be epected to have attempted every problem. These skills are all different tools that you will pull out of your toolbo this

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

7.3 Adding and Subtracting Rational Expressions

7.3 Adding and Subtracting Rational Expressions 7.3 Adding and Subtracting Rational Epressions LEARNING OBJECTIVES. Add and subtract rational epressions with common denominators. 2. Add and subtract rational epressions with unlike denominators. 3. Add

More information

Long and Synthetic Division of Polynomials

Long and Synthetic Division of Polynomials Long and Synthetic Division of Polynomials Long and synthetic division are two ways to divide one polynomial (the dividend) by another polynomial (the divisor). These methods are useful when both polynomials

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

HANDOUT ABOUT THE TABLE OF SIGNS METHOD. The method To find the sign of a rational (including polynomial) function

HANDOUT ABOUT THE TABLE OF SIGNS METHOD. The method To find the sign of a rational (including polynomial) function HANDOUT ABOUT THE TABLE OF SIGNS METHOD NIKOS APOSTOLAKIS The method To find the sign of a rational (including polynomial) function = p(x) q(x) where p(x) and q(x) have no common factors proceed as follows:

More information

VII. Techniques of Integration

VII. Techniques of Integration VII. Techniques of Integration Integration, unlike differentiation, is more of an art-form than a collection of algorithms. Many problems in applied mathematics involve the integration of functions given

More information

Partial Fractions. dx dx x sec tan d 1 4 tan 2. 2 csc d. csc cot C. 2x 5. 2 ln. 2 x 2 5x 6 C. 2 ln. 2 ln x

Partial Fractions. dx dx x sec tan d 1 4 tan 2. 2 csc d. csc cot C. 2x 5. 2 ln. 2 x 2 5x 6 C. 2 ln. 2 ln x 460_080.qd //04 :08 PM Page CHAPTER 8 Integration Techniques, L Hôpital s Rule, and Improper Integrals Section 8. Partial Fractions Understand the concept of a partial fraction decomposition. Use partial

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

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

M098 Carson Elementary and Intermediate Algebra 3e Section 11.3

M098 Carson Elementary and Intermediate Algebra 3e Section 11.3 Objectives. Solve equations by writing them in quadratic form.. Solve equations that are quadratic in form by using substitution. Vocabulary Prior Knowledge Solve rational equations: Clear the fraction.

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections.6 and.) 8. Equivalent Inequalities Definition 8. Two inequalities are equivalent

More information

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

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

More information

1 Rational Exponents and Radicals

1 Rational Exponents and Radicals Introductory Algebra Page 1 of 11 1 Rational Eponents and Radicals 1.1 Rules of Eponents The rules for eponents are the same as what you saw earlier. Memorize these rules if you haven t already done so.

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

Example 1: What do you know about the graph of the function

Example 1: What do you know about the graph of the function Section 1.5 Analyzing of Functions In this section, we ll look briefly at four types of functions: polynomial functions, rational functions, eponential functions and logarithmic functions. Eample 1: What

More information

We will work with two important rules for radicals. We will write them for square roots but they work for any root (cube root, fourth root, etc.).

We will work with two important rules for radicals. We will write them for square roots but they work for any root (cube root, fourth root, etc.). College algebra We will review simplifying radicals, exponents and their rules, multiplying polynomials, factoring polynomials, greatest common denominators, and solving rational equations. Pre-requisite

More information

Math 31A Discussion Session Week 1 Notes January 5 and 7, 2016

Math 31A Discussion Session Week 1 Notes January 5 and 7, 2016 Math 31A Discussion Session Week 1 Notes January 5 and 7, 2016 This week we re discussing two important topics: its and continuity. We won t give a completely rigorous definition of either, but we ll develop

More information

5.6 Asymptotes; Checking Behavior at Infinity

5.6 Asymptotes; Checking Behavior at Infinity 5.6 Asymptotes; Checking Behavior at Infinity checking behavior at infinity DEFINITION asymptote In this section, the notion of checking behavior at infinity is made precise, by discussing both asymptotes

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

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

EXPONENT REVIEW!!! Concept Byte (Review): Properties of Exponents. Property of Exponents: Product of Powers. x m x n = x m + n

EXPONENT REVIEW!!! Concept Byte (Review): Properties of Exponents. Property of Exponents: Product of Powers. x m x n = x m + n Algebra B: Chapter 6 Notes 1 EXPONENT REVIEW!!! Concept Byte (Review): Properties of Eponents Recall from Algebra 1, the Properties (Rules) of Eponents. Property of Eponents: Product of Powers m n = m

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

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

10.7 Polynomial and Rational Inequalities

10.7 Polynomial and Rational Inequalities 10.7 Polynomial and Rational Inequalities In this section we want to turn our attention to solving polynomial and rational inequalities. That is, we want to solve inequalities like 5 4 0. In order to do

More information

Integration by inverse substitution

Integration by inverse substitution Roberto s Notes on Integral Calculus Chapter : Integration methods Section 9 Integration by inverse substitution by using the sine function What you need to know already: How to integrate through basic

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

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation?

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation? Algebra Concepts Equation Solving Flow Chart Page of 6 How Do I Solve This Equation? First, simplify both sides of the equation as much as possible by: combining like terms, removing parentheses using

More information

Main topics for the First Midterm

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

More information

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

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

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

4.2 Reducing Rational Functions

4.2 Reducing Rational Functions Section. Reducing Rational Functions 1. Reducing Rational Functions The goal of this section is to review how to reduce a rational epression to lowest terms. Let s begin with a most important piece of

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

MATH 1010E University Mathematics Lecture Notes (week 8) Martin Li

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

More information

5.1 Simplifying Rational Expressions

5.1 Simplifying Rational Expressions 5. Simplifying Rational Expressions Now that we have mastered the process of factoring, in this chapter, we will have to use a great deal of the factoring concepts that we just learned. We begin with the

More information

Day 3: Section P-6 Rational Expressions; Section P-7 Equations. Rational Expressions

Day 3: Section P-6 Rational Expressions; Section P-7 Equations. Rational Expressions 1 Day : Section P-6 Rational Epressions; Section P-7 Equations Rational Epressions A rational epression (Fractions) is the quotient of two polynomials. The set of real numbers for which an algebraic epression

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

PARTIAL FRACTIONS AND POLYNOMIAL LONG DIVISION. The basic aim of this note is to describe how to break rational functions into pieces.

PARTIAL FRACTIONS AND POLYNOMIAL LONG DIVISION. The basic aim of this note is to describe how to break rational functions into pieces. PARTIAL FRACTIONS AND POLYNOMIAL LONG DIVISION NOAH WHITE The basic aim of this note is to describe how to break rational functions into pieces. For example 2x + 3 = + x 3 x +. The point is that we don

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

Limits and Continuity

Limits and Continuity Limits and Continuity Philippe B. Laval Kennesaw State University January 2, 2005 Contents Abstract Notes and practice problems on its and continuity. Limits 2. Introduction... 2.2 Theory:... 2.2. GraphicalMethod...

More information

Algebra I Notes Unit Thirteen: Rational Expressions and Equations

Algebra I Notes Unit Thirteen: Rational Expressions and Equations Algebra I Notes Unit Thirteen: Rational Epressions and Equations Syllabus Objective: 10. The student will solve rational equations. (proportions and percents) Ratio: the relationship a b of two quantities,

More information

2.3 Solving Equations Containing Fractions and Decimals

2.3 Solving Equations Containing Fractions and Decimals 2. Solving Equations Containing Fractions and Decimals Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Solve equations containing fractions

More information

Mathematics Revision Guides Partial Fractions Page 1 of 23 Author: Mark Kudlowski. AQA : C4 Edexcel: C4 OCR: C4 OCR MEI: C4 PARTIAL FRACTIONS

Mathematics Revision Guides Partial Fractions Page 1 of 23 Author: Mark Kudlowski. AQA : C4 Edexcel: C4 OCR: C4 OCR MEI: C4 PARTIAL FRACTIONS Mathematics Revision Guides Partial Fractions Page 1 of MK HOME TUITION Mathematics Revision Guides Level: AS / A Level AQA : C4 Edecel: C4 OCR: C4 OCR MEI: C4 PARTIAL FRACTIONS Version : Date: 1-04-01

More information

4.5 Multiplication and Division of Rational Expressions

4.5 Multiplication and Division of Rational Expressions .5. Multiplication and Division of Rational Epressions www.ck2.org.5 Multiplication and Division of Rational Epressions Learning Objectives Multiply rational epressions involving monomials. Multiply rational

More information

39. (a) Use trigonometric substitution to verify that. 40. The parabola y 2x divides the disk into two

39. (a) Use trigonometric substitution to verify that. 40. The parabola y 2x divides the disk into two 35. Prove the formula A r for the area of a sector of a circle with radius r and central angle. [Hint: Assume 0 and place the center of the circle at the origin so it has the equation. Then is the sum

More information

Algebra. Robert Taggart

Algebra. Robert Taggart Algebra Robert Taggart Table of Contents To the Student.............................................. v Unit 1: Algebra Basics Lesson 1: Negative and Positive Numbers....................... Lesson 2: Operations

More information

With topics from Algebra and Pre-Calculus to

With topics from Algebra and Pre-Calculus to With topics from Algebra and Pre-Calculus to get you ready to the AP! (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

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

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

N x. You should know how to decompose a rational function into partial fractions.

N x. You should know how to decompose a rational function into partial fractions. Section.7 Partial Fractions Section.7 Partial Fractions N You should know how to decompose a rational function into partial fractions. D (a) If the fraction is improper, divide to obtain N D p N D (a)

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

Equations. Rational Equations. Example. 2 x. a b c 2a. Examine each denominator to find values that would cause the denominator to equal zero

Equations. Rational Equations. Example. 2 x. a b c 2a. Examine each denominator to find values that would cause the denominator to equal zero Solving Other Types of Equations Rational Equations Examine each denominator to find values that would cause the denominator to equal zero Multiply each term by the LCD or If two terms cross-multiply Solve,

More information

A. Incorrect! Apply the rational root test to determine if any rational roots exist.

A. Incorrect! Apply the rational root test to determine if any rational roots exist. College Algebra - Problem Drill 13: Zeros of Polynomial Functions No. 1 of 10 1. Determine which statement is true given f() = 3 + 4. A. f() is irreducible. B. f() has no real roots. C. There is a root

More information

Indeterminate Forms and L Hospital s Rule

Indeterminate Forms and L Hospital s Rule APPLICATIONS OF DIFFERENTIATION Indeterminate Forms and L Hospital s Rule In this section, we will learn: How to evaluate functions whose values cannot be found at certain points. INDETERMINATE FORM TYPE

More information

Systems of Equations and Inequalities. College Algebra

Systems of Equations and Inequalities. College Algebra Systems of Equations and Inequalities College Algebra System of Linear Equations There are three types of systems of linear equations in two variables, and three types of solutions. 1. An independent system

More information

Numerical Methods. Equations and Partial Fractions. Jaesung Lee

Numerical Methods. Equations and Partial Fractions. Jaesung Lee Numerical Methods Equations and Partial Fractions Jaesung Lee Solving linear equations Solving linear equations Introduction Many problems in engineering reduce to the solution of an equation or a set

More information

Polynomial Division. You may also see this kind of problem written like this: Perform the division x2 +2x 3

Polynomial Division. You may also see this kind of problem written like this: Perform the division x2 +2x 3 Polynomial Division 5015 You do polynomial division the way you do long division of numbers It s difficult to describe the general procedure in words, so I ll work through some eamples stepbystep Eample

More information