Skip to content

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

@mwhansen

Description

@mwhansen

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions