May I ask if there is any way to check if an algebraic function is a solution to this equation? The reason I ask is that I've noticed sometimes they are solutions to highly-nonlinear equations. Take for example a problem solved in here earlier:
1+p^2-yp'p-2y(1+p^2)^{3/2}=0
Well, it turns out that the algebraic function, p(y) defined implicitly by:
f(y,p)=(y^2-2c_1 y^2-y^2+c_1^2)+(y^4-2y^2+1)p^2=0
is a solution. So, suppose we start with the equation:
1+p^2-yp'p-2y(1+p^2)^{3/2}=0
is there a way to determine if the function:
f(y,p)=a_0(y)+a_2(y) p^2=0
where a_i(y) are polynomials in y, is a solution to this equation? And if so, is there a way likewise to determine if
f(x,y)=a_0(x)+a_1(x)y+\cdots+a_n(x)y^n=0
is a solution to:
y(x^2 y ′′ +2xy ′ )+2y^2 +bxy ′ =ax^2 y^3 +(xy ′ )^ 2 +by
Suppose that is the assignment:
Given g(x,y,y',y'')=0, determine if there are solutions y(x) that can be written in the form:
f(x,y)=a_0(x)+a_1(x)y+\cdots+a_n(x)y^n=0
I think that's an interesting problem don't you guys think?