Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16602
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!newspump.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail |
|---|---|
| From | Murray Eisenberg <murray@math.umass.edu> |
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Bug in Homogeneous Solution of Differential equation? |
| Date | Mon, 3 Mar 2014 02:30:09 +0000 (UTC) |
| Sender | steve@smc.vnet.net |
| Approved | Steven M. Christensen <steve@smc.vnet.net>, Moderator |
| Message-ID | <lf0pfh$4kc$1@smc.vnet.net> (permalink) |
| References | <20140302060632.D22236A01@smc.vnet.net> |
| Lines | 42 |
| Organization | Time-Warner Telecom |
| NNTP-Posting-Date | 03 Mar 2014 02:35:45 GMT |
| NNTP-Posting-Host | 2bd0375e.news.twtelecom.net |
| X-Trace | DXC=n]3^kNTQgeK;6T0N`<hDhFC_A=>8kQj6M;[h;PUXBgbDR?JXX0GleiNEFiONJ7[GoFUJZ[[OnbfPI |
| X-Complaints-To | abuse@twtelecom.net |
| Xref | csiph.com comp.soft-sys.math.mathematica:16602 |
Show key headers only | View raw
I cannot understand what you mean by saying "select to solve as a
homogeneous equation", given that this is a non-linear differential
equation.
The correct Mathematica syntax is:
DSolve[{y'[t] == y[t]/(y[t] - t), y[0] == 1}, y[t], t]
This provides solution
{{y[t] -> t + Sqrt[1 + t^2]}}
along with warning that Inverse functions are being used, so some solutions may not be found.
On Mar 2, 2014, at 1:06 AM, amzoti <amzoti@gmail.com> wrote:
> I am using Mathematica V9.
>
> When I solve "= dy/dt = ( y )/ (y - t) , y(0) = 1" (using the WA approach within Mathematica), I get the correct answer.
>
> When I select "Solve as an exact equation" I also get the correct result.
>
> However, when I select to solve as a homogeneous equation, it leave the constant and does not appear ro converge.
>
> Is this a bug in step-by-step?
>
> Thanks -A
>
Murray Eisenberg murray@math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 240 246-7240 (H)
University of Massachusetts
710 North Pleasant Street
Amherst, MA 01003-9305
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Re: Bug in Homogeneous Solution of Differential equation? Murray Eisenberg <murray@math.umass.edu> - 2014-03-03 02:30 +0000
csiph-web