Solving nonlinear first order DE w/ fractional exponents

hotwheelharry
Messages
8
Reaction score
0
Hello. I have simple DE

y' + p y^(1/2) = q
---------------
y'=dy/dt
p,q=constant

I am confused because I tried bernoulli's method to solve and I think I exploded the universe.
Basically, my initial condition of t=0,y=0 made infinity, not right. I'm not sure that method works when there is no y^(1) with q anyway.

Any other suggestions to solve?
 
Physics news on Phys.org
hotwheelharry said:
Hello. I have simple DE

y' + p y^(1/2) = q
---------------
y'=dy/dt
p,q=constant

I am confused because I tried bernoulli's method to solve and I think I exploded the universe.
Basically, my initial condition of t=0,y=0 made infinity, not right. I'm not sure that method works when there is no y^(1) with q anyway.

Any other suggestions to solve?

Do you need an analytic answer or can you use a computer to show it's behaviour through a numeric scheme? Also did you try wolfram alpha?
 
Haha, totally forgot about wolfram alpha. sooo good. Anyway the solution it gave me is way to complex for my college DEQ class. I should probably change my equation. Thanks anyways.
 
Hello,

Solutionof the ODE in attachment :
 

Attachments

  • ODE LambertW.JPG
    ODE LambertW.JPG
    18.6 KB · Views: 544
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