Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to solve an implicit differential equation numerically?

I tried Mathematica for this, but didn't see how to do it. Is it possible to solve an equation of the following kind?

diff(R(t),t) == C1(C2 - C31/R(t))(1/R(t) + 1/sqrt(C4t))

where t is a variable, R(t) is a function of t and C1 to C4 are constants

Any help would be appreciated.

click to hide/show revision 2
No.2 Revision

How to solve an implicit differential equation numerically?

I tried Mathematica for this, but didn't see how to do it. Is it possible to solve an equation of the following kind?

diff(R(t),t) == C1(C2 C1*(C2 - C31/R(t))(1/R(t) C3*1/R(t))*(1/R(t) + 1/sqrt(C4t))

1/sqrt(C4*t))

where t is a variable, R(t) is a function of t and C1 to C4 are constants

Any help would be appreciated.