MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: An analytical solution to an integral not currently

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131380] Re: An analytical solution to an integral not currently
  • From: Matthias Bode <lvsaba at hotmail.com>
  • Date: Tue, 16 Jul 2013 05:58:26 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20130714054846.D39FE648E@smc.vnet.net>

Hola:

Input: (Sqrt(Log[x])^-1 + a*x + b)

Result:

Integrate[Sqrt[Log[x]]^(-1) + a*x + b, x] = (x*(2*b + a*x + 4*DawsonF[Sqrt[Log[x]]]))/2
							

From:

http://integrals.wolfram.com/index.jsp?expr=%28Sqrt%28Log[x]%29^-1+%2B+a*x+%2B+b%29&random=false

Muchos saludos,

MATTHIAS BODE
LVSABA at HOTMAIL.COM

> From: rprogrammer at gmail.com
> Subject: An analytical solution to an integral not currently in Mathematica?
> To: mathgroup at smc.vnet.net
> Date: Sun, 14 Jul 2013 01:48:46 -0400
>
> Question: Integral dx of 1/sqrt(Log[x] + a*x + b)
> (sorry if my notation is off; I just used the online integrator and don't have Mathematica proper, http://integrals.wolfram.com/index.jsp?expr=1%2Fsqrt%28Log%5Bx%5D+%2B+a*x+%2B+b%29)
> (the online integrator returned this as of the time of writing this (2013-07-13): "Mathematica could not find a formula for your integral. Most likely this means that no formula exists." )
>
>
> Another system's unconfirmed answer (in that notation; sorry) (version 5.27.0): -sqrt(%pi)*%i*%e^(-a*x-b)*erf(%i*sqrt(log(x)+a*x+b))
>
> Strangely, the other system only produces this result when given, say, x(t) in all places for x (including variable of integration).
>
> I can't seem to get the other system to verify its result symbolically, but when I try random numerical sampling, it does seem to agree, albeit horribly plagued by floating point errors for large x.
>
>
> Can anyone offer insight, or possibly prove it's correctness or incorrectness? :)
>
>
> (P.S. I just joined this group, so apologies if it's the wrong one or I'm not following guidelines)
>



  • Prev by Date: MarcumQ and Speeding-up Computations
  • Next by Date: Does mathematica have any measures of bilateral distance in a
  • Previous by thread: An analytical solution to an integral not currently in Mathematica?
  • Next by thread: Re: An analytical solution to an integral not currently in Mathematica?