Solving two integrals with substitution

  • Context: Undergrad 
  • Thread starter Thread starter noboost4you
  • Start date Start date
  • Tags Tags
    Exam Integrals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
noboost4you
Messages
61
Reaction score
0
On a recent exam I took, these integrals came up and I was unable to answer them correctly:

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

and

[tex] \int \frac{2}{\sqrt{1-(x-1)^2}} dx[/tex]

I had absolutely no idea how to solve those 2 equations and my professor decided not to go over any of the problems from the test. He did mention that I needed to use substitution, but I am still unclear of how to solve them.

Can anyone help me out?

Thanks
 
Physics news on Phys.org


Originally posted by Ambitwistor
Do you know how to do these integrals?

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

and

[tex] \int \frac{1}{\sqrt{1-x^2}}\,dx[/tex]

[tex] \int \frac{1}{\sqrt{1-x^2}}\,dx[/tex] = inverse sine

and

[tex] \int \frac{1}{x^2+1}\,dx[/tex] = inverse tangent

I only know those answers by rule, when he added more constants and suggested substitution is when I didnt understand.
 


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

2[tex]\int \frac{1}{(x-1)^2+1} dx[/tex]
then u = x-1
du = dx
the new integral then equals
2[tex]\int \frac{1}{u^2 +1} du[/tex]
which in turn equals 2tan^-1(x-1) ??

and

[tex] \int \frac{2}{\sqrt{1-(x-1)^2}} dx[/tex] would equal

2[tex]\int \frac{1}{\sqrt{1-(x-1)^2}} dx[/tex]
then u = x-1
du = dx
the new integral then equals
2[tex]\int \frac{1}{\sqrt{1-u^2}} du[/tex]
which in turn equals 2sin^-1(x-1) ??

am I correct?

Thanks again
 
Great! Only if I would have known that last week ;)

Thanks again