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

  1. Path: sparky!uunet!mcsun!uknet!doc.ic.ac.uk!aixssc.uk.ibm.com!yktnews!admin!newsgate.watson.ibm.com!news.ans.net!rpi!zaphod.mps.ohio-state.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!news.claremont.edu!ucivax!news.service.uci.edu!beckman.com!dn66!a_rubin
  2. From: a_rubin@dsg4.dse.beckman.com (Arthur Rubin)
  3. Newsgroups: sci.math
  4. Subject: Re: Simple Diff Eq
  5. Message-ID: <a_rubin.721331190@dn66>
  6. Date: 9 Nov 92 17:46:30 GMT
  7. References: <13390031@hpspdla.spd.HP.COM>
  8. Organization: Beckman Instruments, Inc.
  9. Lines: 26
  10. Nntp-Posting-Host: dn66.dse.beckman.com
  11.  
  12. In <13390031@hpspdla.spd.HP.COM> ric@hpspdla.spd.HP.COM (Ric Peregrino) writes:
  13.  
  14.  
  15. >Hello sci.math,
  16.  
  17. >I've come by a simple differential equation that I'm interested in:
  18.  
  19. >df(x)/dx - 1/f(x) = 0
  20.  
  21. Mathematica 2.0 for HP Apollo Domain/OS
  22. Copyright 1988-91 Wolfram Research, Inc.
  23.  -- Display Manager graphics initialized -- 
  24.  
  25. In[1]:= DSolve[f'[x] == 1/f[x],f[x],x]
  26.  
  27. Out[1]= {{f[x] -> Sqrt[2 x + 2 C[1]]}, {f[x] -> -Sqrt[2 x + 2 C[1]]}}
  28.  
  29. With that information, you should be able to construct a proof.  (And
  30. Mathematica's answer, is, for once, correct and complete.)
  31.  
  32.  
  33. --
  34. Arthur L. Rubin: a_rubin@dsg4.dse.beckman.com (work) Beckman Instruments/Brea
  35. 216-5888@mcimail.com 70707.453@compuserve.com arthur@pnet01.cts.com (personal)
  36. My opinions are my own, and do not represent those of my employer.
  37. My interaction with our news system is unstable; please mail anything important.
  38.