1
$\begingroup$

$fx(1-x)y'+(e+fx)y+\sqrt{ay-b}=dx+c$, where $y=y(x)$

EDIT, Will Jagy: $a,b,c,d,e,f$ are real constants.

I have never solved a nonlinear ODE before, although I'm familiar with many of the techniques applied for solving linear ODEs. There is one special case of the equation above that I managed to solve, but that is the easy case where $f$ is equal to zero. For $f$ not being equal to zero I have the first derivative inside, which then makes it a linear ODE. I read that there does not have to be a closed form solution. Is there any way how I can check whether or not such a solution exists for the equation above?

  • 2
    It's nonlinear because of the square root, it's not even an ODE because of that $y(e+fx)$. I think it's what's called a "differential-delay equation". By the way, I admire what you did on that bus in 1955. Welcome to m.se2012-02-21
  • 0
    @Gerry Merson: why Differential delay equation? I understand $f$ is a constant.2012-02-21
  • 0
    I think the issue is that Gerry read $y(e+fx)$ as $y$ evaluated at $e+fx$, not $y(x) \cdot (e+fx)$.2012-02-21
  • 0
    Yes, it didn't occur to me to read it as a product.2012-02-21
  • 1
    I have edited the equation so as to make it less likely that I will misread it in the future.2012-02-21
  • 0
    Riccardo Alestra is right, $f$ is not a function, but a constant. I ran out of unbiased letters there. I'm sorry for that! With $f$ being a constant, this is a nonlinear ODE again, isn't it?2012-02-21
  • 2
    I appreciate your help and thank you a lot, guys! Figuring out whether there exists a closed form solution at all seemed like an impossible task to me... now I know that a general closed form solution is out of reach. The general form of the nonlinear differential equation above stems from the following special case, where there is more structure imposed on the constants... $$(\lambda_1-\lambda_0)x(1-x)y'+(\lambda_0+ (\lambda_1-\lambda_0)x)y+\sqrt{2ay-2b_0} =a^{-1}(\lambda_1b_1-\lambda_0b_0)x+a^{-1}\lambda_0b_0$$ Is there a solution to that special case of the differential equation above?2012-02-22

2 Answers 2