Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!newspump.sol.net!post2.nntp.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail From: carlos.felippa%colorado.edu@gtempaccount.com Newsgroups: comp.soft-sys.math.mathematica Subject: Re: DSolve test Date: Tue, 13 May 2014 02:27:13 +0000 (UTC) Sender: steve@smc.vnet.net Approved: Steven M. Christensen , Moderator Message-ID: References: <20140509060727.CC1026AD8@smc.vnet.net> Lines: 72 Organization: Time-Warner Telecom NNTP-Posting-Date: 13 May 2014 02:33:34 GMT NNTP-Posting-Host: 18471be1.news.twtelecom.net X-Trace: DXC=n4m_[fV^F@QXg:DhlW=laUC_A=>8kQj6];[h;PUXBgbTHnHVmV3ecQTEFiONJ7[GoVnVS>1KF;o4^ X-Complaints-To: abuse@twtelecom.net Xref: csiph.com comp.soft-sys.math.mathematica:16944 On Sunday, May 11, 2014 10:46:04 PM UTC-6, Sasa B wrote: > First, all the best to one of the most influential mechanics teacher of our > > time, I'm glad to give this minor help :) > > > > > > Bug doesn't seem fixed > > > > sol = DSolve[{u'[t] == 2*Sqrt[u[t]], u[0] == 0}, u[t], t]; Print[sol]; > > > > returns > > > > {{u[t]->t^2}} > > > > (Mathematica 9, Intel 4570) > > > > > > Aleksandar Borkovic > > > > > > > > > > > > > > On Fri, May 9, 2014 at 8:07 AM, < > > carlos.felippa%colorado.edu@gtempaccount.com> wrote: > > > > > Hi, could somebody try this in Mathematica 9 to see if the bug is fixed? > > > > > > sol = DSolve[{u'[t] == 2*Sqrt[u[t]], u[0] == 0}, u[t], t]; Print[sol]; > > > > > > Thanks. > > > > > > Thanks to all who replied. The bug is still there :-( u=t=0 is a fixed branch point. Two solutions: u=0 and u=t^2. DSolve only returns the latter. I can give other examples if interested.