home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / sci / math / symbolic / 2224 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.2 KB  |  46 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!decwrl!access.usask.ca!news
  3. From: jake@skatter.usask.ca
  4. Subject: Re: Can anyone solve this?
  5. Message-ID: <1992Aug18.025722.1940@access.usask.ca>
  6. Sender: news@access.usask.ca (USENET News System)
  7. Nntp-Posting-Host: skatter.usask.ca
  8. Organization: University of Saskatchewan
  9. References: <1992Aug18.023606.850@access.usask.ca>
  10. Date: Tue, 18 Aug 1992 02:57:22 GMT
  11. Lines: 33
  12.  
  13.  
  14.  
  15.  
  16. Sorry, but I don't know alot about this new newsreader yet.
  17.  
  18. I tried:
  19.  
  20. Integrate[Exp[-b y] Sqrt[x^2 + y^2],{x,a,d}]
  21.  
  22. in Mma 2.0 and got:
  23.  
  24.           2    2     2               2    2
  25. -(a Sqrt[a  + y ] + y  Log[a + Sqrt[a  + y ]])
  26. ---------------------------------------------- + 
  27.                        b y
  28.                     2 E
  29.  
  30.           2    2     2               2    2
  31.   d Sqrt[d  + y ] + y  Log[d + Sqrt[d  + y ]]
  32.   -------------------------------------------
  33.                        b y
  34.                     2 E
  35.  
  36. which then Mma choked on for the second integral, which you might find
  37. in tables in chunks.
  38.  
  39. The other order of integration gets Hankel functions right off the bat.
  40.  
  41. See Gradshteyn + Ryzhik, page 322.
  42.  
  43. That's about all I can come up with on short notice.
  44.  
  45.  
  46.