Thread Closed

Nonlinear DE (with e^t) !?!

 
Share Thread Thread Tools
Aug20-10, 10:36 AM   #1
 

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
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Intel's Haswell to extend battery life, set for Taipei launch
>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
Aug20-10, 12:10 PM   #2
 
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.
Thread Closed

Tags
nonlinear de & e^t
Thread Tools


Similar Threads for: Nonlinear DE (with e^t) !?!
Thread Forum Replies
Is this DE nonlinear???? Calculus & Beyond Homework 5
Nonlinear ODE Differential Equations 2
Nonlinear ODE Calculus & Beyond Homework 2
nonlinear DE fro CM Differential Equations 10
numerical solutions of system of nonlinear algebraic equations nonlinear algebraic eq General Math 6