home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / math / 14774 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.6 KB

  1. Xref: sparky sci.math:14774 sci.math.symbolic:2947
  2. Newsgroups: sci.math,sci.math.symbolic
  3. Path: sparky!uunet!wri!news
  4. From: victor@tuamotu.wri.com (Victor Adamchik)
  5. Subject: Re: Help wanted in integration.
  6. Message-ID: <1992Nov11.211417.14722@wri.com>
  7. Sender: news@wri.com
  8. Nntp-Posting-Host: tuamotu.wri.com
  9. Organization: Wolfram Research, Inc.
  10. References: <1992Nov10.235258.8777@ac.dal.ca>
  11. Date: Wed, 11 Nov 1992 21:14:17 GMT
  12. Lines: 46
  13.  
  14. In article <1992Nov10.235258.8777@ac.dal.ca> cordes@ac.dal.ca (John Cordes)  
  15. writes:
  16. > To those who have followed this thread:
  17. >  Sorry! I believe there is one more correction to make, for the case d=c 
  18. > only. See below.
  19.  
  20. <stuff deleted>
  21.  
  22. >  Alas, my algebra did go wrong after all. The corrected result (for the 
  23. > case d = c, a > b) is as above but without the factor 31, thus:
  24. > (1/32) * Pi^2 * b / c^2  +  Pi^4 * b^2 * (a-b/3) / 8.
  25. >  This evaluates to 328.981001... for a = 4, b = 3, c = 2, and so is now in 
  26. > agreement with the numerical integration.
  27. >   
  28. >   John Cordes, Dept. of Physics,
  29. >   Dalhousie University, Halifax, N.S.,
  30. >   Canada  B3H 3J5       Internet: cordes@ac.dal.ca
  31.  
  32.  
  33. I got the same result for d = c, a > b.
  34. For b > a it is 
  35.  
  36. (a*Pi^2*(3 - 4*a^2*c^2*Pi^2 + 12*a*b*c^2*Pi^2))/(96*c^2)
  37.  
  38. So finally we have:
  39.  
  40. for integers a,b,c and d:
  41.  
  42. 1. c != d
  43.  
  44. if 0 < a <= b then (a*(c^2 + d^2)*Pi^2)/(4*(c^2 - d^2)^2) 
  45. if 0 < b <= a then (b*(c^2 + d^2)*Pi^2)/(4*(c^2 - d^2)^2) 
  46.  
  47. 2. c == d
  48.  
  49. if 0 < a <= b then (a*Pi^2*(3 - 4*a^2*c^2*Pi^2 + 12*a*b*c^2*Pi^2))/(96*c^2)
  50. if 0 < b <= a then (b*Pi^2*(3 - 4*b^2*c^2*Pi^2 + 12*a*b*c^2*Pi^2))/(96*c^2)
  51.  
  52. --
  53. Victor Adamchik
  54. victor@wri.com
  55.  
  56.