How to integrate function 1/(x^2+a) ?

  • Context: Undergrad 
  • Thread starter Thread starter Holali
  • Start date Start date
  • Tags Tags
    Function Integrate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Holali
Messages
9
Reaction score
0
Hi,
I would like to calculate one integral. I just want to get primitive function, not definite integral.

∫ 1/(x^2+a) dx

where a is real number and >0

I only found that

∫ 1/(x^2+1) dx ,
its arctan(x) + C,
but i don't know how it is with different 'a' values.
Thanks for help!
 
Physics news on Phys.org
First, this should not have been posted under "differential equations". I will move it to "Calculus and Analysis".

Second, let [itex]y= x/\sqrt{a}[/itex] so that [itex]x= \sqrt{a}y[/itex] and [itex]dx= \sqrt{a}dy[/itex]. The integral becomes
[tex]\int\frac{1}{ay^2+ a}(\sqrt{a}dy)= \frac{\sqrt{a}}{a}\int \frac{1}{y^2+1}dy[/tex].