Solving Difficult Integral: Help Appreciated!

  • Thread starter Thread starter Amad27
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Amad27
Messages
409
Reaction score
1
Hello,

[itex]\int \frac{x}{(x^2+1)(bx+1)}[/itex]

Is the problem, which I am trying to work through. "b" is just a constant, it is very tough to integrate this indefinitely, any help will be greatly appreciated. Off the top of this,

I tried with the u-substitution,

let [itex]u = bx + 1[/itex] and [itex]x = (u-1)/b[/itex]
[itex]x^2 = [(u-1)/b]^2[/itex]
[itex]du = b[/itex]

= [itex](b)\int \frac{\frac{u-1}{b}}{\frac{u((u-1)^2+b^2)}{b^2}} du[/itex]

= [itex](b)\int \frac{b(u-1)}{u[(u-1)^2+b^2]}[/itex]

This is where I get lost.. Any help? Thanks
 
Physics news on Phys.org
Have you tried partial fraction decomposition?
 
Yes try to do partial fractions, it will work out.
 
da_nang said:
Have you tried partial fraction decomposition?

Yes, look below
 
Partial Fraction Decomposition

Set [itex]\frac{x}{(x^2+1)(bx+1)}=\frac{Ax+B}{x^2+1}+\frac{C}{bx+1}\Rightarrow x= (Ax+B) (bx+1)+C(x^2+1)\Rightarrow x=(Ab+C)x^2+(A+Bb)x+(B+C)[/itex]

so that we have the equations (by equating coefficients of like powers of x): [itex]Ab+C=0,A+Bb=1,B+C=0\Rightarrow A=1/(b^2+1),B=b/(b^2+1),C=-b/(b^2+1)[/itex]

hence [itex]\frac{x}{(x^2+1)(bx+1)}=\frac{1}{b^2+1}\left(\frac{x+b}{x^2+1}-\frac{b}{bx+1}\right)[/itex]
 
benorin said:
Set [itex]\frac{x}{(x^2+1)(bx+1)}=\frac{Ax+B}{x^2+1}+\frac{C}{bx+1}\Rightarrow x= (Ax+B) (bx+1)+C(x^2+1)\Rightarrow x=(Ab+C)x^2+(A+Bb)x+(B+C)[/itex]

so that we have the equations (by equating coefficients of like powers of x): [itex]Ab+C=0,A+Bb=1,B+C=0\Rightarrow A=1/(b^2+1),B=b/(b^2+1),C=-b/(b^2+1)[/itex]

hence [itex]\frac{x}{(x^2+1)(bx+1)}=\frac{1}{b^2+1}\left(\frac{x+b}{x^2+1}-\frac{b}{bx+1}\right)[/itex]

Hello,

Yes, I got it. I got the correct answer; this was part of a Putnam integral by the way.This thread can now be locked.