sand15

867 Reputation

13 Badges

10 years, 260 days

MaplePrimes Activity


These are replies submitted by sand15

@John Fredsted I am really sorry : I realized my mistake as I was pushing the "submit" button !!!

 

In addition to your previous reply  "Whether this is the complete solution for k remains to be investigated" I obtained these results (I hope there is no mistake this time) :

phi2  := (x,k) -> expand(phi(x,k)*conjugate(phi(x,k))) :
PHI2 := phi2(x, a+b*I) assuming x::real, a::real b::real :

limit(PHI2, x=+infinity) assuming b::positive ;    # returns 0
limit(PHI2, x=+infinity) assuming b::negative;    # returns infinity
limit(subs(b=0, PHI2), x=+infinity) ;                  # returns 1

It seems that the boundedness only occur for pure imaginary k ?

(sorry again)

@John Fredsted  Please enlighten me

In your last reply you study phi(x,k) for k complex of the form k=a+b*I (a and b real).
You draw phi(x,(a,b)) for the particular case a=0, b=1 and find thie last bell-shaped curve.

But if a=0 and b=1 then k = I and k^2 = -1

and then phi(x,k) is undefined ...

Did I miss something ?

 

First 26 27 28 Page 28 of 28