How Do You Solve a Nonlinear Differential Equation Involving Exponential Terms?

  • Context: Graduate 
  • Thread starter Thread starter CJDW
  • Start date Start date
  • Tags Tags
    Nonlinear
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
CJDW
Messages
3
Reaction score
0
Nonlinear DE (with e^t) ?

Good day forum,

I have this wonderful DE :

dx/dt = [a - f '(t)]x + (b + d(c^t))(x^2) - 1

with,
t [tex]\in[/tex] [s,T]
x(T) = 0

a, b, d & c are constants.
f(t) = g + h(k^t) , where g, h & k are constants (but I think specifying this is of no importance)

My knowledge of non-linear equations is very limited and would sincerely appreciate any help whatsoever.

CJDW
 
Physics news on Phys.org


That looks like a Riccati equation:

[tex]\frac{dx}{dt}=\left(a-f'(t)\right)x+(b+dc^t)x^2-1[/tex]

[tex]\frac{dx}{dt}+Q(t)x+R(t)x^2=P(t)=-1[/tex]

and using the standard transformation for a Riccati equation, obtain a second-order (linear) DE:

[tex]Ru''-(R'-QR)u'-PR^2u=0[/tex]

Now, you can then put the equation in it's Normal form by letting:

[tex]u=v\text{exp}\left(-1/2\int P dt\right)[/tex]

in order to remove the term involving the first derivative. Yeah, I know this ain't easy. I'm getting this right out of "Intermediate Differential Equations" by Rainville. We then obtain the equation:

[tex]v''+Iv=0[/tex]

where:

[tex]I=Q-1/2 P'-1/2 P^2[/tex]

and if I just happens to be a constant, that equation can be easily solved.