I have problems with integrating this

  • Thread starter Thread starter mitochondria
  • Start date Start date
  • Tags Tags
    Integrating
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
mitochondria
Messages
4
Reaction score
0
I have problems with integrating this... :(

[tex] \int_{0}^{x}\frac{1}{\sqrt{a^2 - b/x}}dx[/tex]

I have tried substituting 1/x with u and so on... But it doesn't seem to work :(

Thanks in advance!
 
Physics news on Phys.org
1/Sqrt(a^2 - b/x)
1/sqrt(a^2x - b)/Sqrt(x)
Sqrt(x)/ Sqrt(a^2x - b)
Let u = a^2x - b
du/dx = a^2
du/a^2 = dx
u+b/a^2 = x
Integral becomes - (1/a)Sqrt(u+b) * 1/Sqrt(u) * du/a^2
1/a^3 + 1/a^3sqrt(b/a) du
 
Thank you :)

(By the way, I think you meant 1/a^3[sqrt((u+b)/u)] for the last part, right?)