Integrating: \frac{1}{(x^2+1)^2}

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
sara_87
Messages
748
Reaction score
0

Homework Statement



How do i integrate:

[tex]\int\frac{1}{(x^2+1)^2}[/tex]

?


Homework Equations



The answer is:

[tex]\frac{1}{4}(\frac{-2x}{x^2-1}-log(x-1)+log(x+1))[/tex]

The Attempt at a Solution



I don't know which method to use.
 
Physics news on Phys.org


Im sorry, the question is correct but the answer is:

1/2[x/(x^2+1)+arctan(x)]

here partial fractions won't work because i will still have a term with (x^2+1)^2 in the denominator
 


sara_87 said:
Im sorry, the question is correct but the answer is:

1/2[x/(x^2+1)+arctan(x)]

here partial fractions won't work because i will still have a term with (x^2+1)^2 in the denominator

Ok, then it's a trig substitution. Like x=tan(t).
 


how did you know what substitution to make??
 


Draw a right triangle and label the sides and hypotenuse according to the expression in your integral. Since you have x^2 + 1, that corresponds to the hypotenuse. Label the side opposite your acute angle as x, label the base as 1, and label the hypotenuse as sqrt(x^2 + 1). So tan(theta) = x/1, and sec^2(theta)d(theta) = dx. Use these two equations to completely convert you integral from expressions in x and dx to ones in theta and d(theta).
 


If you're asking how did we know to make a trig substitution, they are good bets when you have factors involving the sum or difference of squares, such as sqrt(x^2 + a^2), sqrt(a^2 - x^2), or sqrt(x^2 - a^2).
 


what if we have (5+x^2)^2 in the denominator?