Real quick integration help

RESmonkey

Diamond Member
May 6, 2007
4,818
2
0
Integrating 1/((y-1)^2). I turned it into (y-1)^-2 , did you U substitution:

u = (Y-1)^-1
du = -(y-1)^-2 * y'

Problem is, what do I do with the y' ?

 

JohnCU

Banned
Dec 9, 2000
16,528
4
0
Originally posted by: RESmonkey
Integrating 1/((y-1)^2). I turned it into (y-1)^-2 , did you U substitution:

u = (Y-1)^-1
du = -(y-1)^-2 * y'

Problem is, what do I do with the y' ?

solve dy in terms of du and insert back

wait why don't you substitute in u = y-1, du = dy, and then integrate u^-2?
 

RESmonkey

Diamond Member
May 6, 2007
4,818
2
0
Epic Thanks! :D

EDIT = To be more specific, yeah, you're right. u = y-1 would be the best/correct way.