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:
[tex]1+p^2-yp'p-2y(1+p^2)^{3/2}=0[/tex]
Well, it turns out that the algebraic function, [itex]p(y)[/itex] defined implicitly by:
[tex]f(y,p)=(y^2-2c_1 y^2-y^2+c_1^2)+(y^4-2y^2+1)p^2=0[/tex]
is a solution. So, suppose we start with the equation:
[tex]1+p^2-yp'p-2y(1+p^2)^{3/2}=0[/tex]
is there a way to determine if the function:
[tex]f(y,p)=a_0(y)+a_2(y) p^2=0[/tex]
where [itex]a_i(y)[/itex] are polynomials in y, is a solution to this equation? And if so, is there a way likewise to determine if
[tex]f(x,y)=a_0(x)+a_1(x)y+\cdots+a_n(x)y^n=0[/tex]
is a solution to:
[tex]y(x^2 y ′′ +2xy ′ )+2y^2 +bxy ′ =ax^2 y^3 +(xy ′ )^ 2 +by[/tex]
Suppose that is the assignment:
Given [itex]g(x,y,y',y'')=0[/itex], determine if there are solutions [itex]y(x)[/itex] that can be written in the form:
[tex]f(x,y)=a_0(x)+a_1(x)y+\cdots+a_n(x)y^n=0[/tex]
I think that's an interesting problem don't you guys think?