axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Schaums help


From: Martin Rubey
Subject: Re: [Axiom-developer] Schaums help
Date: 03 May 2008 09:02:20 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

root <address@hidden> writes:
> If you compute
> aa:=integrate(1/(x*sqrt(x^n-a^n)),x)
> bb:=2/(n*sqrt(a^n))*acos(sqrt(a^n/x^n))
> cc1:=aa.1-bb
> cc2:=aa.2-bb

at least 
ex := 1/(x*sqrt(x^n-a^n))
normalize(D(aa.1,x)-ex)
normalize(D(aa.2,x)-ex)

both return 0. Also

expRule := rule %e^(n*log x) == x^n
(20) -> expRule normalize(bb-aa.2)

                                           +-------+
                                           | n    n
                                           |x  - a
                  +--+ +-------+           |-------
                  | n  | n    n            |    n
                 \|a  \|x  - a            \|   x
         - 2atan(---------------) + 2atan(----------)
                         n                    +--+
                        a                     | n
                                              |a
                                              |--
                                              | n
                                             \|x
   (20)  --------------------------------------------
                              +--+
                              | n
                            n\|a
                                                     Type: Expression Integer

seems to be zero.

Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]