Help with integration problem

  • Thread starter Thread starter rty640
  • Start date Start date
  • Tags Tags
    Integration
rty640
Messages
16
Reaction score
0

Homework Statement



\int\frac{x+1}{x^2+2x}

Homework Equations



N/A

The Attempt at a Solution



I'm not sure what method to use. Thank you.
 
Physics news on Phys.org


You have to use partial fraction integration which involves splitting the integral into terms that are easier to integrate. After pulling an "x" from the bottom of the original integral you get INT (x+1)/x(x+2)

After splitting and such:

x + 1 = A(x+2) + Bx

Plugging in clever values for x we will get that A & B both equal 1/2

Substituting back into our original problem we will have the INT of .5/x + .5/(x+2) which will yield an answer of 0.5 ln|x| + 0.5 ln|x+2|

I'm assuming you know how to use partial fraction integration. If not, respond back and i'll try helping you further.

Hope that helps!
 


Try taking the derivative of the denominator :wink:
 


IntegrateMe's answer is the same as what you would get if following my advice. By the way, that method is unnecessarily complicated :-p
 


Haha, Mentallic, i don't really know any other way to do it.

Can you please explain a simpler way, i'd like to know how to solve these problems quicker!
 


You've been taught partial fractions but not u-substitution?

In any case, let u=x2+2x

Then du/dx=2x+2 and du=2(x+1)dx

Substitute u and du back into the integral accordingly - remember that there is no 2 in the integral so you'll need to make it du/2=(x+1)dx. Now it's simple to integrate (and don't forget to substitute u=x2+2x back into your answer!)
 


^_^

It's strange having an "x" in your "u-value" but i guess that way is easier. Thanks :)
 


Thank you very much!
 
Back
Top