| Author |
Comment/Response |
E.S.
|
09/25/12 03:11am
I tried to definite integrate this one.
Integrate[\[Mu] +
Sqrt[(\[Mu] - x +
Sqrt[x^2 - \[Alpha]^2])^2 + (1 - \[Alpha])^2], {\[Mu], x,
x + \[Beta] - Sqrt[x^2 - \[Alpha]^2]},
Assumptions -> \[Beta] > Sqrt[x^2 - \[Alpha]^2] &&
0 < \[Alpha] < 1 && \[Alpha] < x && x > 0]
(Several assumptions for saving the calculate time.)
After around 10 mins, it just returns the command once again not the results. Intersting thins is it returns the result, if I change to indefinite integral. (But it is weird.)
What's the problem.
Thanks in advance!
URL: , |
|