How to Integrate [1/(x^2 + 3)] dx?

  • Thread starter Thread starter askor
  • Start date Start date
  • Tags Tags
    Dx Integrate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
askor
Messages
168
Reaction score
9
What is ##\int \frac{1}{x^2 + 3} \ dx##?

This is my attempt:

triangle.PNG

##x = \sqrt{3} \tan \theta## --> ##dx = \sqrt{3} \sec^2 \theta \ d\theta##

##x^2 + 3 = (\sqrt{3} \tan \theta)^2 + 3##
##= 3 \tan^2 \theta + 3##
##= 3 (\tan^2 \theta + 1)##
##= 3 \sec^2\theta##

##\int \frac{1}{x^2 + 3} \ dx = \int \frac{1}{3 \sec^2\theta} (\sqrt{3} \sec^2 \theta \ d\theta)##
##= \frac{\sqrt{3}}{3} \int d\theta##
##= \frac{\sqrt{3}}{3} \theta + C##

Is there any next steps?

Is this correct?

Thanks
 
Physics news on Phys.org
I know, but I am still don't understand what should I do with the theta.
 
Thank you very much, now I understand. So the final result is ##\frac{\sqrt{3}}{3} \tan^{-1} \left( \frac{\sqrt{3}x}{3} \right) + C##