Integrating x/(x+1) with a Simple Substitution

  • Thread starter Thread starter jasper10
  • 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
jasper10
Messages
55
Reaction score
0
An "easy" integral

Homework Statement



solve ∫x/(x+1)


The Attempt at a Solution



let u = x + 1 ,therefore, x = u - 1

hence, ∫x/(x+1) = ∫(u-1)/u = ∫u/u - ∫1/u = ∫1 - ∫1/u = u - lnu = x + 1 - ln(x+1)
=x+1+ln(1/(x+1))

differentiating this gives me x + 2 which does not make sense!
Please help!
 
Physics news on Phys.org


jasper10 said:

Homework Statement



solve ∫x/(x+1)


The Attempt at a Solution



let u = x + 1 ,therefore, x = u - 1

hence, ∫x/(x+1) = ∫(u-1)/u = ∫u/u - ∫1/u = ∫1 - ∫1/u = u - lnu = x + 1 - ln(x+1)
=x+1+ln(1/(x+1))
Why not leave it as x + 1 - ln(x + 1)? I don't see any advantage in rewriting the last term as ln(1/(x + 1)), and it makes taking the derivative more complicated.

Also, don't forget the constant of integration!
jasper10 said:
differentiating this gives me x + 2 which does not make sense!
Please help!
 


So you agree that x + 1 - ln(x+1) = x+1+ln(1/(x+1)) ?

what would be the steps for differentiating x+1+ln(1/(x+1)) without changing it back to : x + 1 - ln(x+1) ?

Thanks!
 


Oh ok thanks, doesn't matter, i got it!

(At night I can think clearer than in the daytime!)