partial-fraction decompisition

9
Partial-Fraction Decompisition Steven Watt, Lyanne Lebaquin, Wilson Tam

Upload: max

Post on 22-Feb-2016

30 views

Category:

Documents


0 download

DESCRIPTION

Partial-Fraction Decompisition. Steven Watt, Lyanne Lebaquin , Wilson Tam. What is Partial-Fraction Decomposition?. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Partial-Fraction  Decompisition

Partial-Fraction Decompisition

Steven Watt, Lyanne Lebaquin, Wilson Tam

Page 2: Partial-Fraction  Decompisition

What is Partial-Fraction Decomposition?

• Partial-fraction decomposition is the process of starting with the simplified answer and taking it back apart, of “decomposing” the final expression into its initial polynomial fractions.

Page 3: Partial-Fraction  Decompisition

How do You Decompose a Fraction?

3x+2x2+2

Step 1: First, factor the denominator. The denominator in the example above is x2+x, which factors as x(x+1)

Step 2: Write the fractions with one of the factors for each of the denominators. Since you don’t know what the numerators are yet, assign variables for the unknown values.

Step 3: Next set this sum equal to the simplified result

Page 4: Partial-Fraction  Decompisition

How do You Decompose a Fraction?

Step 4: Multiply through by the common denominator of x(x+1) to get rid of all the denominators.

Which will leave you with:3x+2=A(x+1)+B(x)

Step 5: Multiply things out, and group the x-terms and the constant terms.

3x + 2 = Ax + A1 + Bx 3x + 2 = (A + B)x + (A)1

(3)x + (2)1 = (A + B)x + (A)1

Page 5: Partial-Fraction  Decompisition

How do You Decompose a Fraction?

Step 6: For the two sides to be equal, the coefficients of the two polynomials must be equal. So you make the coefficients equal and get:

3 = A + B 2 = A

Step 7: So we can tell that:A=2B=1

Step 8: Plug in the now known values for A and B into

Page 6: Partial-Fraction  Decompisition

Example One

• 3x+1 x2+4x+3

Page 7: Partial-Fraction  Decompisition

Example Two

• 7x+11x2+2x+2

Page 8: Partial-Fraction  Decompisition

 

Example Three

•  8x-42      x2+3x-18

Page 9: Partial-Fraction  Decompisition

Example Four

•     4x2        (x-1)(x-2)