- 2,832
- 0
I'm trying to solve
f(t;a,b)=\int_a^b\sqrt{t-x^3}dx
or find a good estimate for it. The problem is 'nice', and so various niceness assumptions apply: 0\le a\le b\le t -- and if other assumptions are needed, they probably hold. :D
An example of a bad estimate would be (b-a)\sqrt{t-a^3} -- I'm looking for a better, or ideally a tractable closed-form version. Mathematica gives a complicated form that seems to be concerned mostly with the case that x^3>t which will not be the case here.
If it helps, a will be 'close' to 0 and b will be close to t.
f(t;a,b)=\int_a^b\sqrt{t-x^3}dx
or find a good estimate for it. The problem is 'nice', and so various niceness assumptions apply: 0\le a\le b\le t -- and if other assumptions are needed, they probably hold. :D
An example of a bad estimate would be (b-a)\sqrt{t-a^3} -- I'm looking for a better, or ideally a tractable closed-form version. Mathematica gives a complicated form that seems to be concerned mostly with the case that x^3>t which will not be the case here.
If it helps, a will be 'close' to 0 and b will be close to t.