Interesting integration problem

collpitt
Messages
11
Reaction score
0

Homework Statement


In the given integral, both A and B are constants.


Homework Equations



∫{[A+(1/x²-Bx)]^1/2}dx


The Attempt at a Solution


Well, I have solved the problem by expanding the root and considering the first two terms only,
but it gives a very crude approximation of the required result.
Anyone having any ideas or comments, please do reply.

Thank you.
 
Physics news on Phys.org
Is this a problem in a homework or something? I can't see how to do it. Was it a definite or indefinite integral? If definite, can you do something numerical?
 
Well actually it is sort of a homework problem and unfortunately, it is indefinite. I am looking for a numerical solution by defining the limits. It would be very helpful if you could give me a good algorithm for the numerical integration.

Thank you!
 
Well, for an algorithm, just google Simpson's Rule. (Try the 3/8 one first).

But, I don't really see how this will help if the integral is indefinite. What you really need is an anti-derivative and I just don't think that a non-really-complicated one exists.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top