Very Tough Nonlinear First Order Differential Equation

sexycalibur
Messages
3
Reaction score
0
1. y' = a*(y^n) + c

a, n and c are constants. Any idea about this problem ? How can it be solved ?

i think there is no analytic solution

thanks for your help in advance
 
Physics news on Phys.org
There are a couple of ways to solve this; power series method if you only need to solve to a specified power. Otherwise use the fact that the diff eqn is seperable and you get left with dy/(a*y^n + c) = dx , not an easy integral but if you are given specific values of your constants you will have a better chance.
 
yes it is seperable. But this integral is tought too :)
 
matlab can't solve it.

Should i trust MATLAB and not keep on trying to solve this ??
 
As i said with arbitary n the integral is very difficult and you won't get very far with a pen and paper (if you want an exact solution).
I plugged this into the integrator and it gave me a solution, i haven't got access to MATLAB to try on that
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top