Not seeing how to integrate y/(y+1)

  • Thread starter Thread starter opticaltempest
  • Start date Start date
  • Tags Tags
    Integrate
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 37K views
opticaltempest
Messages
135
Reaction score
0
Hello,

I cannot figure out how to evaluate the following integral,

[tex]\int {\frac{y}{{y + 1}}dy}[/tex]

If it was [tex]y^2+1[/tex] then I see how a u-substitution of [tex]u=y^2+1[/tex] would work.

Thanks
 
Physics news on Phys.org
Usually with fractions like this, you'll find you can express what you have as the sum of two or more fractions with the same denominator which are easier to integrate. In this case, try the numerators y+1 and -1.
 
As in, write y = y + 1 - 1.
 
Ok, that is what I was having trouble seeing. Thanks

[tex] \frac{y}{{y + 1}} = \frac{{y + 1}}{{y + 1}} - \frac{1}{{y + 1}} = 1 - \frac{1}{{y + 1}}[/tex]

[tex] \int {1{\rm }dy - } \int {\frac{1}{{y + 1}}{\rm }} dy = y - \ln \left| {y + 1} \right| + C[/tex]