Simplifying Polynomial Division Using Partial Fractions

  • Thread starter kasse
  • Start date
  • Tags
    Polynomial
In summary, the process of computing the integral of x^3+x^2+x-1/(x^2+2x+2) using the method of partial fractions is algorythmic and can be found easily by google-ing.
  • #1
kasse
384
1
(x^3+x^2+x-1)/(x^2+2x+2)

I want to compute the integral of this, but in order to use the method of partial fractions, I need to transform it into something with a higher degree in the divisor. How to I compute this?

It's supposed to be (x-1) + (x+1)/(x^2+2x+2)

Hope someone has got a clue :smile:
 
Physics news on Phys.org
  • #2
[tex] \int \frac{x^{3}+x^{2}+x-1}{x^{2}+2x+2} [/tex]Doing the long division you get [tex] x-1 [/tex] with a remainder of [tex] \frac{x+1}{x^{2}+2x+2} [/tex]
 
  • #3
kasse said:
(x^3+x^2+x-1)/(x^2+2x+2)

I want to compute the integral of this, but in order to use the method of partial fractions, I need to transform it into something with a higher degree in the divisor. How to I compute this?

It's supposed to be (x-1) + (x+1)/(x^2+2x+2)

Hope someone has got a clue :smile:

Not that I don't want to help, but polynomial division is pretty much of an 'algorythmic' procedure which can easily be found by google-ing. :wink:
 
  • #4
Basically, it is just the same as long division of numbers- I'm sure you learned it long ago and just need a reminder.

Look at the leading terms: [itex]x^2[/itex] divides into [itex]x^3[/itex] x times. The first term of the quotient is x. Multiply the entire divisor by x: [/itex]x^3+ 2x^2+ 2x[/itex] and subtract: [itex]x^3+ x^2+ x- 1- (x^3+ 2x^2- 2x)= -x^2- x- 1[/itex]. Now [itex]x^2[/itex] divides into [itex]-x^2[/itex] -1 times: quotient is now x-1. Multiply the divisor by -1 to get -x^2-2x-2 and subtract: -x^2- x- 1-(-x^2- 2x-2)= x+ 1. Since that has lower degree than the divisor you are done: the quotient is x- 1 with remainder x+1.
[tex]\frac{x^3+ x^2+ x- 1}{x^2+ 2x+ 2}= x- 1+ \frac{x+1}{x^2+ 2x+ 2}[/tex]


NOW, do the hard part!
 
  • #5
I found this algorithm at wikipedia [PLAIN]http://en.wikipedia.org/wiki/Polynomial_long_divisio[/URL]

The only thing I don't understand is why you don't pull down (-42) in step 3. -42-0 =-42...
 
Last edited by a moderator:
  • #6
you can if you want to
 
  • #7
OK, that makes sense.

Thank you all!
 

FAQ: Simplifying Polynomial Division Using Partial Fractions

What is polynomial division?

Polynomial division is a method used to divide a polynomial by another polynomial. It involves dividing each term in the numerator by the denominator and then combining like terms.

What are partial fractions?

Partial fractions are fractions with polynomials in the numerator and denominator. They are used to simplify complex fractions and make them easier to solve.

Why is simplifying polynomial division important?

Simplifying polynomial division is important because it allows us to solve complex equations and expressions by breaking them down into simpler forms. It also helps us to identify common factors and solve for unknown variables.

How do you simplify polynomial division using partial fractions?

To simplify polynomial division using partial fractions, you first need to factor both the numerator and denominator. Then, you will set up an equation with unknown constants for each unique factor. Finally, you will solve the equations and combine the partial fractions to get the simplified form.

What are some tips for simplifying polynomial division using partial fractions?

Some tips for simplifying polynomial division using partial fractions include: always checking for common factors first, making sure to factor completely, and setting up a system of equations to solve for the unknown constants.

Back
Top