Please confirm the answer for this integral

  • Thread starter Thread starter frasifrasi
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
frasifrasi
Messages
276
Reaction score
0
Can anyone confirm that the answer
for int (1/x(x-1))dx

is

- ln|x|+ ln |x-1| + c using partial fractions?

Thank you.
 
Physics news on Phys.org
frasifrasi said:
Can anyone confirm that the answer
for int (1/x(x-1))dx

is

- ln|x|+ ln |x-1| + c using partial fractions?

Thank you.
Can't you "confirm" it yourself by differentiating? The derivative of -ln |x|+ ln|x-1|+ c
(assuming for the moment that x> 1 so both x and x-1 are positive) is -1/x+ 1/(x-1)= -(x-1)/(x(x-1))+ x/(x(x-1))= 1(x(x-1)). (You might want to combine those two logarithms.)


Astronuc said:
How about expanding [tex]\frac{1}{x (x-1)}[/tex] into

[tex]\frac{A}{x}\,+\,\frac{B}{x-1}[/tex] and solve for A and B

then solve the integral
I suspect that is exactly what he did! Doing it again is not a "check".