Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in Hard Integral #50

Open
mariuszi28cg opened this issue Dec 4, 2023 · 1 comment
Open

Issue in Hard Integral #50

mariuszi28cg opened this issue Dec 4, 2023 · 1 comment

Comments

@mariuszi28cg
Copy link

I tried:

Int[((x^2 - 2)*Exp[x])/((x - 1)*Sqrt[1 - x^2]), x]

give me:

Int[E^x/Sqrt[1 - x^2], x] + Int[E^x/((1 - x) Sqrt[1 - x^2]), x] +
Int[(E^x x)/Sqrt[1 - x^2], x]

but the answer is: (E^x (1 + x))/Sqrt[1 - x^2]

Mathematica can't compute it's very strange. Maple can.

Thanks.

@stblake
Copy link
Collaborator

stblake commented Dec 9, 2023

This is a good integral for the rational part of Bronstein's algorithm.

-- Rubi does not have a rule for this type of integral.

-- Mathematica does not implement Bronstein's algorithm for the mixed transcendental/algebraic case of the Risch algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants