Group Abstract Group Abstract

Message Boards Message Boards

How can i plot this trascendental function?

Posted 2 years ago
5 Replies

I used this syntax from documentation center "NIntegrate[f,{x,x0,x1,…,xk}] tests for singularities in a one-dimensional integral at each of the intermediate points xi. If there are no singularities, the result is equivalent to an integral from x0 to xk. You can use complex numbers xi to specify an integration contour in the complex plane."

But integrate' s domain list has three parameters only {x, xmin , xmax}, or is there a method taking four?

POSTED BY: Roland Franzius

Lambda is the upper integration limit, it´s a cut-off frequency for the integral, the original upper limit was infinity but then the integral becomes divergent

You cannot use FindRoot without giving a numeric value to mSigma[0]. In the TeX equation there is a parameter k which is missing from the code.

POSTED BY: Gianluca Gorni

I see unevaluated (lower case findroot, integrate, 1^-20 -> 1.0^-20)

findRoot[ 
mSigma[T]^2/mSigma[0]^2 == 
1 + 1/(16 \[Pi]^2 mSigma[0]^2)  3  gSigmaPiPi^2   mPi^2 * 
integrate[((1 + 2/(-1 + E^(E1/T))) *
              Sqrt[   E1^2 - mPi^2])  /  (-1.`*^-20 + E1 - mSigma[T]^2/4),
             {E1,    mPi,    -1.`*^-20 + mSigma[T]/2, 1.`*^-20 + mSigma[T]/2  ,  Lambda}], 
             {mSigma[T], 550}]

There is a fourth parameter Lambda in the domain bracket of integrate. Whats it for?

POSTED BY: Roland Franzius
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard