Thread Closed

difficult integral

 
Share Thread Thread Tools
Nov2-09, 02:34 PM   #1
 

difficult integral


Please help required with this integral:
(x/(x-a))^0.5 where "a" is a start distance of 10^-3 and the final distance needs to be 10^-2

It looks simple but its not.
Wolfram integrator gave this answer:

Integrate[(x/(x - a))^0.5, x] ==
(0.*(x/(-a + x))^0.5*(-a + x)^0.5)/x^0.5 + (2.*(x/(-a + x))^0.5*(-a + x)^0.5*(-1.*a + x)^0.5* Hypergeometric2F1[0.5, -0.5, 1.5, 1. - (1.*x)/a])/ (0. + x/a)^0.5

Which is way way over my head. Is there a simpler solution?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Nov3-09, 02:09 AM   #2
 
Recognitions:
Homework Helper Homework Help
Assuming the integral you want to solve is [tex]\int \sqrt{ \frac{x}{x-a}} dx[/tex], make the substitution [itex] x= a \sec^2 \theta[/itex].
 
Nov3-09, 06:47 AM   #3
 
Quote by Per Oni View Post
Wolfram integrator gave this answer:

Integrate[(x/(x - a))^0.5, x] ==
(0.*(x/(-a + x))^0.5*(-a + x)^0.5)/x^0.5 + (2.*(x/(-a + x))^0.5*(-a + x)^0.5*(-1.*a + x)^0.5* Hypergeometric2F1[0.5, -0.5, 1.5, 1. - (1.*x)/a])/ (0. + x/a)^0.5

Which is way way over my head. Is there a simpler solution?
Tell Wolfram again, but this time use 1/2 and not 0.5 ... this tells Wolfram that the exponent is an exact number, and not just a decimal approximation to some number. If the exponent is very close to 1/2, but perhaps not equal to 1/2, then the answer will come out as an 2F1 as shown. But if the exponent is exactly 1/2, then you can get an answer in logarithms.
 
Nov3-09, 07:20 AM   #4
 

difficult integral


Quote by g_edgar View Post
Tell Wolfram again, but this time use 1/2 and not 0.5 ... this tells Wolfram that the exponent is an exact number, and not just a decimal approximation to some number. If the exponent is very close to 1/2, but perhaps not equal to 1/2, then the answer will come out as an 2F1 as shown. But if the exponent is exactly 1/2, then you can get an answer in logarithms.
Thanks a lot. Using 1/2 gave me a sensible answer.
 
Thread Closed
Thread Tools


Similar Threads for: difficult integral
Thread Forum Replies
A difficult integral! for help! Calculus & Beyond Homework 1
difficult integral..... General Math 10
difficult integral Calculus 0
A Difficult Integral Calculus & Beyond Homework 2
A difficult integral Calculus & Beyond Homework 2