Need help with a complex differential equation.

Kvad

New member
Joined
Sep 21, 2013
Messages
2
Hi everyone!

Have been trying to solve this equation for a while, but just cannot find the right way. Could you, please, help on this one? Thanks!

xn1y(x)n1n1xn2y(x)n2n2p=12y(x)n3(py(x))2y(x)\displaystyle \color{black}{\dfrac{x^{n-1}\, -\, y(x)^{n-1}}{n\, -\, 1}\, -\, \dfrac{x^{n-2}\, -\, y(x)^{n-2}}{n\, -\, 2}p\, =\, \dfrac{1}{2}y(x)^{n-3}\left(p\, -\, y(x)\right)^2\,y'(x)}

\(\displaystyle \color{black}{\mbox{Where }\, n\, \geq\, 3\, \mbox{ and }\, 0\, <\, p\, <\, x\, <\, 1,\, n,\, p\, -\, \mbox{ parameters.}}\)
 
Last edited by a moderator:
Hi everyone!

Have been trying to solve this equation for a while, but just cannot find the right way. Could you, please, help on this one? Thanks!
I get confused easily - would rather just type y\displaystyle y instead of y(x)\displaystyle y(x).

xn1yn1n1xn2yn2n2p=12 yn3 (py)2 y\displaystyle \displaystyle \dfrac{x^{n-1} - y^{n-1}}{n-1} - \dfrac{x^{n-2} - y^{n-2}}{n-2}p = \frac{1}{2}\ y^{n-3}\ (p - y)^2\ y'

Where n3\displaystyle n \ge 3 and 0<p<x<1\displaystyle 0 < p < x < 1

12 yn3 (py)2 y+yn1n1yn2n2p = xn1n1xn2n2p\displaystyle \displaystyle \frac{1}{2}\ y^{n-3}\ (p - y)^2\ y' + \dfrac{y^{n-1}}{n-1} - \dfrac{y^{n-2}}{n-2}p\ =\ \dfrac{x^{n-1}}{n-1} - \dfrac{x^{n-2}}{n-2}p

Or maybe it would be better to write it as

12 yn3 (py)2 yxn1n1+xn2n2p = yn1n1+yn2n2p\displaystyle \displaystyle \frac{1}{2}\ y^{n-3}\ (p - y)^2\ y' - \dfrac{x^{n-1}}{n-1} + \dfrac{x^{n-2}}{n-2}p\ =\ -\dfrac{y^{n-1}}{n-1} + \dfrac{y^{n-2}}{n-2}p

and treat the left side = 0 as a homogeneous equation, and the right side particular?

What have you tried? I'll have to admit that I generally opt for numerical solutions, but that is awkward when there are parameters in the equation.
 
Sorry, I actually had it with just "y", but decided to add x to be more comprehensive ;)

I have tried various transformations and substitutions, but they did not help eventually in simplifying further the expression, something like z=y^(n-2) etc... I do not have much knowledge in differential equations, but usually in homogeneous equations we substitute y=Fx, can it help in this particular example?

The solution should be the same for any n or p. Say, for n=4 it with some rearrangements it becomes like this. Is it easier to see a way for solution here? (EDIT: the equation is equal to 0)

. . . . .3(py)2yy+x2(2x3p)+3py22y3\displaystyle \color{black}{3(p\, -\, y)^2\, y' y\, +\, x^2(2x\, -\, 3p)\, +\, 3py^2\, -\, 2y^3}
 
Last edited by a moderator:
Top