Another substitiution question

  • Thread starter Thread starter sapiental
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
sapiental
Messages
110
Reaction score
0
Evaluate the integral

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

i let u = 1+x
du = dx

so
[tex]\int \frac {dx}{u^2}du[/tex]

or

[tex]\int u^-2du[/tex]

[tex]\frac {-1}{u} + C[/tex]

im not sure if this is right, the only other thing I can think of is to let u = (1+x)/(1+x^2) and then use the quotient rule.

Any feedback is much appreciated.

Thanks
 
Physics news on Phys.org
No, it is not right.
Split your integral as follows:
[tex]\int\frac{1+x}{1+x^{2}}dx=\int\frac{dx}{1+x^{2}}+\int\frac{xdx}{1+x^{2}}[/tex]
maybe that helps.
 
Split the first integral in two.

Btw, u^2 = (1+x)^2 != 1+x^2
 
hmm, that makes sense. Would I evaluate them like this then?

for the first integral

u = 1 + x
du = dx

and for the second

u = 1 + x^2
then du/2 = xdx

so then

[tex]\int \frac {1+x}{1+x^2}dx[/tex] = [tex]\int \frac {du}{u^2}[/tex] + [tex]\int \frac {du}{u}[/tex]

[tex]\frac {-1}{u}[/tex] + ln|u| + C

thanks again.
 
Last edited:
sapiental said:
hmm, that makes sense. Would I evaluate them like this then?

for the first integral

u = 1 + x
du = dx

and for the second

u = 1 + x^2
then du/2 = xdx

so then

[tex]\int \frac {1+x}{1+x^2}dx[/tex] = [tex]\int \frac {du}{u^2}[/tex] + [tex]\int \frac {du}{u}[/tex]

[tex]\frac {-1}{u}[/tex] + ln|u| + C

thanks again.

The second one is [tex]\frac{1}{2} \int \frac{du}{u}[/tex]. As for the first one, note that [tex]u^2 = (1+x)^2 \neq 1+ x^2[/tex].
 
ohhh, I oversee too many details.

Can I just leave the integral [tex]\int \frac {dx}{1+x^2}[/tex]

the way it is and just take the antiderivative to be tan^-1(x) + C