What is the missing term in the differential equation?

  • Thread starter Thread starter jacobrhcp
  • Start date Start date
  • Tags Tags
    Ode
jacobrhcp
Messages
164
Reaction score
0
Given the following differential equation:

\frac{dy}{dx}=\frac{\sigma y(\alpha x^{\alpha-1}y^{\beta}-\delta-\rho)}{x^\alpha y^\beta-\delta x-y}<br />
and starting condition x(0)=x0 (=3, for instance)

and these parameters \alpha = 0.2; \beta = 0.1; \rho = 0.014; \delta = 0.05; b = 0.5; \sigma = 0.5;

I want to find an exact solution. What I have tried so far is using the Mathematica tool DSolve, but when executed, Mathematica kept running for over 20 minutes without giving an answer.

I don't see any smart substitution or a way to make separation of variables possible. Do you see any? I'm not asking for a complete solution or anything, but if you know a good book or manual where I can learn how to solve this, that's fine too.

Thanks!
 
Physics news on Phys.org
There is no algorithm for finding the exact solution of a non-linear ODE (and most of them do not have exact solutions). Series solution techniques may be helpful if what you're interested in is an analytical result, but the bottom line is that you are unlikely to be able to find an exact solution in closed form to this equation.
 
=( that's unfortunate. I really expected there to be one for some reason. Thanks for your help.
 
The fact that ##d/dx(x^\alpha y^\beta - \delta x) = \alpha x^{\alpha-1}y^\beta - \delta## has got to be good for something - but it's not obvious (to me) how to use it.
 
Well, if y is a function of x, then you are missing a term in that equation.
 
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