Hey guys, I ran into this problem that I am unable to get the right answer to. My problem is that I cannot get the answer to the following integral:
int( y / (y+1) dy )
This is what I did...
I used integration by parts method
u = y du = dy
dv = 1 / (y+1) dy v = ln(|y+1|)
u * v - int( v * du )
y * ln(|y+1|) - int( ln(|y+1|) dy )
I'm not sure, but I think y * ln( |y+1| ) somehow becomes y * ln( y+1 ) and int( ln(|y+1|) dy ) somehow becomes int( ln( y+1 ) dy ); correct me if I'm wrong.
y * ln( y+1 ) - ( (y+1) * ln( y+1 ) - (y+1) )
After simplification I attained the answer
(y+1) - ln( y+1)
as opposed to the answer my calculator gives me
y - ln( |y+1| )
I don't know where I go wrong
int( y / (y+1) dy )
This is what I did...
I used integration by parts method
u = y du = dy
dv = 1 / (y+1) dy v = ln(|y+1|)
u * v - int( v * du )
y * ln(|y+1|) - int( ln(|y+1|) dy )
I'm not sure, but I think y * ln( |y+1| ) somehow becomes y * ln( y+1 ) and int( ln(|y+1|) dy ) somehow becomes int( ln( y+1 ) dy ); correct me if I'm wrong.
y * ln( y+1 ) - ( (y+1) * ln( y+1 ) - (y+1) )
After simplification I attained the answer
(y+1) - ln( y+1)
as opposed to the answer my calculator gives me
y - ln( |y+1| )
I don't know where I go wrong