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

integrate(sqrt(2*m*(E - x)), x) #16951

Open
suhr opened this issue Jun 3, 2019 · 2 comments
Open

integrate(sqrt(2*m*(E - x)), x) #16951

suhr opened this issue Jun 3, 2019 · 2 comments

Comments

@suhr
Copy link

suhr commented Jun 3, 2019

This image describes it completely.

sympy

@claudius96
Copy link

is there someone working on this issue. i'm a newbie in python programming and would love to contribute to sympy. i have studied sympy a little and have fell in love with this project, i would love to work on it if possible

@oscarbenjamin
Copy link
Contributor

I don't think anyone is working on this but I'm also not sure how easy this is.

Since the results come out in terms the Meijer-G function I assume that the meijerint integration method is responsible for this output. If m is declared positive then the result comes out more simply:

In [8]: x, E = symbols('x, E')

In [9]: m = Symbol('m', positive=True)

In [10]: integrate(sqrt(2*m*(E-x)), x)
Out[10]: 
                3/2 
-2⋅√2⋅√m(E - x)    
────────────────────
         3 

I'm not sure exactly what the general correct answer should be without knowing any assumptions for m.

skirpichev added a commit to skirpichev/diofant that referenced this issue Jun 10, 2023
skirpichev added a commit to skirpichev/diofant that referenced this issue Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants