Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.5K Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

How to find any solution to a single differential equation with two dependent variables?

Posted 1 year ago

An underdetermined system of differential equations may have infinitely many solutions--like a single equation with two dependent variables. How can one find any (all?) solutions?

POSTED BY: Richard Jensen
3 Replies

Here's another sense of underdetermined:

DSolve[{x''[t] + 4 x'[t] + 5 x[t] == 0, x[0] + x'[0] == 1}, x[t], t]
POSTED BY: Michael Rogers

Here is a case when Mathematica gives the solutions as a single equation with two dependent variables:

DSolve[y'[t] + Cos[x[t]  y[t]]  (y[t]  x'[t] + x[t]  y'[t]) == 0,
 y[t], t]
POSTED BY: Gianluca Gorni
POSTED BY: EDITORIAL BOARD
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard