N-order differential equations

45 Views Asked by At

Suppose that we have n-order differential equation like $$h(x)=?$$ Is it possible to find a general solution for all n? $$(x^n+1).|h'(x)|^n=const.$$.

1

There are 1 best solutions below

8
On

If I properly understand, you look for the solution of $$h'(x)=\frac k{(1+x^n)^{1/n}}$$ The solution exists but it involves the hypergeometric function $$h(x)= k x \, _2F_1\left(\frac{1}{n},\frac{1}{n};1+\frac{1}{n};-x^n\right)+C$$

The only simple forms are $$n=1 \implies h(x)=k \,\log (1+x)+C$$ $$n=2 \implies h(x)=k\, \sinh ^{-1}(x)+C$$

Don't be afraid since, sooner or later, you will learn about it.