2nd order with exponential and constant on right side

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
4 replies · 3K views
ADGigus
Messages
3
Reaction score
0
Hi everybody,

How do I solve this differential equation ??:

y'' = a(Exp(-b*y)-1) ;

where a, b are constants

with the boundaries conditions :

y'(x=0)=-K1
y'(x=L)=0

without the constant term I can do

y''*y' = y' a Exp(-b y)

then integrate it

[tex]\ {1/2} (y')^2= {a/b} ~Exp(-b y)[/tex]

and so on and finaly find something in hyperbolic function Tanh()...

but With the constant term " -a " on the right side, I don't know how to start.

Thank very much for your help
 
Physics news on Phys.org
ok but my problem is in the followings...

Thank you for your very quick answer and the welcome.

Yes I agree til there it's easy but it's the following that gives me troubles.

so
starting from :

[tex]y'' = a Exp(-b y) -a[/tex]

[tex]y ' y'' = y ' a Exp(-b y) -a y '[/tex]

after the integration on y on both sides, I have :

[tex]1/2~(y ')^2 = -a/b~ Exp(-b y) -a y + K[/tex][tex]y' =\sqrt{-2a (1/b ~ Exp(-b y)-y) + K}[/tex]

and then I'm really stuck... :-(
 
Last edited:
it's ok

Yes I'm sure it's correct,

it's coming from the expression of a Schottky diode (current density vs Voltage)

so it's :

J = a(Exp(-bV) -1)

because you want 0 current at bias of 0 Volts...

I already try many way to solve this equations, til now I'm fully stuck

Even numerically I don't find any correct way to solve it.

May be there is some polynomial approximation to use, but I don't really find anything fine.

if we take the developpement of exponential at the first order it's easy (1+V), but it's insufficient, I lose the diode physics and it does like it's something linear, so ohmic. And It's not enough for my calculation.
 
Last edited: