Linearization of nonlinear non homogenous ODE

mike79
Messages
9
Reaction score
0
Hi everybody,
could anyone help me in the linearization of the following non linear non-homogeneous ODE?

A*dy/dt+B*y^(4)=C

where A, B and C are constants. y is a function of t. is it possible to reduce this equation to a Riccati equation? do you know any analytical, approximate or not, methods to solve the equation?

thanks in advance
 
Physics news on Phys.org
Just to be clear, is this the DE:

A \frac{dy}{dt} + By^4 = C

If so, then note that you can easily express it as a http://en.wikipedia.org/wiki/Bernoulli_differential_equation" and solve it directly without having to approximate it.
 
Last edited by a moderator:
the DE is right...the BERNOULLI equation is homogeneous and I actually can't tarnsform my equation in a Bernoulli one. can you suggest me how to transform it?
 
I just had a second look at the DE and realized that there is no need to solve it as a Bernoulli DE. The original DE is separable, though the resulting integral is a little tough to integrate, but certainly doable.
 
i have found in literature the Chini equation, which is similar to the equation I'm trying to solve. unfortunately i can't found the solution. can everyone help me, please?
 
Defennder has already pointed out that this equation is separable:
/frac{Ady}{C- By^4}= dt
Integrate both sides, using "partial fractions" on the left.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Back
Top