Skip to content

integral with sqrt(cos)*sin unsolved #18821

@rwst

Description

@rwst
F = lambda z: (2/pi)*integral((4*cos(x)^2-1)^z*sin(x)^2,x,0,pi)
print F(1/2)
...
RuntimeError: ECL says: Error executing code in Maxima:

sage: a=numerical_integral(real(2/pi*(4*cos(x)^2-1)^(.5)*sin(x)^2),0,pi)
sage: b=numerical_integral(imag(2/pi*(4*cos(x)^2-1)^(.5)*sin(x)^2),0,pi)
sage: a[0]+b[0]*i
0.483843757993525*i + 0.3697166887548152

http://ask.sagemath.org/question/27235/problem-with-integral/

Component: calculus

Keywords: Maxima, integrate

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions