How to Integrate -2x/ (1+x^2) Without a Prefix

  • Thread starter Thread starter sara_87
  • 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
9 replies · 8K views
sara_87
Messages
748
Reaction score
0

Homework Statement



how do i integrate:
(-2x)/(1+x^2)^2

Homework Equations





The Attempt at a Solution


I used the substitution u=1+x^2
then i got that the integral is
1/[2(1+x^2)^2 +C

but I'm not sure if that's correct

thank you
 
Physics news on Phys.org
u=1+x^2
so dx=du/2x
so =integral(1/2u^2)du
=integral{1/[2(1+x^2)^2}
and now I am stuck because i realized where i went wrong
so how do i continue from here?
 
First the 2 in the denominator of dx= du/2x will cancel the 2 in the original integral: you should have "integral (-1/u^2)du.

(Some people find it easier not to solve for dx: du= 2x dx and you can substitute directly for the "2xdx" in the original integral. And don't forget the "-".)

More important, why in the world did you go back to the 1+ x2? Don't undo your substitution until after you have integrated!

Can you integrate [itex]\int (1/u^2) du[/itex]? (Hint: that's a power of u.)
 
the integral is 1/u so that's 1/(1+x^2)
is that the answer?
 
sara_87 said:
the integral is 1/u
Not quite,

[tex]\frac{d}{du}\left(\frac{1}{u}\right) = -\frac{1}{u^2} \neq \frac{1}{u^2}[/tex]

Hint,

[tex]\int\frac{du}{u^2} = \int u^{-2} du[/tex]
 
[tex]\int\frac{-2x}{(1+x^2)^2}dx=\int\frac{-2x}{(1+x^2)^2}\frac{d(1+x^2)}{2x}=\int\frac{-1}{(1+x^2)^2}d(1+x^2)=-\frac{(1+x^2)^{-2+1}}{-2+1}+C=\frac{1}{1+x^2}+C[/tex]
where [tex]d(1+x^2)=2xdx[/tex]
[tex]dx=\frac{d(1+x^2)}{2x}[/tex]
 
no i don't have to integrate u^-2
i have to integrate -u^-2
which is 1/u ?
 
fermio said:
[tex]\int\frac{-2x}{(1+x^2)^2}dx=\int\frac{-2x}{(1+x^2)^2}\frac{d(1+x^2)}{2x}=\int\frac{-1}{(1+x^2)^2}d(1+x^2)=-\frac{(1+x^2)^{-2+1}}{-2+1}+C=\frac{1}{1+x^2}+C[/tex]
where [tex]d(1+x^2)=2xdx[/tex]
[tex]dx=\frac{d(1+x^2)}{2x}[/tex]

yes i thought that was right. thank you