Second order nonlinear differential equation

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 · 3K views
equation M
Messages
6
Reaction score
0
Is it possible to solve the following differential equation analytically?

y''(x) = A - B [exp(y(x)/C) - 1]

where A, B and C are constants.


Thank you...
 
on Phys.org
that can be simplified to
[tex]y'= A- Be^{y/C}- B= (A- B)- Be^{y/C}= A'- Be^{y/C}[/tex]
with A- B= A'
and if you let z= y/C, y= Cz, so y''= Cz'' and the equation becomes
Cz''= A'- Be^z or z''= A"- B'e^z
with A"= A'/C and B'= B/C.

Since the independent variable, x, does not appear in that, let u= z' so that z''= u'= (du/dz)(dz/dx)= u(du/dz) and the equation becomes
u(du/dz)= A"- B'e^z so udu= (A"- B'e^z)dz and, integrating,
(1/2)u^2= A"z- B'e^z+ C

So u= dz/dt= sqrt(2(A"z- B'e^z+ C))

dt= dz/sqrt(2(A"z- B'e^z+ C))

That looks like it cannot be integrated analytically but at least it is set up for a direct numerical integration.