Find the integral of x/(x-1)^2 with respect to x

  • Thread starter Thread starter Beretta
  • Start date Start date
  • Tags Tags
    Integral
AI Thread Summary
The integral of x/(x-1)^2 with respect to x is computed using integration by parts, resulting in the expression x(-1/(x-1)) + ln|x-1|. The discussion raises a question about the disappearance of the x term in the final answer, which simplifies to (-1/(x-1)) + ln|x-1|. It emphasizes the importance of including the constant of integration in indefinite integrals, as it ensures the solution is complete and accounts for all possible values. The conversation highlights that omitting the constant can lead to confusion regarding the correctness of the solution. Understanding these nuances is crucial, especially in applications like differential equations.
Beretta
Messages
38
Reaction score
0
Integral (x / (x-1)^2) dx =

Let u = x, du = dx
Let dv = 1 / (x-1)^2 , v = -1 / x-1

uv - integral (vdu) dv

x ( -1 / (x-1) ) + integral (1 / x-1 ) =

x ( -1 / (x-1) ) + ln | x - 1 |

how come the answer is ( -1 / (x-1) ) + ln | x - 1 | ? what happened to the x in ->>> x ( -1 / (x-1) ) + ln | x - 1 | ?

Thank you in advance
 
Physics news on Phys.org
What happened to the constant of integration?
 
I'm using this in differential equations I don't need the constant now.
 
Ah, but an indefinite integral is a multivalued operation; you always need the constant of integration!

It turns out that this is problem is a good example of why it matters! When you account for the constant of integration, you can show that your answer and the "right" answer are the same!
 
May you show me how I can elliminate the x please?
 
Subtract your answer from the "right" answer: what's left?
 
thank you SO much!
 
Back
Top