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

  • Thread starter Thread starter askor
  • Start date Start date
  • Tags Tags
    Dx Integrate
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
You can always check an integral for yourself by differentiating your answer to see whether you get the original integrand.
 
I know, but I am still don't understand what should I do with the theta.
 
askor said:
I know, but I am still don't understand what should I do with the theta.
You have ##x = \sqrt 3 \tan \theta##. That means that ##\theta = \tan^{-1}\big (\dfrac x {\sqrt 3} \big )##
 
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##
 
askor said:
Thank you very much, now I understand. So the final result is ##\frac{\sqrt{3}}{3} \tan^{-1} \left( \frac{x}{\sqrt{3}} \right) + C##
Yes. And you can check by differentiating that.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top