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(1/sqrt(9+x^2)) fails #987

Closed
mwhansen opened this issue Oct 25, 2007 · 3 comments
Closed

integrate(1/sqrt(9+x^2)) fails #987

mwhansen opened this issue Oct 25, 2007 · 3 comments

Comments

@mwhansen
Copy link
Contributor

integrate(1/sqrt(9+x^2))
x/3

I tried this at home and numerous times on sagenb.org. Every other
plausible syntax of this integral I tried (-1 power, more parentheses,
switch the summands, etc.) yields the same result

Here's the reason

(%i1) integrate(1/sqrt(9+x^2),x)
;
                                         x
(%o1)                              asinh(-)
                                         3


Component: calculus

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

@mwhansen mwhansen added this to the sage-2.8.10 milestone Oct 25, 2007
@mwhansen mwhansen self-assigned this Oct 25, 2007
@williamstein williamstein modified the milestones: sage-2.8.10, sage-2.8.9 Oct 25, 2007
@williamstein
Copy link
Contributor

fixes this problem.

@williamstein
Copy link
Contributor

Attachment: 987.patch.gz

@williamstein
Copy link
Contributor

comment:3

Attachment: 987b.patch.gz

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

2 participants