Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.maple > #763

Re: I stumped Maple 17..haha! Look inside.

Newsgroups comp.soft-sys.math.maple
Date 2013-05-23 14:43 -0700
References <mDvmt.3358$Ju6.2490@newsfe22.iad>
Message-ID <4fceae07-cfa2-4b6e-a127-e92cbc3bfd9b@hc4g2000pbb.googlegroups.com> (permalink)
Subject Re: I stumped Maple 17..haha! Look inside.
From jfh <john.harper@vuw.ac.nz>

Show all headers | View raw


On May 21, 8:23 am, Anonymous <a...@anon.com> wrote:
> The derivative of 1/ln(3)*arcsinh(exp(x*ln(3))/2)is 3^x/sqrt(4+9^x)...BUT..when I integrate 3^x/sqrt(4+9^x)
> Maple is stumped!  Hope in Maple 18 it's able to integrate it to get 1/ln(3)*arcsinh(exp(x*ln(3))/2).

But Maple 16 can do it if you replace 3^x by exp(x*ln(3)), and that's
what it used when differentiating the first expression:


cayley[~/Jfh] % maple
    |\^/|     Maple 16 (X86 64 LINUX)
._|\|   |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple
Inc. 2012
 \  MAPLE  /  All rights reserved. Maple is a trademark of
 <____ ____>  Waterloo Maple Inc.
      |       Type ? for help.
> y:=1/ln(3)*arcsinh(exp(x*ln(3))/2);
                             arcsinh(1/2 exp(x ln(3)))
                        y := -------------------------
                                       ln(3)

> z:=diff(y,x);
                                    exp(x ln(3))
                          z := ----------------------
                                                     2 1/2
                               (4 + exp(x ln(3)) )

> int(z,x);
                           arcsinh(1/2 exp(x ln(3)))
                           -------------------------
                                     ln(3)

--
John Harper

Back to comp.soft-sys.math.maple | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

I stumped Maple 17..haha!  Look inside. Anonymous <anon@anon.com> - 2013-05-20 20:23 +0000
  Re: I stumped Maple 17..haha!  Look inside. unruh <unruh@invalid.ca> - 2013-05-20 23:06 +0000
    Re: I stumped Maple 17..haha! Look inside. Anonymous <anon@anon.com> - 2013-05-20 23:19 +0000
    Re: I stumped Maple 17..haha! Look inside. Anonymous <anon@anon.com> - 2013-05-20 23:53 +0000
  Re: I stumped Maple 17..haha! Look inside. jfh <john.harper@vuw.ac.nz> - 2013-05-23 14:43 -0700
    Re: I stumped Maple 17..haha! Look inside. Anonymous <anon@anon.com> - 2013-05-25 23:51 +0000

csiph-web