Nonlinear Differential equation and simplification techniques

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
arroy_0205
Messages
127
Reaction score
0
Suppose there is a nonlinear differential equation in y(x) of the form:
[tex] y''(x)(c_1+a^2y(x)^2)+p_1(x)y'(x)^3-by(x)y'(x)^2+p_2'(x)(c_1+a^2y(x)^2)+hy(x)=0[/tex]
Where prime denotes derivative with respect to the argument x; p_i are known variables, and c,a,b,h are constants. Is there any way to write this equation in a more tractable form? It will be helpful for my purpose to express it in the form
[tex] y''(x)+u(x)y(x)=My(x)[/tex]
Can anybody suggest an way? If it is not possible then can you suggest in general how far one can go with such complicated nonlinear equations analytically, instead of numerically?
In fact, I am not looking for an exact solution but looking at the behaviour of y(x).
 
Last edited:
Physics news on Phys.org
In my prevoius post I actually meant to rewrite the equation in the form
[tex] w''(x)+u(x)w(x)=Mw(x)[/tex]
where w(x) is obtained by some transformaion on y(x).