Integrate f(x) = (x^3 + 3x + 12) / (x(x+2)^2)

  • Thread starter Thread starter Hevonen
  • Start date Start date
  • Tags Tags
    Integrate
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 3K views
Hevonen
Messages
54
Reaction score
0

Homework Statement



Integrate f(x) = (x^3 + 3x + 12) / (x(x+2)^2)

Homework Equations




The Attempt at a Solution



I know that i should somehow rewrite the polynomial but I do not know how. Please, help me.
 
Physics news on Phys.org
Hmm, I don't know if this is correct or not, but have you tried long division?
 
You should rewrite your polynomial as sum of partial fractions, hope you know how to do that. You write
[tex]f(x) = \frac{x^3 + 3x + 12} { x(x+2)^2} = \frac{A}{x}+\frac{B}{x+2}+\frac{C}{(x+2)^2}[/tex]

Where A,B,C are constants. Then you have to solve a system of three equations for A,B,C. Else you look in math book or wikipedia under partial fractions.
 
I would strongly recommend that you multiply out the denominator and divide first. "Partial fractions" only works correctly when the numerator is of lower degree than the denominator.