Skip to content

integral with sqrt*sqrt unsolved #18822

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

Open
rwst opened this issue Jun 30, 2015 · 6 comments
Open

integral with sqrt*sqrt unsolved #18822

rwst opened this issue Jun 30, 2015 · 6 comments

Comments

@rwst
Copy link
Contributor

rwst commented Jun 30, 2015

sage: integral(sqrt(x-1)*sqrt(1/x-1/4), x)
integrate(sqrt(x - 1)*sqrt(1/x - 1/4), x)

This came up in
http://ask.sagemath.org/question/27237/another-problem-with-integral/

Component: calculus

Keywords: integral

Issue created by migration from https://trac.sagemath.org/ticket/18822

@rwst rwst added this to the sage-6.8 milestone Jun 30, 2015
@sagetrac-mafra
Copy link
Mannequin

sagetrac-mafra mannequin commented Apr 22, 2018

comment:1

I believe this description is wrong, as

sqrt(x-1)*sqrt(1/x-1/4)

is not equal to (note the x^2 outside of the square root)

sqrt(-1/4*x^2 + 5/4*x - 1)/x^2

but it is equal to

sqrt((-1/4*x^2 + 5/4*x - 1)/x)

where x is inside the square root (and not the other way around).

According to Mathematica, sqrt(x-1)*sqrt(1/x-1/4) integrates to a complicated function that involves elliptic integrals.

@rwst

This comment has been minimized.

@rwst
Copy link
Contributor Author

rwst commented Apr 22, 2018

comment:2

That's right. Elliptic E and F functions with argument containing inverse trig function may already appear as solution to integral(1/sqrt(a+b*x^3), x).

@rwst rwst changed the title integral with sqrt*sqrt unsolved while solved when expanded integral with sqrt*sqrt unsolved Apr 22, 2018
@fchapoton
Copy link
Contributor

Changed keywords from none to integral

@fchapoton fchapoton modified the milestones: sage-6.8, sage-9.3 Sep 24, 2020
@fchapoton

This comment has been minimized.

@mkoeppe
Copy link
Contributor

mkoeppe commented Feb 13, 2021

comment:5

Setting new milestone based on a cursory review of ticket status, priority, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Feb 13, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Jul 19, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 18, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 May 3, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Sep 19, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 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