Group Abstract Group Abstract

Message Boards Message Boards

0
|
12K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

DSolve does not solve a differential. No error message either.

Posted 11 years ago
POSTED BY: Dawei Heh
2 Replies

If you need a symbolic approximation, there are a lot of things you can try:

For example, try to linearize the equation or a linear approximation to the problematic parts of the equation. If V[t] stays near 0, then then

Exp[B (Vg - V[t])]

Is reasonably well approximated by:

Normal@Series[Exp[B (Vg - V[t])], {V[t], 0, 1}]

E^(B Vg) - B E^(B Vg) V[t]

Substituing this in will give you an answer.

For more accurate approximations, try using the method of perturbations.

POSTED BY: Sean Clarke

When DSolve cannot find a solution it will return unevaluated. Do you expect that there should be an analytic solution?

Do you need an analytic solution? If not, then make use of NDSolve with numerical values of your parameters.

POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard