Group Abstract Group Abstract

Message Boards Message Boards

Get the admissible set of a parameter in differential equation

Posted 4 years ago
POSTED BY: Rui Carapinha

Many ODEs do not have symbolic solutions in terms of commonly defined functions.

The ODE in the question probably falls in that category.

However, it should be noted that DSolve sometimes is unable to solve ODEs that do have symbolic solutions in terms of commonly defined functions.

 DSolve[{y''[t] - ArcTan[y[t]] + y'[t]^2 == a}, y[t], t]
 (*Solution with parametric form,with unsolvable integrals *)
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard