MathGroup Archive 2013

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

Search the Archive

Re: Calculation of a not so simple integral

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131221] Re: Calculation of a not so simple integral
  • From: "Brambilla Roberto Luigi (RSE)" <Roberto.Brambilla at rse-web.it>
  • Date: Wed, 19 Jun 2013 01:25:09 -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: <20130617103132.997F66AF4@smc.vnet.net>

The integrand has NO poles on the real axis : in x=+/-(2*Pi) the integrand assume zero value :

Limit[Sin[x/2]^2/(x^2 - 4 Pi^2), x -> 2 Pi]
0

Rob. 



-----Messaggio originale-----
Da: Alexei Boulbitch [mailto:Alexei.Boulbitch at iee.lu] 
Inviato: luned=EC 17 giugno 2013 12.32
A: mathgroup at smc.vnet.net
Oggetto: Re: Calculation of a not so simple integral

(*Partial Fractions decomposition,  Fourier Integrals

The problem diagnostics:

Calculate

Integrate[ Sin[x/2]^2 / x^2 / (x^2-4*Pi^2 )^2 / (x^2 + a^2)^2 , {x,-oo,oo}, Assumptions-> a>0]

The integrand is nonnegative, has no poles on the real line and decays rapidly  ~ x^-10 as x->+-oo

Hi, Roland,

I checked your expression, it has a pole on the x axis. Check this

Sin[x/2]^2 / x^2 / (x^2-4*Pi^2 )^2 / (x^2 + a^2)^2//StandardForm

Could it be the case, that you have just written it down in a wrong way?


Alexei BOULBITCH, Dr., habil.
IEE S.A.
ZAE Weiergewan,
11, rue Edmond Reuter,
L-5326 Contern, LUXEMBOURG

Office phone :  +352-2454-2566
Office fax:       +352-2454-3566
mobile phone:  +49 151 52 40 66 44

e-mail: alexei.boulbitch at iee.lu






RSE SpA ha adottato il Modello Organizzativo ai sensi del D.Lgs.231/2001, in forza del quale l'assunzione di obbligazioni da parte della Societ=E0 avviene con firma di un procuratore, munito di idonei poteri.
RSE adopts a Compliance Programme under the Italian Law (D.Lgs.231/2001). According to this RSE Compliance Programme, any commitment of RSE is taken by the signature of one Representative granted by a proper Power of Attorney.  Le informazioni contenute in questo messaggio di posta elettronica sono riservate e confidenziali e ne e' vietata la diffusione in qualsiasi modo o forma. Qualora Lei non fosse la persona destinataria del presente messaggio, Lainvitiamo a non diffonderlo e ad eliminarlo, dandone gentilmente comunicazi one al mittente. The information included in this e-mail and any attachments are confidential and may also be privileged. If you are not the correct recipient, you are kindly requested to notify the sender immediately, to cancel it and not to disclose the contents to any other person.



  • Prev by Date: Re: Unable to generate any initial points with NMaximize (or NMinimize)
  • Next by Date: Re: Setting the Font Family and Font Size in BoxWhiskerChart
  • Previous by thread: Re: Calculation of a not so simple integral
  • Next by thread: Re: Calculation of a not so simple integral