Solving the Non-Linear ODE: x+ x^2*y+x^3*y^2

  • Thread starter Thread starter scizj
  • Start date Start date
  • Tags Tags
    Ode
scizj
Messages
2
Reaction score
0
Hi, All:


I am taking a financial maths course and I encounter the following ODE:

dy/dx = x+ x^2*y+x^3*y^2


I have tried many methods but cannot solve it.

Can anyone help me? Thanks.
 
Physics news on Phys.org
scizj said:
Hi, All:


I am taking a financial maths course and I encounter the following ODE:

dy/dx = x+ x^2*y+x^3*y^2


I have tried many methods but cannot solve it.

Can anyone help me? Thanks.


The equation is non linear ODE, you probably have to use a computer to solve it for you

have read about linearity of ODEs
 
scizj said:
Hi, All:


I am taking a financial maths course and I encounter the following ODE:

dy/dx = x+ x^2*y+x^3*y^2


I have tried many methods but cannot solve it.

Can anyone help me? Thanks.

You will need to show us how and what you did in trying to solve it first before one can ascertain if you're right or wrong.
Hint: Think of letting v= x^2 y.
 
I am taking a financial maths course and I encounter the following ODE:
dy/dx = x+ x^2*y+x^3*y^2
I have tried many methods but cannot solve it.
Can anyone help me? Thanks.
This non-linear ODE can be solved, thanks to the general method for solving Riccati equations.
Nevertheless, the analytical solving is rather ardous in the present case : It would involve confluent hypergeometric functions. We could do it, but I am afraid that there would be of no interest for you. Probably, the use of numerical methods of computation would be more convenient in practice.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top